#include #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 14 #define STATE_COUNT 1479 #define LARGE_STATE_COUNT 149 #define SYMBOL_COUNT 282 #define ALIAS_COUNT 3 #define TOKEN_COUNT 107 #define EXTERNAL_TOKEN_COUNT 6 #define FIELD_COUNT 54 #define MAX_ALIAS_SEQUENCE_LENGTH 10 #define PRODUCTION_ID_COUNT 166 enum { sym_identifier = 1, anon_sym_import = 2, anon_sym_DOT = 3, anon_sym_from = 4, anon_sym___future__ = 5, anon_sym_LPAREN = 6, anon_sym_RPAREN = 7, anon_sym_COMMA = 8, anon_sym_as = 9, anon_sym_STAR = 10, anon_sym_print = 11, anon_sym_GT_GT = 12, anon_sym_assert = 13, anon_sym_COLON_EQ = 14, anon_sym_return = 15, anon_sym_del = 16, anon_sym_raise = 17, anon_sym_pass = 18, anon_sym_break = 19, anon_sym_continue = 20, anon_sym_if = 21, anon_sym_COLON = 22, anon_sym_elif = 23, anon_sym_else = 24, anon_sym_async = 25, anon_sym_for = 26, anon_sym_in = 27, anon_sym_while = 28, anon_sym_try = 29, anon_sym_except = 30, anon_sym_finally = 31, anon_sym_with = 32, anon_sym_match = 33, anon_sym_case = 34, anon_sym_PIPE = 35, anon_sym_DASH = 36, anon_sym_PLUS = 37, sym_match_wildcard_pattern = 38, anon_sym_LBRACK = 39, anon_sym_RBRACK = 40, anon_sym_LBRACE = 41, anon_sym_RBRACE = 42, anon_sym_STAR_STAR = 43, anon_sym_EQ = 44, anon_sym_def = 45, anon_sym_DASH_GT = 46, anon_sym_global = 47, anon_sym_nonlocal = 48, anon_sym_exec = 49, anon_sym_type = 50, anon_sym_class = 51, anon_sym_AT = 52, anon_sym_not = 53, anon_sym_and = 54, anon_sym_or = 55, anon_sym_SLASH = 56, anon_sym_PERCENT = 57, anon_sym_SLASH_SLASH = 58, anon_sym_AMP = 59, anon_sym_CARET = 60, anon_sym_LT_LT = 61, anon_sym_TILDE = 62, anon_sym_LT = 63, anon_sym_LT_EQ = 64, anon_sym_EQ_EQ = 65, anon_sym_BANG_EQ = 66, anon_sym_GT_EQ = 67, anon_sym_GT = 68, anon_sym_LT_GT = 69, anon_sym_is = 70, anon_sym_lambda = 71, anon_sym_PLUS_EQ = 72, anon_sym_DASH_EQ = 73, anon_sym_STAR_EQ = 74, anon_sym_SLASH_EQ = 75, anon_sym_AT_EQ = 76, anon_sym_SLASH_SLASH_EQ = 77, anon_sym_PERCENT_EQ = 78, anon_sym_STAR_STAR_EQ = 79, anon_sym_GT_GT_EQ = 80, anon_sym_LT_LT_EQ = 81, anon_sym_AMP_EQ = 82, anon_sym_CARET_EQ = 83, anon_sym_PIPE_EQ = 84, anon_sym_yield = 85, sym_ellipsis = 86, anon_sym_LBRACE2 = 87, sym__escape_interpolation = 88, sym_escape_sequence = 89, sym__not_escape_sequence = 90, aux_sym_format_specifier_token1 = 91, sym_type_conversion = 92, sym_integer = 93, sym_float = 94, anon_sym_await = 95, sym_true = 96, sym_false = 97, sym_none = 98, sym_comment = 99, sym__semicolon = 100, sym__newline = 101, sym__indent = 102, sym__dedent = 103, sym__string_start = 104, sym__string_content = 105, sym__string_end = 106, sym_module = 107, sym__statement = 108, sym__simple_statements = 109, sym_import_statement = 110, sym_import_prefix = 111, sym_relative_import = 112, sym_future_import_statement = 113, sym_import_from_statement = 114, sym__import_list = 115, sym_aliased_import = 116, sym_wildcard_import = 117, sym_print_statement = 118, sym_chevron = 119, sym_assert_statement = 120, sym_expression_statement = 121, sym_named_expression = 122, sym_return_statement = 123, sym_delete_statement = 124, sym_raise_statement = 125, sym_pass_statement = 126, sym_break_statement = 127, sym_continue_statement = 128, sym_if_statement = 129, sym_elif_clause = 130, sym_else_clause = 131, sym_for_statement = 132, sym_while_statement = 133, sym_try_statement = 134, sym_except_clause = 135, sym_except_group_clause = 136, sym_finally_clause = 137, sym_with_statement = 138, sym_with_clause = 139, sym_with_item = 140, sym_match_statement = 141, sym_cases = 142, sym_case_block = 143, sym__match_patterns = 144, sym_open_sequence_match_pattern = 145, sym__match_pattern = 146, sym_match_as_pattern = 147, sym__match_or_pattern = 148, sym_match_or_pattern = 149, sym__closed_pattern = 150, sym_match_literal_pattern = 151, sym_match_capture_pattern = 152, sym_match_value_pattern = 153, sym_match_group_pattern = 154, sym_match_sequence_pattern = 155, sym__match_maybe_star_pattern = 156, sym_match_star_pattern = 157, sym_match_mapping_pattern = 158, sym_match_double_star_pattern = 159, sym_match_key_value_pattern = 160, sym_match_class_pattern = 161, sym_pattern_class_name = 162, sym_match_positional_pattern = 163, sym_match_keyword_pattern = 164, sym_guard = 165, sym_function_definition = 166, sym_parameters = 167, sym_lambda_parameters = 168, sym_list_splat = 169, sym_dictionary_splat = 170, sym_global_statement = 171, sym_nonlocal_statement = 172, sym_exec_statement = 173, sym_type_alias_statement = 174, sym_class_definition = 175, sym_type_parameters = 176, sym__type_bound = 177, sym_typevar_parameter = 178, sym_typevartuple_parameter = 179, sym_paramspec_parameter = 180, sym__type_parameter = 181, sym__type_param_default = 182, sym_parenthesized_list_splat = 183, sym_argument_list = 184, sym_decorated_definition = 185, sym_decorator = 186, sym_block = 187, sym_expression_list = 188, sym_dotted_name = 189, sym__parameters = 190, sym__patterns = 191, sym_parameter = 192, sym_pattern = 193, sym_tuple_pattern = 194, sym_list_pattern = 195, sym_default_parameter = 196, sym_typed_default_parameter = 197, sym_list_splat_pattern = 198, sym_dictionary_splat_pattern = 199, sym__expression_within_for_in_clause = 200, sym_expression = 201, sym_primary_expression = 202, sym_not_operator = 203, sym_boolean_operator = 204, sym_binary_operator = 205, sym_unary_operator = 206, sym_comparison_operator = 207, sym_lambda = 208, sym_lambda_within_for_in_clause = 209, sym_assignment = 210, sym_augmented_assignment = 211, sym_pattern_list = 212, sym__right_hand_side = 213, sym_yield = 214, sym_attribute = 215, sym__index_expression = 216, sym_index_expression_list = 217, sym_subscript = 218, sym_slice = 219, sym_call = 220, sym_typed_parameter = 221, sym_type = 222, sym_keyword_argument = 223, sym_list = 224, sym_set = 225, sym_tuple = 226, sym_dictionary = 227, sym_pair = 228, sym_list_comprehension = 229, sym_dictionary_comprehension = 230, sym_set_comprehension = 231, sym_generator_expression = 232, sym__comprehension_clauses = 233, sym_parenthesized_expression = 234, sym__collection_elements = 235, sym_for_in_clause = 236, sym_if_clause = 237, sym_conditional_expression = 238, sym_concatenated_string = 239, sym_string = 240, sym_string_content = 241, sym_interpolation = 242, sym__f_expression = 243, sym_format_specifier = 244, sym_await = 245, sym_positional_separator = 246, sym_keyword_separator = 247, aux_sym_module_repeat1 = 248, aux_sym__simple_statements_repeat1 = 249, aux_sym_import_prefix_repeat1 = 250, aux_sym__import_list_repeat1 = 251, aux_sym_print_statement_repeat1 = 252, aux_sym_assert_statement_repeat1 = 253, aux_sym_if_statement_repeat1 = 254, aux_sym_try_statement_repeat1 = 255, aux_sym_try_statement_repeat2 = 256, aux_sym_with_clause_repeat1 = 257, aux_sym_cases_repeat1 = 258, aux_sym_open_sequence_match_pattern_repeat1 = 259, aux_sym_match_or_pattern_repeat1 = 260, aux_sym_match_value_pattern_repeat1 = 261, aux_sym_match_mapping_pattern_repeat1 = 262, aux_sym_match_class_pattern_repeat1 = 263, aux_sym_match_class_pattern_repeat2 = 264, aux_sym_global_statement_repeat1 = 265, aux_sym_type_parameters_repeat1 = 266, aux_sym_argument_list_repeat1 = 267, aux_sym_decorated_definition_repeat1 = 268, aux_sym_expression_list_repeat1 = 269, aux_sym__parameters_repeat1 = 270, aux_sym__patterns_repeat1 = 271, aux_sym_comparison_operator_repeat1 = 272, aux_sym_index_expression_list_repeat1 = 273, aux_sym_dictionary_repeat1 = 274, aux_sym__comprehension_clauses_repeat1 = 275, aux_sym__collection_elements_repeat1 = 276, aux_sym_for_in_clause_repeat1 = 277, aux_sym_concatenated_string_repeat1 = 278, aux_sym_string_repeat1 = 279, aux_sym_string_content_repeat1 = 280, aux_sym_format_specifier_repeat1 = 281, alias_sym_format_expression = 282, anon_alias_sym_isnot = 283, anon_alias_sym_notin = 284, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_identifier] = "identifier", [anon_sym_import] = "import", [anon_sym_DOT] = ".", [anon_sym_from] = "from", [anon_sym___future__] = "__future__", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [anon_sym_COMMA] = ",", [anon_sym_as] = "as", [anon_sym_STAR] = "*", [anon_sym_print] = "print", [anon_sym_GT_GT] = ">>", [anon_sym_assert] = "assert", [anon_sym_COLON_EQ] = ":=", [anon_sym_return] = "return", [anon_sym_del] = "del", [anon_sym_raise] = "raise", [anon_sym_pass] = "pass", [anon_sym_break] = "break", [anon_sym_continue] = "continue", [anon_sym_if] = "if", [anon_sym_COLON] = ":", [anon_sym_elif] = "elif", [anon_sym_else] = "else", [anon_sym_async] = "async", [anon_sym_for] = "for", [anon_sym_in] = "in", [anon_sym_while] = "while", [anon_sym_try] = "try", [anon_sym_except] = "except", [anon_sym_finally] = "finally", [anon_sym_with] = "with", [anon_sym_match] = "match", [anon_sym_case] = "case", [anon_sym_PIPE] = "|", [anon_sym_DASH] = "-", [anon_sym_PLUS] = "+", [sym_match_wildcard_pattern] = "match_wildcard_pattern", [anon_sym_LBRACK] = "[", [anon_sym_RBRACK] = "]", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", [anon_sym_STAR_STAR] = "**", [anon_sym_EQ] = "=", [anon_sym_def] = "def", [anon_sym_DASH_GT] = "->", [anon_sym_global] = "global", [anon_sym_nonlocal] = "nonlocal", [anon_sym_exec] = "exec", [anon_sym_type] = "type", [anon_sym_class] = "class", [anon_sym_AT] = "@", [anon_sym_not] = "not", [anon_sym_and] = "and", [anon_sym_or] = "or", [anon_sym_SLASH] = "/", [anon_sym_PERCENT] = "%", [anon_sym_SLASH_SLASH] = "//", [anon_sym_AMP] = "&", [anon_sym_CARET] = "^", [anon_sym_LT_LT] = "<<", [anon_sym_TILDE] = "~", [anon_sym_LT] = "<", [anon_sym_LT_EQ] = "<=", [anon_sym_EQ_EQ] = "==", [anon_sym_BANG_EQ] = "!=", [anon_sym_GT_EQ] = ">=", [anon_sym_GT] = ">", [anon_sym_LT_GT] = "<>", [anon_sym_is] = "is", [anon_sym_lambda] = "lambda", [anon_sym_PLUS_EQ] = "+=", [anon_sym_DASH_EQ] = "-=", [anon_sym_STAR_EQ] = "*=", [anon_sym_SLASH_EQ] = "/=", [anon_sym_AT_EQ] = "@=", [anon_sym_SLASH_SLASH_EQ] = "//=", [anon_sym_PERCENT_EQ] = "%=", [anon_sym_STAR_STAR_EQ] = "**=", [anon_sym_GT_GT_EQ] = ">>=", [anon_sym_LT_LT_EQ] = "<<=", [anon_sym_AMP_EQ] = "&=", [anon_sym_CARET_EQ] = "^=", [anon_sym_PIPE_EQ] = "|=", [anon_sym_yield] = "yield", [sym_ellipsis] = "ellipsis", [anon_sym_LBRACE2] = "{", [sym__escape_interpolation] = "_escape_interpolation", [sym_escape_sequence] = "escape_sequence", [sym__not_escape_sequence] = "_not_escape_sequence", [aux_sym_format_specifier_token1] = "format_specifier_token1", [sym_type_conversion] = "type_conversion", [sym_integer] = "integer", [sym_float] = "float", [anon_sym_await] = "await", [sym_true] = "true", [sym_false] = "false", [sym_none] = "none", [sym_comment] = "comment", [sym__semicolon] = "_semicolon", [sym__newline] = "_newline", [sym__indent] = "_indent", [sym__dedent] = "_dedent", [sym__string_start] = "\"", [sym__string_content] = "_string_content", [sym__string_end] = "\"", [sym_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_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_string_content] = "string_content", [sym_interpolation] = "interpolation", [sym__f_expression] = "_f_expression", [sym_format_specifier] = "format_specifier", [sym_await] = "await", [sym_positional_separator] = "positional_separator", [sym_keyword_separator] = "keyword_separator", [aux_sym_module_repeat1] = "module_repeat1", [aux_sym__simple_statements_repeat1] = "_simple_statements_repeat1", [aux_sym_import_prefix_repeat1] = "import_prefix_repeat1", [aux_sym__import_list_repeat1] = "_import_list_repeat1", [aux_sym_print_statement_repeat1] = "print_statement_repeat1", [aux_sym_assert_statement_repeat1] = "assert_statement_repeat1", [aux_sym_if_statement_repeat1] = "if_statement_repeat1", [aux_sym_try_statement_repeat1] = "try_statement_repeat1", [aux_sym_try_statement_repeat2] = "try_statement_repeat2", [aux_sym_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_string_content_repeat1] = "string_content_repeat1", [aux_sym_format_specifier_repeat1] = "format_specifier_repeat1", [alias_sym_format_expression] = "format_expression", [anon_alias_sym_isnot] = "is not", [anon_alias_sym_notin] = "not in", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_identifier] = sym_identifier, [anon_sym_import] = anon_sym_import, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_from] = anon_sym_from, [anon_sym___future__] = anon_sym___future__, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_as] = anon_sym_as, [anon_sym_STAR] = anon_sym_STAR, [anon_sym_print] = anon_sym_print, [anon_sym_GT_GT] = anon_sym_GT_GT, [anon_sym_assert] = anon_sym_assert, [anon_sym_COLON_EQ] = anon_sym_COLON_EQ, [anon_sym_return] = anon_sym_return, [anon_sym_del] = anon_sym_del, [anon_sym_raise] = anon_sym_raise, [anon_sym_pass] = anon_sym_pass, [anon_sym_break] = anon_sym_break, [anon_sym_continue] = anon_sym_continue, [anon_sym_if] = anon_sym_if, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_elif] = anon_sym_elif, [anon_sym_else] = anon_sym_else, [anon_sym_async] = anon_sym_async, [anon_sym_for] = anon_sym_for, [anon_sym_in] = anon_sym_in, [anon_sym_while] = anon_sym_while, [anon_sym_try] = anon_sym_try, [anon_sym_except] = anon_sym_except, [anon_sym_finally] = anon_sym_finally, [anon_sym_with] = anon_sym_with, [anon_sym_match] = anon_sym_match, [anon_sym_case] = anon_sym_case, [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_PLUS] = anon_sym_PLUS, [sym_match_wildcard_pattern] = sym_match_wildcard_pattern, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_STAR_STAR] = anon_sym_STAR_STAR, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_def] = anon_sym_def, [anon_sym_DASH_GT] = anon_sym_DASH_GT, [anon_sym_global] = anon_sym_global, [anon_sym_nonlocal] = anon_sym_nonlocal, [anon_sym_exec] = anon_sym_exec, [anon_sym_type] = anon_sym_type, [anon_sym_class] = anon_sym_class, [anon_sym_AT] = anon_sym_AT, [anon_sym_not] = anon_sym_not, [anon_sym_and] = anon_sym_and, [anon_sym_or] = anon_sym_or, [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_PERCENT] = anon_sym_PERCENT, [anon_sym_SLASH_SLASH] = anon_sym_SLASH_SLASH, [anon_sym_AMP] = anon_sym_AMP, [anon_sym_CARET] = anon_sym_CARET, [anon_sym_LT_LT] = anon_sym_LT_LT, [anon_sym_TILDE] = anon_sym_TILDE, [anon_sym_LT] = anon_sym_LT, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, [anon_sym_BANG_EQ] = anon_sym_BANG_EQ, [anon_sym_GT_EQ] = anon_sym_GT_EQ, [anon_sym_GT] = anon_sym_GT, [anon_sym_LT_GT] = anon_sym_LT_GT, [anon_sym_is] = anon_sym_is, [anon_sym_lambda] = anon_sym_lambda, [anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ, [anon_sym_DASH_EQ] = anon_sym_DASH_EQ, [anon_sym_STAR_EQ] = anon_sym_STAR_EQ, [anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ, [anon_sym_AT_EQ] = anon_sym_AT_EQ, [anon_sym_SLASH_SLASH_EQ] = anon_sym_SLASH_SLASH_EQ, [anon_sym_PERCENT_EQ] = anon_sym_PERCENT_EQ, [anon_sym_STAR_STAR_EQ] = anon_sym_STAR_STAR_EQ, [anon_sym_GT_GT_EQ] = anon_sym_GT_GT_EQ, [anon_sym_LT_LT_EQ] = anon_sym_LT_LT_EQ, [anon_sym_AMP_EQ] = anon_sym_AMP_EQ, [anon_sym_CARET_EQ] = anon_sym_CARET_EQ, [anon_sym_PIPE_EQ] = anon_sym_PIPE_EQ, [anon_sym_yield] = anon_sym_yield, [sym_ellipsis] = sym_ellipsis, [anon_sym_LBRACE2] = anon_sym_LBRACE, [sym__escape_interpolation] = sym__escape_interpolation, [sym_escape_sequence] = sym_escape_sequence, [sym__not_escape_sequence] = sym__not_escape_sequence, [aux_sym_format_specifier_token1] = aux_sym_format_specifier_token1, [sym_type_conversion] = sym_type_conversion, [sym_integer] = sym_integer, [sym_float] = sym_float, [anon_sym_await] = anon_sym_await, [sym_true] = sym_true, [sym_false] = sym_false, [sym_none] = sym_none, [sym_comment] = sym_comment, [sym__semicolon] = sym__semicolon, [sym__newline] = sym__newline, [sym__indent] = sym__indent, [sym__dedent] = sym__dedent, [sym__string_start] = sym__string_start, [sym__string_content] = sym__string_content, [sym__string_end] = sym__string_start, [sym_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_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_string_content] = sym_string_content, [sym_interpolation] = sym_interpolation, [sym__f_expression] = sym__f_expression, [sym_format_specifier] = sym_format_specifier, [sym_await] = sym_await, [sym_positional_separator] = sym_positional_separator, [sym_keyword_separator] = sym_keyword_separator, [aux_sym_module_repeat1] = aux_sym_module_repeat1, [aux_sym__simple_statements_repeat1] = aux_sym__simple_statements_repeat1, [aux_sym_import_prefix_repeat1] = aux_sym_import_prefix_repeat1, [aux_sym__import_list_repeat1] = aux_sym__import_list_repeat1, [aux_sym_print_statement_repeat1] = aux_sym_print_statement_repeat1, [aux_sym_assert_statement_repeat1] = aux_sym_assert_statement_repeat1, [aux_sym_if_statement_repeat1] = aux_sym_if_statement_repeat1, [aux_sym_try_statement_repeat1] = aux_sym_try_statement_repeat1, [aux_sym_try_statement_repeat2] = aux_sym_try_statement_repeat2, [aux_sym_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_string_content_repeat1] = aux_sym_string_content_repeat1, [aux_sym_format_specifier_repeat1] = aux_sym_format_specifier_repeat1, [alias_sym_format_expression] = alias_sym_format_expression, [anon_alias_sym_isnot] = anon_alias_sym_isnot, [anon_alias_sym_notin] = anon_alias_sym_notin, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_identifier] = { .visible = true, .named = true, }, [anon_sym_import] = { .visible = true, .named = false, }, [anon_sym_DOT] = { .visible = true, .named = false, }, [anon_sym_from] = { .visible = true, .named = false, }, [anon_sym___future__] = { .visible = true, .named = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [anon_sym_COMMA] = { .visible = true, .named = false, }, [anon_sym_as] = { .visible = true, .named = false, }, [anon_sym_STAR] = { .visible = true, .named = false, }, [anon_sym_print] = { .visible = true, .named = false, }, [anon_sym_GT_GT] = { .visible = true, .named = false, }, [anon_sym_assert] = { .visible = true, .named = false, }, [anon_sym_COLON_EQ] = { .visible = true, .named = false, }, [anon_sym_return] = { .visible = true, .named = false, }, [anon_sym_del] = { .visible = true, .named = false, }, [anon_sym_raise] = { .visible = true, .named = false, }, [anon_sym_pass] = { .visible = true, .named = false, }, [anon_sym_break] = { .visible = true, .named = false, }, [anon_sym_continue] = { .visible = true, .named = false, }, [anon_sym_if] = { .visible = true, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_elif] = { .visible = true, .named = false, }, [anon_sym_else] = { .visible = true, .named = false, }, [anon_sym_async] = { .visible = true, .named = false, }, [anon_sym_for] = { .visible = true, .named = false, }, [anon_sym_in] = { .visible = true, .named = false, }, [anon_sym_while] = { .visible = true, .named = false, }, [anon_sym_try] = { .visible = true, .named = false, }, [anon_sym_except] = { .visible = true, .named = false, }, [anon_sym_finally] = { .visible = true, .named = false, }, [anon_sym_with] = { .visible = true, .named = false, }, [anon_sym_match] = { .visible = true, .named = false, }, [anon_sym_case] = { .visible = true, .named = false, }, [anon_sym_PIPE] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_PLUS] = { .visible = true, .named = false, }, [sym_match_wildcard_pattern] = { .visible = true, .named = true, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_STAR_STAR] = { .visible = true, .named = false, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [anon_sym_def] = { .visible = true, .named = false, }, [anon_sym_DASH_GT] = { .visible = true, .named = false, }, [anon_sym_global] = { .visible = true, .named = false, }, [anon_sym_nonlocal] = { .visible = true, .named = false, }, [anon_sym_exec] = { .visible = true, .named = false, }, [anon_sym_type] = { .visible = true, .named = false, }, [anon_sym_class] = { .visible = true, .named = false, }, [anon_sym_AT] = { .visible = true, .named = false, }, [anon_sym_not] = { .visible = true, .named = false, }, [anon_sym_and] = { .visible = true, .named = false, }, [anon_sym_or] = { .visible = true, .named = false, }, [anon_sym_SLASH] = { .visible = true, .named = false, }, [anon_sym_PERCENT] = { .visible = true, .named = false, }, [anon_sym_SLASH_SLASH] = { .visible = true, .named = false, }, [anon_sym_AMP] = { .visible = true, .named = false, }, [anon_sym_CARET] = { .visible = true, .named = false, }, [anon_sym_LT_LT] = { .visible = true, .named = false, }, [anon_sym_TILDE] = { .visible = true, .named = false, }, [anon_sym_LT] = { .visible = true, .named = false, }, [anon_sym_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_EQ_EQ] = { .visible = true, .named = false, }, [anon_sym_BANG_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_LT_GT] = { .visible = true, .named = false, }, [anon_sym_is] = { .visible = true, .named = false, }, [anon_sym_lambda] = { .visible = true, .named = false, }, [anon_sym_PLUS_EQ] = { .visible = true, .named = false, }, [anon_sym_DASH_EQ] = { .visible = true, .named = false, }, [anon_sym_STAR_EQ] = { .visible = true, .named = false, }, [anon_sym_SLASH_EQ] = { .visible = true, .named = false, }, [anon_sym_AT_EQ] = { .visible = true, .named = false, }, [anon_sym_SLASH_SLASH_EQ] = { .visible = true, .named = false, }, [anon_sym_PERCENT_EQ] = { .visible = true, .named = false, }, [anon_sym_STAR_STAR_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_AMP_EQ] = { .visible = true, .named = false, }, [anon_sym_CARET_EQ] = { .visible = true, .named = false, }, [anon_sym_PIPE_EQ] = { .visible = true, .named = false, }, [anon_sym_yield] = { .visible = true, .named = false, }, [sym_ellipsis] = { .visible = true, .named = true, }, [anon_sym_LBRACE2] = { .visible = true, .named = false, }, [sym__escape_interpolation] = { .visible = false, .named = true, }, [sym_escape_sequence] = { .visible = true, .named = true, }, [sym__not_escape_sequence] = { .visible = false, .named = true, }, [aux_sym_format_specifier_token1] = { .visible = false, .named = false, }, [sym_type_conversion] = { .visible = true, .named = true, }, [sym_integer] = { .visible = true, .named = true, }, [sym_float] = { .visible = true, .named = true, }, [anon_sym_await] = { .visible = true, .named = false, }, [sym_true] = { .visible = true, .named = true, }, [sym_false] = { .visible = true, .named = true, }, [sym_none] = { .visible = true, .named = true, }, [sym_comment] = { .visible = true, .named = true, }, [sym__semicolon] = { .visible = false, .named = true, }, [sym__newline] = { .visible = false, .named = true, }, [sym__indent] = { .visible = false, .named = true, }, [sym__dedent] = { .visible = false, .named = true, }, [sym__string_start] = { .visible = true, .named = false, }, [sym__string_content] = { .visible = false, .named = true, }, [sym__string_end] = { .visible = true, .named = false, }, [sym_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_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_string_content] = { .visible = true, .named = true, }, [sym_interpolation] = { .visible = true, .named = true, }, [sym__f_expression] = { .visible = false, .named = true, }, [sym_format_specifier] = { .visible = true, .named = true, }, [sym_await] = { .visible = true, .named = true, }, [sym_positional_separator] = { .visible = true, .named = true, }, [sym_keyword_separator] = { .visible = true, .named = true, }, [aux_sym_module_repeat1] = { .visible = false, .named = false, }, [aux_sym__simple_statements_repeat1] = { .visible = false, .named = false, }, [aux_sym_import_prefix_repeat1] = { .visible = false, .named = false, }, [aux_sym__import_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_print_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_assert_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_if_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_try_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_try_statement_repeat2] = { .visible = false, .named = false, }, [aux_sym_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_string_content_repeat1] = { .visible = false, .named = false, }, [aux_sym_format_specifier_repeat1] = { .visible = false, .named = false, }, [alias_sym_format_expression] = { .visible = true, .named = true, }, [anon_alias_sym_isnot] = { .visible = true, .named = false, }, [anon_alias_sym_notin] = { .visible = true, .named = false, }, }; enum { field_alias = 1, field_alternative = 2, field_argument = 3, field_arguments = 4, field_attribute = 5, field_body = 6, field_bound = 7, field_cases = 8, field_cause = 9, field_class = 10, field_code = 11, field_condition = 12, field_consequence = 13, field_content = 14, field_default = 15, field_definition = 16, field_element = 17, field_expression = 18, field_function = 19, field_guard = 20, field_imaginary = 21, field_inner = 22, field_interpolation = 23, field_key = 24, field_kwarg = 25, field_left = 26, field_module_name = 27, field_name = 28, field_object = 29, field_operator = 30, field_operators = 31, field_parameters = 32, field_pattern = 33, field_prefix = 34, field_prefix_operator = 35, field_real = 36, field_return_type = 37, field_right = 38, field_start = 39, field_step = 40, field_stop = 41, field_string_content = 42, field_subject = 43, field_subscript = 44, field_suffix = 45, field_superclasses = 46, field_target = 47, field_test = 48, field_trailing_comma = 49, field_type = 50, field_type_parameter = 51, field_type_parameters = 52, field_value = 53, field_vararg = 54, }; static const char * const ts_field_names[] = { [0] = NULL, [field_alias] = "alias", [field_alternative] = "alternative", [field_argument] = "argument", [field_arguments] = "arguments", [field_attribute] = "attribute", [field_body] = "body", [field_bound] = "bound", [field_cases] = "cases", [field_cause] = "cause", [field_class] = "class", [field_code] = "code", [field_condition] = "condition", [field_consequence] = "consequence", [field_content] = "content", [field_default] = "default", [field_definition] = "definition", [field_element] = "element", [field_expression] = "expression", [field_function] = "function", [field_guard] = "guard", [field_imaginary] = "imaginary", [field_inner] = "inner", [field_interpolation] = "interpolation", [field_key] = "key", [field_kwarg] = "kwarg", [field_left] = "left", [field_module_name] = "module_name", [field_name] = "name", [field_object] = "object", [field_operator] = "operator", [field_operators] = "operators", [field_parameters] = "parameters", [field_pattern] = "pattern", [field_prefix] = "prefix", [field_prefix_operator] = "prefix_operator", [field_real] = "real", [field_return_type] = "return_type", [field_right] = "right", [field_start] = "start", [field_step] = "step", [field_stop] = "stop", [field_string_content] = "string_content", [field_subject] = "subject", [field_subscript] = "subscript", [field_suffix] = "suffix", [field_superclasses] = "superclasses", [field_target] = "target", [field_test] = "test", [field_trailing_comma] = "trailing_comma", [field_type] = "type", [field_type_parameter] = "type_parameter", [field_type_parameters] = "type_parameters", [field_value] = "value", [field_vararg] = "vararg", }; static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [2] = {.index = 0, .length = 2}, [3] = {.index = 2, .length = 1}, [4] = {.index = 3, .length = 1}, [5] = {.index = 4, .length = 1}, [6] = {.index = 5, .length = 1}, [7] = {.index = 6, .length = 1}, [8] = {.index = 7, .length = 1}, [9] = {.index = 7, .length = 1}, [10] = {.index = 8, .length = 1}, [11] = {.index = 9, .length = 1}, [12] = {.index = 10, .length = 1}, [13] = {.index = 11, .length = 2}, [14] = {.index = 13, .length = 1}, [15] = {.index = 14, .length = 1}, [16] = {.index = 15, .length = 2}, [17] = {.index = 17, .length = 2}, [18] = {.index = 19, .length = 1}, [19] = {.index = 20, .length = 1}, [20] = {.index = 21, .length = 4}, [21] = {.index = 25, .length = 4}, [22] = {.index = 29, .length = 2}, [23] = {.index = 31, .length = 1}, [24] = {.index = 32, .length = 2}, [25] = {.index = 34, .length = 2}, [26] = {.index = 36, .length = 1}, [27] = {.index = 37, .length = 2}, [28] = {.index = 39, .length = 1}, [29] = {.index = 40, .length = 2}, [30] = {.index = 42, .length = 1}, [31] = {.index = 43, .length = 1}, [32] = {.index = 44, .length = 1}, [33] = {.index = 45, .length = 1}, [34] = {.index = 45, .length = 1}, [35] = {.index = 37, .length = 2}, [36] = {.index = 46, .length = 2}, [37] = {.index = 48, .length = 2}, [38] = {.index = 50, .length = 2}, [39] = {.index = 52, .length = 3}, [40] = {.index = 55, .length = 2}, [41] = {.index = 57, .length = 1}, [42] = {.index = 58, .length = 2}, [43] = {.index = 60, .length = 1}, [44] = {.index = 61, .length = 2}, [45] = {.index = 63, .length = 2}, [46] = {.index = 65, .length = 1}, [47] = {.index = 66, .length = 2}, [48] = {.index = 68, .length = 1}, [50] = {.index = 69, .length = 3}, [51] = {.index = 72, .length = 1}, [52] = {.index = 73, .length = 2}, [53] = {.index = 75, .length = 1}, [54] = {.index = 76, .length = 2}, [55] = {.index = 78, .length = 2}, [56] = {.index = 44, .length = 1}, [57] = {.index = 80, .length = 1}, [58] = {.index = 81, .length = 2}, [59] = {.index = 83, .length = 2}, [60] = {.index = 83, .length = 2}, [61] = {.index = 85, .length = 2}, [62] = {.index = 87, .length = 2}, [63] = {.index = 89, .length = 2}, [64] = {.index = 91, .length = 2}, [65] = {.index = 93, .length = 1}, [66] = {.index = 94, .length = 2}, [67] = {.index = 43, .length = 1}, [68] = {.index = 96, .length = 1}, [69] = {.index = 97, .length = 1}, [70] = {.index = 98, .length = 2}, [71] = {.index = 100, .length = 2}, [72] = {.index = 100, .length = 2}, [74] = {.index = 102, .length = 1}, [75] = {.index = 103, .length = 3}, [76] = {.index = 106, .length = 3}, [77] = {.index = 109, .length = 3}, [78] = {.index = 112, .length = 1}, [79] = {.index = 113, .length = 3}, [80] = {.index = 116, .length = 3}, [81] = {.index = 119, .length = 2}, [82] = {.index = 121, .length = 2}, [83] = {.index = 123, .length = 1}, [84] = {.index = 124, .length = 2}, [85] = {.index = 126, .length = 2}, [86] = {.index = 128, .length = 1}, [87] = {.index = 129, .length = 3}, [88] = {.index = 132, .length = 3}, [89] = {.index = 135, .length = 3}, [90] = {.index = 138, .length = 3}, [91] = {.index = 141, .length = 3}, [92] = {.index = 144, .length = 3}, [93] = {.index = 85, .length = 2}, [94] = {.index = 147, .length = 1}, [95] = {.index = 148, .length = 2}, [96] = {.index = 150, .length = 1}, [97] = {.index = 151, .length = 2}, [98] = {.index = 153, .length = 2}, [99] = {.index = 155, .length = 4}, [100] = {.index = 159, .length = 2}, [101] = {.index = 161, .length = 4}, [102] = {.index = 165, .length = 4}, [103] = {.index = 169, .length = 2}, [104] = {.index = 171, .length = 3}, [105] = {.index = 174, .length = 3}, [106] = {.index = 177, .length = 4}, [107] = {.index = 181, .length = 2}, [108] = {.index = 183, .length = 2}, [109] = {.index = 185, .length = 1}, [110] = {.index = 186, .length = 1}, [111] = {.index = 187, .length = 3}, [112] = {.index = 190, .length = 2}, [113] = {.index = 192, .length = 2}, [114] = {.index = 194, .length = 4}, [115] = {.index = 198, .length = 4}, [116] = {.index = 202, .length = 4}, [117] = {.index = 206, .length = 4}, [118] = {.index = 210, .length = 4}, [119] = {.index = 214, .length = 3}, [120] = {.index = 217, .length = 2}, [121] = {.index = 219, .length = 2}, [122] = {.index = 221, .length = 2}, [123] = {.index = 223, .length = 3}, [124] = {.index = 226, .length = 5}, [125] = {.index = 231, .length = 3}, [126] = {.index = 234, .length = 4}, [127] = {.index = 238, .length = 4}, [128] = {.index = 242, .length = 4}, [129] = {.index = 246, .length = 4}, [130] = {.index = 250, .length = 2}, [131] = {.index = 252, .length = 1}, [132] = {.index = 253, .length = 3}, [133] = {.index = 256, .length = 1}, [134] = {.index = 257, .length = 2}, [135] = {.index = 259, .length = 2}, [136] = {.index = 261, .length = 1}, [137] = {.index = 262, .length = 4}, [138] = {.index = 266, .length = 5}, [139] = {.index = 271, .length = 5}, [140] = {.index = 276, .length = 3}, [141] = {.index = 279, .length = 3}, [142] = {.index = 282, .length = 4}, [143] = {.index = 286, .length = 4}, [144] = {.index = 290, .length = 4}, [145] = {.index = 294, .length = 5}, [146] = {.index = 299, .length = 5}, [147] = {.index = 304, .length = 2}, [148] = {.index = 306, .length = 3}, [149] = {.index = 309, .length = 4}, [150] = {.index = 313, .length = 3}, [151] = {.index = 316, .length = 3}, [152] = {.index = 319, .length = 5}, [153] = {.index = 324, .length = 5}, [154] = {.index = 329, .length = 5}, [155] = {.index = 334, .length = 5}, [156] = {.index = 339, .length = 5}, [157] = {.index = 344, .length = 3}, [158] = {.index = 347, .length = 3}, [159] = {.index = 350, .length = 4}, [160] = {.index = 354, .length = 2}, [161] = {.index = 356, .length = 6}, [162] = {.index = 362, .length = 6}, [163] = {.index = 368, .length = 3}, [164] = {.index = 371, .length = 4}, [165] = {.index = 375, .length = 4}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_prefix, 0}, {field_suffix, 1}, [2] = {field_string_content, 0}, [3] = {field_interpolation, 0}, [4] = {field_name, 1, .inherited = true}, [5] = {field_name, 0}, [6] = {field_element, 0}, [7] = {field_vararg, 1}, [8] = {field_argument, 1}, [9] = {field_target, 1}, [10] = {field_value, 0}, [11] = {field_argument, 1}, {field_operator, 0}, [13] = {field_value, 1}, [14] = {field_code, 1}, [15] = {field_element, 0}, {field_element, 1, .inherited = true}, [17] = {field_arguments, 1}, {field_function, 0}, [19] = {field_operators, 1, .inherited = true}, [20] = {field_definition, 1}, [21] = {field_interpolation, 1, .inherited = true}, {field_prefix, 0}, {field_string_content, 1, .inherited = true}, {field_suffix, 2}, [25] = {field_interpolation, 0, .inherited = true}, {field_interpolation, 1, .inherited = true}, {field_string_content, 0, .inherited = true}, {field_string_content, 1, .inherited = true}, [29] = {field_name, 0}, {field_name, 1, .inherited = true}, [31] = {field_name, 1}, [32] = {field_element, 0}, {field_trailing_comma, 1}, [34] = {field_element, 1, .inherited = true}, {field_trailing_comma, 1, .inherited = true}, [36] = {field_inner, 1}, [37] = {field_name, 0}, {field_value, 2}, [39] = {field_argument, 2, .inherited = true}, [40] = {field_argument, 1}, {field_argument, 2, .inherited = true}, [42] = {field_cause, 2}, [43] = {field_element, 1}, [44] = {field_body, 2}, [45] = {field_kwarg, 1}, [46] = {field_element, 0, .inherited = true}, {field_element, 1, .inherited = true}, [48] = {field_left, 0}, {field_type, 2}, [50] = {field_left, 0}, {field_right, 2}, [52] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, [55] = {field_attribute, 2}, {field_object, 0}, [57] = {field_operators, 0}, [58] = {field_operators, 0, .inherited = true}, {field_operators, 1, .inherited = true}, [60] = {field_expression, 1}, [61] = {field_name, 0, .inherited = true}, {field_name, 1, .inherited = true}, [63] = {field_alias, 2}, {field_name, 0}, [65] = {field_name, 3, .inherited = true}, [66] = {field_module_name, 1}, {field_name, 3, .inherited = true}, [68] = {field_module_name, 1}, [69] = {field_element, 0}, {field_element, 1, .inherited = true}, {field_trailing_comma, 2}, [72] = {field_body, 1}, [73] = {field_argument, 0, .inherited = true}, {field_argument, 1, .inherited = true}, [75] = {field_cause, 3}, [76] = {field_condition, 1}, {field_consequence, 3}, [78] = {field_body, 3}, {field_condition, 1}, [80] = {field_body, 3}, [81] = {field_alias, 2}, {field_value, 0}, [83] = {field_cases, 3}, {field_subject, 1}, [85] = {field_element, 1}, {field_element, 2, .inherited = true}, [87] = {field_key, 0}, {field_value, 2}, [89] = {field_name, 1}, {field_value, 3}, [91] = {field_body, 3}, {field_name, 1}, [93] = {field_type, 2}, [94] = {field_body, 3}, {field_parameters, 1}, [96] = {field_stop, 1}, [97] = {field_start, 0}, [98] = {field_subscript, 2}, {field_value, 0}, [100] = {field_operators, 0}, {field_operators, 1}, [102] = {field_alternative, 0}, [103] = {field_alternative, 4}, {field_condition, 1}, {field_consequence, 3}, [106] = {field_alternative, 4, .inherited = true}, {field_condition, 1}, {field_consequence, 3}, [109] = {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, [112] = {field_body, 4}, [113] = {field_alternative, 4}, {field_body, 3}, {field_condition, 1}, [116] = {field_body, 3}, {field_body, 4}, {field_condition, 1}, [119] = {field_body, 2}, {field_body, 3}, [121] = {field_body, 3}, {field_body, 4}, [123] = {field_real, 0}, [124] = {field_bound, 1, .inherited = true}, {field_name, 0}, [126] = {field_default, 1, .inherited = true}, {field_name, 0}, [128] = {field_type_parameter, 1}, [129] = {field_body, 4}, {field_name, 1}, {field_parameters, 2}, [132] = {field_name, 1}, {field_type_parameters, 2}, {field_value, 4}, [135] = {field_body, 3}, {field_body, 4}, {field_name, 1}, [138] = {field_body, 4}, {field_name, 1}, {field_type_parameters, 2}, [141] = {field_body, 4}, {field_name, 1}, {field_superclasses, 2}, [144] = {field_left, 0}, {field_right, 4}, {field_type, 2}, [147] = {field_step, 2}, [148] = {field_start, 0}, {field_stop, 2}, [150] = {field_name, 4, .inherited = true}, [151] = {field_module_name, 1}, {field_name, 4, .inherited = true}, [153] = {field_left, 1}, {field_right, 3}, [155] = {field_alternative, 4, .inherited = true}, {field_alternative, 5}, {field_condition, 1}, {field_consequence, 3}, [159] = {field_alternative, 0, .inherited = true}, {field_alternative, 1, .inherited = true}, [161] = {field_alternative, 5}, {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, [165] = {field_alternative, 5, .inherited = true}, {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, [169] = {field_body, 4}, {field_body, 5}, [171] = {field_body, 5}, {field_name, 2}, {field_parameters, 3}, [174] = {field_body, 5}, {field_left, 1}, {field_right, 3}, [177] = {field_alternative, 5}, {field_body, 3}, {field_body, 4}, {field_condition, 1}, [181] = {field_prefix_operator, 0}, {field_real, 1}, [183] = {field_default, 2, .inherited = true}, {field_name, 1}, [185] = {field_bound, 1}, [186] = {field_default, 1}, [187] = {field_bound, 1, .inherited = true}, {field_default, 2, .inherited = true}, {field_name, 0}, [190] = {field_type_parameter, 1}, {field_type_parameter, 2, .inherited = true}, [192] = {field_type_parameter, 0, .inherited = true}, {field_type_parameter, 1, .inherited = true}, [194] = {field_body, 4}, {field_body, 5}, {field_name, 1}, {field_parameters, 2}, [198] = {field_body, 5}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, [202] = {field_body, 4}, {field_body, 5}, {field_name, 1}, {field_type_parameters, 2}, [206] = {field_body, 5}, {field_name, 1}, {field_superclasses, 3}, {field_type_parameters, 2}, [210] = {field_body, 4}, {field_body, 5}, {field_name, 1}, {field_superclasses, 2}, [214] = {field_name, 0}, {field_type, 2}, {field_value, 4}, [217] = {field_step, 3}, {field_stop, 1}, [219] = {field_start, 0}, {field_step, 3}, [221] = {field_left, 2}, {field_right, 4}, [223] = {field_left, 1}, {field_right, 3}, {field_right, 4}, [226] = {field_alternative, 5, .inherited = true}, {field_alternative, 6}, {field_condition, 1}, {field_consequence, 3}, {field_consequence, 4}, [231] = {field_body, 6}, {field_left, 2}, {field_right, 4}, [234] = {field_body, 5}, {field_body, 6}, {field_name, 2}, {field_parameters, 3}, [238] = {field_body, 6}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, [242] = {field_alternative, 6}, {field_body, 5}, {field_left, 1}, {field_right, 3}, [246] = {field_body, 5}, {field_body, 6}, {field_left, 1}, {field_right, 3}, [250] = {field_body, 3}, {field_type, 1}, [252] = {field_content, 1}, [253] = {field_imaginary, 2}, {field_operator, 1}, {field_real, 0}, [256] = {field_test, 1}, [257] = {field_body, 3}, {field_pattern, 1}, [259] = {field_alias, 2}, {field_pattern, 0}, [261] = {field_class, 0}, [262] = {field_body, 6}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, [266] = {field_body, 5}, {field_body, 6}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, [271] = {field_body, 5}, {field_body, 6}, {field_name, 1}, {field_superclasses, 3}, {field_type_parameters, 2}, [276] = {field_start, 0}, {field_step, 4}, {field_stop, 2}, [279] = {field_left, 2}, {field_right, 4}, {field_right, 5}, [282] = {field_alternative, 7}, {field_body, 6}, {field_left, 2}, {field_right, 4}, [286] = {field_body, 6}, {field_body, 7}, {field_left, 2}, {field_right, 4}, [290] = {field_body, 7}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, [294] = {field_body, 6}, {field_body, 7}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, [299] = {field_alternative, 7}, {field_body, 5}, {field_body, 6}, {field_left, 1}, {field_right, 3}, [304] = {field_body, 4}, {field_type, 2}, [306] = {field_body, 3}, {field_body, 4}, {field_type, 1}, [309] = {field_imaginary, 3}, {field_operator, 2}, {field_prefix_operator, 0}, {field_real, 1}, [313] = {field_body, 3}, {field_body, 4}, {field_pattern, 1}, [316] = {field_body, 4}, {field_guard, 2}, {field_pattern, 1}, [319] = {field_body, 6}, {field_body, 7}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, [324] = {field_body, 7}, {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, [329] = {field_alternative, 8}, {field_body, 6}, {field_body, 7}, {field_left, 2}, {field_right, 4}, [334] = {field_body, 7}, {field_body, 8}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, [339] = {field_body, 8}, {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, [344] = {field_body, 4}, {field_body, 5}, {field_type, 2}, [347] = {field_alias, 3}, {field_body, 5}, {field_type, 1}, [350] = {field_body, 4}, {field_body, 5}, {field_guard, 2}, {field_pattern, 1}, [354] = {field_attribute, 0}, {field_value, 2}, [356] = {field_body, 7}, {field_body, 8}, {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, [362] = {field_body, 8}, {field_body, 9}, {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, [368] = {field_alias, 4}, {field_body, 6}, {field_type, 2}, [371] = {field_alias, 3}, {field_body, 5}, {field_body, 6}, {field_type, 1}, [375] = {field_alias, 4}, {field_body, 6}, {field_body, 7}, {field_type, 2}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, [1] = { [0] = sym_identifier, }, [8] = { [1] = sym_identifier, }, [27] = { [0] = sym_identifier, }, [33] = { [1] = sym_identifier, }, [49] = { [1] = sym_parenthesized_expression, }, [54] = { [3] = sym_block, }, [55] = { [3] = sym_block, }, [56] = { [2] = sym_block, }, [57] = { [3] = sym_block, }, [59] = { [1] = sym_tuple, }, [64] = { [3] = sym_block, }, [67] = { [1] = sym_parenthesized_expression, }, [71] = { [0] = anon_alias_sym_notin, [1] = anon_alias_sym_notin, }, [72] = { [0] = anon_alias_sym_isnot, [1] = anon_alias_sym_isnot, }, [73] = { [0] = alias_sym_format_expression, }, [75] = { [3] = sym_block, }, [76] = { [3] = sym_block, }, [78] = { [4] = sym_block, }, [79] = { [3] = sym_block, }, [87] = { [4] = sym_block, }, [90] = { [4] = sym_block, }, [91] = { [4] = sym_block, }, [93] = { [1] = sym_parenthesized_expression, }, [99] = { [3] = sym_block, }, [104] = { [5] = sym_block, }, [105] = { [5] = sym_block, }, [115] = { [5] = sym_block, }, [117] = { [5] = sym_block, }, [125] = { [6] = sym_block, }, [127] = { [6] = sym_block, }, [128] = { [5] = sym_block, }, [130] = { [3] = sym_block, }, [134] = { [3] = sym_block, }, [137] = { [6] = sym_block, }, [142] = { [6] = sym_block, }, [144] = { [7] = sym_block, }, [147] = { [4] = sym_block, }, [151] = { [4] = sym_block, }, [153] = { [7] = sym_block, }, [156] = { [8] = sym_block, }, [158] = { [5] = sym_block, }, [163] = { [6] = sym_block, }, }; static const uint16_t ts_non_terminal_alias_map[] = { sym__simple_statements, 2, sym__simple_statements, sym_block, sym_parenthesized_list_splat, 2, sym_parenthesized_list_splat, sym_parenthesized_expression, sym_expression_list, 2, sym_expression_list, sym_tuple, sym_interpolation, 2, sym_interpolation, alias_sym_format_expression, 0, }; static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, [3] = 3, [4] = 4, [5] = 5, [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] = 27, [31] = 21, [32] = 32, [33] = 3, [34] = 4, [35] = 5, [36] = 6, [37] = 7, [38] = 8, [39] = 9, [40] = 10, [41] = 11, [42] = 12, [43] = 13, [44] = 14, [45] = 15, [46] = 16, [47] = 17, [48] = 18, [49] = 19, [50] = 20, [51] = 22, [52] = 23, [53] = 24, [54] = 25, [55] = 26, [56] = 2, [57] = 28, [58] = 29, [59] = 32, [60] = 60, [61] = 61, [62] = 60, [63] = 63, [64] = 60, [65] = 63, [66] = 66, [67] = 66, [68] = 68, [69] = 69, [70] = 70, [71] = 71, [72] = 72, [73] = 73, [74] = 74, [75] = 75, [76] = 76, [77] = 77, [78] = 78, [79] = 79, [80] = 80, [81] = 81, [82] = 71, [83] = 74, [84] = 76, [85] = 78, [86] = 81, [87] = 87, [88] = 87, [89] = 89, [90] = 90, [91] = 89, [92] = 92, [93] = 93, [94] = 94, [95] = 95, [96] = 90, [97] = 97, [98] = 98, [99] = 99, [100] = 100, [101] = 101, [102] = 92, [103] = 93, [104] = 104, [105] = 94, [106] = 106, [107] = 107, [108] = 95, [109] = 97, [110] = 110, [111] = 69, [112] = 98, [113] = 70, [114] = 99, [115] = 73, [116] = 100, [117] = 75, [118] = 101, [119] = 77, [120] = 79, [121] = 104, [122] = 80, [123] = 106, [124] = 107, [125] = 68, [126] = 110, [127] = 127, [128] = 127, [129] = 129, [130] = 129, [131] = 127, [132] = 129, [133] = 133, [134] = 134, [135] = 135, [136] = 136, [137] = 136, [138] = 138, [139] = 138, [140] = 140, [141] = 141, [142] = 136, [143] = 136, [144] = 134, [145] = 138, [146] = 146, [147] = 138, [148] = 146, [149] = 149, [150] = 150, [151] = 151, [152] = 152, [153] = 153, [154] = 153, [155] = 155, [156] = 156, [157] = 157, [158] = 157, [159] = 157, [160] = 160, [161] = 161, [162] = 162, [163] = 163, [164] = 164, [165] = 164, [166] = 164, [167] = 167, [168] = 168, [169] = 169, [170] = 170, [171] = 171, [172] = 170, [173] = 170, [174] = 174, [175] = 171, [176] = 176, [177] = 177, [178] = 152, [179] = 179, [180] = 180, [181] = 181, [182] = 180, [183] = 183, [184] = 162, [185] = 161, [186] = 186, [187] = 187, [188] = 188, [189] = 189, [190] = 190, [191] = 186, [192] = 187, [193] = 188, [194] = 194, [195] = 195, [196] = 183, [197] = 181, [198] = 189, [199] = 190, [200] = 200, [201] = 181, [202] = 180, [203] = 163, [204] = 180, [205] = 189, [206] = 190, [207] = 186, [208] = 187, [209] = 188, [210] = 181, [211] = 211, [212] = 212, [213] = 213, [214] = 214, [215] = 215, [216] = 216, [217] = 217, [218] = 218, [219] = 219, [220] = 214, [221] = 221, [222] = 214, [223] = 223, [224] = 224, [225] = 225, [226] = 226, [227] = 223, [228] = 228, [229] = 229, [230] = 230, [231] = 229, [232] = 232, [233] = 226, [234] = 232, [235] = 235, [236] = 230, [237] = 228, [238] = 238, [239] = 239, [240] = 240, [241] = 239, [242] = 242, [243] = 243, [244] = 240, [245] = 243, [246] = 238, [247] = 243, [248] = 242, [249] = 238, [250] = 242, [251] = 251, [252] = 252, [253] = 253, [254] = 251, [255] = 255, [256] = 256, [257] = 257, [258] = 258, [259] = 259, [260] = 260, [261] = 261, [262] = 262, [263] = 263, [264] = 264, [265] = 265, [266] = 266, [267] = 267, [268] = 268, [269] = 253, [270] = 255, [271] = 268, [272] = 263, [273] = 273, [274] = 260, [275] = 252, [276] = 276, [277] = 266, [278] = 278, [279] = 262, [280] = 280, [281] = 264, [282] = 267, [283] = 261, [284] = 257, [285] = 276, [286] = 259, [287] = 287, [288] = 288, [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] = 291, [304] = 304, [305] = 298, [306] = 306, [307] = 307, [308] = 292, [309] = 309, [310] = 310, [311] = 311, [312] = 288, [313] = 313, [314] = 219, [315] = 315, [316] = 316, [317] = 317, [318] = 217, [319] = 319, [320] = 320, [321] = 321, [322] = 322, [323] = 323, [324] = 324, [325] = 325, [326] = 326, [327] = 327, [328] = 328, [329] = 329, [330] = 330, [331] = 331, [332] = 315, [333] = 320, [334] = 321, [335] = 322, [336] = 323, [337] = 324, [338] = 325, [339] = 326, [340] = 327, [341] = 328, [342] = 329, [343] = 313, [344] = 319, [345] = 345, [346] = 346, [347] = 347, [348] = 348, [349] = 349, [350] = 350, [351] = 351, [352] = 352, [353] = 353, [354] = 354, [355] = 355, [356] = 356, [357] = 357, [358] = 358, [359] = 359, [360] = 360, [361] = 361, [362] = 362, [363] = 363, [364] = 364, [365] = 365, [366] = 366, [367] = 367, [368] = 368, [369] = 369, [370] = 370, [371] = 371, [372] = 372, [373] = 373, [374] = 374, [375] = 375, [376] = 376, [377] = 377, [378] = 378, [379] = 379, [380] = 359, [381] = 363, [382] = 364, [383] = 372, [384] = 373, [385] = 385, [386] = 349, [387] = 378, [388] = 388, [389] = 389, [390] = 390, [391] = 347, [392] = 350, [393] = 355, [394] = 388, [395] = 357, [396] = 360, [397] = 361, [398] = 398, [399] = 399, [400] = 365, [401] = 366, [402] = 379, [403] = 403, [404] = 371, [405] = 405, [406] = 406, [407] = 390, [408] = 408, [409] = 378, [410] = 359, [411] = 364, [412] = 372, [413] = 373, [414] = 346, [415] = 388, [416] = 378, [417] = 359, [418] = 364, [419] = 372, [420] = 373, [421] = 346, [422] = 388, [423] = 353, [424] = 368, [425] = 425, [426] = 426, [427] = 427, [428] = 425, [429] = 429, [430] = 430, [431] = 431, [432] = 368, [433] = 433, [434] = 346, [435] = 368, [436] = 370, [437] = 370, [438] = 370, [439] = 389, [440] = 375, [441] = 406, [442] = 348, [443] = 356, [444] = 362, [445] = 445, [446] = 446, [447] = 447, [448] = 447, [449] = 449, [450] = 449, [451] = 451, [452] = 452, [453] = 453, [454] = 451, [455] = 446, [456] = 452, [457] = 453, [458] = 458, [459] = 459, [460] = 460, [461] = 461, [462] = 462, [463] = 463, [464] = 464, [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] = 477, [478] = 478, [479] = 462, [480] = 472, [481] = 481, [482] = 482, [483] = 483, [484] = 484, [485] = 485, [486] = 486, [487] = 487, [488] = 488, [489] = 489, [490] = 490, [491] = 491, [492] = 492, [493] = 493, [494] = 494, [495] = 495, [496] = 459, [497] = 497, [498] = 465, [499] = 466, [500] = 467, [501] = 469, [502] = 476, [503] = 503, [504] = 489, [505] = 497, [506] = 503, [507] = 478, [508] = 508, [509] = 458, [510] = 510, [511] = 481, [512] = 512, [513] = 513, [514] = 514, [515] = 508, [516] = 482, [517] = 517, [518] = 518, [519] = 519, [520] = 520, [521] = 521, [522] = 510, [523] = 483, [524] = 524, [525] = 525, [526] = 512, [527] = 468, [528] = 513, [529] = 514, [530] = 463, [531] = 484, [532] = 460, [533] = 486, [534] = 517, [535] = 518, [536] = 461, [537] = 474, [538] = 519, [539] = 520, [540] = 521, [541] = 487, [542] = 488, [543] = 543, [544] = 475, [545] = 490, [546] = 470, [547] = 524, [548] = 525, [549] = 477, [550] = 464, [551] = 491, [552] = 492, [553] = 493, [554] = 494, [555] = 495, [556] = 471, [557] = 557, [558] = 485, [559] = 559, [560] = 560, [561] = 561, [562] = 560, [563] = 563, [564] = 561, [565] = 565, [566] = 566, [567] = 567, [568] = 568, [569] = 569, [570] = 570, [571] = 571, [572] = 572, [573] = 573, [574] = 574, [575] = 575, [576] = 576, [577] = 577, [578] = 578, [579] = 579, [580] = 580, [581] = 581, [582] = 582, [583] = 583, [584] = 584, [585] = 585, [586] = 586, [587] = 587, [588] = 588, [589] = 589, [590] = 590, [591] = 591, [592] = 592, [593] = 593, [594] = 594, [595] = 590, [596] = 596, [597] = 597, [598] = 598, [599] = 599, [600] = 600, [601] = 601, [602] = 602, [603] = 603, [604] = 604, [605] = 605, [606] = 606, [607] = 607, [608] = 608, [609] = 606, [610] = 607, [611] = 611, [612] = 612, [613] = 613, [614] = 614, [615] = 615, [616] = 616, [617] = 607, [618] = 618, [619] = 607, [620] = 608, [621] = 611, [622] = 612, [623] = 613, [624] = 614, [625] = 615, [626] = 616, [627] = 627, [628] = 628, [629] = 629, [630] = 618, [631] = 629, [632] = 627, [633] = 628, [634] = 634, [635] = 635, [636] = 636, [637] = 637, [638] = 638, [639] = 639, [640] = 640, [641] = 641, [642] = 642, [643] = 566, [644] = 644, [645] = 645, [646] = 646, [647] = 569, [648] = 648, [649] = 649, [650] = 645, [651] = 646, [652] = 646, [653] = 644, [654] = 642, [655] = 635, [656] = 656, [657] = 657, [658] = 658, [659] = 642, [660] = 638, [661] = 635, [662] = 636, [663] = 637, [664] = 638, [665] = 639, [666] = 640, [667] = 641, [668] = 642, [669] = 636, [670] = 645, [671] = 657, [672] = 646, [673] = 640, [674] = 658, [675] = 644, [676] = 644, [677] = 639, [678] = 645, [679] = 641, [680] = 635, [681] = 636, [682] = 637, [683] = 638, [684] = 639, [685] = 640, [686] = 641, [687] = 637, [688] = 566, [689] = 590, [690] = 634, [691] = 656, [692] = 569, [693] = 565, [694] = 612, [695] = 572, [696] = 606, [697] = 627, [698] = 590, [699] = 565, [700] = 570, [701] = 628, [702] = 614, [703] = 611, [704] = 618, [705] = 615, [706] = 613, [707] = 616, [708] = 608, [709] = 629, [710] = 710, [711] = 608, [712] = 712, [713] = 606, [714] = 330, [715] = 657, [716] = 716, [717] = 570, [718] = 615, [719] = 627, [720] = 618, [721] = 628, [722] = 431, [723] = 354, [724] = 572, [725] = 331, [726] = 726, [727] = 629, [728] = 377, [729] = 611, [730] = 616, [731] = 612, [732] = 403, [733] = 613, [734] = 614, [735] = 658, [736] = 581, [737] = 573, [738] = 604, [739] = 575, [740] = 577, [741] = 431, [742] = 403, [743] = 354, [744] = 656, [745] = 634, [746] = 588, [747] = 593, [748] = 580, [749] = 582, [750] = 591, [751] = 592, [752] = 598, [753] = 596, [754] = 597, [755] = 605, [756] = 599, [757] = 601, [758] = 602, [759] = 603, [760] = 594, [761] = 574, [762] = 587, [763] = 578, [764] = 586, [765] = 576, [766] = 583, [767] = 600, [768] = 579, [769] = 657, [770] = 658, [771] = 584, [772] = 585, [773] = 589, [774] = 602, [775] = 587, [776] = 578, [777] = 579, [778] = 584, [779] = 585, [780] = 573, [781] = 604, [782] = 575, [783] = 577, [784] = 217, [785] = 580, [786] = 582, [787] = 591, [788] = 592, [789] = 596, [790] = 597, [791] = 605, [792] = 601, [793] = 588, [794] = 712, [795] = 710, [796] = 589, [797] = 598, [798] = 599, [799] = 593, [800] = 594, [801] = 574, [802] = 586, [803] = 576, [804] = 583, [805] = 600, [806] = 219, [807] = 581, [808] = 603, [809] = 809, [810] = 809, [811] = 811, [812] = 812, [813] = 813, [814] = 814, [815] = 815, [816] = 816, [817] = 817, [818] = 818, [819] = 819, [820] = 820, [821] = 821, [822] = 822, [823] = 823, [824] = 824, [825] = 825, [826] = 826, [827] = 827, [828] = 828, [829] = 829, [830] = 828, [831] = 829, [832] = 832, [833] = 833, [834] = 834, [835] = 829, [836] = 836, [837] = 828, [838] = 838, [839] = 839, [840] = 840, [841] = 829, [842] = 842, [843] = 828, [844] = 844, [845] = 845, [846] = 846, [847] = 847, [848] = 846, [849] = 846, [850] = 846, [851] = 851, [852] = 852, [853] = 853, [854] = 854, [855] = 855, [856] = 856, [857] = 856, [858] = 858, [859] = 858, [860] = 860, [861] = 861, [862] = 861, [863] = 863, [864] = 864, [865] = 865, [866] = 866, [867] = 867, [868] = 867, [869] = 869, [870] = 870, [871] = 871, [872] = 872, [873] = 873, [874] = 874, [875] = 871, [876] = 876, [877] = 872, [878] = 873, [879] = 879, [880] = 866, [881] = 874, [882] = 882, [883] = 883, [884] = 884, [885] = 876, [886] = 886, [887] = 879, [888] = 867, [889] = 889, [890] = 889, [891] = 891, [892] = 891, [893] = 893, [894] = 894, [895] = 895, [896] = 896, [897] = 897, [898] = 898, [899] = 899, [900] = 894, [901] = 895, [902] = 902, [903] = 891, [904] = 889, [905] = 894, [906] = 895, [907] = 891, [908] = 908, [909] = 889, [910] = 893, [911] = 893, [912] = 912, [913] = 913, [914] = 914, [915] = 915, [916] = 916, [917] = 917, [918] = 918, [919] = 919, [920] = 920, [921] = 921, [922] = 922, [923] = 923, [924] = 924, [925] = 925, [926] = 926, [927] = 860, [928] = 928, [929] = 929, [930] = 930, [931] = 931, [932] = 932, [933] = 933, [934] = 934, [935] = 935, [936] = 936, [937] = 937, [938] = 938, [939] = 871, [940] = 863, [941] = 941, [942] = 942, [943] = 943, [944] = 944, [945] = 945, [946] = 872, [947] = 947, [948] = 948, [949] = 949, [950] = 950, [951] = 951, [952] = 879, [953] = 953, [954] = 954, [955] = 955, [956] = 956, [957] = 932, [958] = 873, [959] = 876, [960] = 908, [961] = 961, [962] = 962, [963] = 963, [964] = 964, [965] = 965, [966] = 866, [967] = 874, [968] = 968, [969] = 969, [970] = 866, [971] = 874, [972] = 972, [973] = 973, [974] = 974, [975] = 975, [976] = 876, [977] = 977, [978] = 898, [979] = 979, [980] = 980, [981] = 981, [982] = 863, [983] = 879, [984] = 984, [985] = 985, [986] = 986, [987] = 987, [988] = 988, [989] = 989, [990] = 990, [991] = 991, [992] = 973, [993] = 993, [994] = 994, [995] = 995, [996] = 990, [997] = 997, [998] = 902, [999] = 999, [1000] = 1000, [1001] = 871, [1002] = 975, [1003] = 860, [1004] = 1004, [1005] = 1005, [1006] = 872, [1007] = 873, [1008] = 870, [1009] = 1009, [1010] = 990, [1011] = 1011, [1012] = 1012, [1013] = 1013, [1014] = 1014, [1015] = 1015, [1016] = 1016, [1017] = 1017, [1018] = 1018, [1019] = 1019, [1020] = 1020, [1021] = 1021, [1022] = 1014, [1023] = 1023, [1024] = 1024, [1025] = 995, [1026] = 1026, [1027] = 1027, [1028] = 1012, [1029] = 865, [1030] = 1011, [1031] = 1031, [1032] = 1032, [1033] = 1033, [1034] = 1032, [1035] = 1035, [1036] = 1036, [1037] = 1037, [1038] = 1038, [1039] = 1039, [1040] = 1017, [1041] = 1041, [1042] = 1042, [1043] = 1043, [1044] = 1044, [1045] = 1039, [1046] = 1046, [1047] = 1046, [1048] = 1048, [1049] = 1049, [1050] = 1050, [1051] = 1051, [1052] = 1052, [1053] = 1053, [1054] = 1054, [1055] = 1055, [1056] = 1056, [1057] = 1057, [1058] = 1058, [1059] = 1059, [1060] = 1060, [1061] = 1061, [1062] = 882, [1063] = 984, [1064] = 1064, [1065] = 933, [1066] = 1066, [1067] = 1060, [1068] = 1068, [1069] = 1069, [1070] = 1070, [1071] = 1071, [1072] = 899, [1073] = 1073, [1074] = 1074, [1075] = 925, [1076] = 1076, [1077] = 1053, [1078] = 1078, [1079] = 936, [1080] = 1080, [1081] = 1081, [1082] = 1082, [1083] = 1083, [1084] = 1084, [1085] = 1085, [1086] = 1086, [1087] = 1087, [1088] = 1088, [1089] = 1089, [1090] = 1090, [1091] = 1088, [1092] = 1092, [1093] = 1093, [1094] = 1094, [1095] = 1095, [1096] = 1096, [1097] = 1097, [1098] = 1098, [1099] = 1099, [1100] = 1100, [1101] = 886, [1102] = 1102, [1103] = 1103, [1104] = 1104, [1105] = 1086, [1106] = 1087, [1107] = 1107, [1108] = 1108, [1109] = 1109, [1110] = 1055, [1111] = 1111, [1112] = 1112, [1113] = 1113, [1114] = 1114, [1115] = 1115, [1116] = 1116, [1117] = 1117, [1118] = 1118, [1119] = 1119, [1120] = 1120, [1121] = 1121, [1122] = 1122, [1123] = 1123, [1124] = 1124, [1125] = 1090, [1126] = 1126, [1127] = 1127, [1128] = 1005, [1129] = 1049, [1130] = 1130, [1131] = 1131, [1132] = 1090, [1133] = 1133, [1134] = 1089, [1135] = 1096, [1136] = 1136, [1137] = 1074, [1138] = 1138, [1139] = 1139, [1140] = 1140, [1141] = 1141, [1142] = 1115, [1143] = 1085, [1144] = 1144, [1145] = 1130, [1146] = 1100, [1147] = 1090, [1148] = 1140, [1149] = 1149, [1150] = 1050, [1151] = 1151, [1152] = 1152, [1153] = 1153, [1154] = 1154, [1155] = 1155, [1156] = 1156, [1157] = 1133, [1158] = 1158, [1159] = 1159, [1160] = 1160, [1161] = 1161, [1162] = 1162, [1163] = 1117, [1164] = 1107, [1165] = 1165, [1166] = 1166, [1167] = 1167, [1168] = 1136, [1169] = 1169, [1170] = 1155, [1171] = 1171, [1172] = 1172, [1173] = 1173, [1174] = 1174, [1175] = 1023, [1176] = 1176, [1177] = 1177, [1178] = 1178, [1179] = 1179, [1180] = 1036, [1181] = 1181, [1182] = 570, [1183] = 1183, [1184] = 1184, [1185] = 1124, [1186] = 1186, [1187] = 1187, [1188] = 1188, [1189] = 1189, [1190] = 1190, [1191] = 1191, [1192] = 1192, [1193] = 572, [1194] = 1126, [1195] = 1195, [1196] = 1196, [1197] = 1197, [1198] = 1198, [1199] = 1199, [1200] = 1200, [1201] = 1201, [1202] = 1202, [1203] = 1165, [1204] = 1204, [1205] = 1205, [1206] = 1206, [1207] = 1207, [1208] = 1208, [1209] = 1209, [1210] = 1210, [1211] = 1211, [1212] = 1212, [1213] = 1213, [1214] = 1214, [1215] = 1215, [1216] = 1216, [1217] = 1042, [1218] = 1218, [1219] = 1219, [1220] = 1158, [1221] = 1156, [1222] = 1222, [1223] = 1223, [1224] = 1224, [1225] = 1189, [1226] = 1226, [1227] = 1227, [1228] = 1158, [1229] = 1188, [1230] = 1190, [1231] = 1231, [1232] = 1232, [1233] = 1159, [1234] = 1202, [1235] = 1235, [1236] = 1187, [1237] = 1237, [1238] = 1167, [1239] = 1169, [1240] = 1155, [1241] = 1241, [1242] = 1156, [1243] = 1227, [1244] = 1244, [1245] = 1167, [1246] = 1246, [1247] = 1224, [1248] = 1195, [1249] = 1171, [1250] = 1250, [1251] = 1227, [1252] = 1252, [1253] = 1253, [1254] = 1254, [1255] = 1255, [1256] = 1256, [1257] = 1257, [1258] = 1114, [1259] = 1041, [1260] = 1198, [1261] = 1224, [1262] = 1250, [1263] = 1188, [1264] = 1264, [1265] = 1190, [1266] = 1231, [1267] = 1267, [1268] = 1268, [1269] = 1269, [1270] = 1270, [1271] = 1176, [1272] = 1272, [1273] = 1169, [1274] = 1274, [1275] = 1159, [1276] = 1202, [1277] = 1277, [1278] = 1177, [1279] = 1172, [1280] = 1187, [1281] = 1281, [1282] = 1282, [1283] = 1283, [1284] = 1283, [1285] = 1285, [1286] = 252, [1287] = 1287, [1288] = 1288, [1289] = 1289, [1290] = 1290, [1291] = 1291, [1292] = 1292, [1293] = 1293, [1294] = 1294, [1295] = 1255, [1296] = 1296, [1297] = 1297, [1298] = 1298, [1299] = 1299, [1300] = 1300, [1301] = 1301, [1302] = 1302, [1303] = 1303, [1304] = 1304, [1305] = 1305, [1306] = 1306, [1307] = 1307, [1308] = 1308, [1309] = 1309, [1310] = 1310, [1311] = 261, [1312] = 1312, [1313] = 1313, [1314] = 1314, [1315] = 1000, [1316] = 1316, [1317] = 1317, [1318] = 1318, [1319] = 1319, [1320] = 1320, [1321] = 262, [1322] = 1268, [1323] = 1323, [1324] = 1324, [1325] = 1325, [1326] = 1244, [1327] = 1327, [1328] = 1288, [1329] = 1302, [1330] = 1299, [1331] = 1324, [1332] = 1332, [1333] = 264, [1334] = 1334, [1335] = 1335, [1336] = 1336, [1337] = 1337, [1338] = 1338, [1339] = 1339, [1340] = 1340, [1341] = 1341, [1342] = 1342, [1343] = 1343, [1344] = 1344, [1345] = 1345, [1346] = 1289, [1347] = 1347, [1348] = 1303, [1349] = 260, [1350] = 1350, [1351] = 1351, [1352] = 1352, [1353] = 1353, [1354] = 1354, [1355] = 1355, [1356] = 1356, [1357] = 1357, [1358] = 1358, [1359] = 1359, [1360] = 1360, [1361] = 1361, [1362] = 1362, [1363] = 1363, [1364] = 1364, [1365] = 1365, [1366] = 1366, [1367] = 1360, [1368] = 1355, [1369] = 1369, [1370] = 1356, [1371] = 1364, [1372] = 1372, [1373] = 1359, [1374] = 1363, [1375] = 1375, [1376] = 1375, [1377] = 1377, [1378] = 1378, [1379] = 1379, [1380] = 1359, [1381] = 1381, [1382] = 1382, [1383] = 1383, [1384] = 1384, [1385] = 1385, [1386] = 1386, [1387] = 1387, [1388] = 1388, [1389] = 1375, [1390] = 1390, [1391] = 1391, [1392] = 1383, [1393] = 1356, [1394] = 1361, [1395] = 1395, [1396] = 1361, [1397] = 1397, [1398] = 1398, [1399] = 1399, [1400] = 1400, [1401] = 1355, [1402] = 1385, [1403] = 1403, [1404] = 1404, [1405] = 1405, [1406] = 1406, [1407] = 1362, [1408] = 1408, [1409] = 1405, [1410] = 1410, [1411] = 1411, [1412] = 1412, [1413] = 1413, [1414] = 1365, [1415] = 1415, [1416] = 1404, [1417] = 1417, [1418] = 1418, [1419] = 1358, [1420] = 1378, [1421] = 1357, [1422] = 1354, [1423] = 1423, [1424] = 1413, [1425] = 1425, [1426] = 1426, [1427] = 1427, [1428] = 1382, [1429] = 1429, [1430] = 1391, [1431] = 1410, [1432] = 1432, [1433] = 1412, [1434] = 1434, [1435] = 1435, [1436] = 1436, [1437] = 1437, [1438] = 1403, [1439] = 1366, [1440] = 1440, [1441] = 1432, [1442] = 1442, [1443] = 1426, [1444] = 1434, [1445] = 1363, [1446] = 1446, [1447] = 1408, [1448] = 1362, [1449] = 1423, [1450] = 1450, [1451] = 1361, [1452] = 1452, [1453] = 1400, [1454] = 1454, [1455] = 1366, [1456] = 1378, [1457] = 1360, [1458] = 1458, [1459] = 1459, [1460] = 1460, [1461] = 1461, [1462] = 1426, [1463] = 1381, [1464] = 1458, [1465] = 1465, [1466] = 1440, [1467] = 1356, [1468] = 1364, [1469] = 1379, [1470] = 1418, [1471] = 1458, [1472] = 1437, [1473] = 1459, [1474] = 1450, [1475] = 1429, [1476] = 1476, [1477] = 1477, [1478] = 1478, }; static inline bool sym_identifier_character_set_1(int32_t c) { return (c < 43514 ? (c < 4193 ? (c < 2707 ? (c < 1994 ? (c < 931 ? (c < 748 ? (c < 192 ? (c < 170 ? (c < 'a' ? (c >= 'A' && c <= '_') : c <= 'z') : (c <= 170 || (c < 186 ? c == 181 : c <= 186))) : (c <= 214 || (c < 710 ? (c < 248 ? (c >= 216 && c <= 246) : c <= 705) : (c <= 721 || (c >= 736 && c <= 740))))) : (c <= 748 || (c < 895 ? (c < 886 ? (c < 880 ? c == 750 : c <= 884) : (c <= 887 || (c >= 891 && c <= 893))) : (c <= 895 || (c < 908 ? (c < 904 ? c == 902 : c <= 906) : (c <= 908 || (c >= 910 && c <= 929))))))) : (c <= 1013 || (c < 1649 ? (c < 1376 ? (c < 1329 ? (c < 1162 ? (c >= 1015 && c <= 1153) : c <= 1327) : (c <= 1366 || c == 1369)) : (c <= 1416 || (c < 1568 ? (c < 1519 ? (c >= 1488 && c <= 1514) : c <= 1522) : (c <= 1610 || (c >= 1646 && c <= 1647))))) : (c <= 1747 || (c < 1791 ? (c < 1774 ? (c < 1765 ? c == 1749 : c <= 1766) : (c <= 1775 || (c >= 1786 && c <= 1788))) : (c <= 1791 || (c < 1869 ? (c < 1810 ? c == 1808 : c <= 1839) : (c <= 1957 || c == 1969)))))))) : (c <= 2026 || (c < 2482 ? (c < 2208 ? (c < 2088 ? (c < 2048 ? (c < 2042 ? (c >= 2036 && c <= 2037) : c <= 2042) : (c <= 2069 || (c < 2084 ? c == 2074 : c <= 2084))) : (c <= 2088 || (c < 2160 ? (c < 2144 ? (c >= 2112 && c <= 2136) : c <= 2154) : (c <= 2183 || (c >= 2185 && c <= 2190))))) : (c <= 2249 || (c < 2417 ? (c < 2384 ? (c < 2365 ? (c >= 2308 && c <= 2361) : c <= 2365) : (c <= 2384 || (c >= 2392 && c <= 2401))) : (c <= 2432 || (c < 2451 ? (c < 2447 ? (c >= 2437 && c <= 2444) : c <= 2448) : (c <= 2472 || (c >= 2474 && c <= 2480))))))) : (c <= 2482 || (c < 2579 ? (c < 2527 ? (c < 2510 ? (c < 2493 ? (c >= 2486 && c <= 2489) : c <= 2493) : (c <= 2510 || (c >= 2524 && c <= 2525))) : (c <= 2529 || (c < 2565 ? (c < 2556 ? (c >= 2544 && c <= 2545) : c <= 2556) : (c <= 2570 || (c >= 2575 && c <= 2576))))) : (c <= 2600 || (c < 2649 ? (c < 2613 ? (c < 2610 ? (c >= 2602 && c <= 2608) : c <= 2611) : (c <= 2614 || (c >= 2616 && c <= 2617))) : (c <= 2652 || (c < 2693 ? (c < 2674 ? c == 2654 : c <= 2676) : (c <= 2701 || (c >= 2703 && c <= 2705))))))))))) : (c <= 2728 || (c < 3242 ? (c < 2962 ? (c < 2858 ? (c < 2784 ? (c < 2741 ? (c < 2738 ? (c >= 2730 && c <= 2736) : c <= 2739) : (c <= 2745 || (c < 2768 ? c == 2749 : c <= 2768))) : (c <= 2785 || (c < 2831 ? (c < 2821 ? c == 2809 : c <= 2828) : (c <= 2832 || (c >= 2835 && c <= 2856))))) : (c <= 2864 || (c < 2911 ? (c < 2877 ? (c < 2869 ? (c >= 2866 && c <= 2867) : c <= 2873) : (c <= 2877 || (c >= 2908 && c <= 2909))) : (c <= 2913 || (c < 2949 ? (c < 2947 ? c == 2929 : c <= 2947) : (c <= 2954 || (c >= 2958 && c <= 2960))))))) : (c <= 2965 || (c < 3090 ? (c < 2984 ? (c < 2974 ? (c < 2972 ? (c >= 2969 && c <= 2970) : c <= 2972) : (c <= 2975 || (c >= 2979 && c <= 2980))) : (c <= 2986 || (c < 3077 ? (c < 3024 ? (c >= 2990 && c <= 3001) : c <= 3024) : (c <= 3084 || (c >= 3086 && c <= 3088))))) : (c <= 3112 || (c < 3168 ? (c < 3160 ? (c < 3133 ? (c >= 3114 && c <= 3129) : c <= 3133) : (c <= 3162 || c == 3165)) : (c <= 3169 || (c < 3214 ? (c < 3205 ? c == 3200 : c <= 3212) : (c <= 3216 || (c >= 3218 && c <= 3240))))))))) : (c <= 3251 || (c < 3648 ? (c < 3412 ? (c < 3332 ? (c < 3293 ? (c < 3261 ? (c >= 3253 && c <= 3257) : c <= 3261) : (c <= 3294 || (c < 3313 ? (c >= 3296 && c <= 3297) : c <= 3314))) : (c <= 3340 || (c < 3389 ? (c < 3346 ? (c >= 3342 && c <= 3344) : c <= 3386) : (c <= 3389 || c == 3406)))) : (c <= 3414 || (c < 3507 ? (c < 3461 ? (c < 3450 ? (c >= 3423 && c <= 3425) : c <= 3455) : (c <= 3478 || (c >= 3482 && c <= 3505))) : (c <= 3515 || (c < 3585 ? (c < 3520 ? c == 3517 : c <= 3526) : (c <= 3632 || c == 3634)))))) : (c <= 3654 || (c < 3782 ? (c < 3749 ? (c < 3718 ? (c < 3716 ? (c >= 3713 && c <= 3714) : c <= 3716) : (c <= 3722 || (c >= 3724 && c <= 3747))) : (c <= 3749 || (c < 3773 ? (c < 3762 ? (c >= 3751 && c <= 3760) : c <= 3762) : (c <= 3773 || (c >= 3776 && c <= 3780))))) : (c <= 3782 || (c < 3976 ? (c < 3904 ? (c < 3840 ? (c >= 3804 && c <= 3807) : c <= 3840) : (c <= 3911 || (c >= 3913 && c <= 3948))) : (c <= 3980 || (c < 4176 ? (c < 4159 ? (c >= 4096 && c <= 4138) : c <= 4159) : (c <= 4181 || (c >= 4186 && c <= 4189))))))))))))) : (c <= 4193 || (c < 8134 ? (c < 6176 ? (c < 4808 ? (c < 4688 ? (c < 4295 ? (c < 4213 ? (c < 4206 ? (c >= 4197 && c <= 4198) : c <= 4208) : (c <= 4225 || (c < 4256 ? c == 4238 : c <= 4293))) : (c <= 4295 || (c < 4348 ? (c < 4304 ? c == 4301 : c <= 4346) : (c <= 4680 || (c >= 4682 && c <= 4685))))) : (c <= 4694 || (c < 4752 ? (c < 4704 ? (c < 4698 ? c == 4696 : c <= 4701) : (c <= 4744 || (c >= 4746 && c <= 4749))) : (c <= 4784 || (c < 4800 ? (c < 4792 ? (c >= 4786 && c <= 4789) : c <= 4798) : (c <= 4800 || (c >= 4802 && c <= 4805))))))) : (c <= 4822 || (c < 5792 ? (c < 5024 ? (c < 4888 ? (c < 4882 ? (c >= 4824 && c <= 4880) : c <= 4885) : (c <= 4954 || (c >= 4992 && c <= 5007))) : (c <= 5109 || (c < 5743 ? (c < 5121 ? (c >= 5112 && c <= 5117) : c <= 5740) : (c <= 5759 || (c >= 5761 && c <= 5786))))) : (c <= 5866 || (c < 5984 ? (c < 5919 ? (c < 5888 ? (c >= 5870 && c <= 5880) : c <= 5905) : (c <= 5937 || (c >= 5952 && c <= 5969))) : (c <= 5996 || (c < 6103 ? (c < 6016 ? (c >= 5998 && c <= 6000) : c <= 6067) : (c <= 6103 || c == 6108)))))))) : (c <= 6264 || (c < 7312 ? (c < 6823 ? (c < 6512 ? (c < 6320 ? (c < 6314 ? (c >= 6272 && c <= 6312) : c <= 6314) : (c <= 6389 || (c < 6480 ? (c >= 6400 && c <= 6430) : c <= 6509))) : (c <= 6516 || (c < 6656 ? (c < 6576 ? (c >= 6528 && c <= 6571) : c <= 6601) : (c <= 6678 || (c >= 6688 && c <= 6740))))) : (c <= 6823 || (c < 7098 ? (c < 7043 ? (c < 6981 ? (c >= 6917 && c <= 6963) : c <= 6988) : (c <= 7072 || (c >= 7086 && c <= 7087))) : (c <= 7141 || (c < 7258 ? (c < 7245 ? (c >= 7168 && c <= 7203) : c <= 7247) : (c <= 7293 || (c >= 7296 && c <= 7304))))))) : (c <= 7354 || (c < 8008 ? (c < 7418 ? (c < 7406 ? (c < 7401 ? (c >= 7357 && c <= 7359) : c <= 7404) : (c <= 7411 || (c >= 7413 && c <= 7414))) : (c <= 7418 || (c < 7960 ? (c < 7680 ? (c >= 7424 && c <= 7615) : c <= 7957) : (c <= 7965 || (c >= 7968 && c <= 8005))))) : (c <= 8013 || (c < 8031 ? (c < 8027 ? (c < 8025 ? (c >= 8016 && c <= 8023) : c <= 8025) : (c <= 8027 || c == 8029)) : (c <= 8061 || (c < 8126 ? (c < 8118 ? (c >= 8064 && c <= 8116) : c <= 8124) : (c <= 8126 || (c >= 8130 && c <= 8132))))))))))) : (c <= 8140 || (c < 12337 ? (c < 8544 ? (c < 8458 ? (c < 8305 ? (c < 8160 ? (c < 8150 ? (c >= 8144 && c <= 8147) : c <= 8155) : (c <= 8172 || (c < 8182 ? (c >= 8178 && c <= 8180) : c <= 8188))) : (c <= 8305 || (c < 8450 ? (c < 8336 ? c == 8319 : c <= 8348) : (c <= 8450 || c == 8455)))) : (c <= 8467 || (c < 8488 ? (c < 8484 ? (c < 8472 ? c == 8469 : c <= 8477) : (c <= 8484 || c == 8486)) : (c <= 8488 || (c < 8517 ? (c < 8508 ? (c >= 8490 && c <= 8505) : c <= 8511) : (c <= 8521 || c == 8526)))))) : (c <= 8584 || (c < 11680 ? (c < 11559 ? (c < 11506 ? (c < 11499 ? (c >= 11264 && c <= 11492) : c <= 11502) : (c <= 11507 || (c >= 11520 && c <= 11557))) : (c <= 11559 || (c < 11631 ? (c < 11568 ? c == 11565 : c <= 11623) : (c <= 11631 || (c >= 11648 && c <= 11670))))) : (c <= 11686 || (c < 11720 ? (c < 11704 ? (c < 11696 ? (c >= 11688 && c <= 11694) : c <= 11702) : (c <= 11710 || (c >= 11712 && c <= 11718))) : (c <= 11726 || (c < 12293 ? (c < 11736 ? (c >= 11728 && c <= 11734) : c <= 11742) : (c <= 12295 || (c >= 12321 && c <= 12329))))))))) : (c <= 12341 || (c < 42891 ? (c < 19968 ? (c < 12549 ? (c < 12445 ? (c < 12353 ? (c >= 12344 && c <= 12348) : c <= 12438) : (c <= 12447 || (c < 12540 ? (c >= 12449 && c <= 12538) : c <= 12543))) : (c <= 12591 || (c < 12784 ? (c < 12704 ? (c >= 12593 && c <= 12686) : c <= 12735) : (c <= 12799 || (c >= 13312 && c <= 19903))))) : (c <= 42124 || (c < 42560 ? (c < 42512 ? (c < 42240 ? (c >= 42192 && c <= 42237) : c <= 42508) : (c <= 42527 || (c >= 42538 && c <= 42539))) : (c <= 42606 || (c < 42775 ? (c < 42656 ? (c >= 42623 && c <= 42653) : c <= 42735) : (c <= 42783 || (c >= 42786 && c <= 42888))))))) : (c <= 42954 || (c < 43250 ? (c < 43011 ? (c < 42965 ? (c < 42963 ? (c >= 42960 && c <= 42961) : c <= 42963) : (c <= 42969 || (c >= 42994 && c <= 43009))) : (c <= 43013 || (c < 43072 ? (c < 43020 ? (c >= 43015 && c <= 43018) : c <= 43042) : (c <= 43123 || (c >= 43138 && c <= 43187))))) : (c <= 43255 || (c < 43360 ? (c < 43274 ? (c < 43261 ? c == 43259 : c <= 43262) : (c <= 43301 || (c >= 43312 && c <= 43334))) : (c <= 43388 || (c < 43488 ? (c < 43471 ? (c >= 43396 && c <= 43442) : c <= 43471) : (c <= 43492 || (c >= 43494 && c <= 43503))))))))))))))) : (c <= 43518 || (c < 70727 ? (c < 66956 ? (c < 64914 ? (c < 43868 ? (c < 43714 ? (c < 43646 ? (c < 43588 ? (c < 43584 ? (c >= 43520 && c <= 43560) : c <= 43586) : (c <= 43595 || (c < 43642 ? (c >= 43616 && c <= 43638) : c <= 43642))) : (c <= 43695 || (c < 43705 ? (c < 43701 ? c == 43697 : c <= 43702) : (c <= 43709 || c == 43712)))) : (c <= 43714 || (c < 43785 ? (c < 43762 ? (c < 43744 ? (c >= 43739 && c <= 43741) : c <= 43754) : (c <= 43764 || (c >= 43777 && c <= 43782))) : (c <= 43790 || (c < 43816 ? (c < 43808 ? (c >= 43793 && c <= 43798) : c <= 43814) : (c <= 43822 || (c >= 43824 && c <= 43866))))))) : (c <= 43881 || (c < 64287 ? (c < 63744 ? (c < 55216 ? (c < 44032 ? (c >= 43888 && c <= 44002) : c <= 55203) : (c <= 55238 || (c >= 55243 && c <= 55291))) : (c <= 64109 || (c < 64275 ? (c < 64256 ? (c >= 64112 && c <= 64217) : c <= 64262) : (c <= 64279 || c == 64285)))) : (c <= 64296 || (c < 64323 ? (c < 64318 ? (c < 64312 ? (c >= 64298 && c <= 64310) : c <= 64316) : (c <= 64318 || (c >= 64320 && c <= 64321))) : (c <= 64324 || (c < 64612 ? (c < 64467 ? (c >= 64326 && c <= 64433) : c <= 64605) : (c <= 64829 || (c >= 64848 && c <= 64911))))))))) : (c <= 64967 || (c < 65599 ? (c < 65382 ? (c < 65147 ? (c < 65139 ? (c < 65137 ? (c >= 65008 && c <= 65017) : c <= 65137) : (c <= 65139 || (c < 65145 ? c == 65143 : c <= 65145))) : (c <= 65147 || (c < 65313 ? (c < 65151 ? c == 65149 : c <= 65276) : (c <= 65338 || (c >= 65345 && c <= 65370))))) : (c <= 65437 || (c < 65498 ? (c < 65482 ? (c < 65474 ? (c >= 65440 && c <= 65470) : c <= 65479) : (c <= 65487 || (c >= 65490 && c <= 65495))) : (c <= 65500 || (c < 65576 ? (c < 65549 ? (c >= 65536 && c <= 65547) : c <= 65574) : (c <= 65594 || (c >= 65596 && c <= 65597))))))) : (c <= 65613 || (c < 66464 ? (c < 66208 ? (c < 65856 ? (c < 65664 ? (c >= 65616 && c <= 65629) : c <= 65786) : (c <= 65908 || (c >= 66176 && c <= 66204))) : (c <= 66256 || (c < 66384 ? (c < 66349 ? (c >= 66304 && c <= 66335) : c <= 66378) : (c <= 66421 || (c >= 66432 && c <= 66461))))) : (c <= 66499 || (c < 66776 ? (c < 66560 ? (c < 66513 ? (c >= 66504 && c <= 66511) : c <= 66517) : (c <= 66717 || (c >= 66736 && c <= 66771))) : (c <= 66811 || (c < 66928 ? (c < 66864 ? (c >= 66816 && c <= 66855) : c <= 66915) : (c <= 66938 || (c >= 66940 && c <= 66954))))))))))) : (c <= 66962 || (c < 68864 ? (c < 67828 ? (c < 67506 ? (c < 67072 ? (c < 66979 ? (c < 66967 ? (c >= 66964 && c <= 66965) : c <= 66977) : (c <= 66993 || (c < 67003 ? (c >= 66995 && c <= 67001) : c <= 67004))) : (c <= 67382 || (c < 67456 ? (c < 67424 ? (c >= 67392 && c <= 67413) : c <= 67431) : (c <= 67461 || (c >= 67463 && c <= 67504))))) : (c <= 67514 || (c < 67644 ? (c < 67594 ? (c < 67592 ? (c >= 67584 && c <= 67589) : c <= 67592) : (c <= 67637 || (c >= 67639 && c <= 67640))) : (c <= 67644 || (c < 67712 ? (c < 67680 ? (c >= 67647 && c <= 67669) : c <= 67702) : (c <= 67742 || (c >= 67808 && c <= 67826))))))) : (c <= 67829 || (c < 68224 ? (c < 68096 ? (c < 67968 ? (c < 67872 ? (c >= 67840 && c <= 67861) : c <= 67897) : (c <= 68023 || (c >= 68030 && c <= 68031))) : (c <= 68096 || (c < 68121 ? (c < 68117 ? (c >= 68112 && c <= 68115) : c <= 68119) : (c <= 68149 || (c >= 68192 && c <= 68220))))) : (c <= 68252 || (c < 68448 ? (c < 68352 ? (c < 68297 ? (c >= 68288 && c <= 68295) : c <= 68324) : (c <= 68405 || (c >= 68416 && c <= 68437))) : (c <= 68466 || (c < 68736 ? (c < 68608 ? (c >= 68480 && c <= 68497) : c <= 68680) : (c <= 68786 || (c >= 68800 && c <= 68850))))))))) : (c <= 68899 || (c < 70106 ? (c < 69749 ? (c < 69488 ? (c < 69376 ? (c < 69296 ? (c >= 69248 && c <= 69289) : c <= 69297) : (c <= 69404 || (c < 69424 ? c == 69415 : c <= 69445))) : (c <= 69505 || (c < 69635 ? (c < 69600 ? (c >= 69552 && c <= 69572) : c <= 69622) : (c <= 69687 || (c >= 69745 && c <= 69746))))) : (c <= 69749 || (c < 69959 ? (c < 69891 ? (c < 69840 ? (c >= 69763 && c <= 69807) : c <= 69864) : (c <= 69926 || c == 69956)) : (c <= 69959 || (c < 70019 ? (c < 70006 ? (c >= 69968 && c <= 70002) : c <= 70006) : (c <= 70066 || (c >= 70081 && c <= 70084))))))) : (c <= 70106 || (c < 70405 ? (c < 70280 ? (c < 70163 ? (c < 70144 ? c == 70108 : c <= 70161) : (c <= 70187 || (c >= 70272 && c <= 70278))) : (c <= 70280 || (c < 70303 ? (c < 70287 ? (c >= 70282 && c <= 70285) : c <= 70301) : (c <= 70312 || (c >= 70320 && c <= 70366))))) : (c <= 70412 || (c < 70453 ? (c < 70442 ? (c < 70419 ? (c >= 70415 && c <= 70416) : c <= 70440) : (c <= 70448 || (c >= 70450 && c <= 70451))) : (c <= 70457 || (c < 70493 ? (c < 70480 ? c == 70461 : c <= 70480) : (c <= 70497 || (c >= 70656 && c <= 70708))))))))))))) : (c <= 70730 || (c < 119894 ? (c < 73056 ? (c < 72001 ? (c < 71424 ? (c < 71128 ? (c < 70852 ? (c < 70784 ? (c >= 70751 && c <= 70753) : c <= 70831) : (c <= 70853 || (c < 71040 ? c == 70855 : c <= 71086))) : (c <= 71131 || (c < 71296 ? (c < 71236 ? (c >= 71168 && c <= 71215) : c <= 71236) : (c <= 71338 || c == 71352)))) : (c <= 71450 || (c < 71945 ? (c < 71840 ? (c < 71680 ? (c >= 71488 && c <= 71494) : c <= 71723) : (c <= 71903 || (c >= 71935 && c <= 71942))) : (c <= 71945 || (c < 71960 ? (c < 71957 ? (c >= 71948 && c <= 71955) : c <= 71958) : (c <= 71983 || c == 71999)))))) : (c <= 72001 || (c < 72349 ? (c < 72192 ? (c < 72161 ? (c < 72106 ? (c >= 72096 && c <= 72103) : c <= 72144) : (c <= 72161 || c == 72163)) : (c <= 72192 || (c < 72272 ? (c < 72250 ? (c >= 72203 && c <= 72242) : c <= 72250) : (c <= 72272 || (c >= 72284 && c <= 72329))))) : (c <= 72349 || (c < 72818 ? (c < 72714 ? (c < 72704 ? (c >= 72368 && c <= 72440) : c <= 72712) : (c <= 72750 || c == 72768)) : (c <= 72847 || (c < 72971 ? (c < 72968 ? (c >= 72960 && c <= 72966) : c <= 72969) : (c <= 73008 || c == 73030)))))))) : (c <= 73061 || (c < 93952 ? (c < 82944 ? (c < 73728 ? (c < 73112 ? (c < 73066 ? (c >= 73063 && c <= 73064) : c <= 73097) : (c <= 73112 || (c < 73648 ? (c >= 73440 && c <= 73458) : c <= 73648))) : (c <= 74649 || (c < 77712 ? (c < 74880 ? (c >= 74752 && c <= 74862) : c <= 75075) : (c <= 77808 || (c >= 77824 && c <= 78894))))) : (c <= 83526 || (c < 92928 ? (c < 92784 ? (c < 92736 ? (c >= 92160 && c <= 92728) : c <= 92766) : (c <= 92862 || (c >= 92880 && c <= 92909))) : (c <= 92975 || (c < 93053 ? (c < 93027 ? (c >= 92992 && c <= 92995) : c <= 93047) : (c <= 93071 || (c >= 93760 && c <= 93823))))))) : (c <= 94026 || (c < 110589 ? (c < 94208 ? (c < 94176 ? (c < 94099 ? c == 94032 : c <= 94111) : (c <= 94177 || c == 94179)) : (c <= 100343 || (c < 110576 ? (c < 101632 ? (c >= 100352 && c <= 101589) : c <= 101640) : (c <= 110579 || (c >= 110581 && c <= 110587))))) : (c <= 110590 || (c < 113664 ? (c < 110948 ? (c < 110928 ? (c >= 110592 && c <= 110882) : c <= 110930) : (c <= 110951 || (c >= 110960 && c <= 111355))) : (c <= 113770 || (c < 113808 ? (c < 113792 ? (c >= 113776 && c <= 113788) : c <= 113800) : (c <= 113817 || (c >= 119808 && c <= 119892))))))))))) : (c <= 119964 || (c < 125259 ? (c < 120572 ? (c < 120086 ? (c < 119995 ? (c < 119973 ? (c < 119970 ? (c >= 119966 && c <= 119967) : c <= 119970) : (c <= 119974 || (c < 119982 ? (c >= 119977 && c <= 119980) : c <= 119993))) : (c <= 119995 || (c < 120071 ? (c < 120005 ? (c >= 119997 && c <= 120003) : c <= 120069) : (c <= 120074 || (c >= 120077 && c <= 120084))))) : (c <= 120092 || (c < 120138 ? (c < 120128 ? (c < 120123 ? (c >= 120094 && c <= 120121) : c <= 120126) : (c <= 120132 || c == 120134)) : (c <= 120144 || (c < 120514 ? (c < 120488 ? (c >= 120146 && c <= 120485) : c <= 120512) : (c <= 120538 || (c >= 120540 && c <= 120570))))))) : (c <= 120596 || (c < 123191 ? (c < 120714 ? (c < 120656 ? (c < 120630 ? (c >= 120598 && c <= 120628) : c <= 120654) : (c <= 120686 || (c >= 120688 && c <= 120712))) : (c <= 120744 || (c < 122624 ? (c < 120772 ? (c >= 120746 && c <= 120770) : c <= 120779) : (c <= 122654 || (c >= 123136 && c <= 123180))))) : (c <= 123197 || (c < 124904 ? (c < 123584 ? (c < 123536 ? c == 123214 : c <= 123565) : (c <= 123627 || (c >= 124896 && c <= 124902))) : (c <= 124907 || (c < 124928 ? (c < 124912 ? (c >= 124909 && c <= 124910) : c <= 124926) : (c <= 125124 || (c >= 125184 && c <= 125251))))))))) : (c <= 125259 || (c < 126559 ? (c < 126535 ? (c < 126505 ? (c < 126497 ? (c < 126469 ? (c >= 126464 && c <= 126467) : c <= 126495) : (c <= 126498 || (c < 126503 ? c == 126500 : c <= 126503))) : (c <= 126514 || (c < 126523 ? (c < 126521 ? (c >= 126516 && c <= 126519) : c <= 126521) : (c <= 126523 || c == 126530)))) : (c <= 126535 || (c < 126548 ? (c < 126541 ? (c < 126539 ? c == 126537 : c <= 126539) : (c <= 126543 || (c >= 126545 && c <= 126546))) : (c <= 126548 || (c < 126555 ? (c < 126553 ? c == 126551 : c <= 126553) : (c <= 126555 || c == 126557)))))) : (c <= 126559 || (c < 126625 ? (c < 126580 ? (c < 126567 ? (c < 126564 ? (c >= 126561 && c <= 126562) : c <= 126564) : (c <= 126570 || (c >= 126572 && c <= 126578))) : (c <= 126583 || (c < 126592 ? (c < 126590 ? (c >= 126585 && c <= 126588) : c <= 126590) : (c <= 126601 || (c >= 126603 && c <= 126619))))) : (c <= 126627 || (c < 177984 ? (c < 131072 ? (c < 126635 ? (c >= 126629 && c <= 126633) : c <= 126651) : (c <= 173791 || (c >= 173824 && c <= 177976))) : (c <= 178205 || (c < 194560 ? (c < 183984 ? (c >= 178208 && c <= 183969) : c <= 191456) : (c <= 195101 || (c >= 196608 && c <= 201546))))))))))))))))); } static inline bool sym_identifier_character_set_2(int32_t c) { return (c < 43616 ? (c < 3782 ? (c < 2748 ? (c < 2045 ? (c < 1015 ? (c < 710 ? (c < 181 ? (c < '_' ? (c < 'A' ? (c >= '0' && c <= '9') : c <= 'Z') : (c <= '_' || (c < 170 ? (c >= 'a' && c <= 'z') : c <= 170))) : (c <= 181 || (c < 192 ? (c < 186 ? c == 183 : c <= 186) : (c <= 214 || (c < 248 ? (c >= 216 && c <= 246) : c <= 705))))) : (c <= 721 || (c < 891 ? (c < 750 ? (c < 748 ? (c >= 736 && c <= 740) : c <= 748) : (c <= 750 || (c < 886 ? (c >= 768 && c <= 884) : c <= 887))) : (c <= 893 || (c < 908 ? (c < 902 ? c == 895 : c <= 906) : (c <= 908 || (c < 931 ? (c >= 910 && c <= 929) : c <= 1013))))))) : (c <= 1153 || (c < 1519 ? (c < 1425 ? (c < 1329 ? (c < 1162 ? (c >= 1155 && c <= 1159) : c <= 1327) : (c <= 1366 || (c < 1376 ? c == 1369 : c <= 1416))) : (c <= 1469 || (c < 1476 ? (c < 1473 ? c == 1471 : c <= 1474) : (c <= 1477 || (c < 1488 ? c == 1479 : c <= 1514))))) : (c <= 1522 || (c < 1770 ? (c < 1646 ? (c < 1568 ? (c >= 1552 && c <= 1562) : c <= 1641) : (c <= 1747 || (c < 1759 ? (c >= 1749 && c <= 1756) : c <= 1768))) : (c <= 1788 || (c < 1869 ? (c < 1808 ? c == 1791 : c <= 1866) : (c <= 1969 || (c < 2042 ? (c >= 1984 && c <= 2037) : c <= 2042))))))))) : (c <= 2045 || (c < 2558 ? (c < 2451 ? (c < 2200 ? (c < 2144 ? (c < 2112 ? (c >= 2048 && c <= 2093) : c <= 2139) : (c <= 2154 || (c < 2185 ? (c >= 2160 && c <= 2183) : c <= 2190))) : (c <= 2273 || (c < 2417 ? (c < 2406 ? (c >= 2275 && c <= 2403) : c <= 2415) : (c <= 2435 || (c < 2447 ? (c >= 2437 && c <= 2444) : c <= 2448))))) : (c <= 2472 || (c < 2507 ? (c < 2486 ? (c < 2482 ? (c >= 2474 && c <= 2480) : c <= 2482) : (c <= 2489 || (c < 2503 ? (c >= 2492 && c <= 2500) : c <= 2504))) : (c <= 2510 || (c < 2527 ? (c < 2524 ? c == 2519 : c <= 2525) : (c <= 2531 || (c < 2556 ? (c >= 2534 && c <= 2545) : c <= 2556))))))) : (c <= 2558 || (c < 2635 ? (c < 2610 ? (c < 2575 ? (c < 2565 ? (c >= 2561 && c <= 2563) : c <= 2570) : (c <= 2576 || (c < 2602 ? (c >= 2579 && c <= 2600) : c <= 2608))) : (c <= 2611 || (c < 2620 ? (c < 2616 ? (c >= 2613 && c <= 2614) : c <= 2617) : (c <= 2620 || (c < 2631 ? (c >= 2622 && c <= 2626) : c <= 2632))))) : (c <= 2637 || (c < 2693 ? (c < 2654 ? (c < 2649 ? c == 2641 : c <= 2652) : (c <= 2654 || (c < 2689 ? (c >= 2662 && c <= 2677) : c <= 2691))) : (c <= 2701 || (c < 2730 ? (c < 2707 ? (c >= 2703 && c <= 2705) : c <= 2728) : (c <= 2736 || (c < 2741 ? (c >= 2738 && c <= 2739) : c <= 2745))))))))))) : (c <= 2757 || (c < 3168 ? (c < 2958 ? (c < 2866 ? (c < 2809 ? (c < 2768 ? (c < 2763 ? (c >= 2759 && c <= 2761) : c <= 2765) : (c <= 2768 || (c < 2790 ? (c >= 2784 && c <= 2787) : c <= 2799))) : (c <= 2815 || (c < 2831 ? (c < 2821 ? (c >= 2817 && c <= 2819) : c <= 2828) : (c <= 2832 || (c < 2858 ? (c >= 2835 && c <= 2856) : c <= 2864))))) : (c <= 2867 || (c < 2908 ? (c < 2887 ? (c < 2876 ? (c >= 2869 && c <= 2873) : c <= 2884) : (c <= 2888 || (c < 2901 ? (c >= 2891 && c <= 2893) : c <= 2903))) : (c <= 2909 || (c < 2929 ? (c < 2918 ? (c >= 2911 && c <= 2915) : c <= 2927) : (c <= 2929 || (c < 2949 ? (c >= 2946 && c <= 2947) : c <= 2954))))))) : (c <= 2960 || (c < 3031 ? (c < 2984 ? (c < 2972 ? (c < 2969 ? (c >= 2962 && c <= 2965) : c <= 2970) : (c <= 2972 || (c < 2979 ? (c >= 2974 && c <= 2975) : c <= 2980))) : (c <= 2986 || (c < 3014 ? (c < 3006 ? (c >= 2990 && c <= 3001) : c <= 3010) : (c <= 3016 || (c < 3024 ? (c >= 3018 && c <= 3021) : c <= 3024))))) : (c <= 3031 || (c < 3132 ? (c < 3086 ? (c < 3072 ? (c >= 3046 && c <= 3055) : c <= 3084) : (c <= 3088 || (c < 3114 ? (c >= 3090 && c <= 3112) : c <= 3129))) : (c <= 3140 || (c < 3157 ? (c < 3146 ? (c >= 3142 && c <= 3144) : c <= 3149) : (c <= 3158 || (c < 3165 ? (c >= 3160 && c <= 3162) : c <= 3165))))))))) : (c <= 3171 || (c < 3450 ? (c < 3293 ? (c < 3242 ? (c < 3205 ? (c < 3200 ? (c >= 3174 && c <= 3183) : c <= 3203) : (c <= 3212 || (c < 3218 ? (c >= 3214 && c <= 3216) : c <= 3240))) : (c <= 3251 || (c < 3270 ? (c < 3260 ? (c >= 3253 && c <= 3257) : c <= 3268) : (c <= 3272 || (c < 3285 ? (c >= 3274 && c <= 3277) : c <= 3286))))) : (c <= 3294 || (c < 3346 ? (c < 3313 ? (c < 3302 ? (c >= 3296 && c <= 3299) : c <= 3311) : (c <= 3314 || (c < 3342 ? (c >= 3328 && c <= 3340) : c <= 3344))) : (c <= 3396 || (c < 3412 ? (c < 3402 ? (c >= 3398 && c <= 3400) : c <= 3406) : (c <= 3415 || (c < 3430 ? (c >= 3423 && c <= 3427) : c <= 3439))))))) : (c <= 3455 || (c < 3570 ? (c < 3520 ? (c < 3482 ? (c < 3461 ? (c >= 3457 && c <= 3459) : c <= 3478) : (c <= 3505 || (c < 3517 ? (c >= 3507 && c <= 3515) : c <= 3517))) : (c <= 3526 || (c < 3542 ? (c < 3535 ? c == 3530 : c <= 3540) : (c <= 3542 || (c < 3558 ? (c >= 3544 && c <= 3551) : c <= 3567))))) : (c <= 3571 || (c < 3718 ? (c < 3664 ? (c < 3648 ? (c >= 3585 && c <= 3642) : c <= 3662) : (c <= 3673 || (c < 3716 ? (c >= 3713 && c <= 3714) : c <= 3716))) : (c <= 3722 || (c < 3751 ? (c < 3749 ? (c >= 3724 && c <= 3747) : c <= 3749) : (c <= 3773 || (c >= 3776 && c <= 3780))))))))))))) : (c <= 3782 || (c < 8025 ? (c < 5888 ? (c < 4688 ? (c < 3953 ? (c < 3872 ? (c < 3804 ? (c < 3792 ? (c >= 3784 && c <= 3789) : c <= 3801) : (c <= 3807 || (c < 3864 ? c == 3840 : c <= 3865))) : (c <= 3881 || (c < 3897 ? (c < 3895 ? c == 3893 : c <= 3895) : (c <= 3897 || (c < 3913 ? (c >= 3902 && c <= 3911) : c <= 3948))))) : (c <= 3972 || (c < 4256 ? (c < 4038 ? (c < 3993 ? (c >= 3974 && c <= 3991) : c <= 4028) : (c <= 4038 || (c < 4176 ? (c >= 4096 && c <= 4169) : c <= 4253))) : (c <= 4293 || (c < 4304 ? (c < 4301 ? c == 4295 : c <= 4301) : (c <= 4346 || (c < 4682 ? (c >= 4348 && c <= 4680) : c <= 4685))))))) : (c <= 4694 || (c < 4882 ? (c < 4786 ? (c < 4704 ? (c < 4698 ? c == 4696 : c <= 4701) : (c <= 4744 || (c < 4752 ? (c >= 4746 && c <= 4749) : c <= 4784))) : (c <= 4789 || (c < 4802 ? (c < 4800 ? (c >= 4792 && c <= 4798) : c <= 4800) : (c <= 4805 || (c < 4824 ? (c >= 4808 && c <= 4822) : c <= 4880))))) : (c <= 4885 || (c < 5112 ? (c < 4969 ? (c < 4957 ? (c >= 4888 && c <= 4954) : c <= 4959) : (c <= 4977 || (c < 5024 ? (c >= 4992 && c <= 5007) : c <= 5109))) : (c <= 5117 || (c < 5761 ? (c < 5743 ? (c >= 5121 && c <= 5740) : c <= 5759) : (c <= 5786 || (c < 5870 ? (c >= 5792 && c <= 5866) : c <= 5880))))))))) : (c <= 5909 || (c < 6688 ? (c < 6176 ? (c < 6016 ? (c < 5984 ? (c < 5952 ? (c >= 5919 && c <= 5940) : c <= 5971) : (c <= 5996 || (c < 6002 ? (c >= 5998 && c <= 6000) : c <= 6003))) : (c <= 6099 || (c < 6112 ? (c < 6108 ? c == 6103 : c <= 6109) : (c <= 6121 || (c < 6159 ? (c >= 6155 && c <= 6157) : c <= 6169))))) : (c <= 6264 || (c < 6470 ? (c < 6400 ? (c < 6320 ? (c >= 6272 && c <= 6314) : c <= 6389) : (c <= 6430 || (c < 6448 ? (c >= 6432 && c <= 6443) : c <= 6459))) : (c <= 6509 || (c < 6576 ? (c < 6528 ? (c >= 6512 && c <= 6516) : c <= 6571) : (c <= 6601 || (c < 6656 ? (c >= 6608 && c <= 6618) : c <= 6683))))))) : (c <= 6750 || (c < 7232 ? (c < 6847 ? (c < 6800 ? (c < 6783 ? (c >= 6752 && c <= 6780) : c <= 6793) : (c <= 6809 || (c < 6832 ? c == 6823 : c <= 6845))) : (c <= 6862 || (c < 7019 ? (c < 6992 ? (c >= 6912 && c <= 6988) : c <= 7001) : (c <= 7027 || (c < 7168 ? (c >= 7040 && c <= 7155) : c <= 7223))))) : (c <= 7241 || (c < 7380 ? (c < 7312 ? (c < 7296 ? (c >= 7245 && c <= 7293) : c <= 7304) : (c <= 7354 || (c < 7376 ? (c >= 7357 && c <= 7359) : c <= 7378))) : (c <= 7418 || (c < 7968 ? (c < 7960 ? (c >= 7424 && c <= 7957) : c <= 7965) : (c <= 8005 || (c < 8016 ? (c >= 8008 && c <= 8013) : c <= 8023))))))))))) : (c <= 8025 || (c < 11720 ? (c < 8458 ? (c < 8178 ? (c < 8126 ? (c < 8031 ? (c < 8029 ? c == 8027 : c <= 8029) : (c <= 8061 || (c < 8118 ? (c >= 8064 && c <= 8116) : c <= 8124))) : (c <= 8126 || (c < 8144 ? (c < 8134 ? (c >= 8130 && c <= 8132) : c <= 8140) : (c <= 8147 || (c < 8160 ? (c >= 8150 && c <= 8155) : c <= 8172))))) : (c <= 8180 || (c < 8336 ? (c < 8276 ? (c < 8255 ? (c >= 8182 && c <= 8188) : c <= 8256) : (c <= 8276 || (c < 8319 ? c == 8305 : c <= 8319))) : (c <= 8348 || (c < 8421 ? (c < 8417 ? (c >= 8400 && c <= 8412) : c <= 8417) : (c <= 8432 || (c < 8455 ? c == 8450 : c <= 8455))))))) : (c <= 8467 || (c < 11499 ? (c < 8490 ? (c < 8484 ? (c < 8472 ? c == 8469 : c <= 8477) : (c <= 8484 || (c < 8488 ? c == 8486 : c <= 8488))) : (c <= 8505 || (c < 8526 ? (c < 8517 ? (c >= 8508 && c <= 8511) : c <= 8521) : (c <= 8526 || (c < 11264 ? (c >= 8544 && c <= 8584) : c <= 11492))))) : (c <= 11507 || (c < 11647 ? (c < 11565 ? (c < 11559 ? (c >= 11520 && c <= 11557) : c <= 11559) : (c <= 11565 || (c < 11631 ? (c >= 11568 && c <= 11623) : c <= 11631))) : (c <= 11670 || (c < 11696 ? (c < 11688 ? (c >= 11680 && c <= 11686) : c <= 11694) : (c <= 11702 || (c < 11712 ? (c >= 11704 && c <= 11710) : c <= 11718))))))))) : (c <= 11726 || (c < 42623 ? (c < 12540 ? (c < 12337 ? (c < 11744 ? (c < 11736 ? (c >= 11728 && c <= 11734) : c <= 11742) : (c <= 11775 || (c < 12321 ? (c >= 12293 && c <= 12295) : c <= 12335))) : (c <= 12341 || (c < 12441 ? (c < 12353 ? (c >= 12344 && c <= 12348) : c <= 12438) : (c <= 12442 || (c < 12449 ? (c >= 12445 && c <= 12447) : c <= 12538))))) : (c <= 12543 || (c < 19968 ? (c < 12704 ? (c < 12593 ? (c >= 12549 && c <= 12591) : c <= 12686) : (c <= 12735 || (c < 13312 ? (c >= 12784 && c <= 12799) : c <= 19903))) : (c <= 42124 || (c < 42512 ? (c < 42240 ? (c >= 42192 && c <= 42237) : c <= 42508) : (c <= 42539 || (c < 42612 ? (c >= 42560 && c <= 42607) : c <= 42621))))))) : (c <= 42737 || (c < 43232 ? (c < 42965 ? (c < 42891 ? (c < 42786 ? (c >= 42775 && c <= 42783) : c <= 42888) : (c <= 42954 || (c < 42963 ? (c >= 42960 && c <= 42961) : c <= 42963))) : (c <= 42969 || (c < 43072 ? (c < 43052 ? (c >= 42994 && c <= 43047) : c <= 43052) : (c <= 43123 || (c < 43216 ? (c >= 43136 && c <= 43205) : c <= 43225))))) : (c <= 43255 || (c < 43471 ? (c < 43312 ? (c < 43261 ? c == 43259 : c <= 43309) : (c <= 43347 || (c < 43392 ? (c >= 43360 && c <= 43388) : c <= 43456))) : (c <= 43481 || (c < 43584 ? (c < 43520 ? (c >= 43488 && c <= 43518) : c <= 43574) : (c <= 43597 || (c >= 43600 && c <= 43609))))))))))))))) : (c <= 43638 || (c < 71453 ? (c < 67639 ? (c < 65345 ? (c < 64312 ? (c < 43888 ? (c < 43785 ? (c < 43744 ? (c < 43739 ? (c >= 43642 && c <= 43714) : c <= 43741) : (c <= 43759 || (c < 43777 ? (c >= 43762 && c <= 43766) : c <= 43782))) : (c <= 43790 || (c < 43816 ? (c < 43808 ? (c >= 43793 && c <= 43798) : c <= 43814) : (c <= 43822 || (c < 43868 ? (c >= 43824 && c <= 43866) : c <= 43881))))) : (c <= 44010 || (c < 63744 ? (c < 44032 ? (c < 44016 ? (c >= 44012 && c <= 44013) : c <= 44025) : (c <= 55203 || (c < 55243 ? (c >= 55216 && c <= 55238) : c <= 55291))) : (c <= 64109 || (c < 64275 ? (c < 64256 ? (c >= 64112 && c <= 64217) : c <= 64262) : (c <= 64279 || (c < 64298 ? (c >= 64285 && c <= 64296) : c <= 64310))))))) : (c <= 64316 || (c < 65075 ? (c < 64612 ? (c < 64323 ? (c < 64320 ? c == 64318 : c <= 64321) : (c <= 64324 || (c < 64467 ? (c >= 64326 && c <= 64433) : c <= 64605))) : (c <= 64829 || (c < 65008 ? (c < 64914 ? (c >= 64848 && c <= 64911) : c <= 64967) : (c <= 65017 || (c < 65056 ? (c >= 65024 && c <= 65039) : c <= 65071))))) : (c <= 65076 || (c < 65147 ? (c < 65139 ? (c < 65137 ? (c >= 65101 && c <= 65103) : c <= 65137) : (c <= 65139 || (c < 65145 ? c == 65143 : c <= 65145))) : (c <= 65147 || (c < 65296 ? (c < 65151 ? c == 65149 : c <= 65276) : (c <= 65305 || (c < 65343 ? (c >= 65313 && c <= 65338) : c <= 65343))))))))) : (c <= 65370 || (c < 66513 ? (c < 65664 ? (c < 65536 ? (c < 65482 ? (c < 65474 ? (c >= 65382 && c <= 65470) : c <= 65479) : (c <= 65487 || (c < 65498 ? (c >= 65490 && c <= 65495) : c <= 65500))) : (c <= 65547 || (c < 65596 ? (c < 65576 ? (c >= 65549 && c <= 65574) : c <= 65594) : (c <= 65597 || (c < 65616 ? (c >= 65599 && c <= 65613) : c <= 65629))))) : (c <= 65786 || (c < 66304 ? (c < 66176 ? (c < 66045 ? (c >= 65856 && c <= 65908) : c <= 66045) : (c <= 66204 || (c < 66272 ? (c >= 66208 && c <= 66256) : c <= 66272))) : (c <= 66335 || (c < 66432 ? (c < 66384 ? (c >= 66349 && c <= 66378) : c <= 66426) : (c <= 66461 || (c < 66504 ? (c >= 66464 && c <= 66499) : c <= 66511))))))) : (c <= 66517 || (c < 66979 ? (c < 66864 ? (c < 66736 ? (c < 66720 ? (c >= 66560 && c <= 66717) : c <= 66729) : (c <= 66771 || (c < 66816 ? (c >= 66776 && c <= 66811) : c <= 66855))) : (c <= 66915 || (c < 66956 ? (c < 66940 ? (c >= 66928 && c <= 66938) : c <= 66954) : (c <= 66962 || (c < 66967 ? (c >= 66964 && c <= 66965) : c <= 66977))))) : (c <= 66993 || (c < 67456 ? (c < 67072 ? (c < 67003 ? (c >= 66995 && c <= 67001) : c <= 67004) : (c <= 67382 || (c < 67424 ? (c >= 67392 && c <= 67413) : c <= 67431))) : (c <= 67461 || (c < 67584 ? (c < 67506 ? (c >= 67463 && c <= 67504) : c <= 67514) : (c <= 67589 || (c < 67594 ? c == 67592 : c <= 67637))))))))))) : (c <= 67640 || (c < 69956 ? (c < 68448 ? (c < 68101 ? (c < 67828 ? (c < 67680 ? (c < 67647 ? c == 67644 : c <= 67669) : (c <= 67702 || (c < 67808 ? (c >= 67712 && c <= 67742) : c <= 67826))) : (c <= 67829 || (c < 67968 ? (c < 67872 ? (c >= 67840 && c <= 67861) : c <= 67897) : (c <= 68023 || (c < 68096 ? (c >= 68030 && c <= 68031) : c <= 68099))))) : (c <= 68102 || (c < 68192 ? (c < 68121 ? (c < 68117 ? (c >= 68108 && c <= 68115) : c <= 68119) : (c <= 68149 || (c < 68159 ? (c >= 68152 && c <= 68154) : c <= 68159))) : (c <= 68220 || (c < 68297 ? (c < 68288 ? (c >= 68224 && c <= 68252) : c <= 68295) : (c <= 68326 || (c < 68416 ? (c >= 68352 && c <= 68405) : c <= 68437))))))) : (c <= 68466 || (c < 69424 ? (c < 68912 ? (c < 68736 ? (c < 68608 ? (c >= 68480 && c <= 68497) : c <= 68680) : (c <= 68786 || (c < 68864 ? (c >= 68800 && c <= 68850) : c <= 68903))) : (c <= 68921 || (c < 69296 ? (c < 69291 ? (c >= 69248 && c <= 69289) : c <= 69292) : (c <= 69297 || (c < 69415 ? (c >= 69376 && c <= 69404) : c <= 69415))))) : (c <= 69456 || (c < 69759 ? (c < 69600 ? (c < 69552 ? (c >= 69488 && c <= 69509) : c <= 69572) : (c <= 69622 || (c < 69734 ? (c >= 69632 && c <= 69702) : c <= 69749))) : (c <= 69818 || (c < 69872 ? (c < 69840 ? c == 69826 : c <= 69864) : (c <= 69881 || (c < 69942 ? (c >= 69888 && c <= 69940) : c <= 69951))))))))) : (c <= 69959 || (c < 70459 ? (c < 70282 ? (c < 70108 ? (c < 70016 ? (c < 70006 ? (c >= 69968 && c <= 70003) : c <= 70006) : (c <= 70084 || (c < 70094 ? (c >= 70089 && c <= 70092) : c <= 70106))) : (c <= 70108 || (c < 70206 ? (c < 70163 ? (c >= 70144 && c <= 70161) : c <= 70199) : (c <= 70206 || (c < 70280 ? (c >= 70272 && c <= 70278) : c <= 70280))))) : (c <= 70285 || (c < 70405 ? (c < 70320 ? (c < 70303 ? (c >= 70287 && c <= 70301) : c <= 70312) : (c <= 70378 || (c < 70400 ? (c >= 70384 && c <= 70393) : c <= 70403))) : (c <= 70412 || (c < 70442 ? (c < 70419 ? (c >= 70415 && c <= 70416) : c <= 70440) : (c <= 70448 || (c < 70453 ? (c >= 70450 && c <= 70451) : c <= 70457))))))) : (c <= 70468 || (c < 70855 ? (c < 70502 ? (c < 70480 ? (c < 70475 ? (c >= 70471 && c <= 70472) : c <= 70477) : (c <= 70480 || (c < 70493 ? c == 70487 : c <= 70499))) : (c <= 70508 || (c < 70736 ? (c < 70656 ? (c >= 70512 && c <= 70516) : c <= 70730) : (c <= 70745 || (c < 70784 ? (c >= 70750 && c <= 70753) : c <= 70853))))) : (c <= 70855 || (c < 71236 ? (c < 71096 ? (c < 71040 ? (c >= 70864 && c <= 70873) : c <= 71093) : (c <= 71104 || (c < 71168 ? (c >= 71128 && c <= 71133) : c <= 71232))) : (c <= 71236 || (c < 71360 ? (c < 71296 ? (c >= 71248 && c <= 71257) : c <= 71352) : (c <= 71369 || (c >= 71424 && c <= 71450))))))))))))) : (c <= 71467 || (c < 119973 ? (c < 77824 ? (c < 72760 ? (c < 72016 ? (c < 71945 ? (c < 71680 ? (c < 71488 ? (c >= 71472 && c <= 71481) : c <= 71494) : (c <= 71738 || (c < 71935 ? (c >= 71840 && c <= 71913) : c <= 71942))) : (c <= 71945 || (c < 71960 ? (c < 71957 ? (c >= 71948 && c <= 71955) : c <= 71958) : (c <= 71989 || (c < 71995 ? (c >= 71991 && c <= 71992) : c <= 72003))))) : (c <= 72025 || (c < 72263 ? (c < 72154 ? (c < 72106 ? (c >= 72096 && c <= 72103) : c <= 72151) : (c <= 72161 || (c < 72192 ? (c >= 72163 && c <= 72164) : c <= 72254))) : (c <= 72263 || (c < 72368 ? (c < 72349 ? (c >= 72272 && c <= 72345) : c <= 72349) : (c <= 72440 || (c < 72714 ? (c >= 72704 && c <= 72712) : c <= 72758))))))) : (c <= 72768 || (c < 73056 ? (c < 72968 ? (c < 72850 ? (c < 72818 ? (c >= 72784 && c <= 72793) : c <= 72847) : (c <= 72871 || (c < 72960 ? (c >= 72873 && c <= 72886) : c <= 72966))) : (c <= 72969 || (c < 73020 ? (c < 73018 ? (c >= 72971 && c <= 73014) : c <= 73018) : (c <= 73021 || (c < 73040 ? (c >= 73023 && c <= 73031) : c <= 73049))))) : (c <= 73061 || (c < 73440 ? (c < 73104 ? (c < 73066 ? (c >= 73063 && c <= 73064) : c <= 73102) : (c <= 73105 || (c < 73120 ? (c >= 73107 && c <= 73112) : c <= 73129))) : (c <= 73462 || (c < 74752 ? (c < 73728 ? c == 73648 : c <= 74649) : (c <= 74862 || (c < 77712 ? (c >= 74880 && c <= 75075) : c <= 77808))))))))) : (c <= 78894 || (c < 110576 ? (c < 93027 ? (c < 92864 ? (c < 92736 ? (c < 92160 ? (c >= 82944 && c <= 83526) : c <= 92728) : (c <= 92766 || (c < 92784 ? (c >= 92768 && c <= 92777) : c <= 92862))) : (c <= 92873 || (c < 92928 ? (c < 92912 ? (c >= 92880 && c <= 92909) : c <= 92916) : (c <= 92982 || (c < 93008 ? (c >= 92992 && c <= 92995) : c <= 93017))))) : (c <= 93047 || (c < 94176 ? (c < 93952 ? (c < 93760 ? (c >= 93053 && c <= 93071) : c <= 93823) : (c <= 94026 || (c < 94095 ? (c >= 94031 && c <= 94087) : c <= 94111))) : (c <= 94177 || (c < 94208 ? (c < 94192 ? (c >= 94179 && c <= 94180) : c <= 94193) : (c <= 100343 || (c < 101632 ? (c >= 100352 && c <= 101589) : c <= 101640))))))) : (c <= 110579 || (c < 118528 ? (c < 110960 ? (c < 110592 ? (c < 110589 ? (c >= 110581 && c <= 110587) : c <= 110590) : (c <= 110882 || (c < 110948 ? (c >= 110928 && c <= 110930) : c <= 110951))) : (c <= 111355 || (c < 113792 ? (c < 113776 ? (c >= 113664 && c <= 113770) : c <= 113788) : (c <= 113800 || (c < 113821 ? (c >= 113808 && c <= 113817) : c <= 113822))))) : (c <= 118573 || (c < 119210 ? (c < 119149 ? (c < 119141 ? (c >= 118576 && c <= 118598) : c <= 119145) : (c <= 119154 || (c < 119173 ? (c >= 119163 && c <= 119170) : c <= 119179))) : (c <= 119213 || (c < 119894 ? (c < 119808 ? (c >= 119362 && c <= 119364) : c <= 119892) : (c <= 119964 || (c < 119970 ? (c >= 119966 && c <= 119967) : c <= 119970))))))))))) : (c <= 119974 || (c < 124912 ? (c < 120746 ? (c < 120134 ? (c < 120071 ? (c < 119995 ? (c < 119982 ? (c >= 119977 && c <= 119980) : c <= 119993) : (c <= 119995 || (c < 120005 ? (c >= 119997 && c <= 120003) : c <= 120069))) : (c <= 120074 || (c < 120094 ? (c < 120086 ? (c >= 120077 && c <= 120084) : c <= 120092) : (c <= 120121 || (c < 120128 ? (c >= 120123 && c <= 120126) : c <= 120132))))) : (c <= 120134 || (c < 120572 ? (c < 120488 ? (c < 120146 ? (c >= 120138 && c <= 120144) : c <= 120485) : (c <= 120512 || (c < 120540 ? (c >= 120514 && c <= 120538) : c <= 120570))) : (c <= 120596 || (c < 120656 ? (c < 120630 ? (c >= 120598 && c <= 120628) : c <= 120654) : (c <= 120686 || (c < 120714 ? (c >= 120688 && c <= 120712) : c <= 120744))))))) : (c <= 120770 || (c < 122907 ? (c < 121476 ? (c < 121344 ? (c < 120782 ? (c >= 120772 && c <= 120779) : c <= 120831) : (c <= 121398 || (c < 121461 ? (c >= 121403 && c <= 121452) : c <= 121461))) : (c <= 121476 || (c < 122624 ? (c < 121505 ? (c >= 121499 && c <= 121503) : c <= 121519) : (c <= 122654 || (c < 122888 ? (c >= 122880 && c <= 122886) : c <= 122904))))) : (c <= 122913 || (c < 123214 ? (c < 123136 ? (c < 122918 ? (c >= 122915 && c <= 122916) : c <= 122922) : (c <= 123180 || (c < 123200 ? (c >= 123184 && c <= 123197) : c <= 123209))) : (c <= 123214 || (c < 124896 ? (c < 123584 ? (c >= 123536 && c <= 123566) : c <= 123641) : (c <= 124902 || (c < 124909 ? (c >= 124904 && c <= 124907) : c <= 124910))))))))) : (c <= 124926 || (c < 126557 ? (c < 126521 ? (c < 126469 ? (c < 125184 ? (c < 125136 ? (c >= 124928 && c <= 125124) : c <= 125142) : (c <= 125259 || (c < 126464 ? (c >= 125264 && c <= 125273) : c <= 126467))) : (c <= 126495 || (c < 126503 ? (c < 126500 ? (c >= 126497 && c <= 126498) : c <= 126500) : (c <= 126503 || (c < 126516 ? (c >= 126505 && c <= 126514) : c <= 126519))))) : (c <= 126521 || (c < 126541 ? (c < 126535 ? (c < 126530 ? c == 126523 : c <= 126530) : (c <= 126535 || (c < 126539 ? c == 126537 : c <= 126539))) : (c <= 126543 || (c < 126551 ? (c < 126548 ? (c >= 126545 && c <= 126546) : c <= 126548) : (c <= 126551 || (c < 126555 ? c == 126553 : c <= 126555))))))) : (c <= 126557 || (c < 126629 ? (c < 126580 ? (c < 126564 ? (c < 126561 ? c == 126559 : c <= 126562) : (c <= 126564 || (c < 126572 ? (c >= 126567 && c <= 126570) : c <= 126578))) : (c <= 126583 || (c < 126592 ? (c < 126590 ? (c >= 126585 && c <= 126588) : c <= 126590) : (c <= 126601 || (c < 126625 ? (c >= 126603 && c <= 126619) : c <= 126627))))) : (c <= 126633 || (c < 178208 ? (c < 131072 ? (c < 130032 ? (c >= 126635 && c <= 126651) : c <= 130041) : (c <= 173791 || (c < 177984 ? (c >= 173824 && c <= 177976) : c <= 178205))) : (c <= 183969 || (c < 196608 ? (c < 194560 ? (c >= 183984 && c <= 191456) : c <= 195101) : (c <= 201546 || (c >= 917760 && c <= 917999))))))))))))))))); } static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(51); if (lookahead == '!') ADVANCE(21); if (lookahead == '#') ADVANCE(124); if (lookahead == '%') ADVANCE(75); if (lookahead == '&') ADVANCE(77); if (lookahead == '(') ADVANCE(54); if (lookahead == ')') ADVANCE(55); if (lookahead == '*') ADVANCE(57); if (lookahead == '+') ADVANCE(65); if (lookahead == ',') ADVANCE(56); if (lookahead == '-') ADVANCE(64); if (lookahead == '.') ADVANCE(53); if (lookahead == '/') ADVANCE(74); if (lookahead == '0') ADVANCE(113); if (lookahead == ':') ADVANCE(61); if (lookahead == ';') ADVANCE(125); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(71); if (lookahead == '>') ADVANCE(86); if (lookahead == '@') ADVANCE(73); if (lookahead == '[') ADVANCE(66); if (lookahead == '\\') SKIP(46) if (lookahead == ']') ADVANCE(67); if (lookahead == '^') ADVANCE(78); if (lookahead == '{') ADVANCE(102); if (lookahead == '|') ADVANCE(62); if (lookahead == '}') ADVANCE(69); if (lookahead == '~') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(49) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112); if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); END_STATE(); case 1: if (lookahead == '\n') SKIP(14) END_STATE(); case 2: if (lookahead == '\n') SKIP(14) if (lookahead == '\r') SKIP(1) END_STATE(); case 3: if (lookahead == '\n') SKIP(16) END_STATE(); case 4: if (lookahead == '\n') SKIP(16) if (lookahead == '\r') SKIP(3) END_STATE(); case 5: if (lookahead == '\n') SKIP(19) END_STATE(); case 6: if (lookahead == '\n') SKIP(19) if (lookahead == '\r') SKIP(5) END_STATE(); case 7: if (lookahead == '\n') ADVANCE(105); END_STATE(); case 8: if (lookahead == '\n') SKIP(9) if (lookahead == '#') ADVANCE(109); if (lookahead == '\\') ADVANCE(107); if (lookahead == '{') ADVANCE(102); if (lookahead == '}') ADVANCE(69); if (lookahead == '\t' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) ADVANCE(108); if (lookahead != 0) ADVANCE(109); END_STATE(); case 9: if (lookahead == '\n') SKIP(9) if (lookahead == '#') ADVANCE(109); if (lookahead == '\\') ADVANCE(107); if (lookahead == '}') ADVANCE(69); if (lookahead == '\t' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) ADVANCE(108); if (lookahead != 0 && lookahead != '{') ADVANCE(109); END_STATE(); case 10: if (lookahead == '\n') SKIP(17) END_STATE(); case 11: if (lookahead == '\n') SKIP(17) if (lookahead == '\r') SKIP(10) END_STATE(); case 12: if (lookahead == '\n') SKIP(15) END_STATE(); case 13: if (lookahead == '\n') SKIP(15) if (lookahead == '\r') SKIP(12) END_STATE(); case 14: if (lookahead == '!') ADVANCE(21); if (lookahead == '#') ADVANCE(124); if (lookahead == '%') ADVANCE(75); if (lookahead == '&') ADVANCE(77); if (lookahead == '(') ADVANCE(54); if (lookahead == ')') ADVANCE(55); if (lookahead == '*') ADVANCE(57); if (lookahead == '+') ADVANCE(65); if (lookahead == ',') ADVANCE(56); if (lookahead == '-') ADVANCE(63); if (lookahead == '.') ADVANCE(53); if (lookahead == '/') ADVANCE(74); if (lookahead == '0') ADVANCE(113); if (lookahead == ':') ADVANCE(60); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(71); if (lookahead == '>') ADVANCE(86); if (lookahead == '@') ADVANCE(73); if (lookahead == '[') ADVANCE(66); if (lookahead == '\\') SKIP(2) if (lookahead == ']') ADVANCE(67); if (lookahead == '^') ADVANCE(78); if (lookahead == '{') ADVANCE(68); if (lookahead == '|') ADVANCE(62); if (lookahead == '}') ADVANCE(69); if (lookahead == '~') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(14) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112); if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); END_STATE(); case 15: if (lookahead == '!') ADVANCE(21); if (lookahead == '#') ADVANCE(124); if (lookahead == '%') ADVANCE(75); if (lookahead == '&') ADVANCE(77); if (lookahead == '(') ADVANCE(54); if (lookahead == ')') ADVANCE(55); if (lookahead == '*') ADVANCE(57); if (lookahead == '+') ADVANCE(65); if (lookahead == ',') ADVANCE(56); if (lookahead == '-') ADVANCE(63); if (lookahead == '.') ADVANCE(52); if (lookahead == '/') ADVANCE(74); if (lookahead == ':') ADVANCE(61); if (lookahead == ';') ADVANCE(125); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(71); if (lookahead == '>') ADVANCE(86); if (lookahead == '@') ADVANCE(73); if (lookahead == '[') ADVANCE(66); if (lookahead == '\\') SKIP(13) if (lookahead == ']') ADVANCE(67); if (lookahead == '^') ADVANCE(78); if (lookahead == '|') ADVANCE(62); if (lookahead == '}') ADVANCE(69); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(15) if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); END_STATE(); case 16: if (lookahead == '!') ADVANCE(21); if (lookahead == '#') ADVANCE(124); if (lookahead == '%') ADVANCE(75); if (lookahead == '&') ADVANCE(77); if (lookahead == '(') ADVANCE(54); if (lookahead == ')') ADVANCE(55); if (lookahead == '*') ADVANCE(57); if (lookahead == '+') ADVANCE(65); if (lookahead == ',') ADVANCE(56); if (lookahead == '-') ADVANCE(63); if (lookahead == '.') ADVANCE(52); if (lookahead == '/') ADVANCE(74); if (lookahead == ':') ADVANCE(60); if (lookahead == ';') ADVANCE(125); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(71); if (lookahead == '>') ADVANCE(86); if (lookahead == '@') ADVANCE(73); if (lookahead == '[') ADVANCE(66); if (lookahead == '\\') SKIP(4) if (lookahead == ']') ADVANCE(67); if (lookahead == '^') ADVANCE(78); if (lookahead == '|') ADVANCE(62); if (lookahead == '}') ADVANCE(69); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(16) if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); END_STATE(); case 17: if (lookahead == '#') ADVANCE(124); if (lookahead == '-') ADVANCE(22); if (lookahead == ':') ADVANCE(60); if (lookahead == '\\') SKIP(11) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(17) END_STATE(); case 18: if (lookahead == '#') ADVANCE(124); if (lookahead == '\\') ADVANCE(106); if (lookahead == '{') ADVANCE(103); if (lookahead == '}') ADVANCE(28); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(19) END_STATE(); case 19: if (lookahead == '#') ADVANCE(124); if (lookahead == '\\') SKIP(6) if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(19) END_STATE(); case 20: if (lookahead == '.') ADVANCE(101); END_STATE(); case 21: if (lookahead == '=') ADVANCE(84); if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); END_STATE(); case 22: if (lookahead == '>') ADVANCE(72); END_STATE(); case 23: if (lookahead == '_') ADVANCE(30); if (lookahead == '0' || lookahead == '1') ADVANCE(115); END_STATE(); case 24: if (lookahead == '_') ADVANCE(31); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(116); END_STATE(); case 25: if (lookahead == '_') ADVANCE(35); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); END_STATE(); case 26: if (lookahead == '{') ADVANCE(44); END_STATE(); case 27: if (lookahead == '}') ADVANCE(105); if (lookahead != 0) ADVANCE(27); END_STATE(); case 28: if (lookahead == '}') ADVANCE(104); END_STATE(); case 29: if (lookahead == '+' || lookahead == '-') ADVANCE(32); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); case 30: if (lookahead == '0' || lookahead == '1') ADVANCE(115); END_STATE(); case 31: if (('0' <= lookahead && lookahead <= '7')) ADVANCE(116); END_STATE(); case 32: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); case 33: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(105); END_STATE(); case 34: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(33); END_STATE(); case 35: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); END_STATE(); case 36: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(105); END_STATE(); case 37: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(36); END_STATE(); case 38: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(37); END_STATE(); case 39: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(38); END_STATE(); case 40: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(39); END_STATE(); case 41: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(40); END_STATE(); case 42: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(41); END_STATE(); case 43: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(42); END_STATE(); case 44: if (lookahead != 0 && lookahead != '}') ADVANCE(27); END_STATE(); case 45: if (eof) ADVANCE(51); if (lookahead == '\n') SKIP(49) END_STATE(); case 46: if (eof) ADVANCE(51); if (lookahead == '\n') SKIP(49) if (lookahead == '\r') SKIP(45) END_STATE(); case 47: if (eof) ADVANCE(51); if (lookahead == '\n') SKIP(50) END_STATE(); case 48: if (eof) ADVANCE(51); if (lookahead == '\n') SKIP(50) if (lookahead == '\r') SKIP(47) END_STATE(); case 49: if (eof) ADVANCE(51); if (lookahead == '!') ADVANCE(21); if (lookahead == '#') ADVANCE(124); if (lookahead == '%') ADVANCE(75); if (lookahead == '&') ADVANCE(77); if (lookahead == '(') ADVANCE(54); if (lookahead == ')') ADVANCE(55); if (lookahead == '*') ADVANCE(57); if (lookahead == '+') ADVANCE(65); if (lookahead == ',') ADVANCE(56); if (lookahead == '-') ADVANCE(64); if (lookahead == '.') ADVANCE(53); if (lookahead == '/') ADVANCE(74); if (lookahead == '0') ADVANCE(113); if (lookahead == ':') ADVANCE(61); if (lookahead == ';') ADVANCE(125); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(71); if (lookahead == '>') ADVANCE(86); if (lookahead == '@') ADVANCE(73); if (lookahead == '[') ADVANCE(66); if (lookahead == '\\') SKIP(46) if (lookahead == ']') ADVANCE(67); if (lookahead == '^') ADVANCE(78); if (lookahead == '{') ADVANCE(68); if (lookahead == '|') ADVANCE(62); if (lookahead == '}') ADVANCE(69); if (lookahead == '~') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(49) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112); if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); END_STATE(); case 50: if (eof) ADVANCE(51); if (lookahead == '!') ADVANCE(21); if (lookahead == '#') ADVANCE(124); if (lookahead == '%') ADVANCE(75); if (lookahead == '&') ADVANCE(77); if (lookahead == '(') ADVANCE(54); if (lookahead == ')') ADVANCE(55); if (lookahead == '*') ADVANCE(57); if (lookahead == '+') ADVANCE(65); if (lookahead == ',') ADVANCE(56); if (lookahead == '-') ADVANCE(63); if (lookahead == '.') ADVANCE(53); if (lookahead == '/') ADVANCE(74); if (lookahead == '0') ADVANCE(113); if (lookahead == ':') ADVANCE(61); if (lookahead == ';') ADVANCE(125); if (lookahead == '<') ADVANCE(81); if (lookahead == '=') ADVANCE(71); if (lookahead == '>') ADVANCE(86); if (lookahead == '@') ADVANCE(73); if (lookahead == '[') ADVANCE(66); if (lookahead == '\\') SKIP(48) if (lookahead == ']') ADVANCE(67); if (lookahead == '^') ADVANCE(78); if (lookahead == '{') ADVANCE(68); if (lookahead == '|') ADVANCE(62); if (lookahead == '}') ADVANCE(69); if (lookahead == '~') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(50) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112); if (sym_identifier_character_set_1(lookahead)) ADVANCE(123); END_STATE(); case 51: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 52: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 53: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(20); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119); END_STATE(); case 54: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 55: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 56: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 57: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '*') ADVANCE(70); if (lookahead == '=') ADVANCE(90); END_STATE(); case 58: ACCEPT_TOKEN(anon_sym_GT_GT); if (lookahead == '=') ADVANCE(96); END_STATE(); case 59: ACCEPT_TOKEN(anon_sym_COLON_EQ); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 61: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == '=') ADVANCE(59); END_STATE(); case 62: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '=') ADVANCE(100); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '=') ADVANCE(89); END_STATE(); case 64: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '=') ADVANCE(89); if (lookahead == '>') ADVANCE(72); END_STATE(); case 65: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '=') ADVANCE(88); END_STATE(); case 66: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 67: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 68: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 69: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 70: ACCEPT_TOKEN(anon_sym_STAR_STAR); if (lookahead == '=') ADVANCE(95); END_STATE(); case 71: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(83); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); case 73: ACCEPT_TOKEN(anon_sym_AT); if (lookahead == '=') ADVANCE(92); END_STATE(); case 74: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '/') ADVANCE(76); if (lookahead == '=') ADVANCE(91); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_PERCENT); if (lookahead == '=') ADVANCE(94); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); if (lookahead == '=') ADVANCE(93); END_STATE(); case 77: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '=') ADVANCE(98); END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_CARET); if (lookahead == '=') ADVANCE(99); END_STATE(); case 79: ACCEPT_TOKEN(anon_sym_LT_LT); if (lookahead == '=') ADVANCE(97); END_STATE(); case 80: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 81: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(79); if (lookahead == '=') ADVANCE(82); if (lookahead == '>') ADVANCE(87); END_STATE(); case 82: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 83: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(85); if (lookahead == '>') ADVANCE(58); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_LT_GT); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 89: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 92: ACCEPT_TOKEN(anon_sym_AT_EQ); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_SLASH_SLASH_EQ); END_STATE(); case 94: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 95: ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 97: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 98: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 100: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 101: ACCEPT_TOKEN(sym_ellipsis); END_STATE(); case 102: ACCEPT_TOKEN(anon_sym_LBRACE2); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_LBRACE2); if (lookahead == '{') ADVANCE(104); END_STATE(); case 104: ACCEPT_TOKEN(sym__escape_interpolation); END_STATE(); case 105: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); case 106: ACCEPT_TOKEN(sym__not_escape_sequence); if (lookahead == '\n') ADVANCE(105); if (lookahead == '\r') ADVANCE(7); if (lookahead == 'N') ADVANCE(26); if (lookahead == 'U') ADVANCE(43); if (lookahead == 'u') ADVANCE(39); if (lookahead == 'x') ADVANCE(37); if (lookahead == '"' || lookahead == '\'' || lookahead == '\\' || lookahead == 'a' || lookahead == 'b' || lookahead == 'f' || lookahead == 'n' || lookahead == 'r' || ('t' <= lookahead && lookahead <= 'v')) ADVANCE(105); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(34); END_STATE(); case 107: ACCEPT_TOKEN(aux_sym_format_specifier_token1); if (lookahead == '\r') ADVANCE(109); if (lookahead != 0 && lookahead != '\n' && lookahead != '{' && lookahead != '}') ADVANCE(109); END_STATE(); case 108: ACCEPT_TOKEN(aux_sym_format_specifier_token1); if (lookahead == '#') ADVANCE(109); if (lookahead == '\\') ADVANCE(107); if (lookahead == '\t' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) ADVANCE(108); if (lookahead != 0 && lookahead != '\n' && lookahead != '{' && lookahead != '}') ADVANCE(109); END_STATE(); case 109: ACCEPT_TOKEN(aux_sym_format_specifier_token1); if (lookahead != 0 && lookahead != '\n' && lookahead != '{' && lookahead != '}') ADVANCE(109); END_STATE(); case 110: ACCEPT_TOKEN(sym_type_conversion); END_STATE(); case 111: ACCEPT_TOKEN(sym_integer); END_STATE(); case 112: ACCEPT_TOKEN(sym_integer); if (lookahead == '.') ADVANCE(121); if (lookahead == '_') ADVANCE(114); if (lookahead == 'E' || lookahead == 'e') ADVANCE(29); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(111); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); END_STATE(); case 113: ACCEPT_TOKEN(sym_integer); if (lookahead == '.') ADVANCE(121); if (lookahead == 'B' || lookahead == 'b') ADVANCE(23); if (lookahead == 'O' || lookahead == 'o') ADVANCE(24); if (lookahead == 'X' || lookahead == 'x') ADVANCE(25); if (lookahead == '_') ADVANCE(114); if (lookahead == 'E' || lookahead == 'e') ADVANCE(29); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(111); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); END_STATE(); case 114: ACCEPT_TOKEN(sym_integer); if (lookahead == '.') ADVANCE(121); if (lookahead == 'E' || lookahead == 'e') ADVANCE(29); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(111); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); END_STATE(); case 115: ACCEPT_TOKEN(sym_integer); if (lookahead == '_') ADVANCE(30); if (lookahead == 'L' || lookahead == 'l') ADVANCE(111); if (lookahead == '0' || lookahead == '1') ADVANCE(115); END_STATE(); case 116: ACCEPT_TOKEN(sym_integer); if (lookahead == '_') ADVANCE(31); if (lookahead == 'L' || lookahead == 'l') ADVANCE(111); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(116); END_STATE(); case 117: ACCEPT_TOKEN(sym_integer); if (lookahead == '_') ADVANCE(35); if (lookahead == 'L' || lookahead == 'l') ADVANCE(111); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); END_STATE(); case 118: ACCEPT_TOKEN(sym_float); END_STATE(); case 119: ACCEPT_TOKEN(sym_float); if (lookahead == '_') ADVANCE(121); if (lookahead == 'E' || lookahead == 'e') ADVANCE(29); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(118); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119); END_STATE(); case 120: ACCEPT_TOKEN(sym_float); if (lookahead == '_') ADVANCE(122); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(118); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); case 121: ACCEPT_TOKEN(sym_float); if (lookahead == 'E' || lookahead == 'e') ADVANCE(29); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(118); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119); END_STATE(); case 122: ACCEPT_TOKEN(sym_float); if (lookahead == 'J' || lookahead == 'L' || lookahead == 'j' || lookahead == 'l') ADVANCE(118); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); case 123: ACCEPT_TOKEN(sym_identifier); if (sym_identifier_character_set_2(lookahead)) ADVANCE(123); END_STATE(); case 124: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(124); END_STATE(); case 125: ACCEPT_TOKEN(sym__semicolon); END_STATE(); default: return false; } } static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (lookahead == 'F') ADVANCE(1); if (lookahead == 'N') ADVANCE(2); if (lookahead == 'T') ADVANCE(3); if (lookahead == '\\') SKIP(4) if (lookahead == '_') ADVANCE(5); if (lookahead == 'a') ADVANCE(6); if (lookahead == 'b') ADVANCE(7); if (lookahead == 'c') ADVANCE(8); if (lookahead == 'd') ADVANCE(9); if (lookahead == 'e') ADVANCE(10); if (lookahead == 'f') ADVANCE(11); if (lookahead == 'g') ADVANCE(12); if (lookahead == 'i') ADVANCE(13); if (lookahead == 'l') ADVANCE(14); if (lookahead == 'm') ADVANCE(15); if (lookahead == 'n') ADVANCE(16); if (lookahead == 'o') ADVANCE(17); if (lookahead == 'p') ADVANCE(18); if (lookahead == 'r') ADVANCE(19); if (lookahead == 't') ADVANCE(20); if (lookahead == 'w') ADVANCE(21); if (lookahead == 'y') ADVANCE(22); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\f' || lookahead == '\r' || lookahead == ' ' || lookahead == 8203 || lookahead == 8288 || lookahead == 65279) SKIP(0) END_STATE(); case 1: if (lookahead == 'a') ADVANCE(23); END_STATE(); case 2: if (lookahead == 'o') ADVANCE(24); END_STATE(); case 3: if (lookahead == 'r') ADVANCE(25); END_STATE(); case 4: if (lookahead == '\n') SKIP(0) if (lookahead == '\r') SKIP(26) END_STATE(); case 5: ACCEPT_TOKEN(sym_match_wildcard_pattern); if (lookahead == '_') ADVANCE(27); END_STATE(); case 6: if (lookahead == 'n') ADVANCE(28); if (lookahead == 's') ADVANCE(29); if (lookahead == 'w') ADVANCE(30); END_STATE(); case 7: if (lookahead == 'r') ADVANCE(31); END_STATE(); case 8: if (lookahead == 'a') ADVANCE(32); if (lookahead == 'l') ADVANCE(33); if (lookahead == 'o') ADVANCE(34); END_STATE(); case 9: if (lookahead == 'e') ADVANCE(35); END_STATE(); case 10: if (lookahead == 'l') ADVANCE(36); if (lookahead == 'x') ADVANCE(37); END_STATE(); case 11: if (lookahead == 'i') ADVANCE(38); if (lookahead == 'o') ADVANCE(39); if (lookahead == 'r') ADVANCE(40); END_STATE(); case 12: if (lookahead == 'l') ADVANCE(41); END_STATE(); case 13: if (lookahead == 'f') ADVANCE(42); if (lookahead == 'm') ADVANCE(43); if (lookahead == 'n') ADVANCE(44); if (lookahead == 's') ADVANCE(45); END_STATE(); case 14: if (lookahead == 'a') ADVANCE(46); END_STATE(); case 15: if (lookahead == 'a') ADVANCE(47); END_STATE(); case 16: if (lookahead == 'o') ADVANCE(48); END_STATE(); case 17: if (lookahead == 'r') ADVANCE(49); END_STATE(); case 18: if (lookahead == 'a') ADVANCE(50); if (lookahead == 'r') ADVANCE(51); END_STATE(); case 19: if (lookahead == 'a') ADVANCE(52); if (lookahead == 'e') ADVANCE(53); END_STATE(); case 20: if (lookahead == 'r') ADVANCE(54); if (lookahead == 'y') ADVANCE(55); END_STATE(); case 21: if (lookahead == 'h') ADVANCE(56); if (lookahead == 'i') ADVANCE(57); END_STATE(); case 22: if (lookahead == 'i') ADVANCE(58); END_STATE(); case 23: if (lookahead == 'l') ADVANCE(59); END_STATE(); case 24: if (lookahead == 'n') ADVANCE(60); END_STATE(); case 25: if (lookahead == 'u') ADVANCE(61); END_STATE(); case 26: if (lookahead == '\n') SKIP(0) END_STATE(); case 27: if (lookahead == 'f') ADVANCE(62); END_STATE(); case 28: if (lookahead == 'd') ADVANCE(63); END_STATE(); case 29: ACCEPT_TOKEN(anon_sym_as); if (lookahead == 's') ADVANCE(64); if (lookahead == 'y') ADVANCE(65); END_STATE(); case 30: if (lookahead == 'a') ADVANCE(66); END_STATE(); case 31: if (lookahead == 'e') ADVANCE(67); END_STATE(); case 32: if (lookahead == 's') ADVANCE(68); END_STATE(); case 33: if (lookahead == 'a') ADVANCE(69); END_STATE(); case 34: if (lookahead == 'n') ADVANCE(70); END_STATE(); case 35: if (lookahead == 'f') ADVANCE(71); if (lookahead == 'l') ADVANCE(72); END_STATE(); case 36: if (lookahead == 'i') ADVANCE(73); if (lookahead == 's') ADVANCE(74); END_STATE(); case 37: if (lookahead == 'c') ADVANCE(75); if (lookahead == 'e') ADVANCE(76); END_STATE(); case 38: if (lookahead == 'n') ADVANCE(77); END_STATE(); case 39: if (lookahead == 'r') ADVANCE(78); END_STATE(); case 40: if (lookahead == 'o') ADVANCE(79); END_STATE(); case 41: if (lookahead == 'o') ADVANCE(80); END_STATE(); case 42: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 43: if (lookahead == 'p') ADVANCE(81); END_STATE(); case 44: ACCEPT_TOKEN(anon_sym_in); END_STATE(); case 45: ACCEPT_TOKEN(anon_sym_is); END_STATE(); case 46: if (lookahead == 'm') ADVANCE(82); END_STATE(); case 47: if (lookahead == 't') ADVANCE(83); END_STATE(); case 48: if (lookahead == 'n') ADVANCE(84); if (lookahead == 't') ADVANCE(85); END_STATE(); case 49: ACCEPT_TOKEN(anon_sym_or); END_STATE(); case 50: if (lookahead == 's') ADVANCE(86); END_STATE(); case 51: if (lookahead == 'i') ADVANCE(87); END_STATE(); case 52: if (lookahead == 'i') ADVANCE(88); END_STATE(); case 53: if (lookahead == 't') ADVANCE(89); END_STATE(); case 54: if (lookahead == 'y') ADVANCE(90); END_STATE(); case 55: if (lookahead == 'p') ADVANCE(91); END_STATE(); case 56: if (lookahead == 'i') ADVANCE(92); END_STATE(); case 57: if (lookahead == 't') ADVANCE(93); END_STATE(); case 58: if (lookahead == 'e') ADVANCE(94); END_STATE(); case 59: if (lookahead == 's') ADVANCE(95); END_STATE(); case 60: if (lookahead == 'e') ADVANCE(96); END_STATE(); case 61: if (lookahead == 'e') ADVANCE(97); END_STATE(); case 62: if (lookahead == 'u') ADVANCE(98); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_and); END_STATE(); case 64: if (lookahead == 'e') ADVANCE(99); END_STATE(); case 65: if (lookahead == 'n') ADVANCE(100); END_STATE(); case 66: if (lookahead == 'i') ADVANCE(101); END_STATE(); case 67: if (lookahead == 'a') ADVANCE(102); END_STATE(); case 68: if (lookahead == 'e') ADVANCE(103); END_STATE(); case 69: if (lookahead == 's') ADVANCE(104); END_STATE(); case 70: if (lookahead == 't') ADVANCE(105); END_STATE(); case 71: ACCEPT_TOKEN(anon_sym_def); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_del); END_STATE(); case 73: if (lookahead == 'f') ADVANCE(106); END_STATE(); case 74: if (lookahead == 'e') ADVANCE(107); END_STATE(); case 75: if (lookahead == 'e') ADVANCE(108); END_STATE(); case 76: if (lookahead == 'c') ADVANCE(109); END_STATE(); case 77: if (lookahead == 'a') ADVANCE(110); END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 79: if (lookahead == 'm') ADVANCE(111); END_STATE(); case 80: if (lookahead == 'b') ADVANCE(112); END_STATE(); case 81: if (lookahead == 'o') ADVANCE(113); END_STATE(); case 82: if (lookahead == 'b') ADVANCE(114); END_STATE(); case 83: if (lookahead == 'c') ADVANCE(115); END_STATE(); case 84: if (lookahead == 'l') ADVANCE(116); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_not); END_STATE(); case 86: if (lookahead == 's') ADVANCE(117); END_STATE(); case 87: if (lookahead == 'n') ADVANCE(118); END_STATE(); case 88: if (lookahead == 's') ADVANCE(119); END_STATE(); case 89: if (lookahead == 'u') ADVANCE(120); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_try); END_STATE(); case 91: if (lookahead == 'e') ADVANCE(121); END_STATE(); case 92: if (lookahead == 'l') ADVANCE(122); END_STATE(); case 93: if (lookahead == 'h') ADVANCE(123); END_STATE(); case 94: if (lookahead == 'l') ADVANCE(124); END_STATE(); case 95: if (lookahead == 'e') ADVANCE(125); END_STATE(); case 96: ACCEPT_TOKEN(sym_none); END_STATE(); case 97: ACCEPT_TOKEN(sym_true); END_STATE(); case 98: if (lookahead == 't') ADVANCE(126); END_STATE(); case 99: if (lookahead == 'r') ADVANCE(127); END_STATE(); case 100: if (lookahead == 'c') ADVANCE(128); END_STATE(); case 101: if (lookahead == 't') ADVANCE(129); END_STATE(); case 102: if (lookahead == 'k') ADVANCE(130); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 104: if (lookahead == 's') ADVANCE(131); END_STATE(); case 105: if (lookahead == 'i') ADVANCE(132); END_STATE(); case 106: ACCEPT_TOKEN(anon_sym_elif); END_STATE(); case 107: ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 108: if (lookahead == 'p') ADVANCE(133); END_STATE(); case 109: ACCEPT_TOKEN(anon_sym_exec); END_STATE(); case 110: if (lookahead == 'l') ADVANCE(134); END_STATE(); case 111: ACCEPT_TOKEN(anon_sym_from); END_STATE(); case 112: if (lookahead == 'a') ADVANCE(135); END_STATE(); case 113: if (lookahead == 'r') ADVANCE(136); END_STATE(); case 114: if (lookahead == 'd') ADVANCE(137); END_STATE(); case 115: if (lookahead == 'h') ADVANCE(138); END_STATE(); case 116: if (lookahead == 'o') ADVANCE(139); END_STATE(); case 117: ACCEPT_TOKEN(anon_sym_pass); END_STATE(); case 118: if (lookahead == 't') ADVANCE(140); END_STATE(); case 119: if (lookahead == 'e') ADVANCE(141); END_STATE(); case 120: if (lookahead == 'r') ADVANCE(142); END_STATE(); case 121: ACCEPT_TOKEN(anon_sym_type); END_STATE(); case 122: if (lookahead == 'e') ADVANCE(143); END_STATE(); case 123: ACCEPT_TOKEN(anon_sym_with); END_STATE(); case 124: if (lookahead == 'd') ADVANCE(144); END_STATE(); case 125: ACCEPT_TOKEN(sym_false); END_STATE(); case 126: if (lookahead == 'u') ADVANCE(145); END_STATE(); case 127: if (lookahead == 't') ADVANCE(146); END_STATE(); case 128: ACCEPT_TOKEN(anon_sym_async); END_STATE(); case 129: ACCEPT_TOKEN(anon_sym_await); END_STATE(); case 130: ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 131: ACCEPT_TOKEN(anon_sym_class); END_STATE(); case 132: if (lookahead == 'n') ADVANCE(147); END_STATE(); case 133: if (lookahead == 't') ADVANCE(148); END_STATE(); case 134: if (lookahead == 'l') ADVANCE(149); END_STATE(); case 135: if (lookahead == 'l') ADVANCE(150); END_STATE(); case 136: if (lookahead == 't') ADVANCE(151); END_STATE(); case 137: if (lookahead == 'a') ADVANCE(152); END_STATE(); case 138: ACCEPT_TOKEN(anon_sym_match); END_STATE(); case 139: if (lookahead == 'c') ADVANCE(153); END_STATE(); case 140: ACCEPT_TOKEN(anon_sym_print); END_STATE(); case 141: ACCEPT_TOKEN(anon_sym_raise); END_STATE(); case 142: if (lookahead == 'n') ADVANCE(154); END_STATE(); case 143: ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 144: ACCEPT_TOKEN(anon_sym_yield); END_STATE(); case 145: if (lookahead == 'r') ADVANCE(155); END_STATE(); case 146: ACCEPT_TOKEN(anon_sym_assert); END_STATE(); case 147: if (lookahead == 'u') ADVANCE(156); END_STATE(); case 148: ACCEPT_TOKEN(anon_sym_except); END_STATE(); case 149: if (lookahead == 'y') ADVANCE(157); END_STATE(); case 150: ACCEPT_TOKEN(anon_sym_global); END_STATE(); case 151: ACCEPT_TOKEN(anon_sym_import); END_STATE(); case 152: ACCEPT_TOKEN(anon_sym_lambda); END_STATE(); case 153: if (lookahead == 'a') ADVANCE(158); END_STATE(); case 154: ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 155: if (lookahead == 'e') ADVANCE(159); END_STATE(); case 156: if (lookahead == 'e') ADVANCE(160); END_STATE(); case 157: ACCEPT_TOKEN(anon_sym_finally); END_STATE(); case 158: if (lookahead == 'l') ADVANCE(161); END_STATE(); case 159: if (lookahead == '_') ADVANCE(162); END_STATE(); case 160: ACCEPT_TOKEN(anon_sym_continue); END_STATE(); case 161: ACCEPT_TOKEN(anon_sym_nonlocal); END_STATE(); case 162: if (lookahead == '_') ADVANCE(163); END_STATE(); case 163: ACCEPT_TOKEN(anon_sym___future__); END_STATE(); default: return false; } } static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, [1] = {.lex_state = 50, .external_lex_state = 2}, [2] = {.lex_state = 50, .external_lex_state = 3}, [3] = {.lex_state = 50, .external_lex_state = 3}, [4] = {.lex_state = 50, .external_lex_state = 3}, [5] = {.lex_state = 50, .external_lex_state = 3}, [6] = {.lex_state = 50, .external_lex_state = 3}, [7] = {.lex_state = 50, .external_lex_state = 3}, [8] = {.lex_state = 50, .external_lex_state = 3}, [9] = {.lex_state = 50, .external_lex_state = 3}, [10] = {.lex_state = 50, .external_lex_state = 3}, [11] = {.lex_state = 50, .external_lex_state = 3}, [12] = {.lex_state = 50, .external_lex_state = 3}, [13] = {.lex_state = 50, .external_lex_state = 3}, [14] = {.lex_state = 50, .external_lex_state = 3}, [15] = {.lex_state = 50, .external_lex_state = 3}, [16] = {.lex_state = 50, .external_lex_state = 3}, [17] = {.lex_state = 50, .external_lex_state = 3}, [18] = {.lex_state = 50, .external_lex_state = 3}, [19] = {.lex_state = 50, .external_lex_state = 3}, [20] = {.lex_state = 50, .external_lex_state = 3}, [21] = {.lex_state = 50, .external_lex_state = 3}, [22] = {.lex_state = 50, .external_lex_state = 3}, [23] = {.lex_state = 50, .external_lex_state = 3}, [24] = {.lex_state = 50, .external_lex_state = 3}, [25] = {.lex_state = 50, .external_lex_state = 3}, [26] = {.lex_state = 50, .external_lex_state = 3}, [27] = {.lex_state = 50, .external_lex_state = 3}, [28] = {.lex_state = 50, .external_lex_state = 3}, [29] = {.lex_state = 50, .external_lex_state = 3}, [30] = {.lex_state = 50, .external_lex_state = 3}, [31] = {.lex_state = 50, .external_lex_state = 3}, [32] = {.lex_state = 50, .external_lex_state = 3}, [33] = {.lex_state = 50, .external_lex_state = 3}, [34] = {.lex_state = 50, .external_lex_state = 3}, [35] = {.lex_state = 50, .external_lex_state = 3}, [36] = {.lex_state = 50, .external_lex_state = 3}, [37] = {.lex_state = 50, .external_lex_state = 3}, [38] = {.lex_state = 50, .external_lex_state = 3}, [39] = {.lex_state = 50, .external_lex_state = 3}, [40] = {.lex_state = 50, .external_lex_state = 3}, [41] = {.lex_state = 50, .external_lex_state = 3}, [42] = {.lex_state = 50, .external_lex_state = 3}, [43] = {.lex_state = 50, .external_lex_state = 3}, [44] = {.lex_state = 50, .external_lex_state = 3}, [45] = {.lex_state = 50, .external_lex_state = 3}, [46] = {.lex_state = 50, .external_lex_state = 3}, [47] = {.lex_state = 50, .external_lex_state = 3}, [48] = {.lex_state = 50, .external_lex_state = 3}, [49] = {.lex_state = 50, .external_lex_state = 3}, [50] = {.lex_state = 50, .external_lex_state = 3}, [51] = {.lex_state = 50, .external_lex_state = 3}, [52] = {.lex_state = 50, .external_lex_state = 3}, [53] = {.lex_state = 50, .external_lex_state = 3}, [54] = {.lex_state = 50, .external_lex_state = 3}, [55] = {.lex_state = 50, .external_lex_state = 3}, [56] = {.lex_state = 50, .external_lex_state = 3}, [57] = {.lex_state = 50, .external_lex_state = 3}, [58] = {.lex_state = 50, .external_lex_state = 3}, [59] = {.lex_state = 50, .external_lex_state = 3}, [60] = {.lex_state = 50, .external_lex_state = 3}, [61] = {.lex_state = 50, .external_lex_state = 2}, [62] = {.lex_state = 50, .external_lex_state = 3}, [63] = {.lex_state = 50, .external_lex_state = 2}, [64] = {.lex_state = 50, .external_lex_state = 3}, [65] = {.lex_state = 50, .external_lex_state = 3}, [66] = {.lex_state = 50, .external_lex_state = 4}, [67] = {.lex_state = 50, .external_lex_state = 4}, [68] = {.lex_state = 50, .external_lex_state = 5}, [69] = {.lex_state = 50, .external_lex_state = 5}, [70] = {.lex_state = 50, .external_lex_state = 5}, [71] = {.lex_state = 50, .external_lex_state = 5}, [72] = {.lex_state = 50, .external_lex_state = 4}, [73] = {.lex_state = 50, .external_lex_state = 5}, [74] = {.lex_state = 50, .external_lex_state = 5}, [75] = {.lex_state = 50, .external_lex_state = 5}, [76] = {.lex_state = 50, .external_lex_state = 5}, [77] = {.lex_state = 50, .external_lex_state = 5}, [78] = {.lex_state = 50, .external_lex_state = 5}, [79] = {.lex_state = 50, .external_lex_state = 5}, [80] = {.lex_state = 50, .external_lex_state = 5}, [81] = {.lex_state = 50, .external_lex_state = 5}, [82] = {.lex_state = 50, .external_lex_state = 5}, [83] = {.lex_state = 50, .external_lex_state = 5}, [84] = {.lex_state = 50, .external_lex_state = 5}, [85] = {.lex_state = 50, .external_lex_state = 5}, [86] = {.lex_state = 50, .external_lex_state = 5}, [87] = {.lex_state = 50, .external_lex_state = 5}, [88] = {.lex_state = 50, .external_lex_state = 5}, [89] = {.lex_state = 50, .external_lex_state = 5}, [90] = {.lex_state = 50, .external_lex_state = 5}, [91] = {.lex_state = 50, .external_lex_state = 5}, [92] = {.lex_state = 50, .external_lex_state = 5}, [93] = {.lex_state = 50, .external_lex_state = 5}, [94] = {.lex_state = 50, .external_lex_state = 5}, [95] = {.lex_state = 50, .external_lex_state = 5}, [96] = {.lex_state = 50, .external_lex_state = 5}, [97] = {.lex_state = 50, .external_lex_state = 5}, [98] = {.lex_state = 50, .external_lex_state = 5}, [99] = {.lex_state = 50, .external_lex_state = 5}, [100] = {.lex_state = 50, .external_lex_state = 5}, [101] = {.lex_state = 50, .external_lex_state = 5}, [102] = {.lex_state = 50, .external_lex_state = 5}, [103] = {.lex_state = 50, .external_lex_state = 5}, [104] = {.lex_state = 50, .external_lex_state = 5}, [105] = {.lex_state = 50, .external_lex_state = 5}, [106] = {.lex_state = 50, .external_lex_state = 5}, [107] = {.lex_state = 50, .external_lex_state = 5}, [108] = {.lex_state = 50, .external_lex_state = 5}, [109] = {.lex_state = 50, .external_lex_state = 5}, [110] = {.lex_state = 50, .external_lex_state = 5}, [111] = {.lex_state = 50, .external_lex_state = 5}, [112] = {.lex_state = 50, .external_lex_state = 5}, [113] = {.lex_state = 50, .external_lex_state = 5}, [114] = {.lex_state = 50, .external_lex_state = 5}, [115] = {.lex_state = 50, .external_lex_state = 5}, [116] = {.lex_state = 50, .external_lex_state = 5}, [117] = {.lex_state = 50, .external_lex_state = 5}, [118] = {.lex_state = 50, .external_lex_state = 5}, [119] = {.lex_state = 50, .external_lex_state = 5}, [120] = {.lex_state = 50, .external_lex_state = 5}, [121] = {.lex_state = 50, .external_lex_state = 5}, [122] = {.lex_state = 50, .external_lex_state = 5}, [123] = {.lex_state = 50, .external_lex_state = 5}, [124] = {.lex_state = 50, .external_lex_state = 5}, [125] = {.lex_state = 50, .external_lex_state = 5}, [126] = {.lex_state = 50, .external_lex_state = 5}, [127] = {.lex_state = 50, .external_lex_state = 4}, [128] = {.lex_state = 50, .external_lex_state = 4}, [129] = {.lex_state = 50, .external_lex_state = 4}, [130] = {.lex_state = 50, .external_lex_state = 4}, [131] = {.lex_state = 50, .external_lex_state = 4}, [132] = {.lex_state = 50, .external_lex_state = 4}, [133] = {.lex_state = 50, .external_lex_state = 2}, [134] = {.lex_state = 50, .external_lex_state = 4}, [135] = {.lex_state = 50, .external_lex_state = 2}, [136] = {.lex_state = 50, .external_lex_state = 2}, [137] = {.lex_state = 50, .external_lex_state = 2}, [138] = {.lex_state = 14, .external_lex_state = 2}, [139] = {.lex_state = 14, .external_lex_state = 2}, [140] = {.lex_state = 14, .external_lex_state = 2}, [141] = {.lex_state = 14, .external_lex_state = 2}, [142] = {.lex_state = 50, .external_lex_state = 4}, [143] = {.lex_state = 50, .external_lex_state = 2}, [144] = {.lex_state = 50, .external_lex_state = 2}, [145] = {.lex_state = 50, .external_lex_state = 4}, [146] = {.lex_state = 50, .external_lex_state = 2}, [147] = {.lex_state = 14, .external_lex_state = 2}, [148] = {.lex_state = 50, .external_lex_state = 2}, [149] = {.lex_state = 50, .external_lex_state = 2}, [150] = {.lex_state = 50, .external_lex_state = 2}, [151] = {.lex_state = 50, .external_lex_state = 2}, [152] = {.lex_state = 14, .external_lex_state = 2}, [153] = {.lex_state = 50, .external_lex_state = 2}, [154] = {.lex_state = 50, .external_lex_state = 2}, [155] = {.lex_state = 14, .external_lex_state = 2}, [156] = {.lex_state = 50, .external_lex_state = 2}, [157] = {.lex_state = 50, .external_lex_state = 2}, [158] = {.lex_state = 50, .external_lex_state = 2}, [159] = {.lex_state = 50, .external_lex_state = 2}, [160] = {.lex_state = 14, .external_lex_state = 2}, [161] = {.lex_state = 14, .external_lex_state = 2}, [162] = {.lex_state = 14, .external_lex_state = 2}, [163] = {.lex_state = 14, .external_lex_state = 2}, [164] = {.lex_state = 50, .external_lex_state = 2}, [165] = {.lex_state = 50, .external_lex_state = 2}, [166] = {.lex_state = 50, .external_lex_state = 2}, [167] = {.lex_state = 50, .external_lex_state = 2}, [168] = {.lex_state = 50, .external_lex_state = 4}, [169] = {.lex_state = 50, .external_lex_state = 2}, [170] = {.lex_state = 50, .external_lex_state = 2}, [171] = {.lex_state = 50, .external_lex_state = 2}, [172] = {.lex_state = 50, .external_lex_state = 2}, [173] = {.lex_state = 50, .external_lex_state = 2}, [174] = {.lex_state = 50, .external_lex_state = 2}, [175] = {.lex_state = 50, .external_lex_state = 2}, [176] = {.lex_state = 50, .external_lex_state = 2}, [177] = {.lex_state = 50, .external_lex_state = 2}, [178] = {.lex_state = 50, .external_lex_state = 4}, [179] = {.lex_state = 50, .external_lex_state = 2}, [180] = {.lex_state = 50, .external_lex_state = 2}, [181] = {.lex_state = 50, .external_lex_state = 2}, [182] = {.lex_state = 50, .external_lex_state = 2}, [183] = {.lex_state = 50, .external_lex_state = 2}, [184] = {.lex_state = 50, .external_lex_state = 4}, [185] = {.lex_state = 50, .external_lex_state = 4}, [186] = {.lex_state = 50, .external_lex_state = 2}, [187] = {.lex_state = 50, .external_lex_state = 2}, [188] = {.lex_state = 50, .external_lex_state = 2}, [189] = {.lex_state = 50, .external_lex_state = 2}, [190] = {.lex_state = 50, .external_lex_state = 2}, [191] = {.lex_state = 50, .external_lex_state = 2}, [192] = {.lex_state = 50, .external_lex_state = 2}, [193] = {.lex_state = 50, .external_lex_state = 2}, [194] = {.lex_state = 50, .external_lex_state = 4}, [195] = {.lex_state = 50, .external_lex_state = 2}, [196] = {.lex_state = 50, .external_lex_state = 2}, [197] = {.lex_state = 50, .external_lex_state = 2}, [198] = {.lex_state = 50, .external_lex_state = 2}, [199] = {.lex_state = 50, .external_lex_state = 2}, [200] = {.lex_state = 50, .external_lex_state = 2}, [201] = {.lex_state = 50, .external_lex_state = 2}, [202] = {.lex_state = 50, .external_lex_state = 2}, [203] = {.lex_state = 50, .external_lex_state = 4}, [204] = {.lex_state = 50, .external_lex_state = 2}, [205] = {.lex_state = 50, .external_lex_state = 2}, [206] = {.lex_state = 50, .external_lex_state = 2}, [207] = {.lex_state = 50, .external_lex_state = 2}, [208] = {.lex_state = 50, .external_lex_state = 2}, [209] = {.lex_state = 50, .external_lex_state = 2}, [210] = {.lex_state = 50, .external_lex_state = 2}, [211] = {.lex_state = 50, .external_lex_state = 2}, [212] = {.lex_state = 14, .external_lex_state = 2}, [213] = {.lex_state = 14, .external_lex_state = 2}, [214] = {.lex_state = 14, .external_lex_state = 2}, [215] = {.lex_state = 50, .external_lex_state = 2}, [216] = {.lex_state = 50, .external_lex_state = 2}, [217] = {.lex_state = 16}, [218] = {.lex_state = 50, .external_lex_state = 2}, [219] = {.lex_state = 16}, [220] = {.lex_state = 14, .external_lex_state = 2}, [221] = {.lex_state = 14, .external_lex_state = 2}, [222] = {.lex_state = 14, .external_lex_state = 2}, [223] = {.lex_state = 50, .external_lex_state = 2}, [224] = {.lex_state = 50, .external_lex_state = 2}, [225] = {.lex_state = 50, .external_lex_state = 2}, [226] = {.lex_state = 50, .external_lex_state = 3}, [227] = {.lex_state = 50, .external_lex_state = 3}, [228] = {.lex_state = 50, .external_lex_state = 2}, [229] = {.lex_state = 50, .external_lex_state = 3}, [230] = {.lex_state = 50, .external_lex_state = 2}, [231] = {.lex_state = 50, .external_lex_state = 2}, [232] = {.lex_state = 50, .external_lex_state = 2}, [233] = {.lex_state = 50, .external_lex_state = 2}, [234] = {.lex_state = 50, .external_lex_state = 3}, [235] = {.lex_state = 14, .external_lex_state = 2}, [236] = {.lex_state = 50, .external_lex_state = 2}, [237] = {.lex_state = 50, .external_lex_state = 2}, [238] = {.lex_state = 50, .external_lex_state = 2}, [239] = {.lex_state = 15, .external_lex_state = 6}, [240] = {.lex_state = 50, .external_lex_state = 2}, [241] = {.lex_state = 15, .external_lex_state = 6}, [242] = {.lex_state = 50, .external_lex_state = 2}, [243] = {.lex_state = 50, .external_lex_state = 2}, [244] = {.lex_state = 50, .external_lex_state = 2}, [245] = {.lex_state = 50, .external_lex_state = 2}, [246] = {.lex_state = 50, .external_lex_state = 2}, [247] = {.lex_state = 50, .external_lex_state = 2}, [248] = {.lex_state = 50, .external_lex_state = 2}, [249] = {.lex_state = 50, .external_lex_state = 2}, [250] = {.lex_state = 50, .external_lex_state = 2}, [251] = {.lex_state = 50, .external_lex_state = 2}, [252] = {.lex_state = 50, .external_lex_state = 2}, [253] = {.lex_state = 50, .external_lex_state = 3}, [254] = {.lex_state = 50, .external_lex_state = 3}, [255] = {.lex_state = 50, .external_lex_state = 3}, [256] = {.lex_state = 15, .external_lex_state = 4}, [257] = {.lex_state = 50, .external_lex_state = 2}, [258] = {.lex_state = 50, .external_lex_state = 2}, [259] = {.lex_state = 50, .external_lex_state = 2}, [260] = {.lex_state = 50, .external_lex_state = 2}, [261] = {.lex_state = 50, .external_lex_state = 2}, [262] = {.lex_state = 50, .external_lex_state = 2}, [263] = {.lex_state = 50, .external_lex_state = 3}, [264] = {.lex_state = 50, .external_lex_state = 2}, [265] = {.lex_state = 14, .external_lex_state = 2}, [266] = {.lex_state = 50, .external_lex_state = 3}, [267] = {.lex_state = 50, .external_lex_state = 2}, [268] = {.lex_state = 50, .external_lex_state = 3}, [269] = {.lex_state = 50, .external_lex_state = 2}, [270] = {.lex_state = 50, .external_lex_state = 2}, [271] = {.lex_state = 50, .external_lex_state = 2}, [272] = {.lex_state = 50, .external_lex_state = 2}, [273] = {.lex_state = 50, .external_lex_state = 2}, [274] = {.lex_state = 50, .external_lex_state = 3}, [275] = {.lex_state = 50, .external_lex_state = 3}, [276] = {.lex_state = 50, .external_lex_state = 2}, [277] = {.lex_state = 50, .external_lex_state = 2}, [278] = {.lex_state = 14, .external_lex_state = 2}, [279] = {.lex_state = 50, .external_lex_state = 3}, [280] = {.lex_state = 50, .external_lex_state = 2}, [281] = {.lex_state = 50, .external_lex_state = 3}, [282] = {.lex_state = 50, .external_lex_state = 2}, [283] = {.lex_state = 50, .external_lex_state = 3}, [284] = {.lex_state = 50, .external_lex_state = 2}, [285] = {.lex_state = 50, .external_lex_state = 2}, [286] = {.lex_state = 50, .external_lex_state = 2}, [287] = {.lex_state = 50, .external_lex_state = 2}, [288] = {.lex_state = 14, .external_lex_state = 2}, [289] = {.lex_state = 50, .external_lex_state = 2}, [290] = {.lex_state = 50, .external_lex_state = 2}, [291] = {.lex_state = 50, .external_lex_state = 2}, [292] = {.lex_state = 50, .external_lex_state = 2}, [293] = {.lex_state = 50, .external_lex_state = 4}, [294] = {.lex_state = 50, .external_lex_state = 2}, [295] = {.lex_state = 50, .external_lex_state = 2}, [296] = {.lex_state = 50, .external_lex_state = 2}, [297] = {.lex_state = 50, .external_lex_state = 2}, [298] = {.lex_state = 50, .external_lex_state = 2}, [299] = {.lex_state = 50, .external_lex_state = 2}, [300] = {.lex_state = 50, .external_lex_state = 4}, [301] = {.lex_state = 15, .external_lex_state = 6}, [302] = {.lex_state = 50, .external_lex_state = 2}, [303] = {.lex_state = 50, .external_lex_state = 2}, [304] = {.lex_state = 50, .external_lex_state = 2}, [305] = {.lex_state = 50, .external_lex_state = 2}, [306] = {.lex_state = 50, .external_lex_state = 4}, [307] = {.lex_state = 50, .external_lex_state = 4}, [308] = {.lex_state = 50, .external_lex_state = 3}, [309] = {.lex_state = 50, .external_lex_state = 2}, [310] = {.lex_state = 50, .external_lex_state = 2}, [311] = {.lex_state = 50, .external_lex_state = 2}, [312] = {.lex_state = 14, .external_lex_state = 2}, [313] = {.lex_state = 50, .external_lex_state = 2}, [314] = {.lex_state = 16, .external_lex_state = 6}, [315] = {.lex_state = 50, .external_lex_state = 2}, [316] = {.lex_state = 15}, [317] = {.lex_state = 15}, [318] = {.lex_state = 16, .external_lex_state = 6}, [319] = {.lex_state = 14, .external_lex_state = 2}, [320] = {.lex_state = 50, .external_lex_state = 2}, [321] = {.lex_state = 50, .external_lex_state = 2}, [322] = {.lex_state = 50, .external_lex_state = 2}, [323] = {.lex_state = 50, .external_lex_state = 2}, [324] = {.lex_state = 50, .external_lex_state = 2}, [325] = {.lex_state = 50, .external_lex_state = 2}, [326] = {.lex_state = 50, .external_lex_state = 2}, [327] = {.lex_state = 50, .external_lex_state = 2}, [328] = {.lex_state = 50, .external_lex_state = 2}, [329] = {.lex_state = 50, .external_lex_state = 2}, [330] = {.lex_state = 15, .external_lex_state = 6}, [331] = {.lex_state = 15, .external_lex_state = 6}, [332] = {.lex_state = 50, .external_lex_state = 3}, [333] = {.lex_state = 50, .external_lex_state = 3}, [334] = {.lex_state = 50, .external_lex_state = 3}, [335] = {.lex_state = 50, .external_lex_state = 3}, [336] = {.lex_state = 50, .external_lex_state = 3}, [337] = {.lex_state = 50, .external_lex_state = 3}, [338] = {.lex_state = 50, .external_lex_state = 3}, [339] = {.lex_state = 50, .external_lex_state = 3}, [340] = {.lex_state = 50, .external_lex_state = 3}, [341] = {.lex_state = 50, .external_lex_state = 3}, [342] = {.lex_state = 50, .external_lex_state = 3}, [343] = {.lex_state = 50, .external_lex_state = 3}, [344] = {.lex_state = 14, .external_lex_state = 2}, [345] = {.lex_state = 50, .external_lex_state = 2}, [346] = {.lex_state = 50, .external_lex_state = 2}, [347] = {.lex_state = 50, .external_lex_state = 2}, [348] = {.lex_state = 50, .external_lex_state = 2}, [349] = {.lex_state = 50, .external_lex_state = 2}, [350] = {.lex_state = 50, .external_lex_state = 2}, [351] = {.lex_state = 50, .external_lex_state = 2}, [352] = {.lex_state = 50, .external_lex_state = 2}, [353] = {.lex_state = 50, .external_lex_state = 2}, [354] = {.lex_state = 16, .external_lex_state = 6}, [355] = {.lex_state = 50, .external_lex_state = 2}, [356] = {.lex_state = 50, .external_lex_state = 2}, [357] = {.lex_state = 50, .external_lex_state = 2}, [358] = {.lex_state = 50, .external_lex_state = 2}, [359] = {.lex_state = 50, .external_lex_state = 2}, [360] = {.lex_state = 50, .external_lex_state = 2}, [361] = {.lex_state = 50, .external_lex_state = 2}, [362] = {.lex_state = 50, .external_lex_state = 2}, [363] = {.lex_state = 50, .external_lex_state = 2}, [364] = {.lex_state = 50, .external_lex_state = 2}, [365] = {.lex_state = 50, .external_lex_state = 2}, [366] = {.lex_state = 50, .external_lex_state = 2}, [367] = {.lex_state = 50, .external_lex_state = 2}, [368] = {.lex_state = 50, .external_lex_state = 2}, [369] = {.lex_state = 50, .external_lex_state = 2}, [370] = {.lex_state = 50, .external_lex_state = 2}, [371] = {.lex_state = 50, .external_lex_state = 2}, [372] = {.lex_state = 50, .external_lex_state = 2}, [373] = {.lex_state = 50, .external_lex_state = 2}, [374] = {.lex_state = 50, .external_lex_state = 2}, [375] = {.lex_state = 50, .external_lex_state = 2}, [376] = {.lex_state = 50, .external_lex_state = 2}, [377] = {.lex_state = 16}, [378] = {.lex_state = 50, .external_lex_state = 2}, [379] = {.lex_state = 50, .external_lex_state = 2}, [380] = {.lex_state = 50, .external_lex_state = 2}, [381] = {.lex_state = 50, .external_lex_state = 2}, [382] = {.lex_state = 50, .external_lex_state = 2}, [383] = {.lex_state = 50, .external_lex_state = 2}, [384] = {.lex_state = 50, .external_lex_state = 2}, [385] = {.lex_state = 50, .external_lex_state = 2}, [386] = {.lex_state = 50, .external_lex_state = 3}, [387] = {.lex_state = 50, .external_lex_state = 2}, [388] = {.lex_state = 50, .external_lex_state = 2}, [389] = {.lex_state = 50, .external_lex_state = 2}, [390] = {.lex_state = 50, .external_lex_state = 3}, [391] = {.lex_state = 50, .external_lex_state = 3}, [392] = {.lex_state = 50, .external_lex_state = 3}, [393] = {.lex_state = 50, .external_lex_state = 3}, [394] = {.lex_state = 50, .external_lex_state = 2}, [395] = {.lex_state = 50, .external_lex_state = 3}, [396] = {.lex_state = 50, .external_lex_state = 3}, [397] = {.lex_state = 50, .external_lex_state = 3}, [398] = {.lex_state = 50, .external_lex_state = 2}, [399] = {.lex_state = 50, .external_lex_state = 2}, [400] = {.lex_state = 50, .external_lex_state = 3}, [401] = {.lex_state = 50, .external_lex_state = 3}, [402] = {.lex_state = 50, .external_lex_state = 2}, [403] = {.lex_state = 16, .external_lex_state = 6}, [404] = {.lex_state = 50, .external_lex_state = 3}, [405] = {.lex_state = 50, .external_lex_state = 2}, [406] = {.lex_state = 50, .external_lex_state = 2}, [407] = {.lex_state = 50, .external_lex_state = 2}, [408] = {.lex_state = 50, .external_lex_state = 2}, [409] = {.lex_state = 50, .external_lex_state = 2}, [410] = {.lex_state = 50, .external_lex_state = 2}, [411] = {.lex_state = 50, .external_lex_state = 2}, [412] = {.lex_state = 50, .external_lex_state = 2}, [413] = {.lex_state = 50, .external_lex_state = 2}, [414] = {.lex_state = 50, .external_lex_state = 2}, [415] = {.lex_state = 50, .external_lex_state = 2}, [416] = {.lex_state = 50, .external_lex_state = 2}, [417] = {.lex_state = 50, .external_lex_state = 2}, [418] = {.lex_state = 50, .external_lex_state = 2}, [419] = {.lex_state = 50, .external_lex_state = 2}, [420] = {.lex_state = 50, .external_lex_state = 2}, [421] = {.lex_state = 50, .external_lex_state = 2}, [422] = {.lex_state = 50, .external_lex_state = 2}, [423] = {.lex_state = 50, .external_lex_state = 2}, [424] = {.lex_state = 50, .external_lex_state = 2}, [425] = {.lex_state = 50, .external_lex_state = 2}, [426] = {.lex_state = 50, .external_lex_state = 2}, [427] = {.lex_state = 50, .external_lex_state = 2}, [428] = {.lex_state = 50, .external_lex_state = 2}, [429] = {.lex_state = 50, .external_lex_state = 2}, [430] = {.lex_state = 50, .external_lex_state = 2}, [431] = {.lex_state = 16, .external_lex_state = 6}, [432] = {.lex_state = 50, .external_lex_state = 2}, [433] = {.lex_state = 50, .external_lex_state = 2}, [434] = {.lex_state = 50, .external_lex_state = 2}, [435] = {.lex_state = 50, .external_lex_state = 2}, [436] = {.lex_state = 50, .external_lex_state = 2}, [437] = {.lex_state = 50, .external_lex_state = 2}, [438] = {.lex_state = 50, .external_lex_state = 2}, [439] = {.lex_state = 50, .external_lex_state = 2}, [440] = {.lex_state = 50, .external_lex_state = 2}, [441] = {.lex_state = 50, .external_lex_state = 2}, [442] = {.lex_state = 50, .external_lex_state = 2}, [443] = {.lex_state = 50, .external_lex_state = 2}, [444] = {.lex_state = 50, .external_lex_state = 2}, [445] = {.lex_state = 50, .external_lex_state = 2}, [446] = {.lex_state = 50, .external_lex_state = 2}, [447] = {.lex_state = 50, .external_lex_state = 2}, [448] = {.lex_state = 50, .external_lex_state = 3}, [449] = {.lex_state = 50, .external_lex_state = 2}, [450] = {.lex_state = 50, .external_lex_state = 3}, [451] = {.lex_state = 50, .external_lex_state = 3}, [452] = {.lex_state = 50, .external_lex_state = 3}, [453] = {.lex_state = 50, .external_lex_state = 3}, [454] = {.lex_state = 50, .external_lex_state = 2}, [455] = {.lex_state = 50, .external_lex_state = 3}, [456] = {.lex_state = 50, .external_lex_state = 2}, [457] = {.lex_state = 50, .external_lex_state = 2}, [458] = {.lex_state = 50, .external_lex_state = 3}, [459] = {.lex_state = 50, .external_lex_state = 2}, [460] = {.lex_state = 50, .external_lex_state = 3}, [461] = {.lex_state = 50, .external_lex_state = 3}, [462] = {.lex_state = 50, .external_lex_state = 2}, [463] = {.lex_state = 50, .external_lex_state = 3}, [464] = {.lex_state = 50, .external_lex_state = 3}, [465] = {.lex_state = 50, .external_lex_state = 2}, [466] = {.lex_state = 50, .external_lex_state = 2}, [467] = {.lex_state = 50, .external_lex_state = 2}, [468] = {.lex_state = 50, .external_lex_state = 3}, [469] = {.lex_state = 50, .external_lex_state = 2}, [470] = {.lex_state = 50, .external_lex_state = 3}, [471] = {.lex_state = 50, .external_lex_state = 3}, [472] = {.lex_state = 50, .external_lex_state = 2}, [473] = {.lex_state = 50, .external_lex_state = 2}, [474] = {.lex_state = 50, .external_lex_state = 3}, [475] = {.lex_state = 50, .external_lex_state = 3}, [476] = {.lex_state = 50, .external_lex_state = 3}, [477] = {.lex_state = 50, .external_lex_state = 3}, [478] = {.lex_state = 50, .external_lex_state = 3}, [479] = {.lex_state = 50, .external_lex_state = 3}, [480] = {.lex_state = 50, .external_lex_state = 3}, [481] = {.lex_state = 50, .external_lex_state = 3}, [482] = {.lex_state = 50, .external_lex_state = 3}, [483] = {.lex_state = 50, .external_lex_state = 3}, [484] = {.lex_state = 50, .external_lex_state = 3}, [485] = {.lex_state = 50, .external_lex_state = 2}, [486] = {.lex_state = 50, .external_lex_state = 3}, [487] = {.lex_state = 50, .external_lex_state = 3}, [488] = {.lex_state = 50, .external_lex_state = 3}, [489] = {.lex_state = 50, .external_lex_state = 2}, [490] = {.lex_state = 50, .external_lex_state = 3}, [491] = {.lex_state = 50, .external_lex_state = 3}, [492] = {.lex_state = 50, .external_lex_state = 3}, [493] = {.lex_state = 50, .external_lex_state = 3}, [494] = {.lex_state = 50, .external_lex_state = 3}, [495] = {.lex_state = 50, .external_lex_state = 3}, [496] = {.lex_state = 50, .external_lex_state = 3}, [497] = {.lex_state = 50, .external_lex_state = 2}, [498] = {.lex_state = 50, .external_lex_state = 3}, [499] = {.lex_state = 50, .external_lex_state = 3}, [500] = {.lex_state = 50, .external_lex_state = 3}, [501] = {.lex_state = 50, .external_lex_state = 3}, [502] = {.lex_state = 50, .external_lex_state = 2}, [503] = {.lex_state = 50, .external_lex_state = 2}, [504] = {.lex_state = 50, .external_lex_state = 3}, [505] = {.lex_state = 50, .external_lex_state = 3}, [506] = {.lex_state = 50, .external_lex_state = 3}, [507] = {.lex_state = 50, .external_lex_state = 2}, [508] = {.lex_state = 50, .external_lex_state = 3}, [509] = {.lex_state = 50, .external_lex_state = 2}, [510] = {.lex_state = 50, .external_lex_state = 3}, [511] = {.lex_state = 50, .external_lex_state = 2}, [512] = {.lex_state = 50, .external_lex_state = 3}, [513] = {.lex_state = 50, .external_lex_state = 3}, [514] = {.lex_state = 50, .external_lex_state = 3}, [515] = {.lex_state = 50, .external_lex_state = 2}, [516] = {.lex_state = 50, .external_lex_state = 2}, [517] = {.lex_state = 50, .external_lex_state = 3}, [518] = {.lex_state = 50, .external_lex_state = 3}, [519] = {.lex_state = 50, .external_lex_state = 3}, [520] = {.lex_state = 50, .external_lex_state = 3}, [521] = {.lex_state = 50, .external_lex_state = 3}, [522] = {.lex_state = 50, .external_lex_state = 2}, [523] = {.lex_state = 50, .external_lex_state = 2}, [524] = {.lex_state = 50, .external_lex_state = 3}, [525] = {.lex_state = 50, .external_lex_state = 3}, [526] = {.lex_state = 50, .external_lex_state = 2}, [527] = {.lex_state = 50, .external_lex_state = 2}, [528] = {.lex_state = 50, .external_lex_state = 2}, [529] = {.lex_state = 50, .external_lex_state = 2}, [530] = {.lex_state = 50, .external_lex_state = 2}, [531] = {.lex_state = 50, .external_lex_state = 2}, [532] = {.lex_state = 50, .external_lex_state = 2}, [533] = {.lex_state = 50, .external_lex_state = 2}, [534] = {.lex_state = 50, .external_lex_state = 2}, [535] = {.lex_state = 50, .external_lex_state = 2}, [536] = {.lex_state = 50, .external_lex_state = 2}, [537] = {.lex_state = 50, .external_lex_state = 2}, [538] = {.lex_state = 50, .external_lex_state = 2}, [539] = {.lex_state = 50, .external_lex_state = 2}, [540] = {.lex_state = 50, .external_lex_state = 2}, [541] = {.lex_state = 50, .external_lex_state = 2}, [542] = {.lex_state = 50, .external_lex_state = 2}, [543] = {.lex_state = 50, .external_lex_state = 2}, [544] = {.lex_state = 50, .external_lex_state = 2}, [545] = {.lex_state = 50, .external_lex_state = 2}, [546] = {.lex_state = 50, .external_lex_state = 2}, [547] = {.lex_state = 50, .external_lex_state = 2}, [548] = {.lex_state = 50, .external_lex_state = 2}, [549] = {.lex_state = 50, .external_lex_state = 2}, [550] = {.lex_state = 50, .external_lex_state = 2}, [551] = {.lex_state = 50, .external_lex_state = 2}, [552] = {.lex_state = 50, .external_lex_state = 2}, [553] = {.lex_state = 50, .external_lex_state = 2}, [554] = {.lex_state = 50, .external_lex_state = 2}, [555] = {.lex_state = 50, .external_lex_state = 2}, [556] = {.lex_state = 50, .external_lex_state = 2}, [557] = {.lex_state = 50, .external_lex_state = 2}, [558] = {.lex_state = 50, .external_lex_state = 3}, [559] = {.lex_state = 50, .external_lex_state = 2}, [560] = {.lex_state = 50, .external_lex_state = 2}, [561] = {.lex_state = 50, .external_lex_state = 2}, [562] = {.lex_state = 50, .external_lex_state = 2}, [563] = {.lex_state = 50, .external_lex_state = 2}, [564] = {.lex_state = 50, .external_lex_state = 2}, [565] = {.lex_state = 16, .external_lex_state = 2}, [566] = {.lex_state = 16, .external_lex_state = 2}, [567] = {.lex_state = 50, .external_lex_state = 2}, [568] = {.lex_state = 50, .external_lex_state = 2}, [569] = {.lex_state = 16, .external_lex_state = 2}, [570] = {.lex_state = 16, .external_lex_state = 2}, [571] = {.lex_state = 14, .external_lex_state = 2}, [572] = {.lex_state = 16, .external_lex_state = 2}, [573] = {.lex_state = 16}, [574] = {.lex_state = 16}, [575] = {.lex_state = 16}, [576] = {.lex_state = 16}, [577] = {.lex_state = 16}, [578] = {.lex_state = 16}, [579] = {.lex_state = 16}, [580] = {.lex_state = 16}, [581] = {.lex_state = 16}, [582] = {.lex_state = 16}, [583] = {.lex_state = 16}, [584] = {.lex_state = 16}, [585] = {.lex_state = 16}, [586] = {.lex_state = 16}, [587] = {.lex_state = 16}, [588] = {.lex_state = 16}, [589] = {.lex_state = 16}, [590] = {.lex_state = 16}, [591] = {.lex_state = 16}, [592] = {.lex_state = 16}, [593] = {.lex_state = 16}, [594] = {.lex_state = 16}, [595] = {.lex_state = 16}, [596] = {.lex_state = 16}, [597] = {.lex_state = 16}, [598] = {.lex_state = 16}, [599] = {.lex_state = 16}, [600] = {.lex_state = 16}, [601] = {.lex_state = 16}, [602] = {.lex_state = 16}, [603] = {.lex_state = 16}, [604] = {.lex_state = 16}, [605] = {.lex_state = 16}, [606] = {.lex_state = 16}, [607] = {.lex_state = 50, .external_lex_state = 2}, [608] = {.lex_state = 16}, [609] = {.lex_state = 16}, [610] = {.lex_state = 50, .external_lex_state = 2}, [611] = {.lex_state = 16}, [612] = {.lex_state = 16}, [613] = {.lex_state = 16}, [614] = {.lex_state = 16}, [615] = {.lex_state = 16}, [616] = {.lex_state = 16}, [617] = {.lex_state = 50, .external_lex_state = 2}, [618] = {.lex_state = 16}, [619] = {.lex_state = 50, .external_lex_state = 2}, [620] = {.lex_state = 16}, [621] = {.lex_state = 16}, [622] = {.lex_state = 16}, [623] = {.lex_state = 16}, [624] = {.lex_state = 16}, [625] = {.lex_state = 16}, [626] = {.lex_state = 16}, [627] = {.lex_state = 16}, [628] = {.lex_state = 16}, [629] = {.lex_state = 16}, [630] = {.lex_state = 16}, [631] = {.lex_state = 16}, [632] = {.lex_state = 16}, [633] = {.lex_state = 16}, [634] = {.lex_state = 16}, [635] = {.lex_state = 50, .external_lex_state = 2}, [636] = {.lex_state = 50, .external_lex_state = 2}, [637] = {.lex_state = 50, .external_lex_state = 2}, [638] = {.lex_state = 50, .external_lex_state = 2}, [639] = {.lex_state = 50, .external_lex_state = 2}, [640] = {.lex_state = 50, .external_lex_state = 2}, [641] = {.lex_state = 50, .external_lex_state = 2}, [642] = {.lex_state = 50, .external_lex_state = 2}, [643] = {.lex_state = 16, .external_lex_state = 2}, [644] = {.lex_state = 50, .external_lex_state = 2}, [645] = {.lex_state = 50, .external_lex_state = 2}, [646] = {.lex_state = 50, .external_lex_state = 2}, [647] = {.lex_state = 16, .external_lex_state = 2}, [648] = {.lex_state = 50, .external_lex_state = 2}, [649] = {.lex_state = 50, .external_lex_state = 2}, [650] = {.lex_state = 50, .external_lex_state = 2}, [651] = {.lex_state = 50, .external_lex_state = 2}, [652] = {.lex_state = 50, .external_lex_state = 2}, [653] = {.lex_state = 50, .external_lex_state = 2}, [654] = {.lex_state = 50, .external_lex_state = 2}, [655] = {.lex_state = 50, .external_lex_state = 2}, [656] = {.lex_state = 16}, [657] = {.lex_state = 15}, [658] = {.lex_state = 15}, [659] = {.lex_state = 50, .external_lex_state = 2}, [660] = {.lex_state = 50, .external_lex_state = 2}, [661] = {.lex_state = 50, .external_lex_state = 2}, [662] = {.lex_state = 50, .external_lex_state = 2}, [663] = {.lex_state = 50, .external_lex_state = 2}, [664] = {.lex_state = 50, .external_lex_state = 2}, [665] = {.lex_state = 50, .external_lex_state = 2}, [666] = {.lex_state = 50, .external_lex_state = 2}, [667] = {.lex_state = 50, .external_lex_state = 2}, [668] = {.lex_state = 50, .external_lex_state = 2}, [669] = {.lex_state = 50, .external_lex_state = 2}, [670] = {.lex_state = 50, .external_lex_state = 2}, [671] = {.lex_state = 15}, [672] = {.lex_state = 50, .external_lex_state = 2}, [673] = {.lex_state = 50, .external_lex_state = 2}, [674] = {.lex_state = 15}, [675] = {.lex_state = 50, .external_lex_state = 2}, [676] = {.lex_state = 50, .external_lex_state = 2}, [677] = {.lex_state = 50, .external_lex_state = 2}, [678] = {.lex_state = 50, .external_lex_state = 2}, [679] = {.lex_state = 50, .external_lex_state = 2}, [680] = {.lex_state = 50, .external_lex_state = 2}, [681] = {.lex_state = 50, .external_lex_state = 2}, [682] = {.lex_state = 50, .external_lex_state = 2}, [683] = {.lex_state = 50, .external_lex_state = 2}, [684] = {.lex_state = 50, .external_lex_state = 2}, [685] = {.lex_state = 50, .external_lex_state = 2}, [686] = {.lex_state = 50, .external_lex_state = 2}, [687] = {.lex_state = 50, .external_lex_state = 2}, [688] = {.lex_state = 16, .external_lex_state = 4}, [689] = {.lex_state = 16, .external_lex_state = 6}, [690] = {.lex_state = 16}, [691] = {.lex_state = 16}, [692] = {.lex_state = 16, .external_lex_state = 4}, [693] = {.lex_state = 16, .external_lex_state = 4}, [694] = {.lex_state = 16, .external_lex_state = 6}, [695] = {.lex_state = 16, .external_lex_state = 2}, [696] = {.lex_state = 16, .external_lex_state = 6}, [697] = {.lex_state = 16, .external_lex_state = 6}, [698] = {.lex_state = 16}, [699] = {.lex_state = 16, .external_lex_state = 2}, [700] = {.lex_state = 16, .external_lex_state = 2}, [701] = {.lex_state = 16, .external_lex_state = 6}, [702] = {.lex_state = 16, .external_lex_state = 6}, [703] = {.lex_state = 16, .external_lex_state = 6}, [704] = {.lex_state = 16, .external_lex_state = 6}, [705] = {.lex_state = 16, .external_lex_state = 6}, [706] = {.lex_state = 16, .external_lex_state = 6}, [707] = {.lex_state = 16, .external_lex_state = 6}, [708] = {.lex_state = 16, .external_lex_state = 6}, [709] = {.lex_state = 16, .external_lex_state = 6}, [710] = {.lex_state = 15}, [711] = {.lex_state = 16}, [712] = {.lex_state = 15}, [713] = {.lex_state = 16}, [714] = {.lex_state = 15}, [715] = {.lex_state = 15, .external_lex_state = 6}, [716] = {.lex_state = 16}, [717] = {.lex_state = 16, .external_lex_state = 4}, [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, .external_lex_state = 4}, [725] = {.lex_state = 15}, [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 = 15, .external_lex_state = 6}, [736] = {.lex_state = 16, .external_lex_state = 6}, [737] = {.lex_state = 16, .external_lex_state = 6}, [738] = {.lex_state = 16, .external_lex_state = 6}, [739] = {.lex_state = 16, .external_lex_state = 6}, [740] = {.lex_state = 16, .external_lex_state = 6}, [741] = {.lex_state = 16}, [742] = {.lex_state = 16}, [743] = {.lex_state = 16}, [744] = {.lex_state = 16, .external_lex_state = 6}, [745] = {.lex_state = 16, .external_lex_state = 6}, [746] = {.lex_state = 16, .external_lex_state = 6}, [747] = {.lex_state = 16, .external_lex_state = 6}, [748] = {.lex_state = 16, .external_lex_state = 6}, [749] = {.lex_state = 16, .external_lex_state = 6}, [750] = {.lex_state = 16, .external_lex_state = 6}, [751] = {.lex_state = 16, .external_lex_state = 6}, [752] = {.lex_state = 16, .external_lex_state = 6}, [753] = {.lex_state = 16, .external_lex_state = 6}, [754] = {.lex_state = 16, .external_lex_state = 6}, [755] = {.lex_state = 16, .external_lex_state = 6}, [756] = {.lex_state = 16, .external_lex_state = 6}, [757] = {.lex_state = 16, .external_lex_state = 6}, [758] = {.lex_state = 16, .external_lex_state = 6}, [759] = {.lex_state = 16, .external_lex_state = 6}, [760] = {.lex_state = 16, .external_lex_state = 6}, [761] = {.lex_state = 16, .external_lex_state = 6}, [762] = {.lex_state = 16, .external_lex_state = 6}, [763] = {.lex_state = 16, .external_lex_state = 6}, [764] = {.lex_state = 16, .external_lex_state = 6}, [765] = {.lex_state = 16, .external_lex_state = 6}, [766] = {.lex_state = 16, .external_lex_state = 6}, [767] = {.lex_state = 16, .external_lex_state = 6}, [768] = {.lex_state = 16, .external_lex_state = 6}, [769] = {.lex_state = 15}, [770] = {.lex_state = 15}, [771] = {.lex_state = 16, .external_lex_state = 6}, [772] = {.lex_state = 16, .external_lex_state = 6}, [773] = {.lex_state = 16, .external_lex_state = 6}, [774] = {.lex_state = 16}, [775] = {.lex_state = 16}, [776] = {.lex_state = 16}, [777] = {.lex_state = 16}, [778] = {.lex_state = 16}, [779] = {.lex_state = 16}, [780] = {.lex_state = 16}, [781] = {.lex_state = 16}, [782] = {.lex_state = 16}, [783] = {.lex_state = 16}, [784] = {.lex_state = 16}, [785] = {.lex_state = 16}, [786] = {.lex_state = 16}, [787] = {.lex_state = 16}, [788] = {.lex_state = 16}, [789] = {.lex_state = 16}, [790] = {.lex_state = 16}, [791] = {.lex_state = 16}, [792] = {.lex_state = 16}, [793] = {.lex_state = 16}, [794] = {.lex_state = 15}, [795] = {.lex_state = 15}, [796] = {.lex_state = 16}, [797] = {.lex_state = 16}, [798] = {.lex_state = 16}, [799] = {.lex_state = 16}, [800] = {.lex_state = 16}, [801] = {.lex_state = 16}, [802] = {.lex_state = 16}, [803] = {.lex_state = 16}, [804] = {.lex_state = 16}, [805] = {.lex_state = 16}, [806] = {.lex_state = 16}, [807] = {.lex_state = 16}, [808] = {.lex_state = 16}, [809] = {.lex_state = 50, .external_lex_state = 2}, [810] = {.lex_state = 50, .external_lex_state = 2}, [811] = {.lex_state = 14, .external_lex_state = 2}, [812] = {.lex_state = 14, .external_lex_state = 2}, [813] = {.lex_state = 50, .external_lex_state = 2}, [814] = {.lex_state = 50, .external_lex_state = 2}, [815] = {.lex_state = 50, .external_lex_state = 2}, [816] = {.lex_state = 50, .external_lex_state = 2}, [817] = {.lex_state = 50, .external_lex_state = 2}, [818] = {.lex_state = 50, .external_lex_state = 2}, [819] = {.lex_state = 50, .external_lex_state = 2}, [820] = {.lex_state = 50, .external_lex_state = 2}, [821] = {.lex_state = 50, .external_lex_state = 2}, [822] = {.lex_state = 50, .external_lex_state = 2}, [823] = {.lex_state = 50, .external_lex_state = 2}, [824] = {.lex_state = 50, .external_lex_state = 2}, [825] = {.lex_state = 50, .external_lex_state = 2}, [826] = {.lex_state = 50, .external_lex_state = 2}, [827] = {.lex_state = 50, .external_lex_state = 2}, [828] = {.lex_state = 14}, [829] = {.lex_state = 14}, [830] = {.lex_state = 14}, [831] = {.lex_state = 14}, [832] = {.lex_state = 14}, [833] = {.lex_state = 14}, [834] = {.lex_state = 14}, [835] = {.lex_state = 0, .external_lex_state = 6}, [836] = {.lex_state = 14}, [837] = {.lex_state = 0, .external_lex_state = 6}, [838] = {.lex_state = 16}, [839] = {.lex_state = 16}, [840] = {.lex_state = 14}, [841] = {.lex_state = 14}, [842] = {.lex_state = 14}, [843] = {.lex_state = 14}, [844] = {.lex_state = 16}, [845] = {.lex_state = 14}, [846] = {.lex_state = 14}, [847] = {.lex_state = 14}, [848] = {.lex_state = 14}, [849] = {.lex_state = 14}, [850] = {.lex_state = 14}, [851] = {.lex_state = 0}, [852] = {.lex_state = 50, .external_lex_state = 2}, [853] = {.lex_state = 50, .external_lex_state = 2}, [854] = {.lex_state = 50, .external_lex_state = 2}, [855] = {.lex_state = 14}, [856] = {.lex_state = 14}, [857] = {.lex_state = 0}, [858] = {.lex_state = 14}, [859] = {.lex_state = 0}, [860] = {.lex_state = 14}, [861] = {.lex_state = 0}, [862] = {.lex_state = 0}, [863] = {.lex_state = 14}, [864] = {.lex_state = 50, .external_lex_state = 2}, [865] = {.lex_state = 16}, [866] = {.lex_state = 14}, [867] = {.lex_state = 14}, [868] = {.lex_state = 14}, [869] = {.lex_state = 16}, [870] = {.lex_state = 14}, [871] = {.lex_state = 14}, [872] = {.lex_state = 14}, [873] = {.lex_state = 14}, [874] = {.lex_state = 14}, [875] = {.lex_state = 14}, [876] = {.lex_state = 14}, [877] = {.lex_state = 14}, [878] = {.lex_state = 14}, [879] = {.lex_state = 14}, [880] = {.lex_state = 14}, [881] = {.lex_state = 14}, [882] = {.lex_state = 16}, [883] = {.lex_state = 16}, [884] = {.lex_state = 0}, [885] = {.lex_state = 14}, [886] = {.lex_state = 14, .external_lex_state = 2}, [887] = {.lex_state = 14}, [888] = {.lex_state = 14}, [889] = {.lex_state = 18, .external_lex_state = 7}, [890] = {.lex_state = 18, .external_lex_state = 7}, [891] = {.lex_state = 18, .external_lex_state = 7}, [892] = {.lex_state = 18, .external_lex_state = 7}, [893] = {.lex_state = 0}, [894] = {.lex_state = 0}, [895] = {.lex_state = 0}, [896] = {.lex_state = 14}, [897] = {.lex_state = 14}, [898] = {.lex_state = 14}, [899] = {.lex_state = 14}, [900] = {.lex_state = 0}, [901] = {.lex_state = 0}, [902] = {.lex_state = 14}, [903] = {.lex_state = 18, .external_lex_state = 7}, [904] = {.lex_state = 18, .external_lex_state = 7}, [905] = {.lex_state = 0}, [906] = {.lex_state = 0}, [907] = {.lex_state = 18, .external_lex_state = 7}, [908] = {.lex_state = 14}, [909] = {.lex_state = 18, .external_lex_state = 7}, [910] = {.lex_state = 0}, [911] = {.lex_state = 0}, [912] = {.lex_state = 18, .external_lex_state = 7}, [913] = {.lex_state = 0}, [914] = {.lex_state = 14}, [915] = {.lex_state = 14}, [916] = {.lex_state = 0}, [917] = {.lex_state = 14}, [918] = {.lex_state = 14}, [919] = {.lex_state = 0}, [920] = {.lex_state = 0}, [921] = {.lex_state = 0}, [922] = {.lex_state = 0}, [923] = {.lex_state = 14}, [924] = {.lex_state = 14}, [925] = {.lex_state = 14}, [926] = {.lex_state = 14}, [927] = {.lex_state = 0, .external_lex_state = 6}, [928] = {.lex_state = 0}, [929] = {.lex_state = 14}, [930] = {.lex_state = 14}, [931] = {.lex_state = 0}, [932] = {.lex_state = 0}, [933] = {.lex_state = 14}, [934] = {.lex_state = 14}, [935] = {.lex_state = 14}, [936] = {.lex_state = 14}, [937] = {.lex_state = 14}, [938] = {.lex_state = 0}, [939] = {.lex_state = 0, .external_lex_state = 6}, [940] = {.lex_state = 0, .external_lex_state = 6}, [941] = {.lex_state = 0}, [942] = {.lex_state = 14}, [943] = {.lex_state = 14}, [944] = {.lex_state = 14}, [945] = {.lex_state = 0}, [946] = {.lex_state = 0, .external_lex_state = 6}, [947] = {.lex_state = 14}, [948] = {.lex_state = 14}, [949] = {.lex_state = 14}, [950] = {.lex_state = 14}, [951] = {.lex_state = 14}, [952] = {.lex_state = 0, .external_lex_state = 6}, [953] = {.lex_state = 14}, [954] = {.lex_state = 14}, [955] = {.lex_state = 14}, [956] = {.lex_state = 0, .external_lex_state = 6}, [957] = {.lex_state = 0}, [958] = {.lex_state = 0, .external_lex_state = 6}, [959] = {.lex_state = 0, .external_lex_state = 6}, [960] = {.lex_state = 0, .external_lex_state = 6}, [961] = {.lex_state = 14}, [962] = {.lex_state = 14}, [963] = {.lex_state = 0}, [964] = {.lex_state = 14}, [965] = {.lex_state = 16}, [966] = {.lex_state = 0, .external_lex_state = 6}, [967] = {.lex_state = 0, .external_lex_state = 6}, [968] = {.lex_state = 14}, [969] = {.lex_state = 0}, [970] = {.lex_state = 14}, [971] = {.lex_state = 14}, [972] = {.lex_state = 14}, [973] = {.lex_state = 0}, [974] = {.lex_state = 0, .external_lex_state = 6}, [975] = {.lex_state = 0}, [976] = {.lex_state = 14}, [977] = {.lex_state = 0, .external_lex_state = 6}, [978] = {.lex_state = 0, .external_lex_state = 6}, [979] = {.lex_state = 0}, [980] = {.lex_state = 0, .external_lex_state = 6}, [981] = {.lex_state = 0}, [982] = {.lex_state = 14}, [983] = {.lex_state = 14}, [984] = {.lex_state = 0}, [985] = {.lex_state = 0}, [986] = {.lex_state = 0}, [987] = {.lex_state = 14}, [988] = {.lex_state = 18, .external_lex_state = 7}, [989] = {.lex_state = 0}, [990] = {.lex_state = 0}, [991] = {.lex_state = 0}, [992] = {.lex_state = 0}, [993] = {.lex_state = 0, .external_lex_state = 6}, [994] = {.lex_state = 0, .external_lex_state = 6}, [995] = {.lex_state = 14}, [996] = {.lex_state = 0}, [997] = {.lex_state = 16}, [998] = {.lex_state = 0, .external_lex_state = 6}, [999] = {.lex_state = 0, .external_lex_state = 6}, [1000] = {.lex_state = 14}, [1001] = {.lex_state = 14}, [1002] = {.lex_state = 0}, [1003] = {.lex_state = 14}, [1004] = {.lex_state = 0, .external_lex_state = 6}, [1005] = {.lex_state = 14}, [1006] = {.lex_state = 14}, [1007] = {.lex_state = 14}, [1008] = {.lex_state = 0, .external_lex_state = 6}, [1009] = {.lex_state = 18, .external_lex_state = 7}, [1010] = {.lex_state = 0}, [1011] = {.lex_state = 14}, [1012] = {.lex_state = 14}, [1013] = {.lex_state = 18, .external_lex_state = 7}, [1014] = {.lex_state = 14}, [1015] = {.lex_state = 14}, [1016] = {.lex_state = 0, .external_lex_state = 6}, [1017] = {.lex_state = 16, .external_lex_state = 6}, [1018] = {.lex_state = 0, .external_lex_state = 6}, [1019] = {.lex_state = 0}, [1020] = {.lex_state = 18, .external_lex_state = 7}, [1021] = {.lex_state = 14}, [1022] = {.lex_state = 14}, [1023] = {.lex_state = 18, .external_lex_state = 7}, [1024] = {.lex_state = 0}, [1025] = {.lex_state = 0, .external_lex_state = 6}, [1026] = {.lex_state = 0}, [1027] = {.lex_state = 14}, [1028] = {.lex_state = 14}, [1029] = {.lex_state = 16, .external_lex_state = 6}, [1030] = {.lex_state = 14}, [1031] = {.lex_state = 14}, [1032] = {.lex_state = 16}, [1033] = {.lex_state = 14}, [1034] = {.lex_state = 16, .external_lex_state = 6}, [1035] = {.lex_state = 0, .external_lex_state = 6}, [1036] = {.lex_state = 18, .external_lex_state = 7}, [1037] = {.lex_state = 14}, [1038] = {.lex_state = 14}, [1039] = {.lex_state = 14}, [1040] = {.lex_state = 16}, [1041] = {.lex_state = 18, .external_lex_state = 7}, [1042] = {.lex_state = 18, .external_lex_state = 7}, [1043] = {.lex_state = 14}, [1044] = {.lex_state = 14}, [1045] = {.lex_state = 14}, [1046] = {.lex_state = 14}, [1047] = {.lex_state = 14}, [1048] = {.lex_state = 14}, [1049] = {.lex_state = 0, .external_lex_state = 6}, [1050] = {.lex_state = 0, .external_lex_state = 6}, [1051] = {.lex_state = 0}, [1052] = {.lex_state = 0}, [1053] = {.lex_state = 14}, [1054] = {.lex_state = 0}, [1055] = {.lex_state = 0, .external_lex_state = 6}, [1056] = {.lex_state = 0}, [1057] = {.lex_state = 0}, [1058] = {.lex_state = 8}, [1059] = {.lex_state = 0}, [1060] = {.lex_state = 14}, [1061] = {.lex_state = 0}, [1062] = {.lex_state = 16, .external_lex_state = 6}, [1063] = {.lex_state = 0}, [1064] = {.lex_state = 0, .external_lex_state = 6}, [1065] = {.lex_state = 0, .external_lex_state = 6}, [1066] = {.lex_state = 0, .external_lex_state = 6}, [1067] = {.lex_state = 14}, [1068] = {.lex_state = 0, .external_lex_state = 6}, [1069] = {.lex_state = 8}, [1070] = {.lex_state = 0}, [1071] = {.lex_state = 0}, [1072] = {.lex_state = 0, .external_lex_state = 6}, [1073] = {.lex_state = 0}, [1074] = {.lex_state = 0, .external_lex_state = 6}, [1075] = {.lex_state = 0, .external_lex_state = 6}, [1076] = {.lex_state = 0}, [1077] = {.lex_state = 14}, [1078] = {.lex_state = 14}, [1079] = {.lex_state = 0, .external_lex_state = 6}, [1080] = {.lex_state = 8}, [1081] = {.lex_state = 0}, [1082] = {.lex_state = 0}, [1083] = {.lex_state = 0, .external_lex_state = 6}, [1084] = {.lex_state = 0}, [1085] = {.lex_state = 14}, [1086] = {.lex_state = 0}, [1087] = {.lex_state = 0}, [1088] = {.lex_state = 14}, [1089] = {.lex_state = 14}, [1090] = {.lex_state = 0}, [1091] = {.lex_state = 14}, [1092] = {.lex_state = 0, .external_lex_state = 6}, [1093] = {.lex_state = 0}, [1094] = {.lex_state = 0}, [1095] = {.lex_state = 0, .external_lex_state = 6}, [1096] = {.lex_state = 14}, [1097] = {.lex_state = 0, .external_lex_state = 6}, [1098] = {.lex_state = 0, .external_lex_state = 6}, [1099] = {.lex_state = 0, .external_lex_state = 6}, [1100] = {.lex_state = 0}, [1101] = {.lex_state = 14, .external_lex_state = 2}, [1102] = {.lex_state = 14}, [1103] = {.lex_state = 0}, [1104] = {.lex_state = 14}, [1105] = {.lex_state = 0}, [1106] = {.lex_state = 0}, [1107] = {.lex_state = 0, .external_lex_state = 6}, [1108] = {.lex_state = 16}, [1109] = {.lex_state = 0}, [1110] = {.lex_state = 0}, [1111] = {.lex_state = 0, .external_lex_state = 6}, [1112] = {.lex_state = 0, .external_lex_state = 6}, [1113] = {.lex_state = 0}, [1114] = {.lex_state = 14}, [1115] = {.lex_state = 14}, [1116] = {.lex_state = 0, .external_lex_state = 6}, [1117] = {.lex_state = 0, .external_lex_state = 6}, [1118] = {.lex_state = 0}, [1119] = {.lex_state = 0}, [1120] = {.lex_state = 0}, [1121] = {.lex_state = 0, .external_lex_state = 6}, [1122] = {.lex_state = 0, .external_lex_state = 6}, [1123] = {.lex_state = 14}, [1124] = {.lex_state = 0, .external_lex_state = 6}, [1125] = {.lex_state = 0}, [1126] = {.lex_state = 0, .external_lex_state = 6}, [1127] = {.lex_state = 0, .external_lex_state = 6}, [1128] = {.lex_state = 0, .external_lex_state = 6}, [1129] = {.lex_state = 0}, [1130] = {.lex_state = 0}, [1131] = {.lex_state = 0}, [1132] = {.lex_state = 0}, [1133] = {.lex_state = 0, .external_lex_state = 6}, [1134] = {.lex_state = 14}, [1135] = {.lex_state = 14}, [1136] = {.lex_state = 14}, [1137] = {.lex_state = 0}, [1138] = {.lex_state = 16}, [1139] = {.lex_state = 14}, [1140] = {.lex_state = 14}, [1141] = {.lex_state = 14}, [1142] = {.lex_state = 14}, [1143] = {.lex_state = 14}, [1144] = {.lex_state = 0, .external_lex_state = 6}, [1145] = {.lex_state = 0}, [1146] = {.lex_state = 0}, [1147] = {.lex_state = 0}, [1148] = {.lex_state = 14}, [1149] = {.lex_state = 0, .external_lex_state = 6}, [1150] = {.lex_state = 0}, [1151] = {.lex_state = 0}, [1152] = {.lex_state = 0}, [1153] = {.lex_state = 0, .external_lex_state = 6}, [1154] = {.lex_state = 14}, [1155] = {.lex_state = 0}, [1156] = {.lex_state = 0}, [1157] = {.lex_state = 0}, [1158] = {.lex_state = 0, .external_lex_state = 6}, [1159] = {.lex_state = 0}, [1160] = {.lex_state = 0}, [1161] = {.lex_state = 14}, [1162] = {.lex_state = 0}, [1163] = {.lex_state = 0}, [1164] = {.lex_state = 0}, [1165] = {.lex_state = 0}, [1166] = {.lex_state = 0}, [1167] = {.lex_state = 0}, [1168] = {.lex_state = 14}, [1169] = {.lex_state = 0}, [1170] = {.lex_state = 0}, [1171] = {.lex_state = 14}, [1172] = {.lex_state = 0}, [1173] = {.lex_state = 0}, [1174] = {.lex_state = 0}, [1175] = {.lex_state = 8}, [1176] = {.lex_state = 0}, [1177] = {.lex_state = 0}, [1178] = {.lex_state = 0, .external_lex_state = 6}, [1179] = {.lex_state = 0}, [1180] = {.lex_state = 8}, [1181] = {.lex_state = 14}, [1182] = {.lex_state = 0, .external_lex_state = 6}, [1183] = {.lex_state = 0}, [1184] = {.lex_state = 0}, [1185] = {.lex_state = 0}, [1186] = {.lex_state = 0}, [1187] = {.lex_state = 0}, [1188] = {.lex_state = 0}, [1189] = {.lex_state = 14}, [1190] = {.lex_state = 0}, [1191] = {.lex_state = 14}, [1192] = {.lex_state = 14}, [1193] = {.lex_state = 0, .external_lex_state = 6}, [1194] = {.lex_state = 0}, [1195] = {.lex_state = 14}, [1196] = {.lex_state = 0}, [1197] = {.lex_state = 0}, [1198] = {.lex_state = 14}, [1199] = {.lex_state = 0}, [1200] = {.lex_state = 14}, [1201] = {.lex_state = 0}, [1202] = {.lex_state = 0}, [1203] = {.lex_state = 14}, [1204] = {.lex_state = 14}, [1205] = {.lex_state = 0}, [1206] = {.lex_state = 14}, [1207] = {.lex_state = 0}, [1208] = {.lex_state = 0}, [1209] = {.lex_state = 14}, [1210] = {.lex_state = 0}, [1211] = {.lex_state = 0}, [1212] = {.lex_state = 16}, [1213] = {.lex_state = 0}, [1214] = {.lex_state = 0}, [1215] = {.lex_state = 0}, [1216] = {.lex_state = 0}, [1217] = {.lex_state = 8}, [1218] = {.lex_state = 0}, [1219] = {.lex_state = 8}, [1220] = {.lex_state = 0, .external_lex_state = 6}, [1221] = {.lex_state = 0}, [1222] = {.lex_state = 0}, [1223] = {.lex_state = 0}, [1224] = {.lex_state = 0}, [1225] = {.lex_state = 14}, [1226] = {.lex_state = 0}, [1227] = {.lex_state = 0, .external_lex_state = 6}, [1228] = {.lex_state = 0, .external_lex_state = 6}, [1229] = {.lex_state = 0}, [1230] = {.lex_state = 0}, [1231] = {.lex_state = 14}, [1232] = {.lex_state = 0}, [1233] = {.lex_state = 0}, [1234] = {.lex_state = 0}, [1235] = {.lex_state = 14}, [1236] = {.lex_state = 0}, [1237] = {.lex_state = 0}, [1238] = {.lex_state = 0}, [1239] = {.lex_state = 0}, [1240] = {.lex_state = 0}, [1241] = {.lex_state = 0, .external_lex_state = 6}, [1242] = {.lex_state = 0}, [1243] = {.lex_state = 0, .external_lex_state = 6}, [1244] = {.lex_state = 0, .external_lex_state = 6}, [1245] = {.lex_state = 0}, [1246] = {.lex_state = 0}, [1247] = {.lex_state = 0}, [1248] = {.lex_state = 0}, [1249] = {.lex_state = 14}, [1250] = {.lex_state = 14}, [1251] = {.lex_state = 0, .external_lex_state = 6}, [1252] = {.lex_state = 0}, [1253] = {.lex_state = 0, .external_lex_state = 6}, [1254] = {.lex_state = 14}, [1255] = {.lex_state = 14}, [1256] = {.lex_state = 14}, [1257] = {.lex_state = 0}, [1258] = {.lex_state = 0, .external_lex_state = 6}, [1259] = {.lex_state = 8}, [1260] = {.lex_state = 14}, [1261] = {.lex_state = 0}, [1262] = {.lex_state = 14}, [1263] = {.lex_state = 0}, [1264] = {.lex_state = 0, .external_lex_state = 6}, [1265] = {.lex_state = 0}, [1266] = {.lex_state = 0}, [1267] = {.lex_state = 0}, [1268] = {.lex_state = 0, .external_lex_state = 6}, [1269] = {.lex_state = 0}, [1270] = {.lex_state = 0}, [1271] = {.lex_state = 0}, [1272] = {.lex_state = 0}, [1273] = {.lex_state = 0}, [1274] = {.lex_state = 0}, [1275] = {.lex_state = 0}, [1276] = {.lex_state = 0}, [1277] = {.lex_state = 0}, [1278] = {.lex_state = 0}, [1279] = {.lex_state = 0}, [1280] = {.lex_state = 0}, [1281] = {.lex_state = 0}, [1282] = {.lex_state = 0}, [1283] = {.lex_state = 0}, [1284] = {.lex_state = 0}, [1285] = {.lex_state = 0}, [1286] = {.lex_state = 0}, [1287] = {.lex_state = 0}, [1288] = {.lex_state = 17}, [1289] = {.lex_state = 0}, [1290] = {.lex_state = 0}, [1291] = {.lex_state = 0, .external_lex_state = 6}, [1292] = {.lex_state = 0, .external_lex_state = 6}, [1293] = {.lex_state = 0, .external_lex_state = 6}, [1294] = {.lex_state = 0, .external_lex_state = 6}, [1295] = {.lex_state = 14}, [1296] = {.lex_state = 0}, [1297] = {.lex_state = 0, .external_lex_state = 6}, [1298] = {.lex_state = 0, .external_lex_state = 6}, [1299] = {.lex_state = 17}, [1300] = {.lex_state = 0}, [1301] = {.lex_state = 0, .external_lex_state = 6}, [1302] = {.lex_state = 17}, [1303] = {.lex_state = 0}, [1304] = {.lex_state = 0, .external_lex_state = 6}, [1305] = {.lex_state = 0, .external_lex_state = 6}, [1306] = {.lex_state = 0}, [1307] = {.lex_state = 17}, [1308] = {.lex_state = 0}, [1309] = {.lex_state = 0}, [1310] = {.lex_state = 0}, [1311] = {.lex_state = 0}, [1312] = {.lex_state = 0}, [1313] = {.lex_state = 0}, [1314] = {.lex_state = 0}, [1315] = {.lex_state = 0, .external_lex_state = 6}, [1316] = {.lex_state = 0, .external_lex_state = 6}, [1317] = {.lex_state = 0}, [1318] = {.lex_state = 0}, [1319] = {.lex_state = 0}, [1320] = {.lex_state = 0}, [1321] = {.lex_state = 0}, [1322] = {.lex_state = 0}, [1323] = {.lex_state = 0}, [1324] = {.lex_state = 17}, [1325] = {.lex_state = 0}, [1326] = {.lex_state = 0}, [1327] = {.lex_state = 0, .external_lex_state = 6}, [1328] = {.lex_state = 17}, [1329] = {.lex_state = 17}, [1330] = {.lex_state = 17}, [1331] = {.lex_state = 17}, [1332] = {.lex_state = 0}, [1333] = {.lex_state = 0}, [1334] = {.lex_state = 17}, [1335] = {.lex_state = 0}, [1336] = {.lex_state = 0}, [1337] = {.lex_state = 0, .external_lex_state = 6}, [1338] = {.lex_state = 0, .external_lex_state = 6}, [1339] = {.lex_state = 0}, [1340] = {.lex_state = 0, .external_lex_state = 6}, [1341] = {.lex_state = 0, .external_lex_state = 6}, [1342] = {.lex_state = 0, .external_lex_state = 6}, [1343] = {.lex_state = 0}, [1344] = {.lex_state = 0}, [1345] = {.lex_state = 0}, [1346] = {.lex_state = 0}, [1347] = {.lex_state = 0}, [1348] = {.lex_state = 0}, [1349] = {.lex_state = 0}, [1350] = {.lex_state = 0, .external_lex_state = 6}, [1351] = {.lex_state = 0}, [1352] = {.lex_state = 16}, [1353] = {.lex_state = 0}, [1354] = {.lex_state = 14}, [1355] = {.lex_state = 0}, [1356] = {.lex_state = 14}, [1357] = {.lex_state = 14}, [1358] = {.lex_state = 14}, [1359] = {.lex_state = 0}, [1360] = {.lex_state = 0}, [1361] = {.lex_state = 0}, [1362] = {.lex_state = 0}, [1363] = {.lex_state = 0}, [1364] = {.lex_state = 0}, [1365] = {.lex_state = 14}, [1366] = {.lex_state = 0}, [1367] = {.lex_state = 0}, [1368] = {.lex_state = 0}, [1369] = {.lex_state = 0}, [1370] = {.lex_state = 14}, [1371] = {.lex_state = 0}, [1372] = {.lex_state = 0}, [1373] = {.lex_state = 0}, [1374] = {.lex_state = 0}, [1375] = {.lex_state = 0}, [1376] = {.lex_state = 0}, [1377] = {.lex_state = 0}, [1378] = {.lex_state = 0}, [1379] = {.lex_state = 0}, [1380] = {.lex_state = 0}, [1381] = {.lex_state = 0}, [1382] = {.lex_state = 14}, [1383] = {.lex_state = 0}, [1384] = {.lex_state = 14}, [1385] = {.lex_state = 14}, [1386] = {.lex_state = 0}, [1387] = {.lex_state = 0}, [1388] = {.lex_state = 0}, [1389] = {.lex_state = 0}, [1390] = {.lex_state = 0}, [1391] = {.lex_state = 14}, [1392] = {.lex_state = 0}, [1393] = {.lex_state = 14}, [1394] = {.lex_state = 0}, [1395] = {.lex_state = 0}, [1396] = {.lex_state = 0}, [1397] = {.lex_state = 0}, [1398] = {.lex_state = 0}, [1399] = {.lex_state = 0}, [1400] = {.lex_state = 0}, [1401] = {.lex_state = 0}, [1402] = {.lex_state = 14}, [1403] = {.lex_state = 14}, [1404] = {.lex_state = 14}, [1405] = {.lex_state = 0}, [1406] = {.lex_state = 0}, [1407] = {.lex_state = 0}, [1408] = {.lex_state = 14}, [1409] = {.lex_state = 0}, [1410] = {.lex_state = 14}, [1411] = {.lex_state = 14}, [1412] = {.lex_state = 14}, [1413] = {.lex_state = 0}, [1414] = {.lex_state = 14}, [1415] = {.lex_state = 0}, [1416] = {.lex_state = 14}, [1417] = {.lex_state = 0}, [1418] = {.lex_state = 0}, [1419] = {.lex_state = 14}, [1420] = {.lex_state = 0}, [1421] = {.lex_state = 14}, [1422] = {.lex_state = 14}, [1423] = {.lex_state = 14}, [1424] = {.lex_state = 0}, [1425] = {.lex_state = 0}, [1426] = {.lex_state = 0}, [1427] = {.lex_state = 0}, [1428] = {.lex_state = 14}, [1429] = {.lex_state = 0}, [1430] = {.lex_state = 14}, [1431] = {.lex_state = 14}, [1432] = {.lex_state = 14}, [1433] = {.lex_state = 14}, [1434] = {.lex_state = 14}, [1435] = {.lex_state = 14}, [1436] = {.lex_state = 14}, [1437] = {.lex_state = 0}, [1438] = {.lex_state = 14}, [1439] = {.lex_state = 0}, [1440] = {.lex_state = 0}, [1441] = {.lex_state = 14}, [1442] = {.lex_state = 0}, [1443] = {.lex_state = 0}, [1444] = {.lex_state = 14}, [1445] = {.lex_state = 0}, [1446] = {.lex_state = 0}, [1447] = {.lex_state = 14}, [1448] = {.lex_state = 0}, [1449] = {.lex_state = 14}, [1450] = {.lex_state = 0}, [1451] = {.lex_state = 0}, [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 = 0}, [1464] = {.lex_state = 0}, [1465] = {.lex_state = 0}, [1466] = {.lex_state = 0}, [1467] = {.lex_state = 14}, [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 = 0}, [1475] = {.lex_state = 0}, [1476] = {.lex_state = 14}, [1477] = {.lex_state = 14}, [1478] = {.lex_state = 0}, }; enum { ts_external_token__newline = 0, ts_external_token__indent = 1, ts_external_token__dedent = 2, ts_external_token__string_start = 3, ts_external_token__string_content = 4, ts_external_token__string_end = 5, }; 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, }; static const bool ts_external_scanner_states[8][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, }, [2] = { [ts_external_token__string_start] = true, }, [3] = { [ts_external_token__dedent] = true, [ts_external_token__string_start] = true, }, [4] = { [ts_external_token__newline] = true, [ts_external_token__string_start] = true, }, [5] = { [ts_external_token__newline] = true, [ts_external_token__indent] = true, [ts_external_token__string_start] = true, }, [6] = { [ts_external_token__newline] = true, }, [7] = { [ts_external_token__string_content] = true, [ts_external_token__string_end] = true, }, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [anon_sym_import] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_from] = ACTIONS(1), [anon_sym___future__] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_as] = ACTIONS(1), [anon_sym_STAR] = ACTIONS(1), [anon_sym_print] = ACTIONS(1), [anon_sym_GT_GT] = ACTIONS(1), [anon_sym_assert] = ACTIONS(1), [anon_sym_COLON_EQ] = ACTIONS(1), [anon_sym_return] = ACTIONS(1), [anon_sym_del] = ACTIONS(1), [anon_sym_raise] = ACTIONS(1), [anon_sym_pass] = ACTIONS(1), [anon_sym_break] = ACTIONS(1), [anon_sym_continue] = ACTIONS(1), [anon_sym_if] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_elif] = ACTIONS(1), [anon_sym_else] = ACTIONS(1), [anon_sym_async] = ACTIONS(1), [anon_sym_for] = ACTIONS(1), [anon_sym_in] = ACTIONS(1), [anon_sym_while] = ACTIONS(1), [anon_sym_try] = ACTIONS(1), [anon_sym_except] = ACTIONS(1), [anon_sym_finally] = ACTIONS(1), [anon_sym_with] = ACTIONS(1), [anon_sym_match] = ACTIONS(1), [anon_sym_case] = ACTIONS(1), [anon_sym_PIPE] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [sym_match_wildcard_pattern] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_STAR_STAR] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_def] = ACTIONS(1), [anon_sym_DASH_GT] = ACTIONS(1), [anon_sym_global] = ACTIONS(1), [anon_sym_nonlocal] = ACTIONS(1), [anon_sym_exec] = ACTIONS(1), [anon_sym_type] = ACTIONS(1), [anon_sym_class] = ACTIONS(1), [anon_sym_AT] = ACTIONS(1), [anon_sym_not] = ACTIONS(1), [anon_sym_and] = ACTIONS(1), [anon_sym_or] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), [anon_sym_SLASH_SLASH] = ACTIONS(1), [anon_sym_AMP] = ACTIONS(1), [anon_sym_CARET] = ACTIONS(1), [anon_sym_LT_LT] = ACTIONS(1), [anon_sym_TILDE] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_BANG_EQ] = ACTIONS(1), [anon_sym_GT_EQ] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_LT_GT] = ACTIONS(1), [anon_sym_is] = ACTIONS(1), [anon_sym_lambda] = ACTIONS(1), [anon_sym_PLUS_EQ] = ACTIONS(1), [anon_sym_DASH_EQ] = ACTIONS(1), [anon_sym_STAR_EQ] = ACTIONS(1), [anon_sym_SLASH_EQ] = ACTIONS(1), [anon_sym_AT_EQ] = ACTIONS(1), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(1), [anon_sym_PERCENT_EQ] = ACTIONS(1), [anon_sym_STAR_STAR_EQ] = ACTIONS(1), [anon_sym_GT_GT_EQ] = ACTIONS(1), [anon_sym_LT_LT_EQ] = ACTIONS(1), [anon_sym_AMP_EQ] = ACTIONS(1), [anon_sym_CARET_EQ] = ACTIONS(1), [anon_sym_PIPE_EQ] = ACTIONS(1), [anon_sym_yield] = ACTIONS(1), [sym_ellipsis] = ACTIONS(1), [anon_sym_LBRACE2] = ACTIONS(1), [sym_type_conversion] = ACTIONS(1), [sym_integer] = ACTIONS(1), [sym_float] = ACTIONS(1), [anon_sym_await] = ACTIONS(1), [sym_true] = ACTIONS(1), [sym_false] = ACTIONS(1), [sym_none] = ACTIONS(1), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(1), [sym__newline] = ACTIONS(1), [sym__indent] = ACTIONS(1), [sym__dedent] = ACTIONS(1), [sym__string_start] = ACTIONS(1), [sym__string_content] = ACTIONS(1), [sym__string_end] = ACTIONS(1), }, [1] = { [sym_module] = STATE(1390), [sym__statement] = STATE(61), [sym__simple_statements] = STATE(61), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_class_definition] = STATE(61), [sym_decorated_definition] = STATE(61), [sym_decorator] = STATE(957), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(61), [aux_sym_decorated_definition_repeat1] = STATE(957), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(33), [anon_sym_async] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_while] = ACTIONS(39), [anon_sym_try] = ACTIONS(41), [anon_sym_with] = ACTIONS(43), [anon_sym_match] = ACTIONS(45), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(55), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(81), }, [2] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(548), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [3] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(502), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [4] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(507), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [5] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(523), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [6] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(551), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [7] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(553), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [8] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(555), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [9] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(465), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [10] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(361), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [11] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(322), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [12] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(489), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [13] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(509), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [14] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(515), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [15] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(454), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [16] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(366), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [17] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(528), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [18] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(325), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [19] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(456), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [20] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(534), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [21] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(270), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [22] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(371), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [23] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(539), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [24] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(326), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [25] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(446), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [26] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(547), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [27] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(932), [sym_block] = STATE(1002), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), }, [28] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(329), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [29] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(313), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [30] = { [sym__statement] = STATE(62), [sym__simple_statements] = STATE(62), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(62), [sym_decorated_definition] = STATE(62), [sym_decorator] = STATE(932), [sym_block] = STATE(975), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(62), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(103), [sym__string_start] = ACTIONS(81), }, [31] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(255), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [32] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(391), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [33] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(476), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [34] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(478), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [35] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(483), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [36] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(491), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [37] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(493), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [38] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(495), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [39] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(498), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [40] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(397), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [41] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(335), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [42] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(504), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [43] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(458), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [44] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(508), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [45] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(451), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [46] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(401), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [47] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(513), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [48] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(338), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [49] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(452), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [50] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(517), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [51] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(404), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [52] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(520), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [53] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(339), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [54] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(455), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [55] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(524), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [56] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(525), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [57] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(342), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [58] = { [sym__statement] = STATE(64), [sym__simple_statements] = STATE(64), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(64), [sym_decorated_definition] = STATE(64), [sym_decorator] = STATE(932), [sym_block] = STATE(343), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(64), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(105), [sym__string_start] = ACTIONS(81), }, [59] = { [sym__statement] = STATE(60), [sym__simple_statements] = STATE(60), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(60), [sym_decorated_definition] = STATE(60), [sym_decorator] = STATE(932), [sym_block] = STATE(347), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(60), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(101), [sym__string_start] = ACTIONS(81), }, [60] = { [sym__statement] = STATE(65), [sym__simple_statements] = STATE(65), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(65), [sym_decorated_definition] = STATE(65), [sym_decorator] = STATE(932), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(65), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(107), [sym__string_start] = ACTIONS(81), }, [61] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(957), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(957), [ts_builtin_sym_end] = ACTIONS(109), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(33), [anon_sym_async] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_while] = ACTIONS(39), [anon_sym_try] = ACTIONS(41), [anon_sym_with] = ACTIONS(43), [anon_sym_match] = ACTIONS(45), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(55), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(65), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(81), }, [62] = { [sym__statement] = STATE(65), [sym__simple_statements] = STATE(65), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(65), [sym_decorated_definition] = STATE(65), [sym_decorator] = STATE(932), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(65), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(111), [sym__string_start] = ACTIONS(81), }, [63] = { [sym__statement] = STATE(63), [sym__simple_statements] = STATE(63), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_class_definition] = STATE(63), [sym_decorated_definition] = STATE(63), [sym_decorator] = STATE(957), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(63), [aux_sym_decorated_definition_repeat1] = STATE(957), [ts_builtin_sym_end] = ACTIONS(113), [sym_identifier] = ACTIONS(115), [anon_sym_import] = ACTIONS(118), [anon_sym_from] = ACTIONS(121), [anon_sym_LPAREN] = ACTIONS(124), [anon_sym_STAR] = ACTIONS(127), [anon_sym_print] = ACTIONS(130), [anon_sym_assert] = ACTIONS(133), [anon_sym_return] = ACTIONS(136), [anon_sym_del] = ACTIONS(139), [anon_sym_raise] = ACTIONS(142), [anon_sym_pass] = ACTIONS(145), [anon_sym_break] = ACTIONS(148), [anon_sym_continue] = ACTIONS(151), [anon_sym_if] = ACTIONS(154), [anon_sym_async] = ACTIONS(157), [anon_sym_for] = ACTIONS(160), [anon_sym_while] = ACTIONS(163), [anon_sym_try] = ACTIONS(166), [anon_sym_with] = ACTIONS(169), [anon_sym_match] = ACTIONS(172), [anon_sym_DASH] = ACTIONS(175), [anon_sym_PLUS] = ACTIONS(175), [anon_sym_LBRACK] = ACTIONS(178), [anon_sym_LBRACE] = ACTIONS(181), [anon_sym_STAR_STAR] = ACTIONS(184), [anon_sym_def] = ACTIONS(187), [anon_sym_global] = ACTIONS(190), [anon_sym_nonlocal] = ACTIONS(193), [anon_sym_exec] = ACTIONS(196), [anon_sym_type] = ACTIONS(199), [anon_sym_class] = ACTIONS(202), [anon_sym_AT] = ACTIONS(205), [anon_sym_not] = ACTIONS(208), [anon_sym_TILDE] = ACTIONS(175), [anon_sym_lambda] = ACTIONS(211), [anon_sym_yield] = ACTIONS(214), [sym_ellipsis] = ACTIONS(217), [sym_integer] = ACTIONS(220), [sym_float] = ACTIONS(217), [anon_sym_await] = ACTIONS(223), [sym_true] = ACTIONS(220), [sym_false] = ACTIONS(220), [sym_none] = ACTIONS(220), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(226), }, [64] = { [sym__statement] = STATE(65), [sym__simple_statements] = STATE(65), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(65), [sym_decorated_definition] = STATE(65), [sym_decorator] = STATE(932), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(65), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_if] = ACTIONS(83), [anon_sym_async] = ACTIONS(85), [anon_sym_for] = ACTIONS(87), [anon_sym_while] = ACTIONS(89), [anon_sym_try] = ACTIONS(91), [anon_sym_with] = ACTIONS(93), [anon_sym_match] = ACTIONS(95), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_def] = ACTIONS(97), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_class] = ACTIONS(99), [anon_sym_AT] = ACTIONS(67), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(229), [sym__string_start] = ACTIONS(81), }, [65] = { [sym__statement] = STATE(65), [sym__simple_statements] = STATE(65), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [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(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_class_definition] = STATE(65), [sym_decorated_definition] = STATE(65), [sym_decorator] = STATE(932), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [aux_sym_module_repeat1] = STATE(65), [aux_sym_decorated_definition_repeat1] = STATE(932), [sym_identifier] = ACTIONS(115), [anon_sym_import] = ACTIONS(118), [anon_sym_from] = ACTIONS(121), [anon_sym_LPAREN] = ACTIONS(124), [anon_sym_STAR] = ACTIONS(127), [anon_sym_print] = ACTIONS(130), [anon_sym_assert] = ACTIONS(133), [anon_sym_return] = ACTIONS(136), [anon_sym_del] = ACTIONS(139), [anon_sym_raise] = ACTIONS(142), [anon_sym_pass] = ACTIONS(145), [anon_sym_break] = ACTIONS(148), [anon_sym_continue] = ACTIONS(151), [anon_sym_if] = ACTIONS(231), [anon_sym_async] = ACTIONS(234), [anon_sym_for] = ACTIONS(237), [anon_sym_while] = ACTIONS(240), [anon_sym_try] = ACTIONS(243), [anon_sym_with] = ACTIONS(246), [anon_sym_match] = ACTIONS(249), [anon_sym_DASH] = ACTIONS(175), [anon_sym_PLUS] = ACTIONS(175), [anon_sym_LBRACK] = ACTIONS(178), [anon_sym_LBRACE] = ACTIONS(181), [anon_sym_STAR_STAR] = ACTIONS(184), [anon_sym_def] = ACTIONS(252), [anon_sym_global] = ACTIONS(190), [anon_sym_nonlocal] = ACTIONS(193), [anon_sym_exec] = ACTIONS(196), [anon_sym_type] = ACTIONS(199), [anon_sym_class] = ACTIONS(255), [anon_sym_AT] = ACTIONS(205), [anon_sym_not] = ACTIONS(208), [anon_sym_TILDE] = ACTIONS(175), [anon_sym_lambda] = ACTIONS(211), [anon_sym_yield] = ACTIONS(214), [sym_ellipsis] = ACTIONS(217), [sym_integer] = ACTIONS(220), [sym_float] = ACTIONS(217), [anon_sym_await] = ACTIONS(223), [sym_true] = ACTIONS(220), [sym_false] = ACTIONS(220), [sym_none] = ACTIONS(220), [sym_comment] = ACTIONS(3), [sym__dedent] = ACTIONS(113), [sym__string_start] = ACTIONS(226), }, [66] = { [sym_named_expression] = STATE(863), [sym_list_splat] = STATE(1284), [sym_dictionary_splat] = STATE(1284), [sym_expression_list] = STATE(1438), [sym_expression] = STATE(1014), [sym_primary_expression] = STATE(595), [sym_not_operator] = STATE(863), [sym_boolean_operator] = STATE(863), [sym_binary_operator] = STATE(589), [sym_unary_operator] = STATE(589), [sym_comparison_operator] = STATE(863), [sym_lambda] = STATE(863), [sym_attribute] = STATE(589), [sym_subscript] = STATE(589), [sym_call] = STATE(589), [sym_list] = STATE(589), [sym_set] = STATE(589), [sym_tuple] = STATE(589), [sym_dictionary] = STATE(589), [sym_list_comprehension] = STATE(589), [sym_dictionary_comprehension] = STATE(589), [sym_set_comprehension] = STATE(589), [sym_generator_expression] = STATE(589), [sym_parenthesized_expression] = STATE(589), [sym_conditional_expression] = STATE(863), [sym_concatenated_string] = STATE(589), [sym_string] = STATE(565), [sym_await] = STATE(589), [sym_identifier] = ACTIONS(258), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_COMMA] = ACTIONS(265), [anon_sym_STAR] = ACTIONS(268), [anon_sym_print] = ACTIONS(271), [anon_sym_GT_GT] = ACTIONS(260), [anon_sym_COLON_EQ] = ACTIONS(273), [anon_sym_if] = ACTIONS(260), [anon_sym_COLON] = ACTIONS(275), [anon_sym_async] = ACTIONS(271), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(271), [anon_sym_PIPE] = ACTIONS(260), [anon_sym_DASH] = ACTIONS(277), [anon_sym_PLUS] = ACTIONS(277), [anon_sym_LBRACK] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(283), [anon_sym_STAR_STAR] = ACTIONS(285), [anon_sym_EQ] = ACTIONS(275), [anon_sym_exec] = ACTIONS(271), [anon_sym_type] = ACTIONS(271), [anon_sym_AT] = ACTIONS(260), [anon_sym_not] = ACTIONS(288), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(260), [anon_sym_SLASH_SLASH] = ACTIONS(260), [anon_sym_AMP] = ACTIONS(260), [anon_sym_CARET] = ACTIONS(260), [anon_sym_LT_LT] = ACTIONS(260), [anon_sym_TILDE] = ACTIONS(291), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [anon_sym_lambda] = ACTIONS(295), [anon_sym_PLUS_EQ] = ACTIONS(297), [anon_sym_DASH_EQ] = ACTIONS(297), [anon_sym_STAR_EQ] = ACTIONS(297), [anon_sym_SLASH_EQ] = ACTIONS(297), [anon_sym_AT_EQ] = ACTIONS(297), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(297), [anon_sym_PERCENT_EQ] = ACTIONS(297), [anon_sym_STAR_STAR_EQ] = ACTIONS(297), [anon_sym_GT_GT_EQ] = ACTIONS(297), [anon_sym_LT_LT_EQ] = ACTIONS(297), [anon_sym_AMP_EQ] = ACTIONS(297), [anon_sym_CARET_EQ] = ACTIONS(297), [anon_sym_PIPE_EQ] = ACTIONS(297), [sym_ellipsis] = ACTIONS(299), [sym_integer] = ACTIONS(301), [sym_float] = ACTIONS(299), [anon_sym_await] = ACTIONS(303), [sym_true] = ACTIONS(301), [sym_false] = ACTIONS(301), [sym_none] = ACTIONS(301), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(293), [sym__newline] = ACTIONS(293), [sym__string_start] = ACTIONS(305), }, [67] = { [sym_named_expression] = STATE(863), [sym_list_splat] = STATE(1284), [sym_dictionary_splat] = STATE(1284), [sym_expression_list] = STATE(1403), [sym_expression] = STATE(1022), [sym_primary_expression] = STATE(595), [sym_not_operator] = STATE(863), [sym_boolean_operator] = STATE(863), [sym_binary_operator] = STATE(589), [sym_unary_operator] = STATE(589), [sym_comparison_operator] = STATE(863), [sym_lambda] = STATE(863), [sym_attribute] = STATE(589), [sym_subscript] = STATE(589), [sym_call] = STATE(589), [sym_list] = STATE(589), [sym_set] = STATE(589), [sym_tuple] = STATE(589), [sym_dictionary] = STATE(589), [sym_list_comprehension] = STATE(589), [sym_dictionary_comprehension] = STATE(589), [sym_set_comprehension] = STATE(589), [sym_generator_expression] = STATE(589), [sym_parenthesized_expression] = STATE(589), [sym_conditional_expression] = STATE(863), [sym_concatenated_string] = STATE(589), [sym_string] = STATE(565), [sym_await] = STATE(589), [sym_identifier] = ACTIONS(258), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_COMMA] = ACTIONS(265), [anon_sym_STAR] = ACTIONS(268), [anon_sym_print] = ACTIONS(271), [anon_sym_GT_GT] = ACTIONS(260), [anon_sym_COLON_EQ] = ACTIONS(273), [anon_sym_if] = ACTIONS(260), [anon_sym_COLON] = ACTIONS(275), [anon_sym_async] = ACTIONS(271), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(271), [anon_sym_PIPE] = ACTIONS(260), [anon_sym_DASH] = ACTIONS(277), [anon_sym_PLUS] = ACTIONS(277), [anon_sym_LBRACK] = ACTIONS(280), [anon_sym_LBRACE] = ACTIONS(283), [anon_sym_STAR_STAR] = ACTIONS(285), [anon_sym_EQ] = ACTIONS(275), [anon_sym_exec] = ACTIONS(271), [anon_sym_type] = ACTIONS(271), [anon_sym_AT] = ACTIONS(260), [anon_sym_not] = ACTIONS(288), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(260), [anon_sym_SLASH_SLASH] = ACTIONS(260), [anon_sym_AMP] = ACTIONS(260), [anon_sym_CARET] = ACTIONS(260), [anon_sym_LT_LT] = ACTIONS(260), [anon_sym_TILDE] = ACTIONS(291), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [anon_sym_lambda] = ACTIONS(295), [anon_sym_PLUS_EQ] = ACTIONS(297), [anon_sym_DASH_EQ] = ACTIONS(297), [anon_sym_STAR_EQ] = ACTIONS(297), [anon_sym_SLASH_EQ] = ACTIONS(297), [anon_sym_AT_EQ] = ACTIONS(297), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(297), [anon_sym_PERCENT_EQ] = ACTIONS(297), [anon_sym_STAR_STAR_EQ] = ACTIONS(297), [anon_sym_GT_GT_EQ] = ACTIONS(297), [anon_sym_LT_LT_EQ] = ACTIONS(297), [anon_sym_AMP_EQ] = ACTIONS(297), [anon_sym_CARET_EQ] = ACTIONS(297), [anon_sym_PIPE_EQ] = ACTIONS(297), [sym_ellipsis] = ACTIONS(299), [sym_integer] = ACTIONS(301), [sym_float] = ACTIONS(299), [anon_sym_await] = ACTIONS(303), [sym_true] = ACTIONS(301), [sym_false] = ACTIONS(301), [sym_none] = ACTIONS(301), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(293), [sym__newline] = ACTIONS(293), [sym__string_start] = ACTIONS(305), }, [68] = { [sym__simple_statements] = STATE(973), [sym_import_statement] = STATE(1228), [sym_future_import_statement] = STATE(1228), [sym_import_from_statement] = STATE(1228), [sym_print_statement] = STATE(1228), [sym_assert_statement] = STATE(1228), [sym_expression_statement] = STATE(1228), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1228), [sym_delete_statement] = STATE(1228), [sym_raise_statement] = STATE(1228), [sym_pass_statement] = STATE(1228), [sym_break_statement] = STATE(1228), [sym_continue_statement] = STATE(1228), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1228), [sym_nonlocal_statement] = STATE(1228), [sym_exec_statement] = STATE(1228), [sym_type_alias_statement] = STATE(1228), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(309), [sym__indent] = ACTIONS(311), [sym__string_start] = ACTIONS(81), }, [69] = { [sym__simple_statements] = STATE(526), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(313), [sym__indent] = ACTIONS(315), [sym__string_start] = ACTIONS(81), }, [70] = { [sym__simple_statements] = STATE(324), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(317), [sym__indent] = ACTIONS(319), [sym__string_start] = ACTIONS(81), }, [71] = { [sym__simple_statements] = STATE(251), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(321), [sym__indent] = ACTIONS(323), [sym__string_start] = ACTIONS(81), }, [72] = { [sym_chevron] = STATE(1149), [sym_named_expression] = STATE(940), [sym_expression] = STATE(999), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_attribute] = STATE(773), [sym_subscript] = STATE(773), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(325), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(293), [anon_sym_COMMA] = ACTIONS(265), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(327), [anon_sym_GT_GT] = ACTIONS(329), [anon_sym_COLON_EQ] = ACTIONS(273), [anon_sym_if] = ACTIONS(260), [anon_sym_COLON] = ACTIONS(275), [anon_sym_async] = ACTIONS(327), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(327), [anon_sym_PIPE] = ACTIONS(260), [anon_sym_DASH] = ACTIONS(260), [anon_sym_PLUS] = ACTIONS(260), [anon_sym_LBRACK] = ACTIONS(293), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(260), [anon_sym_EQ] = ACTIONS(275), [anon_sym_exec] = ACTIONS(327), [anon_sym_type] = ACTIONS(327), [anon_sym_AT] = ACTIONS(260), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(260), [anon_sym_SLASH_SLASH] = ACTIONS(260), [anon_sym_AMP] = ACTIONS(260), [anon_sym_CARET] = ACTIONS(260), [anon_sym_LT_LT] = ACTIONS(260), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [anon_sym_lambda] = ACTIONS(71), [anon_sym_PLUS_EQ] = ACTIONS(297), [anon_sym_DASH_EQ] = ACTIONS(297), [anon_sym_STAR_EQ] = ACTIONS(297), [anon_sym_SLASH_EQ] = ACTIONS(297), [anon_sym_AT_EQ] = ACTIONS(297), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(297), [anon_sym_PERCENT_EQ] = ACTIONS(297), [anon_sym_STAR_STAR_EQ] = ACTIONS(297), [anon_sym_GT_GT_EQ] = ACTIONS(297), [anon_sym_LT_LT_EQ] = ACTIONS(297), [anon_sym_AMP_EQ] = ACTIONS(297), [anon_sym_CARET_EQ] = ACTIONS(297), [anon_sym_PIPE_EQ] = ACTIONS(297), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(331), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(293), [sym__newline] = ACTIONS(293), [sym__string_start] = ACTIONS(81), }, [73] = { [sym__simple_statements] = STATE(457), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(333), [sym__indent] = ACTIONS(335), [sym__string_start] = ACTIONS(81), }, [74] = { [sym__simple_statements] = STATE(349), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(337), [sym__indent] = ACTIONS(339), [sym__string_start] = ACTIONS(81), }, [75] = { [sym__simple_statements] = STATE(535), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(341), [sym__indent] = ACTIONS(343), [sym__string_start] = ACTIONS(81), }, [76] = { [sym__simple_statements] = STATE(536), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(345), [sym__indent] = ACTIONS(347), [sym__string_start] = ACTIONS(81), }, [77] = { [sym__simple_statements] = STATE(540), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(349), [sym__indent] = ACTIONS(351), [sym__string_start] = ACTIONS(81), }, [78] = { [sym__simple_statements] = STATE(550), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(353), [sym__indent] = ACTIONS(355), [sym__string_start] = ACTIONS(81), }, [79] = { [sym__simple_statements] = STATE(327), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(357), [sym__indent] = ACTIONS(359), [sym__string_start] = ACTIONS(81), }, [80] = { [sym__simple_statements] = STATE(328), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(361), [sym__indent] = ACTIONS(363), [sym__string_start] = ACTIONS(81), }, [81] = { [sym__simple_statements] = STATE(546), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(365), [sym__indent] = ACTIONS(367), [sym__string_start] = ACTIONS(81), }, [82] = { [sym__simple_statements] = STATE(254), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(369), [sym__indent] = ACTIONS(371), [sym__string_start] = ACTIONS(81), }, [83] = { [sym__simple_statements] = STATE(386), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(373), [sym__indent] = ACTIONS(375), [sym__string_start] = ACTIONS(81), }, [84] = { [sym__simple_statements] = STATE(461), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(377), [sym__indent] = ACTIONS(379), [sym__string_start] = ACTIONS(81), }, [85] = { [sym__simple_statements] = STATE(464), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(381), [sym__indent] = ACTIONS(383), [sym__string_start] = ACTIONS(81), }, [86] = { [sym__simple_statements] = STATE(470), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(385), [sym__indent] = ACTIONS(387), [sym__string_start] = ACTIONS(81), }, [87] = { [sym__simple_statements] = STATE(549), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(389), [sym__indent] = ACTIONS(391), [sym__string_start] = ACTIONS(81), }, [88] = { [sym__simple_statements] = STATE(477), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(393), [sym__indent] = ACTIONS(395), [sym__string_start] = ACTIONS(81), }, [89] = { [sym__simple_statements] = STATE(479), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(397), [sym__indent] = ACTIONS(399), [sym__string_start] = ACTIONS(81), }, [90] = { [sym__simple_statements] = STATE(480), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(401), [sym__indent] = ACTIONS(403), [sym__string_start] = ACTIONS(81), }, [91] = { [sym__simple_statements] = STATE(462), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(405), [sym__indent] = ACTIONS(407), [sym__string_start] = ACTIONS(81), }, [92] = { [sym__simple_statements] = STATE(484), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(409), [sym__indent] = ACTIONS(411), [sym__string_start] = ACTIONS(81), }, [93] = { [sym__simple_statements] = STATE(393), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(413), [sym__indent] = ACTIONS(415), [sym__string_start] = ACTIONS(81), }, [94] = { [sym__simple_statements] = STATE(334), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(417), [sym__indent] = ACTIONS(419), [sym__string_start] = ACTIONS(81), }, [95] = { [sym__simple_statements] = STATE(487), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(421), [sym__indent] = ACTIONS(423), [sym__string_start] = ACTIONS(81), }, [96] = { [sym__simple_statements] = STATE(472), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(425), [sym__indent] = ACTIONS(427), [sym__string_start] = ACTIONS(81), }, [97] = { [sym__simple_statements] = STATE(365), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(429), [sym__indent] = ACTIONS(431), [sym__string_start] = ACTIONS(81), }, [98] = { [sym__simple_statements] = STATE(494), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(433), [sym__indent] = ACTIONS(435), [sym__string_start] = ACTIONS(81), }, [99] = { [sym__simple_statements] = STATE(448), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(437), [sym__indent] = ACTIONS(439), [sym__string_start] = ACTIONS(81), }, [100] = { [sym__simple_statements] = STATE(396), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(441), [sym__indent] = ACTIONS(443), [sym__string_start] = ACTIONS(81), }, [101] = { [sym__simple_statements] = STATE(499), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(445), [sym__indent] = ACTIONS(447), [sym__string_start] = ACTIONS(81), }, [102] = { [sym__simple_statements] = STATE(531), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(449), [sym__indent] = ACTIONS(451), [sym__string_start] = ACTIONS(81), }, [103] = { [sym__simple_statements] = STATE(355), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(453), [sym__indent] = ACTIONS(455), [sym__string_start] = ACTIONS(81), }, [104] = { [sym__simple_statements] = STATE(336), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(457), [sym__indent] = ACTIONS(459), [sym__string_start] = ACTIONS(81), }, [105] = { [sym__simple_statements] = STATE(321), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(461), [sym__indent] = ACTIONS(463), [sym__string_start] = ACTIONS(81), }, [106] = { [sym__simple_statements] = STATE(450), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(465), [sym__indent] = ACTIONS(467), [sym__string_start] = ACTIONS(81), }, [107] = { [sym__simple_statements] = STATE(506), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(469), [sym__indent] = ACTIONS(471), [sym__string_start] = ACTIONS(81), }, [108] = { [sym__simple_statements] = STATE(541), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(473), [sym__indent] = ACTIONS(475), [sym__string_start] = ACTIONS(81), }, [109] = { [sym__simple_statements] = STATE(400), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(477), [sym__indent] = ACTIONS(479), [sym__string_start] = ACTIONS(81), }, [110] = { [sym__simple_statements] = STATE(552), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(481), [sym__indent] = ACTIONS(483), [sym__string_start] = ACTIONS(81), }, [111] = { [sym__simple_statements] = STATE(512), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(485), [sym__indent] = ACTIONS(487), [sym__string_start] = ACTIONS(81), }, [112] = { [sym__simple_statements] = STATE(554), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(489), [sym__indent] = ACTIONS(491), [sym__string_start] = ACTIONS(81), }, [113] = { [sym__simple_statements] = STATE(337), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(493), [sym__indent] = ACTIONS(495), [sym__string_start] = ACTIONS(81), }, [114] = { [sym__simple_statements] = STATE(447), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(497), [sym__indent] = ACTIONS(499), [sym__string_start] = ACTIONS(81), }, [115] = { [sym__simple_statements] = STATE(453), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(501), [sym__indent] = ACTIONS(503), [sym__string_start] = ACTIONS(81), }, [116] = { [sym__simple_statements] = STATE(360), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(505), [sym__indent] = ACTIONS(507), [sym__string_start] = ACTIONS(81), }, [117] = { [sym__simple_statements] = STATE(518), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(509), [sym__indent] = ACTIONS(511), [sym__string_start] = ACTIONS(81), }, [118] = { [sym__simple_statements] = STATE(466), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(513), [sym__indent] = ACTIONS(515), [sym__string_start] = ACTIONS(81), }, [119] = { [sym__simple_statements] = STATE(521), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(517), [sym__indent] = ACTIONS(519), [sym__string_start] = ACTIONS(81), }, [120] = { [sym__simple_statements] = STATE(340), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(521), [sym__indent] = ACTIONS(523), [sym__string_start] = ACTIONS(81), }, [121] = { [sym__simple_statements] = STATE(323), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(525), [sym__indent] = ACTIONS(527), [sym__string_start] = ACTIONS(81), }, [122] = { [sym__simple_statements] = STATE(341), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(529), [sym__indent] = ACTIONS(531), [sym__string_start] = ACTIONS(81), }, [123] = { [sym__simple_statements] = STATE(449), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(533), [sym__indent] = ACTIONS(535), [sym__string_start] = ACTIONS(81), }, [124] = { [sym__simple_statements] = STATE(503), [sym_import_statement] = STATE(1158), [sym_future_import_statement] = STATE(1158), [sym_import_from_statement] = STATE(1158), [sym_print_statement] = STATE(1158), [sym_assert_statement] = STATE(1158), [sym_expression_statement] = STATE(1158), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1158), [sym_delete_statement] = STATE(1158), [sym_raise_statement] = STATE(1158), [sym_pass_statement] = STATE(1158), [sym_break_statement] = STATE(1158), [sym_continue_statement] = STATE(1158), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1158), [sym_nonlocal_statement] = STATE(1158), [sym_exec_statement] = STATE(1158), [sym_type_alias_statement] = STATE(1158), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(537), [sym__indent] = ACTIONS(539), [sym__string_start] = ACTIONS(81), }, [125] = { [sym__simple_statements] = STATE(992), [sym_import_statement] = STATE(1228), [sym_future_import_statement] = STATE(1228), [sym_import_from_statement] = STATE(1228), [sym_print_statement] = STATE(1228), [sym_assert_statement] = STATE(1228), [sym_expression_statement] = STATE(1228), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1228), [sym_delete_statement] = STATE(1228), [sym_raise_statement] = STATE(1228), [sym_pass_statement] = STATE(1228), [sym_break_statement] = STATE(1228), [sym_continue_statement] = STATE(1228), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1228), [sym_nonlocal_statement] = STATE(1228), [sym_exec_statement] = STATE(1228), [sym_type_alias_statement] = STATE(1228), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(541), [sym__indent] = ACTIONS(543), [sym__string_start] = ACTIONS(81), }, [126] = { [sym__simple_statements] = STATE(492), [sym_import_statement] = STATE(1220), [sym_future_import_statement] = STATE(1220), [sym_import_from_statement] = STATE(1220), [sym_print_statement] = STATE(1220), [sym_assert_statement] = STATE(1220), [sym_expression_statement] = STATE(1220), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1220), [sym_delete_statement] = STATE(1220), [sym_raise_statement] = STATE(1220), [sym_pass_statement] = STATE(1220), [sym_break_statement] = STATE(1220), [sym_continue_statement] = STATE(1220), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1220), [sym_nonlocal_statement] = STATE(1220), [sym_exec_statement] = STATE(1220), [sym_type_alias_statement] = STATE(1220), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(545), [sym__indent] = ACTIONS(547), [sym__string_start] = ACTIONS(81), }, [127] = { [sym_import_statement] = STATE(1316), [sym_future_import_statement] = STATE(1316), [sym_import_from_statement] = STATE(1316), [sym_print_statement] = STATE(1316), [sym_assert_statement] = STATE(1316), [sym_expression_statement] = STATE(1316), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1316), [sym_delete_statement] = STATE(1316), [sym_raise_statement] = STATE(1316), [sym_pass_statement] = STATE(1316), [sym_break_statement] = STATE(1316), [sym_continue_statement] = STATE(1316), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1316), [sym_nonlocal_statement] = STATE(1316), [sym_exec_statement] = STATE(1316), [sym_type_alias_statement] = STATE(1316), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(549), [sym__string_start] = ACTIONS(81), }, [128] = { [sym_import_statement] = STATE(1316), [sym_future_import_statement] = STATE(1316), [sym_import_from_statement] = STATE(1316), [sym_print_statement] = STATE(1316), [sym_assert_statement] = STATE(1316), [sym_expression_statement] = STATE(1316), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1316), [sym_delete_statement] = STATE(1316), [sym_raise_statement] = STATE(1316), [sym_pass_statement] = STATE(1316), [sym_break_statement] = STATE(1316), [sym_continue_statement] = STATE(1316), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1316), [sym_nonlocal_statement] = STATE(1316), [sym_exec_statement] = STATE(1316), [sym_type_alias_statement] = STATE(1316), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(551), [sym__string_start] = ACTIONS(81), }, [129] = { [sym_import_statement] = STATE(1316), [sym_future_import_statement] = STATE(1316), [sym_import_from_statement] = STATE(1316), [sym_print_statement] = STATE(1316), [sym_assert_statement] = STATE(1316), [sym_expression_statement] = STATE(1316), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1316), [sym_delete_statement] = STATE(1316), [sym_raise_statement] = STATE(1316), [sym_pass_statement] = STATE(1316), [sym_break_statement] = STATE(1316), [sym_continue_statement] = STATE(1316), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1316), [sym_nonlocal_statement] = STATE(1316), [sym_exec_statement] = STATE(1316), [sym_type_alias_statement] = STATE(1316), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(553), [sym__string_start] = ACTIONS(81), }, [130] = { [sym_import_statement] = STATE(1316), [sym_future_import_statement] = STATE(1316), [sym_import_from_statement] = STATE(1316), [sym_print_statement] = STATE(1316), [sym_assert_statement] = STATE(1316), [sym_expression_statement] = STATE(1316), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1316), [sym_delete_statement] = STATE(1316), [sym_raise_statement] = STATE(1316), [sym_pass_statement] = STATE(1316), [sym_break_statement] = STATE(1316), [sym_continue_statement] = STATE(1316), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1316), [sym_nonlocal_statement] = STATE(1316), [sym_exec_statement] = STATE(1316), [sym_type_alias_statement] = STATE(1316), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(555), [sym__string_start] = ACTIONS(81), }, [131] = { [sym_import_statement] = STATE(1316), [sym_future_import_statement] = STATE(1316), [sym_import_from_statement] = STATE(1316), [sym_print_statement] = STATE(1316), [sym_assert_statement] = STATE(1316), [sym_expression_statement] = STATE(1316), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1316), [sym_delete_statement] = STATE(1316), [sym_raise_statement] = STATE(1316), [sym_pass_statement] = STATE(1316), [sym_break_statement] = STATE(1316), [sym_continue_statement] = STATE(1316), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1316), [sym_nonlocal_statement] = STATE(1316), [sym_exec_statement] = STATE(1316), [sym_type_alias_statement] = STATE(1316), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(557), [sym__string_start] = ACTIONS(81), }, [132] = { [sym_import_statement] = STATE(1316), [sym_future_import_statement] = STATE(1316), [sym_import_from_statement] = STATE(1316), [sym_print_statement] = STATE(1316), [sym_assert_statement] = STATE(1316), [sym_expression_statement] = STATE(1316), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1316), [sym_delete_statement] = STATE(1316), [sym_raise_statement] = STATE(1316), [sym_pass_statement] = STATE(1316), [sym_break_statement] = STATE(1316), [sym_continue_statement] = STATE(1316), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1316), [sym_nonlocal_statement] = STATE(1316), [sym_exec_statement] = STATE(1316), [sym_type_alias_statement] = STATE(1316), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__newline] = ACTIONS(559), [sym__string_start] = ACTIONS(81), }, [133] = { [sym_import_statement] = STATE(1316), [sym_future_import_statement] = STATE(1316), [sym_import_from_statement] = STATE(1316), [sym_print_statement] = STATE(1316), [sym_assert_statement] = STATE(1316), [sym_expression_statement] = STATE(1316), [sym_named_expression] = STATE(940), [sym_return_statement] = STATE(1316), [sym_delete_statement] = STATE(1316), [sym_raise_statement] = STATE(1316), [sym_pass_statement] = STATE(1316), [sym_break_statement] = STATE(1316), [sym_continue_statement] = STATE(1316), [sym_list_splat] = STATE(1283), [sym_dictionary_splat] = STATE(1283), [sym_global_statement] = STATE(1316), [sym_nonlocal_statement] = STATE(1316), [sym_exec_statement] = STATE(1316), [sym_type_alias_statement] = STATE(1316), [sym_expression_list] = STATE(1340), [sym_pattern] = STATE(847), [sym_tuple_pattern] = STATE(833), [sym_list_pattern] = STATE(833), [sym_list_splat_pattern] = STATE(833), [sym_expression] = STATE(974), [sym_primary_expression] = STATE(689), [sym_not_operator] = STATE(940), [sym_boolean_operator] = STATE(940), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_comparison_operator] = STATE(940), [sym_lambda] = STATE(940), [sym_assignment] = STATE(1340), [sym_augmented_assignment] = STATE(1340), [sym_pattern_list] = STATE(855), [sym_yield] = STATE(1340), [sym_attribute] = STATE(431), [sym_subscript] = STATE(431), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_conditional_expression] = STATE(940), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(7), [anon_sym_import] = ACTIONS(9), [anon_sym_from] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_STAR] = ACTIONS(15), [anon_sym_print] = ACTIONS(17), [anon_sym_assert] = ACTIONS(19), [anon_sym_return] = ACTIONS(21), [anon_sym_del] = ACTIONS(23), [anon_sym_raise] = ACTIONS(25), [anon_sym_pass] = ACTIONS(27), [anon_sym_break] = ACTIONS(29), [anon_sym_continue] = ACTIONS(31), [anon_sym_async] = ACTIONS(307), [anon_sym_match] = ACTIONS(307), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(49), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(53), [anon_sym_global] = ACTIONS(57), [anon_sym_nonlocal] = ACTIONS(59), [anon_sym_exec] = ACTIONS(61), [anon_sym_type] = ACTIONS(63), [anon_sym_not] = ACTIONS(69), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_lambda] = ACTIONS(71), [anon_sym_yield] = ACTIONS(73), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(79), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(81), }, [134] = { [sym_primary_expression] = STATE(709), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_attribute] = STATE(773), [sym_subscript] = STATE(773), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(77), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(561), [anon_sym_COMMA] = ACTIONS(265), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(563), [anon_sym_GT_GT] = ACTIONS(260), [anon_sym_COLON_EQ] = ACTIONS(273), [anon_sym_if] = ACTIONS(260), [anon_sym_COLON] = ACTIONS(275), [anon_sym_async] = ACTIONS(563), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(563), [anon_sym_PIPE] = ACTIONS(260), [anon_sym_DASH] = ACTIONS(565), [anon_sym_PLUS] = ACTIONS(565), [anon_sym_LBRACK] = ACTIONS(567), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(260), [anon_sym_EQ] = ACTIONS(275), [anon_sym_exec] = ACTIONS(563), [anon_sym_type] = ACTIONS(563), [anon_sym_AT] = ACTIONS(260), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(260), [anon_sym_SLASH_SLASH] = ACTIONS(260), [anon_sym_AMP] = ACTIONS(260), [anon_sym_CARET] = ACTIONS(260), [anon_sym_LT_LT] = ACTIONS(260), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [anon_sym_PLUS_EQ] = ACTIONS(297), [anon_sym_DASH_EQ] = ACTIONS(297), [anon_sym_STAR_EQ] = ACTIONS(297), [anon_sym_SLASH_EQ] = ACTIONS(297), [anon_sym_AT_EQ] = ACTIONS(297), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(297), [anon_sym_PERCENT_EQ] = ACTIONS(297), [anon_sym_STAR_STAR_EQ] = ACTIONS(297), [anon_sym_GT_GT_EQ] = ACTIONS(297), [anon_sym_LT_LT_EQ] = ACTIONS(297), [anon_sym_AMP_EQ] = ACTIONS(297), [anon_sym_CARET_EQ] = ACTIONS(297), [anon_sym_PIPE_EQ] = ACTIONS(297), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(569), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(293), [sym__newline] = ACTIONS(293), [sym__string_start] = ACTIONS(81), }, [135] = { [sym_primary_expression] = STATE(631), [sym_binary_operator] = STATE(589), [sym_unary_operator] = STATE(589), [sym_attribute] = STATE(589), [sym_subscript] = STATE(589), [sym_call] = STATE(589), [sym_list] = STATE(589), [sym_set] = STATE(589), [sym_tuple] = STATE(589), [sym_dictionary] = STATE(589), [sym_list_comprehension] = STATE(589), [sym_dictionary_comprehension] = STATE(589), [sym_set_comprehension] = STATE(589), [sym_generator_expression] = STATE(589), [sym_parenthesized_expression] = STATE(589), [sym_concatenated_string] = STATE(589), [sym_string] = STATE(565), [sym_await] = STATE(589), [sym_identifier] = ACTIONS(301), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(571), [anon_sym_RPAREN] = ACTIONS(573), [anon_sym_COMMA] = ACTIONS(573), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(576), [anon_sym_GT_GT] = ACTIONS(260), [anon_sym_COLON_EQ] = ACTIONS(578), [anon_sym_if] = ACTIONS(260), [anon_sym_COLON] = ACTIONS(580), [anon_sym_async] = ACTIONS(576), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(576), [anon_sym_PIPE] = ACTIONS(260), [anon_sym_DASH] = ACTIONS(582), [anon_sym_PLUS] = ACTIONS(582), [anon_sym_LBRACK] = ACTIONS(584), [anon_sym_RBRACK] = ACTIONS(573), [anon_sym_LBRACE] = ACTIONS(283), [anon_sym_STAR_STAR] = ACTIONS(260), [anon_sym_EQ] = ACTIONS(580), [anon_sym_exec] = ACTIONS(576), [anon_sym_type] = ACTIONS(576), [anon_sym_AT] = ACTIONS(260), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(260), [anon_sym_SLASH_SLASH] = ACTIONS(260), [anon_sym_AMP] = ACTIONS(260), [anon_sym_CARET] = ACTIONS(260), [anon_sym_LT_LT] = ACTIONS(260), [anon_sym_TILDE] = ACTIONS(291), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [anon_sym_PLUS_EQ] = ACTIONS(586), [anon_sym_DASH_EQ] = ACTIONS(586), [anon_sym_STAR_EQ] = ACTIONS(586), [anon_sym_SLASH_EQ] = ACTIONS(586), [anon_sym_AT_EQ] = ACTIONS(586), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(586), [anon_sym_PERCENT_EQ] = ACTIONS(586), [anon_sym_STAR_STAR_EQ] = ACTIONS(586), [anon_sym_GT_GT_EQ] = ACTIONS(586), [anon_sym_LT_LT_EQ] = ACTIONS(586), [anon_sym_AMP_EQ] = ACTIONS(586), [anon_sym_CARET_EQ] = ACTIONS(586), [anon_sym_PIPE_EQ] = ACTIONS(586), [sym_ellipsis] = ACTIONS(299), [sym_integer] = ACTIONS(301), [sym_float] = ACTIONS(299), [anon_sym_await] = ACTIONS(588), [sym_true] = ACTIONS(301), [sym_false] = ACTIONS(301), [sym_none] = ACTIONS(301), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(305), }, [136] = { [sym_primary_expression] = STATE(631), [sym_binary_operator] = STATE(589), [sym_unary_operator] = STATE(589), [sym_attribute] = STATE(589), [sym_subscript] = STATE(589), [sym_call] = STATE(589), [sym_list] = STATE(589), [sym_set] = STATE(589), [sym_tuple] = STATE(589), [sym_dictionary] = STATE(589), [sym_list_comprehension] = STATE(589), [sym_dictionary_comprehension] = STATE(589), [sym_set_comprehension] = STATE(589), [sym_generator_expression] = STATE(589), [sym_parenthesized_expression] = STATE(589), [sym_concatenated_string] = STATE(589), [sym_string] = STATE(565), [sym_await] = STATE(589), [sym_identifier] = ACTIONS(301), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(571), [anon_sym_RPAREN] = ACTIONS(293), [anon_sym_COMMA] = ACTIONS(293), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(576), [anon_sym_GT_GT] = ACTIONS(293), [anon_sym_COLON_EQ] = ACTIONS(578), [anon_sym_if] = ACTIONS(260), [anon_sym_COLON] = ACTIONS(260), [anon_sym_else] = ACTIONS(260), [anon_sym_async] = ACTIONS(576), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(576), [anon_sym_PIPE] = ACTIONS(293), [anon_sym_DASH] = ACTIONS(291), [anon_sym_PLUS] = ACTIONS(291), [anon_sym_LBRACK] = ACTIONS(584), [anon_sym_RBRACK] = ACTIONS(293), [anon_sym_LBRACE] = ACTIONS(283), [anon_sym_RBRACE] = ACTIONS(293), [anon_sym_STAR_STAR] = ACTIONS(293), [anon_sym_EQ] = ACTIONS(260), [anon_sym_exec] = ACTIONS(576), [anon_sym_type] = ACTIONS(576), [anon_sym_AT] = ACTIONS(293), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(293), [anon_sym_SLASH_SLASH] = ACTIONS(293), [anon_sym_AMP] = ACTIONS(293), [anon_sym_CARET] = ACTIONS(293), [anon_sym_LT_LT] = ACTIONS(293), [anon_sym_TILDE] = ACTIONS(291), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [sym_ellipsis] = ACTIONS(299), [sym_type_conversion] = ACTIONS(293), [sym_integer] = ACTIONS(301), [sym_float] = ACTIONS(299), [anon_sym_await] = ACTIONS(588), [sym_true] = ACTIONS(301), [sym_false] = ACTIONS(301), [sym_none] = ACTIONS(301), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(305), }, [137] = { [sym_primary_expression] = STATE(629), [sym_binary_operator] = STATE(589), [sym_unary_operator] = STATE(589), [sym_attribute] = STATE(589), [sym_subscript] = STATE(589), [sym_call] = STATE(589), [sym_list] = STATE(589), [sym_set] = STATE(589), [sym_tuple] = STATE(589), [sym_dictionary] = STATE(589), [sym_list_comprehension] = STATE(589), [sym_dictionary_comprehension] = STATE(589), [sym_set_comprehension] = STATE(589), [sym_generator_expression] = STATE(589), [sym_parenthesized_expression] = STATE(589), [sym_concatenated_string] = STATE(589), [sym_string] = STATE(565), [sym_await] = STATE(589), [sym_identifier] = ACTIONS(301), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(590), [anon_sym_RPAREN] = ACTIONS(293), [anon_sym_COMMA] = ACTIONS(293), [anon_sym_as] = ACTIONS(260), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(576), [anon_sym_GT_GT] = ACTIONS(293), [anon_sym_COLON_EQ] = ACTIONS(592), [anon_sym_if] = ACTIONS(260), [anon_sym_COLON] = ACTIONS(260), [anon_sym_async] = ACTIONS(576), [anon_sym_for] = ACTIONS(260), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(576), [anon_sym_PIPE] = ACTIONS(293), [anon_sym_DASH] = ACTIONS(594), [anon_sym_PLUS] = ACTIONS(594), [anon_sym_LBRACK] = ACTIONS(596), [anon_sym_RBRACK] = ACTIONS(293), [anon_sym_LBRACE] = ACTIONS(283), [anon_sym_RBRACE] = ACTIONS(293), [anon_sym_STAR_STAR] = ACTIONS(293), [anon_sym_exec] = ACTIONS(576), [anon_sym_type] = ACTIONS(576), [anon_sym_AT] = ACTIONS(293), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(293), [anon_sym_SLASH_SLASH] = ACTIONS(293), [anon_sym_AMP] = ACTIONS(293), [anon_sym_CARET] = ACTIONS(293), [anon_sym_LT_LT] = ACTIONS(293), [anon_sym_TILDE] = ACTIONS(594), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [sym_ellipsis] = ACTIONS(299), [sym_integer] = ACTIONS(301), [sym_float] = ACTIONS(299), [anon_sym_await] = ACTIONS(598), [sym_true] = ACTIONS(301), [sym_false] = ACTIONS(301), [sym_none] = ACTIONS(301), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(305), }, [138] = { [sym_primary_expression] = STATE(631), [sym_binary_operator] = STATE(589), [sym_unary_operator] = STATE(589), [sym_attribute] = STATE(589), [sym_subscript] = STATE(589), [sym_call] = STATE(589), [sym_list] = STATE(589), [sym_set] = STATE(589), [sym_tuple] = STATE(589), [sym_dictionary] = STATE(589), [sym_list_comprehension] = STATE(589), [sym_dictionary_comprehension] = STATE(589), [sym_set_comprehension] = STATE(589), [sym_generator_expression] = STATE(589), [sym_parenthesized_expression] = STATE(589), [sym_concatenated_string] = STATE(589), [sym_string] = STATE(565), [sym_await] = STATE(589), [sym_identifier] = ACTIONS(301), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(571), [anon_sym_RPAREN] = ACTIONS(293), [anon_sym_COMMA] = ACTIONS(293), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(576), [anon_sym_GT_GT] = ACTIONS(293), [anon_sym_if] = ACTIONS(260), [anon_sym_COLON] = ACTIONS(293), [anon_sym_else] = ACTIONS(260), [anon_sym_async] = ACTIONS(576), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(576), [anon_sym_PIPE] = ACTIONS(293), [anon_sym_DASH] = ACTIONS(291), [anon_sym_PLUS] = ACTIONS(291), [anon_sym_LBRACK] = ACTIONS(584), [anon_sym_RBRACK] = ACTIONS(293), [anon_sym_LBRACE] = ACTIONS(283), [anon_sym_RBRACE] = ACTIONS(293), [anon_sym_STAR_STAR] = ACTIONS(293), [anon_sym_EQ] = ACTIONS(260), [anon_sym_exec] = ACTIONS(576), [anon_sym_type] = ACTIONS(576), [anon_sym_AT] = ACTIONS(293), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(293), [anon_sym_SLASH_SLASH] = ACTIONS(293), [anon_sym_AMP] = ACTIONS(293), [anon_sym_CARET] = ACTIONS(293), [anon_sym_LT_LT] = ACTIONS(293), [anon_sym_TILDE] = ACTIONS(291), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [sym_ellipsis] = ACTIONS(299), [sym_type_conversion] = ACTIONS(293), [sym_integer] = ACTIONS(301), [sym_float] = ACTIONS(299), [anon_sym_await] = ACTIONS(588), [sym_true] = ACTIONS(301), [sym_false] = ACTIONS(301), [sym_none] = ACTIONS(301), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(305), }, [139] = { [sym_primary_expression] = STATE(629), [sym_binary_operator] = STATE(589), [sym_unary_operator] = STATE(589), [sym_attribute] = STATE(589), [sym_subscript] = STATE(589), [sym_call] = STATE(589), [sym_list] = STATE(589), [sym_set] = STATE(589), [sym_tuple] = STATE(589), [sym_dictionary] = STATE(589), [sym_list_comprehension] = STATE(589), [sym_dictionary_comprehension] = STATE(589), [sym_set_comprehension] = STATE(589), [sym_generator_expression] = STATE(589), [sym_parenthesized_expression] = STATE(589), [sym_concatenated_string] = STATE(589), [sym_string] = STATE(565), [sym_await] = STATE(589), [sym_identifier] = ACTIONS(301), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(590), [anon_sym_RPAREN] = ACTIONS(293), [anon_sym_COMMA] = ACTIONS(293), [anon_sym_as] = ACTIONS(260), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(576), [anon_sym_GT_GT] = ACTIONS(293), [anon_sym_if] = ACTIONS(260), [anon_sym_COLON] = ACTIONS(293), [anon_sym_async] = ACTIONS(576), [anon_sym_for] = ACTIONS(260), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(576), [anon_sym_PIPE] = ACTIONS(293), [anon_sym_DASH] = ACTIONS(594), [anon_sym_PLUS] = ACTIONS(594), [anon_sym_LBRACK] = ACTIONS(596), [anon_sym_RBRACK] = ACTIONS(293), [anon_sym_LBRACE] = ACTIONS(283), [anon_sym_RBRACE] = ACTIONS(293), [anon_sym_STAR_STAR] = ACTIONS(293), [anon_sym_exec] = ACTIONS(576), [anon_sym_type] = ACTIONS(576), [anon_sym_AT] = ACTIONS(293), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(293), [anon_sym_SLASH_SLASH] = ACTIONS(293), [anon_sym_AMP] = ACTIONS(293), [anon_sym_CARET] = ACTIONS(293), [anon_sym_LT_LT] = ACTIONS(293), [anon_sym_TILDE] = ACTIONS(594), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [sym_ellipsis] = ACTIONS(299), [sym_integer] = ACTIONS(301), [sym_float] = ACTIONS(299), [anon_sym_await] = ACTIONS(598), [sym_true] = ACTIONS(301), [sym_false] = ACTIONS(301), [sym_none] = ACTIONS(301), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(305), }, [140] = { [sym_primary_expression] = STATE(631), [sym_binary_operator] = STATE(589), [sym_unary_operator] = STATE(589), [sym_attribute] = STATE(589), [sym_subscript] = STATE(589), [sym_call] = STATE(589), [sym_list] = STATE(589), [sym_set] = STATE(589), [sym_tuple] = STATE(589), [sym_dictionary] = STATE(589), [sym_list_comprehension] = STATE(589), [sym_dictionary_comprehension] = STATE(589), [sym_set_comprehension] = STATE(589), [sym_generator_expression] = STATE(589), [sym_parenthesized_expression] = STATE(589), [sym_concatenated_string] = STATE(589), [sym_string] = STATE(565), [sym_await] = STATE(589), [sym_identifier] = ACTIONS(301), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(571), [anon_sym_RPAREN] = ACTIONS(586), [anon_sym_COMMA] = ACTIONS(586), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(576), [anon_sym_GT_GT] = ACTIONS(260), [anon_sym_COLON] = ACTIONS(586), [anon_sym_async] = ACTIONS(576), [anon_sym_in] = ACTIONS(580), [anon_sym_match] = ACTIONS(576), [anon_sym_PIPE] = ACTIONS(260), [anon_sym_DASH] = ACTIONS(582), [anon_sym_PLUS] = ACTIONS(582), [anon_sym_LBRACK] = ACTIONS(584), [anon_sym_RBRACK] = ACTIONS(586), [anon_sym_LBRACE] = ACTIONS(283), [anon_sym_STAR_STAR] = ACTIONS(260), [anon_sym_EQ] = ACTIONS(586), [anon_sym_exec] = ACTIONS(576), [anon_sym_type] = ACTIONS(576), [anon_sym_AT] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(260), [anon_sym_SLASH_SLASH] = ACTIONS(260), [anon_sym_AMP] = ACTIONS(260), [anon_sym_CARET] = ACTIONS(260), [anon_sym_LT_LT] = ACTIONS(260), [anon_sym_TILDE] = ACTIONS(291), [anon_sym_PLUS_EQ] = ACTIONS(586), [anon_sym_DASH_EQ] = ACTIONS(586), [anon_sym_STAR_EQ] = ACTIONS(586), [anon_sym_SLASH_EQ] = ACTIONS(586), [anon_sym_AT_EQ] = ACTIONS(586), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(586), [anon_sym_PERCENT_EQ] = ACTIONS(586), [anon_sym_STAR_STAR_EQ] = ACTIONS(586), [anon_sym_GT_GT_EQ] = ACTIONS(586), [anon_sym_LT_LT_EQ] = ACTIONS(586), [anon_sym_AMP_EQ] = ACTIONS(586), [anon_sym_CARET_EQ] = ACTIONS(586), [anon_sym_PIPE_EQ] = ACTIONS(586), [sym_ellipsis] = ACTIONS(299), [sym_integer] = ACTIONS(301), [sym_float] = ACTIONS(299), [anon_sym_await] = ACTIONS(588), [sym_true] = ACTIONS(301), [sym_false] = ACTIONS(301), [sym_none] = ACTIONS(301), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(305), }, [141] = { [sym_primary_expression] = STATE(631), [sym_binary_operator] = STATE(589), [sym_unary_operator] = STATE(589), [sym_attribute] = STATE(589), [sym_subscript] = STATE(589), [sym_call] = STATE(589), [sym_list] = STATE(589), [sym_set] = STATE(589), [sym_tuple] = STATE(589), [sym_dictionary] = STATE(589), [sym_list_comprehension] = STATE(589), [sym_dictionary_comprehension] = STATE(589), [sym_set_comprehension] = STATE(589), [sym_generator_expression] = STATE(589), [sym_parenthesized_expression] = STATE(589), [sym_concatenated_string] = STATE(589), [sym_string] = STATE(565), [sym_await] = STATE(589), [sym_identifier] = ACTIONS(301), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(571), [anon_sym_RPAREN] = ACTIONS(297), [anon_sym_COMMA] = ACTIONS(297), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(576), [anon_sym_GT_GT] = ACTIONS(260), [anon_sym_COLON] = ACTIONS(297), [anon_sym_async] = ACTIONS(576), [anon_sym_in] = ACTIONS(275), [anon_sym_match] = ACTIONS(576), [anon_sym_PIPE] = ACTIONS(260), [anon_sym_DASH] = ACTIONS(582), [anon_sym_PLUS] = ACTIONS(582), [anon_sym_LBRACK] = ACTIONS(584), [anon_sym_RBRACK] = ACTIONS(297), [anon_sym_LBRACE] = ACTIONS(283), [anon_sym_STAR_STAR] = ACTIONS(260), [anon_sym_EQ] = ACTIONS(297), [anon_sym_exec] = ACTIONS(576), [anon_sym_type] = ACTIONS(576), [anon_sym_AT] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(260), [anon_sym_SLASH_SLASH] = ACTIONS(260), [anon_sym_AMP] = ACTIONS(260), [anon_sym_CARET] = ACTIONS(260), [anon_sym_LT_LT] = ACTIONS(260), [anon_sym_TILDE] = ACTIONS(291), [anon_sym_PLUS_EQ] = ACTIONS(297), [anon_sym_DASH_EQ] = ACTIONS(297), [anon_sym_STAR_EQ] = ACTIONS(297), [anon_sym_SLASH_EQ] = ACTIONS(297), [anon_sym_AT_EQ] = ACTIONS(297), [anon_sym_SLASH_SLASH_EQ] = ACTIONS(297), [anon_sym_PERCENT_EQ] = ACTIONS(297), [anon_sym_STAR_STAR_EQ] = ACTIONS(297), [anon_sym_GT_GT_EQ] = ACTIONS(297), [anon_sym_LT_LT_EQ] = ACTIONS(297), [anon_sym_AMP_EQ] = ACTIONS(297), [anon_sym_CARET_EQ] = ACTIONS(297), [anon_sym_PIPE_EQ] = ACTIONS(297), [sym_ellipsis] = ACTIONS(299), [sym_integer] = ACTIONS(301), [sym_float] = ACTIONS(299), [anon_sym_await] = ACTIONS(588), [sym_true] = ACTIONS(301), [sym_false] = ACTIONS(301), [sym_none] = ACTIONS(301), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(305), }, [142] = { [sym_primary_expression] = STATE(709), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_attribute] = STATE(773), [sym_subscript] = STATE(773), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(77), [anon_sym_DOT] = ACTIONS(260), [anon_sym_from] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(561), [anon_sym_COMMA] = ACTIONS(293), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(563), [anon_sym_GT_GT] = ACTIONS(293), [anon_sym_COLON_EQ] = ACTIONS(273), [anon_sym_if] = ACTIONS(260), [anon_sym_async] = ACTIONS(563), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(563), [anon_sym_PIPE] = ACTIONS(293), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(567), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(293), [anon_sym_EQ] = ACTIONS(260), [anon_sym_exec] = ACTIONS(563), [anon_sym_type] = ACTIONS(563), [anon_sym_AT] = ACTIONS(293), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(293), [anon_sym_SLASH_SLASH] = ACTIONS(293), [anon_sym_AMP] = ACTIONS(293), [anon_sym_CARET] = ACTIONS(293), [anon_sym_LT_LT] = ACTIONS(293), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(569), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(293), [sym__newline] = ACTIONS(293), [sym__string_start] = ACTIONS(81), }, [143] = { [sym_primary_expression] = STATE(727), [sym_binary_operator] = STATE(796), [sym_unary_operator] = STATE(796), [sym_attribute] = STATE(796), [sym_subscript] = STATE(796), [sym_call] = STATE(796), [sym_list] = STATE(796), [sym_set] = STATE(796), [sym_tuple] = STATE(796), [sym_dictionary] = STATE(796), [sym_list_comprehension] = STATE(796), [sym_dictionary_comprehension] = STATE(796), [sym_set_comprehension] = STATE(796), [sym_generator_expression] = STATE(796), [sym_parenthesized_expression] = STATE(796), [sym_concatenated_string] = STATE(796), [sym_string] = STATE(699), [sym_await] = STATE(796), [sym_identifier] = ACTIONS(600), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(602), [anon_sym_RPAREN] = ACTIONS(293), [anon_sym_COMMA] = ACTIONS(293), [anon_sym_as] = ACTIONS(260), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(604), [anon_sym_GT_GT] = ACTIONS(293), [anon_sym_COLON_EQ] = ACTIONS(606), [anon_sym_if] = ACTIONS(260), [anon_sym_COLON] = ACTIONS(260), [anon_sym_async] = ACTIONS(604), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(604), [anon_sym_PIPE] = ACTIONS(293), [anon_sym_DASH] = ACTIONS(608), [anon_sym_PLUS] = ACTIONS(608), [anon_sym_LBRACK] = ACTIONS(610), [anon_sym_LBRACE] = ACTIONS(612), [anon_sym_STAR_STAR] = ACTIONS(293), [anon_sym_exec] = ACTIONS(604), [anon_sym_type] = ACTIONS(604), [anon_sym_AT] = ACTIONS(293), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(293), [anon_sym_SLASH_SLASH] = ACTIONS(293), [anon_sym_AMP] = ACTIONS(293), [anon_sym_CARET] = ACTIONS(293), [anon_sym_LT_LT] = ACTIONS(293), [anon_sym_TILDE] = ACTIONS(608), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [sym_ellipsis] = ACTIONS(614), [sym_integer] = ACTIONS(600), [sym_float] = ACTIONS(614), [anon_sym_await] = ACTIONS(616), [sym_true] = ACTIONS(600), [sym_false] = ACTIONS(600), [sym_none] = ACTIONS(600), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(618), }, [144] = { [sym_primary_expression] = STATE(629), [sym_binary_operator] = STATE(589), [sym_unary_operator] = STATE(589), [sym_attribute] = STATE(589), [sym_subscript] = STATE(589), [sym_call] = STATE(589), [sym_list] = STATE(589), [sym_set] = STATE(589), [sym_tuple] = STATE(589), [sym_dictionary] = STATE(589), [sym_list_comprehension] = STATE(589), [sym_dictionary_comprehension] = STATE(589), [sym_set_comprehension] = STATE(589), [sym_generator_expression] = STATE(589), [sym_parenthesized_expression] = STATE(589), [sym_concatenated_string] = STATE(589), [sym_string] = STATE(565), [sym_await] = STATE(589), [sym_identifier] = ACTIONS(301), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(590), [anon_sym_RPAREN] = ACTIONS(265), [anon_sym_COMMA] = ACTIONS(265), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(576), [anon_sym_GT_GT] = ACTIONS(293), [anon_sym_COLON_EQ] = ACTIONS(592), [anon_sym_if] = ACTIONS(260), [anon_sym_async] = ACTIONS(576), [anon_sym_for] = ACTIONS(260), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(576), [anon_sym_PIPE] = ACTIONS(293), [anon_sym_DASH] = ACTIONS(594), [anon_sym_PLUS] = ACTIONS(594), [anon_sym_LBRACK] = ACTIONS(596), [anon_sym_RBRACK] = ACTIONS(265), [anon_sym_LBRACE] = ACTIONS(283), [anon_sym_STAR_STAR] = ACTIONS(293), [anon_sym_exec] = ACTIONS(576), [anon_sym_type] = ACTIONS(576), [anon_sym_AT] = ACTIONS(293), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(293), [anon_sym_SLASH_SLASH] = ACTIONS(293), [anon_sym_AMP] = ACTIONS(293), [anon_sym_CARET] = ACTIONS(293), [anon_sym_LT_LT] = ACTIONS(293), [anon_sym_TILDE] = ACTIONS(594), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [sym_ellipsis] = ACTIONS(299), [sym_integer] = ACTIONS(301), [sym_float] = ACTIONS(299), [anon_sym_await] = ACTIONS(598), [sym_true] = ACTIONS(301), [sym_false] = ACTIONS(301), [sym_none] = ACTIONS(301), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(305), }, [145] = { [sym_primary_expression] = STATE(709), [sym_binary_operator] = STATE(773), [sym_unary_operator] = STATE(773), [sym_attribute] = STATE(773), [sym_subscript] = STATE(773), [sym_call] = STATE(773), [sym_list] = STATE(773), [sym_set] = STATE(773), [sym_tuple] = STATE(773), [sym_dictionary] = STATE(773), [sym_list_comprehension] = STATE(773), [sym_dictionary_comprehension] = STATE(773), [sym_set_comprehension] = STATE(773), [sym_generator_expression] = STATE(773), [sym_parenthesized_expression] = STATE(773), [sym_concatenated_string] = STATE(773), [sym_string] = STATE(693), [sym_await] = STATE(773), [sym_identifier] = ACTIONS(77), [anon_sym_DOT] = ACTIONS(260), [anon_sym_from] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(561), [anon_sym_COMMA] = ACTIONS(293), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(563), [anon_sym_GT_GT] = ACTIONS(293), [anon_sym_if] = ACTIONS(260), [anon_sym_async] = ACTIONS(563), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(563), [anon_sym_PIPE] = ACTIONS(293), [anon_sym_DASH] = ACTIONS(47), [anon_sym_PLUS] = ACTIONS(47), [anon_sym_LBRACK] = ACTIONS(567), [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_STAR_STAR] = ACTIONS(293), [anon_sym_EQ] = ACTIONS(260), [anon_sym_exec] = ACTIONS(563), [anon_sym_type] = ACTIONS(563), [anon_sym_AT] = ACTIONS(293), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(293), [anon_sym_SLASH_SLASH] = ACTIONS(293), [anon_sym_AMP] = ACTIONS(293), [anon_sym_CARET] = ACTIONS(293), [anon_sym_LT_LT] = ACTIONS(293), [anon_sym_TILDE] = ACTIONS(47), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [sym_ellipsis] = ACTIONS(75), [sym_integer] = ACTIONS(77), [sym_float] = ACTIONS(75), [anon_sym_await] = ACTIONS(569), [sym_true] = ACTIONS(77), [sym_false] = ACTIONS(77), [sym_none] = ACTIONS(77), [sym_comment] = ACTIONS(3), [sym__semicolon] = ACTIONS(293), [sym__newline] = ACTIONS(293), [sym__string_start] = ACTIONS(81), }, [146] = { [sym_primary_expression] = STATE(629), [sym_binary_operator] = STATE(589), [sym_unary_operator] = STATE(589), [sym_attribute] = STATE(589), [sym_subscript] = STATE(589), [sym_call] = STATE(589), [sym_list] = STATE(589), [sym_set] = STATE(589), [sym_tuple] = STATE(589), [sym_dictionary] = STATE(589), [sym_list_comprehension] = STATE(589), [sym_dictionary_comprehension] = STATE(589), [sym_set_comprehension] = STATE(589), [sym_generator_expression] = STATE(589), [sym_parenthesized_expression] = STATE(589), [sym_concatenated_string] = STATE(589), [sym_string] = STATE(565), [sym_await] = STATE(589), [sym_identifier] = ACTIONS(301), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(590), [anon_sym_RPAREN] = ACTIONS(293), [anon_sym_COMMA] = ACTIONS(293), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(576), [anon_sym_GT_GT] = ACTIONS(293), [anon_sym_COLON_EQ] = ACTIONS(592), [anon_sym_if] = ACTIONS(260), [anon_sym_async] = ACTIONS(576), [anon_sym_for] = ACTIONS(260), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(576), [anon_sym_PIPE] = ACTIONS(293), [anon_sym_DASH] = ACTIONS(594), [anon_sym_PLUS] = ACTIONS(594), [anon_sym_LBRACK] = ACTIONS(596), [anon_sym_LBRACE] = ACTIONS(283), [anon_sym_STAR_STAR] = ACTIONS(293), [anon_sym_EQ] = ACTIONS(620), [anon_sym_exec] = ACTIONS(576), [anon_sym_type] = ACTIONS(576), [anon_sym_AT] = ACTIONS(293), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(293), [anon_sym_SLASH_SLASH] = ACTIONS(293), [anon_sym_AMP] = ACTIONS(293), [anon_sym_CARET] = ACTIONS(293), [anon_sym_LT_LT] = ACTIONS(293), [anon_sym_TILDE] = ACTIONS(594), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [sym_ellipsis] = ACTIONS(299), [sym_integer] = ACTIONS(301), [sym_float] = ACTIONS(299), [anon_sym_await] = ACTIONS(598), [sym_true] = ACTIONS(301), [sym_false] = ACTIONS(301), [sym_none] = ACTIONS(301), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(305), }, [147] = { [sym_primary_expression] = STATE(727), [sym_binary_operator] = STATE(796), [sym_unary_operator] = STATE(796), [sym_attribute] = STATE(796), [sym_subscript] = STATE(796), [sym_call] = STATE(796), [sym_list] = STATE(796), [sym_set] = STATE(796), [sym_tuple] = STATE(796), [sym_dictionary] = STATE(796), [sym_list_comprehension] = STATE(796), [sym_dictionary_comprehension] = STATE(796), [sym_set_comprehension] = STATE(796), [sym_generator_expression] = STATE(796), [sym_parenthesized_expression] = STATE(796), [sym_concatenated_string] = STATE(796), [sym_string] = STATE(699), [sym_await] = STATE(796), [sym_identifier] = ACTIONS(600), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(602), [anon_sym_RPAREN] = ACTIONS(293), [anon_sym_COMMA] = ACTIONS(293), [anon_sym_as] = ACTIONS(260), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(604), [anon_sym_GT_GT] = ACTIONS(293), [anon_sym_if] = ACTIONS(260), [anon_sym_COLON] = ACTIONS(293), [anon_sym_async] = ACTIONS(604), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(604), [anon_sym_PIPE] = ACTIONS(293), [anon_sym_DASH] = ACTIONS(608), [anon_sym_PLUS] = ACTIONS(608), [anon_sym_LBRACK] = ACTIONS(610), [anon_sym_LBRACE] = ACTIONS(612), [anon_sym_STAR_STAR] = ACTIONS(293), [anon_sym_exec] = ACTIONS(604), [anon_sym_type] = ACTIONS(604), [anon_sym_AT] = ACTIONS(293), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(293), [anon_sym_SLASH_SLASH] = ACTIONS(293), [anon_sym_AMP] = ACTIONS(293), [anon_sym_CARET] = ACTIONS(293), [anon_sym_LT_LT] = ACTIONS(293), [anon_sym_TILDE] = ACTIONS(608), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [sym_ellipsis] = ACTIONS(614), [sym_integer] = ACTIONS(600), [sym_float] = ACTIONS(614), [anon_sym_await] = ACTIONS(616), [sym_true] = ACTIONS(600), [sym_false] = ACTIONS(600), [sym_none] = ACTIONS(600), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(618), }, [148] = { [sym_primary_expression] = STATE(631), [sym_binary_operator] = STATE(589), [sym_unary_operator] = STATE(589), [sym_attribute] = STATE(589), [sym_subscript] = STATE(589), [sym_call] = STATE(589), [sym_list] = STATE(589), [sym_set] = STATE(589), [sym_tuple] = STATE(589), [sym_dictionary] = STATE(589), [sym_list_comprehension] = STATE(589), [sym_dictionary_comprehension] = STATE(589), [sym_set_comprehension] = STATE(589), [sym_generator_expression] = STATE(589), [sym_parenthesized_expression] = STATE(589), [sym_concatenated_string] = STATE(589), [sym_string] = STATE(565), [sym_await] = STATE(589), [sym_identifier] = ACTIONS(301), [anon_sym_DOT] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(571), [anon_sym_RPAREN] = ACTIONS(293), [anon_sym_COMMA] = ACTIONS(293), [anon_sym_STAR] = ACTIONS(260), [anon_sym_print] = ACTIONS(576), [anon_sym_GT_GT] = ACTIONS(293), [anon_sym_COLON_EQ] = ACTIONS(578), [anon_sym_if] = ACTIONS(260), [anon_sym_async] = ACTIONS(576), [anon_sym_in] = ACTIONS(260), [anon_sym_match] = ACTIONS(576), [anon_sym_PIPE] = ACTIONS(293), [anon_sym_DASH] = ACTIONS(291), [anon_sym_PLUS] = ACTIONS(291), [anon_sym_LBRACK] = ACTIONS(584), [anon_sym_LBRACE] = ACTIONS(283), [anon_sym_STAR_STAR] = ACTIONS(293), [anon_sym_EQ] = ACTIONS(620), [anon_sym_exec] = ACTIONS(576), [anon_sym_type] = ACTIONS(576), [anon_sym_AT] = ACTIONS(293), [anon_sym_not] = ACTIONS(260), [anon_sym_and] = ACTIONS(260), [anon_sym_or] = ACTIONS(260), [anon_sym_SLASH] = ACTIONS(260), [anon_sym_PERCENT] = ACTIONS(293), [anon_sym_SLASH_SLASH] = ACTIONS(293), [anon_sym_AMP] = ACTIONS(293), [anon_sym_CARET] = ACTIONS(293), [anon_sym_LT_LT] = ACTIONS(293), [anon_sym_TILDE] = ACTIONS(291), [anon_sym_LT] = ACTIONS(260), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_GT] = ACTIONS(260), [anon_sym_LT_GT] = ACTIONS(293), [anon_sym_is] = ACTIONS(260), [sym_ellipsis] = ACTIONS(299), [sym_integer] = ACTIONS(301), [sym_float] = ACTIONS(299), [anon_sym_await] = ACTIONS(588), [sym_true] = ACTIONS(301), [sym_false] = ACTIONS(301), [sym_none] = ACTIONS(301), [sym_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(305), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, anon_sym_STAR, ACTIONS(49), 1, anon_sym_LBRACK, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(73), 1, anon_sym_yield, ACTIONS(79), 1, anon_sym_await, ACTIONS(81), 1, sym__string_start, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(847), 1, sym_pattern, STATE(855), 1, sym_pattern_list, STATE(1004), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, STATE(431), 2, sym_attribute, sym_subscript, STATE(1283), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(307), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1341), 5, sym_expression_list, sym_assignment, sym_augmented_assignment, sym__right_hand_side, sym_yield, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 14, 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_await, [118] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, anon_sym_STAR, ACTIONS(49), 1, anon_sym_LBRACK, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(73), 1, anon_sym_yield, ACTIONS(79), 1, anon_sym_await, ACTIONS(81), 1, sym__string_start, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(847), 1, sym_pattern, STATE(855), 1, sym_pattern_list, STATE(1004), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, STATE(431), 2, sym_attribute, sym_subscript, STATE(1283), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(307), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1342), 5, sym_expression_list, sym_assignment, sym_augmented_assignment, sym__right_hand_side, sym_yield, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 14, 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_await, [236] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, sym_identifier, ACTIONS(13), 1, anon_sym_LPAREN, ACTIONS(15), 1, anon_sym_STAR, ACTIONS(49), 1, anon_sym_LBRACK, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(73), 1, anon_sym_yield, ACTIONS(79), 1, anon_sym_await, ACTIONS(81), 1, sym__string_start, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(847), 1, sym_pattern, STATE(855), 1, sym_pattern_list, STATE(1004), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, STATE(431), 2, sym_attribute, sym_subscript, STATE(1283), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(307), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(1304), 5, sym_expression_list, sym_assignment, sym_augmented_assignment, sym__right_hand_side, sym_yield, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 14, 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_await, [354] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(622), 1, anon_sym_from, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(870), 1, sym_expression, STATE(1000), 1, sym_expression_list, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1284), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, ACTIONS(624), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [464] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(630), 1, sym_identifier, ACTIONS(632), 1, anon_sym_LPAREN, ACTIONS(634), 1, anon_sym_RPAREN, ACTIONS(636), 1, anon_sym_STAR, ACTIONS(640), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(648), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(900), 1, sym_expression, STATE(1120), 1, sym_pattern, STATE(1156), 1, sym_yield, STATE(1395), 1, sym__patterns, STATE(1420), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(741), 2, sym_attribute, sym_subscript, STATE(1081), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(638), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 14, 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_await, [581] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(630), 1, sym_identifier, ACTIONS(632), 1, anon_sym_LPAREN, ACTIONS(636), 1, anon_sym_STAR, ACTIONS(640), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(648), 1, anon_sym_await, ACTIONS(650), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(894), 1, sym_expression, STATE(1120), 1, sym_pattern, STATE(1242), 1, sym_yield, STATE(1378), 1, sym__collection_elements, STATE(1395), 1, sym__patterns, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(741), 2, sym_attribute, sym_subscript, STATE(1081), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(638), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 14, 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_await, [698] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(291), 1, anon_sym_TILDE, ACTIONS(305), 1, sym__string_start, ACTIONS(652), 1, sym_identifier, ACTIONS(654), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_STAR, ACTIONS(662), 1, anon_sym_in, ACTIONS(664), 1, anon_sym_LBRACK, ACTIONS(666), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(840), 1, sym_pattern, STATE(844), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(582), 2, anon_sym_DASH, anon_sym_PLUS, STATE(722), 2, sym_attribute, sym_subscript, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(658), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, ACTIONS(660), 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, [801] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(630), 1, sym_identifier, ACTIONS(632), 1, anon_sym_LPAREN, ACTIONS(636), 1, anon_sym_STAR, ACTIONS(640), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(648), 1, anon_sym_await, ACTIONS(668), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(894), 1, sym_expression, STATE(1120), 1, sym_pattern, STATE(1222), 1, sym_list_splat, STATE(1223), 1, sym_parenthesized_list_splat, STATE(1242), 1, sym_yield, STATE(1378), 1, sym__collection_elements, STATE(1395), 1, sym__patterns, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(741), 2, sym_attribute, sym_subscript, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(638), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 14, 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_await, [920] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(630), 1, sym_identifier, ACTIONS(632), 1, anon_sym_LPAREN, ACTIONS(636), 1, anon_sym_STAR, ACTIONS(640), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(648), 1, anon_sym_await, ACTIONS(670), 1, anon_sym_RBRACK, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(893), 1, sym_expression, STATE(1120), 1, sym_pattern, STATE(1417), 1, sym__patterns, STATE(1443), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(741), 2, sym_attribute, sym_subscript, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, STATE(1081), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(638), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 14, 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_await, [1035] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(630), 1, sym_identifier, ACTIONS(632), 1, anon_sym_LPAREN, ACTIONS(636), 1, anon_sym_STAR, ACTIONS(640), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(648), 1, anon_sym_await, ACTIONS(672), 1, anon_sym_RBRACK, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(910), 1, sym_expression, STATE(1120), 1, sym_pattern, STATE(1417), 1, sym__patterns, STATE(1426), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(741), 2, sym_attribute, sym_subscript, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, STATE(1081), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(638), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 14, 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_await, [1150] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(630), 1, sym_identifier, ACTIONS(632), 1, anon_sym_LPAREN, ACTIONS(636), 1, anon_sym_STAR, ACTIONS(640), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(648), 1, anon_sym_await, ACTIONS(674), 1, anon_sym_RBRACK, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(910), 1, sym_expression, STATE(1120), 1, sym_pattern, STATE(1417), 1, sym__patterns, STATE(1426), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(741), 2, sym_attribute, sym_subscript, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, STATE(1081), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(638), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 14, 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_await, [1265] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(291), 1, anon_sym_TILDE, ACTIONS(305), 1, sym__string_start, ACTIONS(652), 1, sym_identifier, ACTIONS(654), 1, anon_sym_LPAREN, ACTIONS(656), 1, anon_sym_STAR, ACTIONS(664), 1, anon_sym_LBRACK, ACTIONS(666), 1, anon_sym_await, ACTIONS(678), 1, anon_sym_in, STATE(565), 1, sym_string, STATE(840), 1, sym_pattern, STATE(844), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(582), 2, anon_sym_DASH, anon_sym_PLUS, STATE(722), 2, sym_attribute, sym_subscript, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(658), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, ACTIONS(676), 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, [1368] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(902), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1005), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, ACTIONS(680), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [1472] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(902), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1005), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, ACTIONS(680), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [1576] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(902), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1005), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, ACTIONS(682), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [1680] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(688), 1, anon_sym_COMMA, ACTIONS(692), 1, anon_sym_RBRACE, ACTIONS(694), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(868), 1, sym_expression, STATE(996), 1, sym_pair, STATE(1261), 1, sym_dictionary_splat, STATE(1401), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1081), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [1794] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(694), 1, anon_sym_await, ACTIONS(696), 1, anon_sym_COMMA, ACTIONS(698), 1, anon_sym_RBRACE, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(867), 1, sym_expression, STATE(1010), 1, sym_pair, STATE(1224), 1, sym_dictionary_splat, STATE(1355), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1081), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [1908] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(694), 1, anon_sym_await, ACTIONS(700), 1, anon_sym_COMMA, ACTIONS(702), 1, anon_sym_RBRACE, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(888), 1, sym_expression, STATE(990), 1, sym_pair, STATE(1247), 1, sym_dictionary_splat, STATE(1368), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1081), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [2022] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(694), 1, anon_sym_await, ACTIONS(704), 1, anon_sym_RPAREN, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(884), 1, sym_expression, STATE(1179), 1, sym_with_item, STATE(1221), 1, sym_yield, STATE(1456), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1081), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [2129] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(708), 1, anon_sym_from, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(956), 1, sym_expression, STATE(1253), 1, sym_expression_list, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(710), 2, sym__newline, sym__semicolon, STATE(1283), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [2234] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(716), 1, anon_sym_RPAREN, ACTIONS(718), 1, anon_sym_COMMA, ACTIONS(722), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1026), 1, sym_expression, STATE(1276), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1275), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [2339] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(716), 1, anon_sym_RPAREN, ACTIONS(718), 1, anon_sym_COMMA, ACTIONS(724), 1, sym_identifier, ACTIONS(728), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(895), 1, sym_expression, STATE(1276), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1275), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(726), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [2444] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(646), 1, anon_sym_yield, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(918), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1284), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1067), 3, sym_expression_list, sym_yield, sym__f_expression, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [2547] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(724), 1, sym_identifier, ACTIONS(728), 1, anon_sym_await, ACTIONS(730), 1, anon_sym_RPAREN, ACTIONS(732), 1, anon_sym_COMMA, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(906), 1, sym_expression, STATE(1234), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1233), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(726), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [2652] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(724), 1, sym_identifier, ACTIONS(728), 1, anon_sym_await, ACTIONS(734), 1, anon_sym_RPAREN, ACTIONS(736), 1, anon_sym_COMMA, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(901), 1, sym_expression, STATE(1202), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1159), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(726), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [2757] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(646), 1, anon_sym_yield, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(714), 1, anon_sym_LPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(985), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(738), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(1093), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [2858] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(646), 1, anon_sym_yield, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(918), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1284), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1060), 3, sym_expression_list, sym_yield, sym__f_expression, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [2961] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(646), 1, anon_sym_yield, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(714), 1, anon_sym_LPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(985), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(740), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(1093), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [3062] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(646), 1, anon_sym_yield, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(714), 1, anon_sym_LPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(985), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(740), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(1093), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [3163] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(742), 1, anon_sym_from, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1008), 1, sym_expression, STATE(1315), 1, sym_expression_list, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(624), 2, sym__newline, sym__semicolon, STATE(1283), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [3268] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, ACTIONS(748), 1, anon_sym_lambda, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(920), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(986), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(744), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(746), 3, anon_sym_if, anon_sym_async, anon_sym_for, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 4, anon_sym_print, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [3366] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(694), 1, anon_sym_await, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(750), 1, anon_sym_RBRACK, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(911), 1, sym_expression, STATE(1462), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1081), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [3468] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(694), 1, anon_sym_await, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(752), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(900), 1, sym_expression, STATE(1156), 1, sym_yield, STATE(1420), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1081), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [3572] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(694), 1, anon_sym_await, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(754), 1, anon_sym_RBRACK, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(893), 1, sym_expression, STATE(1443), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1081), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [3674] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(694), 1, anon_sym_await, ACTIONS(704), 1, anon_sym_RPAREN, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(894), 1, sym_expression, STATE(1222), 1, sym_list_splat, STATE(1223), 1, sym_parenthesized_list_splat, STATE(1242), 1, sym_yield, STATE(1378), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [3780] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_from, ACTIONS(758), 1, anon_sym_STAR, ACTIONS(760), 1, anon_sym_STAR_STAR, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(998), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(680), 2, sym__newline, sym__semicolon, STATE(1128), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [3882] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(756), 1, anon_sym_from, ACTIONS(758), 1, anon_sym_STAR, ACTIONS(760), 1, anon_sym_STAR_STAR, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(998), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(680), 2, sym__newline, sym__semicolon, STATE(1128), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [3984] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(762), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [4086] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(764), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [4188] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(766), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [4290] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(768), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [4392] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(770), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [4494] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(772), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [4596] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(774), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [4698] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(776), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [4800] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(994), 1, sym_expression, STATE(1298), 1, sym_expression_list, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(778), 2, sym__newline, sym__semicolon, STATE(1283), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [4902] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, ACTIONS(748), 1, anon_sym_lambda, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(920), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(986), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(780), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(782), 3, anon_sym_if, anon_sym_async, anon_sym_for, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 4, anon_sym_print, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [5000] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(694), 1, anon_sym_await, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(784), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(894), 1, sym_expression, STATE(1222), 1, sym_list_splat, STATE(1223), 1, sym_parenthesized_list_splat, STATE(1242), 1, sym_yield, STATE(1378), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [5106] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(694), 1, anon_sym_await, ACTIONS(704), 1, anon_sym_RPAREN, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(894), 1, sym_expression, STATE(1242), 1, sym_yield, STATE(1378), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1081), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [5210] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(786), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [5312] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(788), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [5414] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, ACTIONS(748), 1, anon_sym_lambda, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(920), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(986), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(790), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(792), 3, anon_sym_if, anon_sym_async, anon_sym_for, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 4, anon_sym_print, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [5512] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(694), 1, anon_sym_await, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(784), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(894), 1, sym_expression, STATE(1242), 1, sym_yield, STATE(1378), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1081), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [5616] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(694), 1, anon_sym_await, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(794), 1, anon_sym_RBRACK, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(910), 1, sym_expression, STATE(1426), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1081), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [5718] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(758), 1, anon_sym_STAR, ACTIONS(760), 1, anon_sym_STAR_STAR, ACTIONS(796), 1, anon_sym_from, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(998), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(682), 2, sym__newline, sym__semicolon, STATE(1128), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [5820] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(694), 1, anon_sym_await, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(750), 1, anon_sym_RBRACK, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(910), 1, sym_expression, STATE(1426), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1081), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [5922] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(798), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [6024] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(800), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [6126] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(802), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [6228] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(804), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [6330] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, ACTIONS(806), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [6432] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(646), 1, anon_sym_yield, ACTIONS(684), 1, sym_identifier, ACTIONS(686), 1, anon_sym_LPAREN, ACTIONS(694), 1, anon_sym_await, ACTIONS(704), 1, anon_sym_RPAREN, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(905), 1, sym_expression, STATE(1221), 1, sym_yield, STATE(1456), 1, sym__collection_elements, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1081), 2, sym_list_splat, sym_parenthesized_list_splat, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [6536] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, ACTIONS(748), 1, anon_sym_lambda, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(920), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(986), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(808), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, ACTIONS(810), 3, anon_sym_if, anon_sym_async, anon_sym_for, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 4, anon_sym_print, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [6634] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(812), 1, anon_sym_COLON, ACTIONS(814), 1, anon_sym_RBRACK, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1043), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1332), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [6733] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(812), 1, anon_sym_COLON, ACTIONS(816), 1, anon_sym_RBRACK, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1043), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1332), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [6832] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(812), 1, anon_sym_COLON, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1043), 1, sym_expression, STATE(1389), 1, sym_index_expression_list, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1187), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [6931] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(646), 1, anon_sym_yield, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(740), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(985), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1093), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [7030] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(646), 1, anon_sym_yield, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(740), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(985), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1093), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [7129] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(820), 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(818), 36, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AT_EQ, anon_sym_SLASH_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_type_conversion, [7190] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, ACTIONS(712), 1, sym_identifier, ACTIONS(714), 1, anon_sym_LPAREN, ACTIONS(722), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1073), 1, sym_expression, STATE(1318), 1, sym_parenthesized_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1314), 3, sym_list_splat, sym_dictionary_splat, sym_keyword_argument, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(720), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [7289] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(824), 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(822), 36, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AT_EQ, anon_sym_SLASH_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym_type_conversion, [7350] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(812), 1, anon_sym_COLON, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1043), 1, sym_expression, STATE(1376), 1, sym_index_expression_list, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1236), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [7449] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(631), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(260), 3, anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(826), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, ACTIONS(293), 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(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [7536] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(812), 1, anon_sym_COLON, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1043), 1, sym_expression, STATE(1375), 1, sym_index_expression_list, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1280), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [7635] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, ACTIONS(834), 1, anon_sym_except, ACTIONS(836), 1, anon_sym_finally, STATE(357), 1, sym_else_clause, STATE(545), 1, sym_finally_clause, STATE(271), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(828), 12, sym__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(830), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [7707] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(993), 1, sym_expression, STATE(1327), 1, sym_expression_list, ACTIONS(75), 2, sym_ellipsis, sym_float, STATE(1283), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [7805] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(646), 1, anon_sym_yield, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(714), 1, anon_sym_LPAREN, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(985), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1093), 3, sym_list_splat, sym_parenthesized_list_splat, sym_yield, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [7901] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, ACTIONS(840), 1, anon_sym_except, ACTIONS(842), 1, anon_sym_finally, STATE(395), 1, sym_else_clause, STATE(490), 1, sym_finally_clause, STATE(263), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(828), 12, sym__dedent, sym__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(830), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [7973] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, ACTIONS(842), 1, anon_sym_finally, ACTIONS(844), 1, anon_sym_except, STATE(395), 1, sym_else_clause, STATE(490), 1, sym_finally_clause, STATE(268), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(828), 12, sym__dedent, sym__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(830), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [8045] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1039), 1, sym_expression, STATE(1449), 1, sym_expression_list, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1284), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [8143] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, ACTIONS(842), 1, anon_sym_finally, ACTIONS(844), 1, anon_sym_except, STATE(392), 1, sym_else_clause, STATE(474), 1, sym_finally_clause, STATE(268), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(848), 12, sym__dedent, sym__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(846), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [8215] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1030), 1, sym_expression, STATE(1404), 1, sym_expression_list, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1284), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [8313] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, ACTIONS(834), 1, anon_sym_except, ACTIONS(836), 1, anon_sym_finally, STATE(350), 1, sym_else_clause, STATE(537), 1, sym_finally_clause, STATE(271), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(848), 12, sym__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(846), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [8385] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, ACTIONS(836), 1, anon_sym_finally, ACTIONS(850), 1, anon_sym_except, STATE(350), 1, sym_else_clause, STATE(537), 1, sym_finally_clause, STATE(272), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(848), 12, sym__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(846), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [8457] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, ACTIONS(836), 1, anon_sym_finally, ACTIONS(850), 1, anon_sym_except, STATE(357), 1, sym_else_clause, STATE(545), 1, sym_finally_clause, STATE(272), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(828), 12, sym__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(830), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [8529] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, ACTIONS(840), 1, anon_sym_except, ACTIONS(842), 1, anon_sym_finally, STATE(392), 1, sym_else_clause, STATE(474), 1, sym_finally_clause, STATE(263), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(848), 12, sym__dedent, sym__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(846), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [8601] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, ACTIONS(812), 1, anon_sym_COLON, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1043), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(1332), 3, sym_list_splat, sym__index_expression, sym_slice, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [8697] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1011), 1, sym_expression, STATE(1416), 1, sym_expression_list, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1284), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [8795] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1045), 1, sym_expression, STATE(1423), 1, sym_expression_list, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1284), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [8893] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(852), 1, anon_sym_RBRACE, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1104), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1335), 2, sym_dictionary_splat, sym_pair, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [8988] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(265), 1, anon_sym_COMMA, ACTIONS(273), 1, anon_sym_COLON_EQ, ACTIONS(854), 1, anon_sym_for, ACTIONS(856), 1, anon_sym_with, ACTIONS(858), 1, anon_sym_def, ACTIONS(275), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(297), 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(260), 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(293), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, anon_sym_if, anon_sym_in, anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [9061] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(626), 1, anon_sym_STAR, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(902), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1005), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [9156] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(265), 1, anon_sym_COMMA, ACTIONS(273), 1, anon_sym_COLON_EQ, ACTIONS(860), 1, anon_sym_for, ACTIONS(862), 1, anon_sym_with, ACTIONS(864), 1, anon_sym_def, ACTIONS(275), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(297), 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(260), 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(293), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, anon_sym_if, anon_sym_in, anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [9229] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(866), 1, anon_sym_RBRACE, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1104), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1335), 2, sym_dictionary_splat, sym_pair, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [9324] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(868), 1, anon_sym_RBRACE, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1104), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1335), 2, sym_dictionary_splat, sym_pair, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [9419] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(758), 1, anon_sym_STAR, ACTIONS(760), 1, anon_sym_STAR_STAR, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(998), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, STATE(1128), 2, sym_list_splat, sym_dictionary_splat, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [9514] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(870), 1, anon_sym_RBRACE, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1104), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1335), 2, sym_dictionary_splat, sym_pair, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [9609] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(872), 1, anon_sym_RBRACE, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1104), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1335), 2, sym_dictionary_splat, sym_pair, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [9704] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(874), 1, anon_sym_RBRACE, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1104), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1335), 2, sym_dictionary_splat, sym_pair, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [9799] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(876), 1, anon_sym_RBRACE, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1104), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1335), 2, sym_dictionary_splat, sym_pair, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [9894] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(878), 1, anon_sym_RBRACE, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1104), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1335), 2, sym_dictionary_splat, sym_pair, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [9989] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(880), 1, anon_sym_RBRACE, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1104), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1335), 2, sym_dictionary_splat, sym_pair, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [10084] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, ACTIONS(886), 1, anon_sym_elif, STATE(269), 1, aux_sym_if_statement_repeat1, STATE(407), 1, sym_elif_clause, STATE(527), 1, sym_else_clause, ACTIONS(882), 12, sym__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(884), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [10152] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(888), 12, sym__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(890), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [10210] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, ACTIONS(896), 1, anon_sym_elif, STATE(308), 1, aux_sym_if_statement_repeat1, STATE(390), 1, sym_elif_clause, STATE(481), 1, sym_else_clause, ACTIONS(894), 12, sym__dedent, sym__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(892), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [10278] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, ACTIONS(896), 1, anon_sym_elif, STATE(253), 1, aux_sym_if_statement_repeat1, STATE(390), 1, sym_elif_clause, STATE(468), 1, sym_else_clause, ACTIONS(882), 12, sym__dedent, sym__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(884), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [10346] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, ACTIONS(896), 1, anon_sym_elif, STATE(266), 1, aux_sym_if_statement_repeat1, STATE(390), 1, sym_elif_clause, STATE(482), 1, sym_else_clause, ACTIONS(900), 12, sym__dedent, sym__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(898), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [10414] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(265), 1, anon_sym_COMMA, ACTIONS(273), 1, anon_sym_COLON_EQ, ACTIONS(902), 1, sym__string_start, STATE(1264), 1, sym_string, ACTIONS(275), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(297), 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(260), 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(293), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, anon_sym_if, anon_sym_in, anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [10484] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(995), 1, sym_expression, STATE(1114), 1, sym_list_splat, STATE(1382), 1, sym_type, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [10578] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(904), 1, anon_sym_STAR, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1025), 1, sym_expression, STATE(1153), 1, sym_type, STATE(1258), 1, sym_list_splat, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [10672] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(995), 1, sym_expression, STATE(1114), 1, sym_list_splat, STATE(1412), 1, sym_type, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [10766] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(906), 12, sym__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(908), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [10824] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(910), 12, sym__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(912), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [10882] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(914), 12, sym__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(916), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [10940] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(922), 1, anon_sym_except, STATE(263), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(920), 12, sym__dedent, sym__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(918), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11002] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(925), 12, sym__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(927), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11060] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(931), 1, anon_sym_COLON, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1038), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(929), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [11152] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, ACTIONS(896), 1, anon_sym_elif, STATE(308), 1, aux_sym_if_statement_repeat1, STATE(390), 1, sym_elif_clause, STATE(496), 1, sym_else_clause, ACTIONS(935), 12, sym__dedent, sym__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(933), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11220] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(995), 1, sym_expression, STATE(1114), 1, sym_list_splat, STATE(1434), 1, sym_type, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [11314] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(941), 1, anon_sym_except, STATE(268), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(939), 12, sym__dedent, sym__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(937), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11376] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, ACTIONS(886), 1, anon_sym_elif, STATE(292), 1, aux_sym_if_statement_repeat1, STATE(407), 1, sym_elif_clause, STATE(511), 1, sym_else_clause, ACTIONS(894), 12, sym__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(892), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11444] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, ACTIONS(886), 1, anon_sym_elif, STATE(277), 1, aux_sym_if_statement_repeat1, STATE(407), 1, sym_elif_clause, STATE(516), 1, sym_else_clause, ACTIONS(900), 12, sym__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(898), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11512] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(944), 1, anon_sym_except, STATE(271), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, ACTIONS(939), 12, sym__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(937), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11574] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(947), 1, anon_sym_except, STATE(272), 2, sym_except_clause, aux_sym_try_statement_repeat1, ACTIONS(920), 12, sym__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(918), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11636] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(53), 1, anon_sym_STAR_STAR, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1104), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(1335), 2, sym_dictionary_splat, sym_pair, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [11728] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(906), 12, sym__dedent, sym__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(908), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11786] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(888), 12, sym__dedent, sym__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(890), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [11844] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(995), 1, sym_expression, STATE(1114), 1, sym_list_splat, STATE(1391), 1, sym_type, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [11938] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, ACTIONS(886), 1, anon_sym_elif, STATE(292), 1, aux_sym_if_statement_repeat1, STATE(407), 1, sym_elif_clause, STATE(459), 1, sym_else_clause, ACTIONS(935), 12, sym__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(933), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [12006] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(952), 1, anon_sym_COLON, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1033), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(950), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [12098] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(914), 12, sym__dedent, sym__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(916), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [12156] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(995), 1, sym_expression, STATE(1114), 1, sym_list_splat, STATE(1141), 1, sym_type, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [12250] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(925), 12, sym__dedent, sym__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(927), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [12308] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(995), 1, sym_expression, STATE(1114), 1, sym_list_splat, STATE(1444), 1, sym_type, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [12402] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(910), 12, sym__dedent, sym__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(912), 38, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [12460] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(995), 1, sym_expression, STATE(1114), 1, sym_list_splat, STATE(1428), 1, sym_type, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [12554] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(995), 1, sym_expression, STATE(1114), 1, sym_list_splat, STATE(1430), 1, sym_type, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [12648] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(995), 1, sym_expression, STATE(1114), 1, sym_list_splat, STATE(1433), 1, sym_type, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [12742] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(995), 1, sym_expression, STATE(1114), 1, sym_list_splat, STATE(1209), 1, sym_type, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [12836] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(956), 1, anon_sym_STAR, ACTIONS(960), 1, anon_sym_COLON, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(1028), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [12927] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(706), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1052), 1, sym_expression, STATE(1320), 1, sym_list_splat, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [13018] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, ACTIONS(748), 1, anon_sym_lambda, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(920), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(931), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [13107] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, ACTIONS(968), 1, anon_sym_LPAREN, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(987), 1, sym_expression, STATE(1206), 1, sym_with_item, STATE(1385), 1, sym_with_clause, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [13198] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(974), 1, anon_sym_elif, STATE(292), 1, aux_sym_if_statement_repeat1, STATE(407), 1, sym_elif_clause, ACTIONS(970), 12, sym__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(972), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [13261] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1018), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(977), 2, sym__newline, sym__semicolon, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [13350] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, ACTIONS(748), 1, anon_sym_lambda, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(921), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(989), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [13439] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, ACTIONS(979), 1, anon_sym_RPAREN, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(987), 1, sym_expression, STATE(1256), 1, sym_with_item, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [13530] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1056), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(981), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [13619] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, ACTIONS(748), 1, anon_sym_lambda, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(920), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(945), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [13708] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, ACTIONS(968), 1, anon_sym_LPAREN, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(987), 1, sym_expression, STATE(1206), 1, sym_with_item, STATE(1431), 1, sym_with_clause, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [13799] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1057), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(983), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [13888] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1018), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(985), 2, sym__newline, sym__semicolon, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [13977] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(265), 1, anon_sym_COMMA, ACTIONS(273), 1, anon_sym_COLON_EQ, ACTIONS(987), 1, sym_identifier, ACTIONS(275), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(293), 10, sym__newline, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, sym__semicolon, ACTIONS(297), 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(260), 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, [14044] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, ACTIONS(989), 1, anon_sym_RPAREN, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(987), 1, sym_expression, STATE(1256), 1, sym_with_item, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [14135] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, ACTIONS(968), 1, anon_sym_LPAREN, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(987), 1, sym_expression, STATE(1206), 1, sym_with_item, STATE(1402), 1, sym_with_clause, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [14226] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1082), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(991), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [14315] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, ACTIONS(968), 1, anon_sym_LPAREN, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(987), 1, sym_expression, STATE(1206), 1, sym_with_item, STATE(1410), 1, sym_with_clause, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [14406] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1018), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(993), 2, sym__newline, sym__semicolon, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [14495] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1018), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(995), 2, sym__newline, sym__semicolon, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [14584] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(997), 1, anon_sym_elif, STATE(308), 1, aux_sym_if_statement_repeat1, STATE(390), 1, sym_elif_clause, ACTIONS(970), 12, sym__dedent, sym__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(972), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [14647] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, ACTIONS(748), 1, anon_sym_lambda, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(920), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(986), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [14736] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, ACTIONS(748), 1, anon_sym_lambda, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(913), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(979), 2, sym__expression_within_for_in_clause, sym_lambda_within_for_in_clause, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [14825] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1076), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(1000), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [14914] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, ACTIONS(1002), 1, anon_sym_STAR, ACTIONS(1004), 1, anon_sym_COLON, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(1012), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [15005] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1006), 12, sym__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(1008), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15061] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(824), 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(822), 32, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AT_EQ, anon_sym_SLASH_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym__semicolon, [15117] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1014), 1, anon_sym_case, STATE(320), 2, sym_case_block, aux_sym_cases_repeat1, ACTIONS(1010), 12, sym__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(1012), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15177] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(578), 1, anon_sym_COLON_EQ, ACTIONS(580), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(573), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(586), 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(293), 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(260), 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, [15241] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1023), 1, anon_sym_COLON_EQ, ACTIONS(1025), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(1018), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1027), 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(1016), 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(1021), 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, [15305] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(820), 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(818), 32, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_AT_EQ, anon_sym_SLASH_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_STAR_STAR_EQ, anon_sym_GT_GT_EQ, anon_sym_LT_LT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, sym__semicolon, [15361] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, ACTIONS(1004), 1, anon_sym_COLON, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(1012), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [15449] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1033), 1, anon_sym_case, STATE(320), 2, sym_case_block, aux_sym_cases_repeat1, ACTIONS(1029), 12, sym__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(1031), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15509] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1036), 12, sym__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(1038), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15565] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1040), 12, sym__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(1042), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15621] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1044), 12, sym__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(1046), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15677] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1048), 12, sym__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(1050), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15733] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1052), 12, sym__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(1054), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15789] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1056), 12, sym__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), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15845] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1060), 12, sym__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), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15901] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1064), 12, sym__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(1066), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [15957] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1068), 12, sym__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(1070), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [16013] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(265), 1, anon_sym_COMMA, ACTIONS(273), 1, anon_sym_COLON_EQ, ACTIONS(275), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(297), 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(260), 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(293), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, anon_sym_if, anon_sym_in, anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [16077] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1072), 1, anon_sym_COMMA, ACTIONS(1075), 1, anon_sym_COLON_EQ, ACTIONS(1077), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(1079), 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(1021), 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(1016), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, anon_sym_if, anon_sym_in, anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [16141] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1081), 1, anon_sym_case, STATE(333), 2, sym_case_block, aux_sym_cases_repeat1, ACTIONS(1010), 12, sym__dedent, sym__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(1012), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [16201] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1083), 1, anon_sym_case, STATE(333), 2, sym_case_block, aux_sym_cases_repeat1, ACTIONS(1029), 12, sym__dedent, sym__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(1031), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [16261] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1036), 12, sym__dedent, sym__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(1038), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [16317] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1040), 12, sym__dedent, sym__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(1042), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [16373] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1044), 12, sym__dedent, sym__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(1046), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [16429] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1048), 12, sym__dedent, sym__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(1050), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [16485] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1052), 12, sym__dedent, sym__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(1054), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [16541] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1056), 12, sym__dedent, sym__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), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [16597] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1060), 12, sym__dedent, sym__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), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [16653] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1064), 12, sym__dedent, sym__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(1066), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [16709] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1068), 12, sym__dedent, sym__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(1070), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [16765] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1006), 12, sym__dedent, sym__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(1008), 36, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_except, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [16821] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(960), 1, anon_sym_COLON, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(1028), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [16909] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(987), 1, sym_expression, STATE(1256), 1, sym_with_item, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [16997] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(885), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [17082] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, STATE(533), 1, sym_else_clause, ACTIONS(1086), 12, sym__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(1088), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [17141] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(1047), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [17226] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, STATE(556), 1, sym_else_clause, ACTIONS(1090), 12, sym__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(1092), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [17285] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_finally, STATE(542), 1, sym_finally_clause, ACTIONS(1094), 12, sym__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(1096), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [17344] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, ACTIONS(1098), 1, sym_identifier, ACTIONS(1102), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(908), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(377), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(1100), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 14, 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_await, [17431] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1024), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [17516] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(898), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [17601] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1106), 1, anon_sym_COMMA, ACTIONS(1113), 1, anon_sym_EQ, ACTIONS(1111), 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(1109), 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(1104), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, anon_sym_if, anon_sym_in, anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [17662] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, STATE(467), 1, sym_else_clause, ACTIONS(1115), 12, sym__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(1117), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [17721] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1115), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [17806] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(836), 1, anon_sym_finally, STATE(497), 1, sym_finally_clause, ACTIONS(1119), 12, sym__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(1121), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [17865] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1123), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [17950] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(946), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [18035] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, STATE(522), 1, sym_else_clause, ACTIONS(1123), 12, sym__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(1125), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [18094] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, STATE(529), 1, sym_else_clause, ACTIONS(1127), 12, sym__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(1129), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [18153] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1085), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [18238] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1072), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [18323] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(958), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [18408] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1131), 12, sym__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(1133), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [18463] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, anon_sym_else, STATE(538), 1, sym_else_clause, ACTIONS(1135), 12, sym__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(1137), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [18522] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1121), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [18607] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(927), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [18692] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(941), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [18777] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1147), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [18862] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1139), 12, sym__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(1141), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [18917] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(966), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [19002] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(967), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [19087] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(977), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [19172] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1096), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [19257] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1068), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [19342] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1025), 1, anon_sym_EQ, ACTIONS(1018), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1016), 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(1027), 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(1021), 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, [19403] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(875), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [19488] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(960), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [19573] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(877), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [19658] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(899), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [19743] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(878), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [19828] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(880), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [19913] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(881), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [19998] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1035), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [20083] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, STATE(471), 1, sym_else_clause, ACTIONS(1090), 12, sym__dedent, sym__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(1092), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [20142] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(939), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [20227] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(887), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [20312] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1089), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [20397] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1145), 12, sym__dedent, sym__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(1143), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [20452] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, STATE(486), 1, sym_else_clause, ACTIONS(1086), 12, sym__dedent, sym__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(1088), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [20511] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(842), 1, anon_sym_finally, STATE(488), 1, sym_finally_clause, ACTIONS(1094), 12, sym__dedent, sym__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(1096), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [20570] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, STATE(500), 1, sym_else_clause, ACTIONS(1115), 12, sym__dedent, sym__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(1117), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [20629] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(952), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [20714] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(842), 1, anon_sym_finally, STATE(505), 1, sym_finally_clause, ACTIONS(1119), 12, sym__dedent, sym__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(1121), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [20773] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, STATE(510), 1, sym_else_clause, ACTIONS(1123), 12, sym__dedent, sym__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(1125), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [20832] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, STATE(514), 1, sym_else_clause, ACTIONS(1127), 12, sym__dedent, sym__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(1129), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [20891] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1070), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [20976] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1071), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [21061] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1131), 12, sym__dedent, sym__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(1133), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [21116] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(838), 1, anon_sym_else, STATE(519), 1, sym_else_clause, ACTIONS(1135), 12, sym__dedent, sym__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(1137), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [21175] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(908), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [21260] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1149), 1, anon_sym_COMMA, ACTIONS(1156), 1, anon_sym_EQ, ACTIONS(1154), 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(1152), 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(1147), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, anon_sym_if, anon_sym_in, anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [21321] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1139), 12, sym__dedent, sym__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(1141), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [21376] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1018), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [21461] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1148), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [21546] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1145), 12, sym__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(1143), 35, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_elif, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [21601] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1064), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [21686] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(871), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [21771] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(872), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [21856] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(873), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [21941] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(866), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [22026] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(874), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [22111] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(876), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [22196] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(879), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [22281] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(1001), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [22366] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(1006), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [22451] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(1007), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [22536] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(970), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [22621] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(971), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [22706] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(976), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [22791] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(983), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [22876] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(978), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [22961] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(860), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [23046] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1063), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [23131] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1016), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [23216] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1066), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [23301] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_not, ACTIONS(644), 1, anon_sym_lambda, ACTIONS(684), 1, sym_identifier, ACTIONS(694), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(590), 1, sym_primary_expression, STATE(984), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(690), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [23386] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(980), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [23471] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(1083), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [23556] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1072), 1, anon_sym_COMMA, ACTIONS(1077), 1, anon_sym_EQ, ACTIONS(1079), 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(1021), 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(1016), 16, sym__newline, anon_sym_DOT, anon_sym_LPAREN, anon_sym_if, anon_sym_in, anon_sym_LBRACK, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [23617] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(860), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [23702] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1021), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [23787] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(69), 1, anon_sym_not, ACTIONS(71), 1, anon_sym_lambda, ACTIONS(81), 1, sym__string_start, ACTIONS(325), 1, sym_identifier, ACTIONS(331), 1, anon_sym_await, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, STATE(689), 1, sym_primary_expression, STATE(693), 1, sym_string, STATE(959), 1, sym_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(327), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(940), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [23872] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(1003), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [23957] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1090), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [24042] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1125), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [24127] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1132), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [24212] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1134), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [24297] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1135), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [24382] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1140), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [24467] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(618), 1, sym__string_start, ACTIONS(954), 1, sym_identifier, ACTIONS(962), 1, anon_sym_not, ACTIONS(964), 1, anon_sym_lambda, ACTIONS(966), 1, anon_sym_await, STATE(698), 1, sym_primary_expression, STATE(699), 1, sym_string, STATE(1046), 1, sym_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(958), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(982), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [24552] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1142), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [24637] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1143), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [24722] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(258), 1, sym_identifier, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_lambda, ACTIONS(303), 1, anon_sym_await, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(628), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(595), 1, sym_primary_expression, STATE(1037), 1, sym_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(271), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(863), 6, sym_named_expression, sym_not_operator, sym_boolean_operator, sym_comparison_operator, sym_lambda, sym_conditional_expression, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [24807] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1158), 12, sym__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(1160), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24861] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1162), 12, sym__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), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24915] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1162), 12, sym__dedent, sym__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), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [24969] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1166), 12, sym__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(1168), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25023] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1166), 12, sym__dedent, sym__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(1168), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25077] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1172), 12, sym__dedent, sym__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), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25131] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1176), 12, sym__dedent, sym__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(1174), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25185] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1180), 12, sym__dedent, sym__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(1178), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25239] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1172), 12, sym__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), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_finally, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25293] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1158), 12, sym__dedent, sym__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(1160), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25347] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1176), 12, sym__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(1174), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25401] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1180), 12, sym__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(1178), 34, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_case, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25455] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1184), 12, sym__dedent, sym__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(1182), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25508] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1186), 12, sym__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(1188), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25561] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(848), 12, sym__dedent, sym__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(846), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25614] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1192), 12, sym__dedent, sym__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(1190), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25667] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 12, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25720] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1200), 12, sym__dedent, sym__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(1198), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25773] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1204), 12, sym__dedent, sym__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(1202), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25826] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1206), 12, sym__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(1208), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25879] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1210), 12, sym__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(1212), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25932] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1214), 12, sym__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(1216), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [25985] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1220), 12, sym__dedent, sym__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(1218), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26038] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1222), 12, sym__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(1224), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26091] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1228), 12, sym__dedent, sym__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(1226), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26144] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1232), 12, sym__dedent, sym__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(1230), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26197] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1234), 12, sym__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(1236), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26250] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(652), 1, sym_identifier, ACTIONS(654), 1, anon_sym_LPAREN, ACTIONS(664), 1, anon_sym_LBRACK, ACTIONS(666), 1, anon_sym_await, ACTIONS(1240), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(840), 1, sym_pattern, STATE(844), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(1238), 2, anon_sym_RPAREN, anon_sym_RBRACK, STATE(722), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(658), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [26335] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1094), 12, sym__dedent, sym__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(1096), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26388] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(828), 12, sym__dedent, sym__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(830), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26441] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1244), 12, sym__dedent, sym__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(1242), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26494] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1248), 12, sym__dedent, sym__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(1246), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26547] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1252), 12, sym__dedent, sym__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(1250), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26600] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1194), 12, sym__dedent, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26653] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1234), 12, sym__dedent, sym__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(1236), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26706] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1256), 12, sym__dedent, sym__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(1254), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26759] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1260), 12, sym__dedent, sym__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(1258), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26812] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1264), 12, sym__dedent, sym__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(1262), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26865] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1268), 12, sym__dedent, sym__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(1266), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26918] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1270), 12, sym__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(1272), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [26971] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1276), 12, sym__dedent, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27024] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1280), 12, sym__dedent, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27077] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1284), 12, sym__dedent, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27130] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1286), 12, sym__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(1288), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27183] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1119), 12, sym__dedent, sym__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(1121), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27236] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1292), 12, sym__dedent, sym__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(1290), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27289] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1296), 12, sym__dedent, sym__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(1294), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27342] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1300), 12, sym__dedent, sym__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(1298), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27395] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1304), 12, sym__dedent, sym__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(1302), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27448] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1308), 12, sym__dedent, sym__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(1306), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27501] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1186), 12, sym__dedent, sym__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(1188), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27554] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1310), 12, sym__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(1312), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27607] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1206), 12, sym__dedent, sym__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(1208), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27660] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1210), 12, sym__dedent, sym__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(1212), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27713] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1214), 12, sym__dedent, sym__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(1216), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27766] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1222), 12, sym__dedent, sym__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(1224), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27819] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1244), 12, sym__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(1242), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27872] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1314), 12, sym__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(1316), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27925] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1286), 12, sym__dedent, sym__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(1288), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [27978] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1310), 12, sym__dedent, sym__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(1312), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28031] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1314), 12, sym__dedent, sym__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(1316), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28084] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1252), 12, sym__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(1250), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28137] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1320), 12, sym__dedent, sym__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(1318), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28190] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1184), 12, sym__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(1182), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28243] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1324), 12, sym__dedent, sym__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(1322), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28296] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1256), 12, sym__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(1254), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28349] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1328), 12, sym__dedent, sym__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(1326), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28402] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1332), 12, sym__dedent, sym__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(1330), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28455] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1336), 12, sym__dedent, sym__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(1334), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28508] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1320), 12, sym__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(1318), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28561] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1260), 12, sym__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(1258), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28614] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1340), 12, sym__dedent, sym__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(1338), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28667] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1344), 12, sym__dedent, sym__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(1342), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28720] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1348), 12, sym__dedent, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28773] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1352), 12, sym__dedent, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28826] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1356), 12, sym__dedent, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28879] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1324), 12, sym__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(1322), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28932] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1264), 12, sym__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(1262), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [28985] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1360), 12, sym__dedent, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29038] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1364), 12, sym__dedent, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29091] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1328), 12, sym__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(1326), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29144] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1220), 12, sym__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(1218), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29197] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1332), 12, sym__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(1330), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29250] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1336), 12, sym__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(1334), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29303] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1200), 12, sym__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(1198), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29356] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1268), 12, sym__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(1266), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29409] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(848), 12, sym__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(846), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29462] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1276), 12, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29515] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1340), 12, sym__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(1338), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29568] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1344), 12, sym__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(1342), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29621] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1192), 12, sym__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(1190), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29674] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1094), 12, sym__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(1096), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29727] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1348), 12, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29780] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1352), 12, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29833] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1356), 12, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29886] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1280), 12, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29939] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1284), 12, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [29992] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(652), 1, sym_identifier, ACTIONS(654), 1, anon_sym_LPAREN, ACTIONS(664), 1, anon_sym_LBRACK, ACTIONS(666), 1, anon_sym_await, ACTIONS(1240), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(840), 1, sym_pattern, STATE(844), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(1366), 2, anon_sym_RPAREN, anon_sym_RBRACK, STATE(722), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(658), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [30077] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(828), 12, sym__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(830), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30130] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1119), 12, sym__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(1121), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30183] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1228), 12, sym__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(1226), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30236] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1360), 12, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30289] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1364), 12, sym__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), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30342] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1248), 12, sym__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(1246), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30395] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1204), 12, sym__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(1202), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30448] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1292), 12, sym__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(1290), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30501] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1296), 12, sym__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(1294), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30554] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1300), 12, sym__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(1298), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30607] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1304), 12, sym__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(1302), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30660] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1308), 12, sym__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(1306), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30713] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1232), 12, sym__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(1230), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30766] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(652), 1, sym_identifier, ACTIONS(654), 1, anon_sym_LPAREN, ACTIONS(664), 1, anon_sym_LBRACK, ACTIONS(666), 1, anon_sym_await, ACTIONS(1240), 1, anon_sym_STAR, ACTIONS(1368), 1, anon_sym_RPAREN, STATE(565), 1, sym_string, STATE(844), 1, sym_primary_expression, STATE(1120), 1, sym_pattern, STATE(1395), 1, sym__patterns, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(722), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(658), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [30853] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1270), 12, sym__dedent, sym__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(1272), 33, anon_sym_import, anon_sym_from, anon_sym_STAR, anon_sym_print, anon_sym_assert, anon_sym_return, anon_sym_del, anon_sym_raise, anon_sym_pass, anon_sym_break, anon_sym_continue, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_while, anon_sym_try, anon_sym_with, anon_sym_match, anon_sym_def, anon_sym_global, anon_sym_nonlocal, anon_sym_exec, anon_sym_type, anon_sym_class, anon_sym_not, anon_sym_lambda, anon_sym_yield, sym_integer, sym_identifier, anon_sym_await, sym_true, sym_false, sym_none, [30906] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(652), 1, sym_identifier, ACTIONS(654), 1, anon_sym_LPAREN, ACTIONS(664), 1, anon_sym_LBRACK, ACTIONS(666), 1, anon_sym_await, ACTIONS(1240), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(844), 1, sym_primary_expression, STATE(1272), 1, sym_pattern, STATE(1406), 1, sym_pattern_list, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(722), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(658), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [30990] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(652), 1, sym_identifier, ACTIONS(654), 1, anon_sym_LPAREN, ACTIONS(664), 1, anon_sym_LBRACK, ACTIONS(666), 1, anon_sym_await, ACTIONS(1240), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(844), 1, sym_primary_expression, STATE(1279), 1, sym_pattern, STATE(1475), 1, sym_pattern_list, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(722), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(658), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [31074] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(652), 1, sym_identifier, ACTIONS(654), 1, anon_sym_LPAREN, ACTIONS(664), 1, anon_sym_LBRACK, ACTIONS(666), 1, anon_sym_await, ACTIONS(1240), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(844), 1, sym_primary_expression, STATE(1177), 1, sym_pattern, STATE(1437), 1, sym_pattern_list, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(722), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(658), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [31158] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(652), 1, sym_identifier, ACTIONS(654), 1, anon_sym_LPAREN, ACTIONS(664), 1, anon_sym_LBRACK, ACTIONS(666), 1, anon_sym_await, ACTIONS(1240), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(844), 1, sym_primary_expression, STATE(1172), 1, sym_pattern, STATE(1429), 1, sym_pattern_list, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(722), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(658), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [31242] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(652), 1, sym_identifier, ACTIONS(654), 1, anon_sym_LPAREN, ACTIONS(664), 1, anon_sym_LBRACK, ACTIONS(666), 1, anon_sym_await, ACTIONS(1240), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(844), 1, sym_primary_expression, STATE(1199), 1, sym_pattern, STATE(1446), 1, sym_pattern_list, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(722), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(658), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [31326] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(652), 1, sym_identifier, ACTIONS(654), 1, anon_sym_LPAREN, ACTIONS(664), 1, anon_sym_LBRACK, ACTIONS(666), 1, anon_sym_await, ACTIONS(1240), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(844), 1, sym_primary_expression, STATE(1278), 1, sym_pattern, STATE(1472), 1, sym_pattern_list, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(722), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(658), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [31410] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(305), 1, sym__string_start, STATE(566), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1021), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [31465] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(305), 1, sym__string_start, STATE(569), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1372), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1370), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [31520] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(652), 1, sym_identifier, ACTIONS(654), 1, anon_sym_LPAREN, ACTIONS(664), 1, anon_sym_LBRACK, ACTIONS(666), 1, anon_sym_await, ACTIONS(1240), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(844), 1, sym_primary_expression, STATE(1161), 1, sym_pattern, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(722), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(658), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [31601] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(652), 1, sym_identifier, ACTIONS(654), 1, anon_sym_LPAREN, ACTIONS(664), 1, anon_sym_LBRACK, ACTIONS(666), 1, anon_sym_await, ACTIONS(1240), 1, anon_sym_STAR, STATE(565), 1, sym_string, STATE(840), 1, sym_pattern, STATE(844), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(722), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, STATE(833), 3, sym_tuple_pattern, sym_list_pattern, sym_list_splat_pattern, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(658), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [31682] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1378), 1, sym__string_start, STATE(569), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1376), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1374), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [31737] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1383), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1381), 35, sym__string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [31786] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(1385), 1, sym_identifier, ACTIONS(1391), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(844), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(728), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(1387), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(1389), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [31861] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1393), 35, sym__string_start, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [31910] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1397), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [31958] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1403), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1401), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32006] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1407), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1405), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32054] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1411), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1409), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32102] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1415), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1413), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32150] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1419), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1417), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32198] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1397), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32246] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1423), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1421), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32294] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1427), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1425), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32342] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1423), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1421), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32390] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1431), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1429), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32438] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1435), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1433), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32486] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1439), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1437), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32534] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1441), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32582] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1447), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1445), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32630] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1451), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1449), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32678] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1021), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32726] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1459), 1, anon_sym_as, ACTIONS(1467), 1, anon_sym_PIPE, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_STAR_STAR, ACTIONS(1477), 1, anon_sym_not, ACTIONS(1479), 1, anon_sym_AMP, ACTIONS(1481), 1, anon_sym_CARET, ACTIONS(1485), 1, anon_sym_is, STATE(828), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1461), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1463), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1469), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1483), 2, anon_sym_LT, anon_sym_GT, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1475), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1465), 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(1457), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, [32808] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1489), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1487), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32856] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1493), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1491), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32904] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1497), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1495), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [32952] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1501), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1499), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33000] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1459), 1, anon_sym_EQ, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1509), 1, anon_sym_PIPE, ACTIONS(1513), 1, anon_sym_STAR_STAR, ACTIONS(1517), 1, anon_sym_not, ACTIONS(1519), 1, anon_sym_AMP, ACTIONS(1521), 1, anon_sym_CARET, ACTIONS(1525), 1, anon_sym_is, STATE(830), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1503), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1505), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1511), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1523), 2, anon_sym_LT, anon_sym_GT, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1515), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1507), 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(1457), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, sym_type_conversion, [33082] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1529), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1527), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33130] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1533), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1531), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33178] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(260), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(293), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33226] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1537), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1535), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33274] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1541), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1539), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33322] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1545), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1543), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1549), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1547), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33418] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1545), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1543), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33466] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1553), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1551), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33514] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1493), 6, anon_sym_as, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1491), 34, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33562] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1513), 1, anon_sym_STAR_STAR, ACTIONS(1503), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1511), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1515), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1557), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 23, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [33625] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(598), 1, anon_sym_await, ACTIONS(1559), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(611), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [33694] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_STAR_STAR, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [33751] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_STAR_STAR, ACTIONS(1461), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1469), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1475), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1557), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 23, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [33814] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(616), 1, anon_sym_await, ACTIONS(618), 1, sym__string_start, ACTIONS(1561), 1, anon_sym_not, STATE(699), 1, sym_string, STATE(729), 1, sym_primary_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(604), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [33883] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1467), 1, anon_sym_PIPE, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_STAR_STAR, ACTIONS(1479), 1, anon_sym_AMP, ACTIONS(1481), 1, anon_sym_CARET, ACTIONS(1461), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1463), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1469), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1475), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1565), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1563), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [33954] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_STAR_STAR, ACTIONS(1479), 1, anon_sym_AMP, ACTIONS(1481), 1, anon_sym_CARET, ACTIONS(1461), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1463), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1469), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1475), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1557), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [34023] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_STAR_STAR, ACTIONS(1461), 2, anon_sym_STAR, anon_sym_SLASH, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1475), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1557), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 25, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [34084] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_STAR_STAR, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [34141] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_STAR_STAR, ACTIONS(1481), 1, anon_sym_CARET, ACTIONS(1461), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1463), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1469), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1475), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1557), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 20, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [34208] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_STAR_STAR, ACTIONS(1461), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1463), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1469), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1475), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1557), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 21, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [34273] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(569), 1, anon_sym_await, ACTIONS(1567), 1, anon_sym_not, STATE(693), 1, sym_string, STATE(703), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(563), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [34342] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_STAR_STAR, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1571), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1569), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [34399] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_await, ACTIONS(1573), 1, anon_sym_not, STATE(565), 1, sym_string, STATE(621), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [34468] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1513), 1, anon_sym_STAR_STAR, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [34525] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1509), 1, anon_sym_PIPE, ACTIONS(1513), 1, anon_sym_STAR_STAR, ACTIONS(1519), 1, anon_sym_AMP, ACTIONS(1521), 1, anon_sym_CARET, ACTIONS(1503), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1505), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1511), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1515), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1565), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1563), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [34596] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1513), 1, anon_sym_STAR_STAR, ACTIONS(1519), 1, anon_sym_AMP, ACTIONS(1521), 1, anon_sym_CARET, ACTIONS(1503), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1505), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1511), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1515), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1557), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 19, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [34665] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1513), 1, anon_sym_STAR_STAR, ACTIONS(1503), 2, anon_sym_STAR, anon_sym_SLASH, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1515), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1557), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 25, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [34726] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1513), 1, anon_sym_STAR_STAR, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [34783] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1513), 1, anon_sym_STAR_STAR, ACTIONS(1521), 1, anon_sym_CARET, ACTIONS(1503), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1505), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1511), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1515), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1557), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 20, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [34850] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1513), 1, anon_sym_STAR_STAR, ACTIONS(1503), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1505), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1511), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1515), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1557), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 21, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [34915] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1509), 1, anon_sym_PIPE, ACTIONS(1513), 1, anon_sym_STAR_STAR, ACTIONS(1519), 1, anon_sym_AMP, ACTIONS(1521), 1, anon_sym_CARET, ACTIONS(1503), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1505), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1511), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1515), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1577), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1575), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [34986] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1509), 1, anon_sym_PIPE, ACTIONS(1513), 1, anon_sym_STAR_STAR, ACTIONS(1519), 1, anon_sym_AMP, ACTIONS(1521), 1, anon_sym_CARET, ACTIONS(1503), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1505), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1511), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1515), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1581), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1579), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [35057] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_STAR_STAR, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1585), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1583), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [35114] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1513), 1, anon_sym_STAR_STAR, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1571), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1569), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [35171] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1513), 1, anon_sym_STAR_STAR, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1585), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1583), 28, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [35228] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1467), 1, anon_sym_PIPE, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_STAR_STAR, ACTIONS(1479), 1, anon_sym_AMP, ACTIONS(1481), 1, anon_sym_CARET, ACTIONS(1461), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1463), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1469), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1475), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1577), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1575), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [35299] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1467), 1, anon_sym_PIPE, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_STAR_STAR, ACTIONS(1479), 1, anon_sym_AMP, ACTIONS(1481), 1, anon_sym_CARET, ACTIONS(1461), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1463), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1469), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1475), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1581), 3, anon_sym_as, anon_sym_LT, anon_sym_GT, ACTIONS(1579), 18, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [35370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1109), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1104), 33, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [35416] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(616), 1, anon_sym_await, ACTIONS(618), 1, sym__string_start, STATE(699), 1, sym_string, STATE(711), 1, sym_primary_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(604), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [35482] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(616), 1, anon_sym_await, ACTIONS(618), 1, sym__string_start, STATE(699), 1, sym_string, STATE(713), 1, sym_primary_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(604), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [35548] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(616), 1, anon_sym_await, ACTIONS(618), 1, sym__string_start, STATE(699), 1, sym_string, STATE(729), 1, sym_primary_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(604), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [35614] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(616), 1, anon_sym_await, ACTIONS(618), 1, sym__string_start, STATE(699), 1, sym_string, STATE(731), 1, sym_primary_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(604), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [35680] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(616), 1, anon_sym_await, ACTIONS(618), 1, sym__string_start, STATE(699), 1, sym_string, STATE(733), 1, sym_primary_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(604), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [35746] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(616), 1, anon_sym_await, ACTIONS(618), 1, sym__string_start, STATE(699), 1, sym_string, STATE(734), 1, sym_primary_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(604), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [35812] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(616), 1, anon_sym_await, ACTIONS(618), 1, sym__string_start, STATE(699), 1, sym_string, STATE(718), 1, sym_primary_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(604), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [35878] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(616), 1, anon_sym_await, ACTIONS(618), 1, sym__string_start, STATE(699), 1, sym_string, STATE(730), 1, sym_primary_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(604), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [35944] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, STATE(647), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1372), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1370), 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, [35994] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(569), 1, anon_sym_await, STATE(693), 1, sym_string, STATE(704), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(563), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [36060] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(616), 1, anon_sym_await, ACTIONS(618), 1, sym__string_start, STATE(699), 1, sym_string, STATE(719), 1, sym_primary_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(604), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [36126] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(616), 1, anon_sym_await, ACTIONS(618), 1, sym__string_start, STATE(699), 1, sym_string, STATE(721), 1, sym_primary_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(604), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [36192] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1587), 1, sym__string_start, STATE(647), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1376), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1374), 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, [36242] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(1590), 1, sym_identifier, ACTIONS(1594), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(844), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(839), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(1592), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [36312] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(1385), 1, sym_identifier, ACTIONS(1391), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(844), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, STATE(728), 2, sym_attribute, sym_subscript, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 4, sym_integer, sym_true, sym_false, sym_none, ACTIONS(1389), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 14, 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_await, [36382] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(598), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(632), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [36448] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(569), 1, anon_sym_await, STATE(693), 1, sym_string, STATE(701), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(563), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [36514] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(598), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(633), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [36580] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(598), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(618), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [36646] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(569), 1, anon_sym_await, STATE(693), 1, sym_string, STATE(707), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(563), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [36712] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(569), 1, anon_sym_await, STATE(693), 1, sym_string, STATE(708), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(563), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [36778] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1152), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1147), 33, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [36824] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(578), 1, anon_sym_COLON_EQ, ACTIONS(260), 6, anon_sym_STAR, anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(293), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [36872] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1023), 1, anon_sym_COLON_EQ, ACTIONS(1021), 6, anon_sym_STAR, anon_sym_COLON, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 31, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_else, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym_type_conversion, [36920] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(598), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(616), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [36986] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(569), 1, anon_sym_await, STATE(693), 1, sym_string, STATE(694), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(563), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [37052] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(620), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [37118] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(606), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [37184] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(621), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [37250] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(622), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [37316] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(623), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [37382] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(624), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [37448] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(625), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [37514] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(626), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [37580] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(569), 1, anon_sym_await, STATE(693), 1, sym_string, STATE(696), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(563), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [37646] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(627), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [37712] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(592), 1, anon_sym_COLON_EQ, ACTIONS(260), 6, anon_sym_as, anon_sym_STAR, anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(293), 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, [37760] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(628), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [37826] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(569), 1, anon_sym_await, STATE(693), 1, sym_string, STATE(702), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(563), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [37892] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1596), 1, anon_sym_COLON_EQ, ACTIONS(1021), 6, anon_sym_as, anon_sym_STAR, anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 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, [37940] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(571), 1, anon_sym_LPAREN, ACTIONS(584), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(630), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(291), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [38006] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(602), 1, anon_sym_LPAREN, ACTIONS(610), 1, anon_sym_LBRACK, ACTIONS(612), 1, anon_sym_LBRACE, ACTIONS(616), 1, anon_sym_await, ACTIONS(618), 1, sym__string_start, STATE(699), 1, sym_string, STATE(720), 1, sym_primary_expression, ACTIONS(614), 2, sym_ellipsis, sym_float, ACTIONS(608), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(600), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(604), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(796), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [38072] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(569), 1, anon_sym_await, STATE(693), 1, sym_string, STATE(706), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(563), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [38138] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(569), 1, anon_sym_await, STATE(693), 1, sym_string, STATE(697), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(563), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [38204] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(569), 1, anon_sym_await, STATE(693), 1, sym_string, STATE(705), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(563), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [38270] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(598), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(608), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [38336] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(598), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(609), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [38402] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(598), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(611), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [38468] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(598), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(612), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [38534] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(598), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(613), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [38600] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(598), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(614), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [38666] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(283), 1, anon_sym_LBRACE, ACTIONS(305), 1, sym__string_start, ACTIONS(590), 1, anon_sym_LPAREN, ACTIONS(596), 1, anon_sym_LBRACK, ACTIONS(598), 1, anon_sym_await, STATE(565), 1, sym_string, STATE(615), 1, sym_primary_expression, ACTIONS(299), 2, sym_ellipsis, sym_float, ACTIONS(594), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(301), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(576), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(589), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [38732] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(51), 1, anon_sym_LBRACE, ACTIONS(81), 1, sym__string_start, ACTIONS(561), 1, anon_sym_LPAREN, ACTIONS(567), 1, anon_sym_LBRACK, ACTIONS(569), 1, anon_sym_await, STATE(693), 1, sym_string, STATE(703), 1, sym_primary_expression, ACTIONS(75), 2, sym_ellipsis, sym_float, ACTIONS(47), 3, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, ACTIONS(77), 5, sym_integer, sym_identifier, sym_true, sym_false, sym_none, ACTIONS(563), 5, anon_sym_print, anon_sym_async, anon_sym_match, anon_sym_exec, anon_sym_type, STATE(773), 16, sym_binary_operator, sym_unary_operator, sym_attribute, sym_subscript, sym_call, sym_list, sym_set, sym_tuple, sym_dictionary, sym_list_comprehension, sym_dictionary_comprehension, sym_set_comprehension, sym_generator_expression, sym_parenthesized_expression, sym_concatenated_string, sym_await, [38798] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, sym__string_start, STATE(692), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1372), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1370), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [38847] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_EQ, ACTIONS(1598), 1, anon_sym_DOT, ACTIONS(1600), 1, anon_sym_LPAREN, ACTIONS(1608), 1, anon_sym_PIPE, ACTIONS(1612), 1, anon_sym_LBRACK, ACTIONS(1614), 1, anon_sym_STAR_STAR, ACTIONS(1618), 1, anon_sym_not, ACTIONS(1620), 1, anon_sym_AMP, ACTIONS(1622), 1, anon_sym_CARET, ACTIONS(1626), 1, anon_sym_is, STATE(837), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1602), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1604), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1610), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1624), 2, anon_sym_LT, anon_sym_GT, STATE(747), 2, sym_argument_list, sym_generator_expression, ACTIONS(1616), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1606), 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(1457), 7, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_and, anon_sym_or, sym__semicolon, [38926] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1109), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1104), 32, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [38971] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1152), 5, anon_sym_as, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1147), 32, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [39016] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1628), 1, sym__string_start, STATE(692), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1376), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1374), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [39065] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, sym__string_start, STATE(688), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1021), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [39114] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1598), 1, anon_sym_DOT, ACTIONS(1600), 1, anon_sym_LPAREN, ACTIONS(1612), 1, anon_sym_LBRACK, ACTIONS(1614), 1, anon_sym_STAR_STAR, ACTIONS(1620), 1, anon_sym_AMP, ACTIONS(1622), 1, anon_sym_CARET, ACTIONS(1602), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1604), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1610), 2, anon_sym_DASH, anon_sym_PLUS, STATE(747), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1616), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1555), 16, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [39180] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1393), 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, [39224] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1598), 1, anon_sym_DOT, ACTIONS(1600), 1, anon_sym_LPAREN, ACTIONS(1612), 1, anon_sym_LBRACK, ACTIONS(1614), 1, anon_sym_STAR_STAR, ACTIONS(1602), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1610), 2, anon_sym_DASH, anon_sym_PLUS, STATE(747), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1616), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1555), 20, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [39284] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1598), 1, anon_sym_DOT, ACTIONS(1600), 1, anon_sym_LPAREN, ACTIONS(1608), 1, anon_sym_PIPE, ACTIONS(1612), 1, anon_sym_LBRACK, ACTIONS(1614), 1, anon_sym_STAR_STAR, ACTIONS(1620), 1, anon_sym_AMP, ACTIONS(1622), 1, anon_sym_CARET, ACTIONS(1602), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1604), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1610), 2, anon_sym_DASH, anon_sym_PLUS, STATE(747), 2, sym_argument_list, sym_generator_expression, ACTIONS(1577), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1616), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1575), 15, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_in, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [39352] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, anon_sym_DOT, ACTIONS(1633), 1, anon_sym_LPAREN, ACTIONS(1641), 1, anon_sym_PIPE, ACTIONS(1645), 1, anon_sym_LBRACK, ACTIONS(1647), 1, anon_sym_STAR_STAR, ACTIONS(1651), 1, anon_sym_not, ACTIONS(1653), 1, anon_sym_AMP, ACTIONS(1655), 1, anon_sym_CARET, ACTIONS(1659), 1, anon_sym_is, STATE(843), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1635), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1637), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1643), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1657), 2, anon_sym_LT, anon_sym_GT, STATE(799), 2, sym_argument_list, sym_generator_expression, ACTIONS(1649), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1639), 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(1457), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [39428] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, STATE(643), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1021), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 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, [39476] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1383), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1381), 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, [39520] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1598), 1, anon_sym_DOT, ACTIONS(1600), 1, anon_sym_LPAREN, ACTIONS(1608), 1, anon_sym_PIPE, ACTIONS(1612), 1, anon_sym_LBRACK, ACTIONS(1614), 1, anon_sym_STAR_STAR, ACTIONS(1620), 1, anon_sym_AMP, ACTIONS(1622), 1, anon_sym_CARET, ACTIONS(1602), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1604), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1610), 2, anon_sym_DASH, anon_sym_PLUS, STATE(747), 2, sym_argument_list, sym_generator_expression, ACTIONS(1581), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1616), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1579), 15, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_in, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [39588] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1598), 1, anon_sym_DOT, ACTIONS(1600), 1, anon_sym_LPAREN, ACTIONS(1612), 1, anon_sym_LBRACK, ACTIONS(1614), 1, anon_sym_STAR_STAR, STATE(747), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 25, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [39642] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1598), 1, anon_sym_DOT, ACTIONS(1600), 1, anon_sym_LPAREN, ACTIONS(1608), 1, anon_sym_PIPE, ACTIONS(1612), 1, anon_sym_LBRACK, ACTIONS(1614), 1, anon_sym_STAR_STAR, ACTIONS(1620), 1, anon_sym_AMP, ACTIONS(1622), 1, anon_sym_CARET, ACTIONS(1602), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1604), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1610), 2, anon_sym_DASH, anon_sym_PLUS, STATE(747), 2, sym_argument_list, sym_generator_expression, ACTIONS(1565), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1616), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1563), 15, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_in, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [39710] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1598), 1, anon_sym_DOT, ACTIONS(1600), 1, anon_sym_LPAREN, ACTIONS(1612), 1, anon_sym_LBRACK, ACTIONS(1614), 1, anon_sym_STAR_STAR, STATE(747), 2, sym_argument_list, sym_generator_expression, ACTIONS(1571), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1569), 25, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [39764] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1598), 1, anon_sym_DOT, ACTIONS(1600), 1, anon_sym_LPAREN, ACTIONS(1612), 1, anon_sym_LBRACK, ACTIONS(1614), 1, anon_sym_STAR_STAR, ACTIONS(1622), 1, anon_sym_CARET, ACTIONS(1602), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1604), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1610), 2, anon_sym_DASH, anon_sym_PLUS, STATE(747), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1616), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1555), 17, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [39828] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1598), 1, anon_sym_DOT, ACTIONS(1600), 1, anon_sym_LPAREN, ACTIONS(1612), 1, anon_sym_LBRACK, ACTIONS(1614), 1, anon_sym_STAR_STAR, ACTIONS(1602), 2, anon_sym_STAR, anon_sym_SLASH, STATE(747), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1616), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1555), 22, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [39886] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1598), 1, anon_sym_DOT, ACTIONS(1600), 1, anon_sym_LPAREN, ACTIONS(1612), 1, anon_sym_LBRACK, ACTIONS(1614), 1, anon_sym_STAR_STAR, ACTIONS(1602), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1604), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1610), 2, anon_sym_DASH, anon_sym_PLUS, STATE(747), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, ACTIONS(1616), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1555), 18, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [39948] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1598), 1, anon_sym_DOT, ACTIONS(1600), 1, anon_sym_LPAREN, ACTIONS(1612), 1, anon_sym_LBRACK, ACTIONS(1614), 1, anon_sym_STAR_STAR, STATE(747), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 25, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [40002] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1598), 1, anon_sym_DOT, ACTIONS(1600), 1, anon_sym_LPAREN, ACTIONS(1612), 1, anon_sym_LBRACK, ACTIONS(1614), 1, anon_sym_STAR_STAR, STATE(747), 2, sym_argument_list, sym_generator_expression, ACTIONS(1585), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1583), 25, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [40056] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1596), 1, anon_sym_COLON_EQ, ACTIONS(1661), 1, anon_sym_EQ, ACTIONS(1021), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 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, [40103] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, anon_sym_DOT, ACTIONS(1633), 1, anon_sym_LPAREN, ACTIONS(1645), 1, anon_sym_LBRACK, ACTIONS(1647), 1, anon_sym_STAR_STAR, STATE(799), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 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, [40156] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(592), 1, anon_sym_COLON_EQ, ACTIONS(620), 1, anon_sym_EQ, ACTIONS(260), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(293), 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, [40203] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, anon_sym_DOT, ACTIONS(1633), 1, anon_sym_LPAREN, ACTIONS(1645), 1, anon_sym_LBRACK, ACTIONS(1647), 1, anon_sym_STAR_STAR, ACTIONS(1557), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1635), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1643), 2, anon_sym_DASH, anon_sym_PLUS, STATE(799), 2, sym_argument_list, sym_generator_expression, ACTIONS(1649), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1555), 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, [40262] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(592), 1, anon_sym_COLON_EQ, ACTIONS(265), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(260), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(293), 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, [40309] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(273), 1, anon_sym_COLON_EQ, ACTIONS(260), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(293), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [40354] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(293), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(260), 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(586), 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, [40399] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1383), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1381), 30, sym__newline, sym__string_start, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [40442] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, anon_sym_DOT, ACTIONS(1633), 1, anon_sym_LPAREN, ACTIONS(1645), 1, anon_sym_LBRACK, ACTIONS(1647), 1, anon_sym_STAR_STAR, ACTIONS(1655), 1, anon_sym_CARET, ACTIONS(1557), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1635), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1637), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1643), 2, anon_sym_DASH, anon_sym_PLUS, STATE(799), 2, sym_argument_list, sym_generator_expression, ACTIONS(1649), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1555), 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, [40505] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, anon_sym_DOT, ACTIONS(1633), 1, anon_sym_LPAREN, ACTIONS(1641), 1, anon_sym_PIPE, ACTIONS(1645), 1, anon_sym_LBRACK, ACTIONS(1647), 1, anon_sym_STAR_STAR, ACTIONS(1653), 1, anon_sym_AMP, ACTIONS(1655), 1, anon_sym_CARET, ACTIONS(1577), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1635), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1637), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1643), 2, anon_sym_DASH, anon_sym_PLUS, STATE(799), 2, sym_argument_list, sym_generator_expression, ACTIONS(1649), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1575), 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, [40572] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, anon_sym_DOT, ACTIONS(1633), 1, anon_sym_LPAREN, ACTIONS(1645), 1, anon_sym_LBRACK, ACTIONS(1647), 1, anon_sym_STAR_STAR, STATE(799), 2, sym_argument_list, sym_generator_expression, ACTIONS(1571), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1569), 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, [40625] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, anon_sym_DOT, ACTIONS(1633), 1, anon_sym_LPAREN, ACTIONS(1641), 1, anon_sym_PIPE, ACTIONS(1645), 1, anon_sym_LBRACK, ACTIONS(1647), 1, anon_sym_STAR_STAR, ACTIONS(1653), 1, anon_sym_AMP, ACTIONS(1655), 1, anon_sym_CARET, ACTIONS(1581), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1635), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1637), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1643), 2, anon_sym_DASH, anon_sym_PLUS, STATE(799), 2, sym_argument_list, sym_generator_expression, ACTIONS(1649), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1579), 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, [40692] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1016), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(1021), 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(1079), 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, [40737] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1104), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(1109), 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(1111), 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, [40782] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1393), 30, sym__newline, sym__string_start, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [40825] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1596), 1, anon_sym_COLON_EQ, ACTIONS(1072), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1021), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 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, [40872] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(293), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(260), 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(297), 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, [40917] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, anon_sym_DOT, ACTIONS(1633), 1, anon_sym_LPAREN, ACTIONS(1645), 1, anon_sym_LBRACK, ACTIONS(1647), 1, anon_sym_STAR_STAR, STATE(799), 2, sym_argument_list, sym_generator_expression, ACTIONS(1585), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1583), 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, [40970] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1016), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(1021), 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(1027), 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, [41015] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, anon_sym_DOT, ACTIONS(1633), 1, anon_sym_LPAREN, ACTIONS(1641), 1, anon_sym_PIPE, ACTIONS(1645), 1, anon_sym_LBRACK, ACTIONS(1647), 1, anon_sym_STAR_STAR, ACTIONS(1653), 1, anon_sym_AMP, ACTIONS(1655), 1, anon_sym_CARET, ACTIONS(1565), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1635), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1637), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1643), 2, anon_sym_DASH, anon_sym_PLUS, STATE(799), 2, sym_argument_list, sym_generator_expression, ACTIONS(1649), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1563), 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, [41082] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, anon_sym_DOT, ACTIONS(1633), 1, anon_sym_LPAREN, ACTIONS(1645), 1, anon_sym_LBRACK, ACTIONS(1647), 1, anon_sym_STAR_STAR, ACTIONS(1557), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1635), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1637), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1643), 2, anon_sym_DASH, anon_sym_PLUS, STATE(799), 2, sym_argument_list, sym_generator_expression, ACTIONS(1649), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1555), 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, [41143] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, anon_sym_DOT, ACTIONS(1633), 1, anon_sym_LPAREN, ACTIONS(1645), 1, anon_sym_LBRACK, ACTIONS(1647), 1, anon_sym_STAR_STAR, ACTIONS(1653), 1, anon_sym_AMP, ACTIONS(1655), 1, anon_sym_CARET, ACTIONS(1557), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1635), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1637), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1643), 2, anon_sym_DASH, anon_sym_PLUS, STATE(799), 2, sym_argument_list, sym_generator_expression, ACTIONS(1649), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1555), 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, [41208] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1147), 3, anon_sym_DOT, anon_sym_LPAREN, anon_sym_LBRACK, ACTIONS(1152), 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(1154), 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, [41253] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, anon_sym_DOT, ACTIONS(1633), 1, anon_sym_LPAREN, ACTIONS(1645), 1, anon_sym_LBRACK, ACTIONS(1647), 1, anon_sym_STAR_STAR, ACTIONS(1557), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1635), 2, anon_sym_STAR, anon_sym_SLASH, STATE(799), 2, sym_argument_list, sym_generator_expression, ACTIONS(1649), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, ACTIONS(1555), 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, [41310] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, anon_sym_DOT, ACTIONS(1633), 1, anon_sym_LPAREN, ACTIONS(1645), 1, anon_sym_LBRACK, ACTIONS(1647), 1, anon_sym_STAR_STAR, STATE(799), 2, sym_argument_list, sym_generator_expression, ACTIONS(1557), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1555), 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, [41363] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1075), 1, anon_sym_COLON_EQ, ACTIONS(1021), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41408] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1427), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1425), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41450] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1397), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41492] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1553), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1551), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41534] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1407), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1405), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41576] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1415), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1413), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41618] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1072), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1021), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 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, [41662] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1149), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1152), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1147), 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, [41706] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1106), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1109), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1104), 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, [41750] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1152), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1147), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41792] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1109), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1104), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41834] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1451), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1449), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41876] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1497), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1495), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41918] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1423), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1421), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [41960] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1423), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1421), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42002] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1489), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1487), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42044] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1493), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1491), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42086] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(260), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(293), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42128] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1529), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1527), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42170] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1533), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1531), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42212] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1493), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1491), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42254] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1537), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1535), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42296] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1545), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1543), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42338] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1549), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1547), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42380] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1545), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1543), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42422] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1501), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1499), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42464] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1403), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1401), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42506] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1447), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1445), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42548] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1419), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1417), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42590] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1441), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42632] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1411), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1409), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42674] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1431), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1429), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42716] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1541), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1539), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42758] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1397), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42800] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(606), 1, anon_sym_COLON_EQ, ACTIONS(260), 5, anon_sym_STAR, anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(293), 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, [42844] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1663), 1, anon_sym_COLON_EQ, ACTIONS(1021), 5, anon_sym_STAR, anon_sym_COLON, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 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, [42888] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1435), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1433), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42930] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1439), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1437), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [42972] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1021), 5, anon_sym_STAR, anon_sym_EQ, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 29, sym__newline, anon_sym_DOT, anon_sym_from, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_if, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, sym__semicolon, [43014] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1549), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1547), 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, [43055] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1447), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1445), 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, [43096] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1419), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1417), 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, [43137] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1397), 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, [43178] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1435), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1433), 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, [43219] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1439), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1437), 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, [43260] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1397), 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, [43301] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1553), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1551), 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, [43342] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1407), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1405), 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, [43383] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1415), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1413), 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, [43424] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(820), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(818), 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, [43465] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1423), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1421), 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, [43506] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1423), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1421), 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, [43547] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1489), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1487), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [43588] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1493), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1491), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [43629] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1529), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1527), 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, [43670] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1533), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1531), 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, [43711] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1493), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1491), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [43752] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1545), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1543), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_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, [43793] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1451), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1449), 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, [43834] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(578), 1, anon_sym_COLON_EQ, ACTIONS(620), 1, anon_sym_EQ, ACTIONS(260), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(293), 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, [43879] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1023), 1, anon_sym_COLON_EQ, ACTIONS(1661), 1, anon_sym_EQ, ACTIONS(1021), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 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, [43924] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1021), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1016), 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, [43965] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(260), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(293), 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, [44006] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1537), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1535), 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, [44047] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1497), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1495), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [44088] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1501), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1499), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_in, anon_sym_PIPE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LBRACK, anon_sym_STAR_STAR, anon_sym_AT, anon_sym_not, anon_sym_and, anon_sym_or, anon_sym_PERCENT, anon_sym_SLASH_SLASH, anon_sym_AMP, anon_sym_CARET, anon_sym_LT_LT, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_GT, anon_sym_is, [44129] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1403), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1401), 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, [44170] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1441), 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, [44211] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1411), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1409), 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, [44252] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1431), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1429), 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, [44293] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1541), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1539), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_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, [44334] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(824), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(822), 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, [44375] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1427), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1425), 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, [44416] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1545), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, ACTIONS(1543), 29, anon_sym_DOT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_GT_GT, anon_sym_if, anon_sym_COLON, anon_sym_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, [44457] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1669), 1, anon_sym_STAR, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1250), 2, sym__match_patterns, sym_open_sequence_match_pattern, STATE(1254), 2, sym__match_pattern, sym_match_as_pattern, STATE(1317), 2, sym__match_maybe_star_pattern, sym_match_star_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(968), 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, [44531] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1669), 1, anon_sym_STAR, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1254), 2, sym__match_pattern, sym_match_as_pattern, STATE(1262), 2, sym__match_patterns, sym_open_sequence_match_pattern, STATE(1317), 2, sym__match_maybe_star_pattern, sym_match_star_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(968), 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, [44605] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1669), 1, anon_sym_STAR, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1685), 1, anon_sym_if, ACTIONS(1687), 1, anon_sym_COLON, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(1078), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(968), 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, [44679] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1669), 1, anon_sym_STAR, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1689), 1, anon_sym_if, ACTIONS(1691), 1, anon_sym_COLON, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(1078), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(968), 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, [44753] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1669), 1, anon_sym_STAR, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1693), 1, anon_sym_RPAREN, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1309), 2, sym__match_pattern, sym_match_as_pattern, STATE(1310), 2, sym__match_maybe_star_pattern, sym_match_star_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(968), 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, [44826] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1669), 1, anon_sym_STAR, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1693), 1, anon_sym_RBRACK, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(1201), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(968), 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, [44897] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1669), 1, anon_sym_STAR, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1695), 1, anon_sym_RPAREN, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(1078), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(968), 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, [44968] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1669), 1, anon_sym_STAR, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1695), 1, anon_sym_RBRACK, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(1078), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(968), 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, [45039] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1669), 1, anon_sym_STAR, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1697), 1, anon_sym_RPAREN, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(1078), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(968), 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, [45110] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1669), 1, anon_sym_STAR, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1697), 1, anon_sym_RBRACK, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(1078), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(968), 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, [45181] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1699), 1, sym_identifier, ACTIONS(1701), 1, anon_sym_RPAREN, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1166), 1, sym_match_keyword_pattern, STATE(1306), 1, sym_match_positional_pattern, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1339), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(968), 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, [45253] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1699), 1, sym_identifier, ACTIONS(1703), 1, anon_sym_RPAREN, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1269), 1, sym_match_positional_pattern, STATE(1270), 1, sym_match_keyword_pattern, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1339), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(968), 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, [45325] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1669), 1, anon_sym_STAR, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(1078), 4, sym__match_pattern, sym_match_as_pattern, sym__match_maybe_star_pattern, sym_match_star_pattern, STATE(968), 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, [45393] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1699), 1, sym_identifier, ACTIONS(1705), 1, anon_sym_RPAREN, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1162), 1, sym_match_keyword_pattern, STATE(1306), 1, sym_match_positional_pattern, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1339), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(968), 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, [45465] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1306), 1, sym_match_positional_pattern, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1339), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(968), 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, [45531] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1308), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(968), 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, [45594] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1673), 1, sym_match_wildcard_pattern, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, STATE(972), 2, sym__match_or_pattern, sym_match_or_pattern, STATE(1344), 2, sym__match_pattern, sym_match_as_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(968), 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, [45657] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1707), 1, sym_match_wildcard_pattern, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(929), 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, [45712] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, ACTIONS(1665), 1, sym_identifier, ACTIONS(1667), 1, anon_sym_LPAREN, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1675), 1, anon_sym_LBRACK, ACTIONS(1677), 1, anon_sym_LBRACE, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1709), 1, sym_match_wildcard_pattern, STATE(886), 1, sym_string, STATE(942), 1, sym_concatenated_string, STATE(1386), 1, sym_pattern_class_name, ACTIONS(1683), 3, sym_true, sym_false, sym_none, STATE(915), 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, [45767] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1477), 1, anon_sym_not, ACTIONS(1485), 1, anon_sym_is, ACTIONS(1713), 1, anon_sym_as, STATE(831), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1483), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1465), 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(1711), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, [45807] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1720), 1, anon_sym_EQ, ACTIONS(1722), 1, anon_sym_not, ACTIONS(1728), 1, anon_sym_is, STATE(829), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1725), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1717), 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(1715), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, sym_type_conversion, [45847] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1517), 1, anon_sym_not, ACTIONS(1525), 1, anon_sym_is, ACTIONS(1713), 1, anon_sym_EQ, STATE(829), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1523), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1507), 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(1711), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, sym_type_conversion, [45887] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1720), 1, anon_sym_as, ACTIONS(1734), 1, anon_sym_not, ACTIONS(1740), 1, anon_sym_is, STATE(831), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1737), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1731), 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(1715), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_and, anon_sym_or, [45927] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1745), 1, anon_sym_COMMA, STATE(832), 1, aux_sym__patterns_repeat1, ACTIONS(1743), 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, [45957] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1079), 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, [45982] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1748), 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, [46007] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1720), 1, anon_sym_EQ, ACTIONS(1753), 1, anon_sym_not, ACTIONS(1759), 1, anon_sym_is, STATE(835), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1756), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1750), 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(1715), 7, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_and, anon_sym_or, sym__semicolon, [46044] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1762), 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, [46069] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1618), 1, anon_sym_not, ACTIONS(1626), 1, anon_sym_is, ACTIONS(1713), 1, anon_sym_EQ, STATE(835), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1624), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1606), 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(1711), 7, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_and, anon_sym_or, sym__semicolon, [46106] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(260), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(826), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, ACTIONS(293), 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, [46135] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1021), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1764), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, ACTIONS(1016), 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, [46164] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1766), 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, [46189] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1771), 1, anon_sym_not, ACTIONS(1777), 1, anon_sym_is, STATE(841), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1774), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1768), 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(1715), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [46223] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1780), 1, anon_sym_COMMA, STATE(832), 1, aux_sym__patterns_repeat1, ACTIONS(1782), 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, [46251] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1651), 1, anon_sym_not, ACTIONS(1659), 1, anon_sym_is, STATE(841), 1, aux_sym_comparison_operator_repeat1, ACTIONS(1657), 2, anon_sym_LT, anon_sym_GT, ACTIONS(1639), 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(1711), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [46285] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, anon_sym_DOT, ACTIONS(1455), 1, anon_sym_LPAREN, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1509), 1, anon_sym_PIPE, ACTIONS(1513), 1, anon_sym_STAR_STAR, ACTIONS(1519), 1, anon_sym_AMP, ACTIONS(1521), 1, anon_sym_CARET, ACTIONS(1503), 2, anon_sym_STAR, anon_sym_SLASH, ACTIONS(1505), 2, anon_sym_GT_GT, anon_sym_LT_LT, ACTIONS(1511), 2, anon_sym_DASH, anon_sym_PLUS, STATE(593), 2, sym_argument_list, sym_generator_expression, ACTIONS(1515), 3, anon_sym_AT, anon_sym_PERCENT, anon_sym_SLASH_SLASH, [46331] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1784), 1, sym_identifier, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(1788), 1, anon_sym_STAR, ACTIONS(1790), 1, anon_sym_COLON, ACTIONS(1792), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_SLASH, STATE(1195), 1, sym_parameter, STATE(1436), 1, sym_lambda_parameters, STATE(1476), 1, sym__parameters, STATE(1295), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1204), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [46374] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1784), 1, sym_identifier, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(1788), 1, anon_sym_STAR, ACTIONS(1792), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_SLASH, ACTIONS(1796), 1, anon_sym_COLON, STATE(1195), 1, sym_parameter, STATE(1370), 1, sym_lambda_parameters, STATE(1476), 1, sym__parameters, STATE(1295), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1204), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [46417] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1798), 1, anon_sym_COMMA, ACTIONS(1800), 1, anon_sym_COLON, ACTIONS(1802), 1, anon_sym_EQ, STATE(842), 1, aux_sym__patterns_repeat1, ACTIONS(1804), 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, [46448] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1784), 1, sym_identifier, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(1788), 1, anon_sym_STAR, ACTIONS(1792), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_SLASH, ACTIONS(1806), 1, anon_sym_COLON, STATE(1195), 1, sym_parameter, STATE(1393), 1, sym_lambda_parameters, STATE(1476), 1, sym__parameters, STATE(1295), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1204), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [46491] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1784), 1, sym_identifier, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(1788), 1, anon_sym_STAR, ACTIONS(1792), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_SLASH, ACTIONS(1808), 1, anon_sym_COLON, STATE(1195), 1, sym_parameter, STATE(1356), 1, sym_lambda_parameters, STATE(1476), 1, sym__parameters, STATE(1295), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1204), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [46534] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1784), 1, sym_identifier, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(1788), 1, anon_sym_STAR, ACTIONS(1792), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_SLASH, ACTIONS(1810), 1, anon_sym_COLON, STATE(1195), 1, sym_parameter, STATE(1467), 1, sym_lambda_parameters, STATE(1476), 1, sym__parameters, STATE(1295), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1204), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [46577] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(1788), 1, anon_sym_STAR, ACTIONS(1792), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_SLASH, ACTIONS(1812), 1, sym_identifier, ACTIONS(1814), 1, anon_sym_RPAREN, STATE(1248), 1, sym_parameter, STATE(1377), 1, sym__parameters, STATE(1255), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1204), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [46617] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(305), 1, sym__string_start, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1816), 1, sym_identifier, ACTIONS(1818), 1, anon_sym_RBRACE, ACTIONS(1820), 1, anon_sym_STAR_STAR, STATE(942), 1, sym_concatenated_string, STATE(1101), 1, sym_string, STATE(1287), 1, sym_match_double_star_pattern, STATE(1336), 1, sym_match_key_value_pattern, STATE(1477), 2, sym_match_literal_pattern, sym_match_value_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, [46663] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(305), 1, sym__string_start, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1816), 1, sym_identifier, ACTIONS(1820), 1, anon_sym_STAR_STAR, ACTIONS(1822), 1, anon_sym_RBRACE, STATE(942), 1, sym_concatenated_string, STATE(1101), 1, sym_string, STATE(1232), 1, sym_match_key_value_pattern, STATE(1323), 1, sym_match_double_star_pattern, STATE(1477), 2, sym_match_literal_pattern, sym_match_value_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, [46709] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(305), 1, sym__string_start, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1816), 1, sym_identifier, ACTIONS(1820), 1, anon_sym_STAR_STAR, ACTIONS(1824), 1, anon_sym_RBRACE, STATE(942), 1, sym_concatenated_string, STATE(1101), 1, sym_string, STATE(1336), 1, sym_match_key_value_pattern, STATE(1351), 1, sym_match_double_star_pattern, STATE(1477), 2, sym_match_literal_pattern, sym_match_value_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, [46755] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1800), 1, anon_sym_COLON, ACTIONS(1802), 1, anon_sym_EQ, ACTIONS(1804), 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, [46780] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1784), 1, sym_identifier, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(1788), 1, anon_sym_STAR, ACTIONS(1792), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_SLASH, ACTIONS(1826), 1, anon_sym_COLON, STATE(1192), 1, sym_parameter, STATE(1295), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1204), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [46817] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(1788), 1, anon_sym_STAR, ACTIONS(1792), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_SLASH, ACTIONS(1812), 1, sym_identifier, ACTIONS(1826), 1, anon_sym_RPAREN, STATE(1192), 1, sym_parameter, STATE(1255), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1204), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [46854] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1784), 1, sym_identifier, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(1788), 1, anon_sym_STAR, ACTIONS(1792), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_SLASH, ACTIONS(1828), 1, anon_sym_COLON, STATE(1192), 1, sym_parameter, STATE(1295), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1204), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [46891] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(1788), 1, anon_sym_STAR, ACTIONS(1792), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_SLASH, ACTIONS(1812), 1, sym_identifier, ACTIONS(1828), 1, anon_sym_RPAREN, STATE(1192), 1, sym_parameter, STATE(1255), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1204), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [46928] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1832), 1, anon_sym_as, ACTIONS(1830), 13, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, anon_sym_and, anon_sym_or, sym_type_conversion, [46950] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1784), 1, sym_identifier, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(1788), 1, anon_sym_STAR, ACTIONS(1792), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_SLASH, STATE(1192), 1, sym_parameter, STATE(1295), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1204), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [46984] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1786), 1, anon_sym_LPAREN, ACTIONS(1788), 1, anon_sym_STAR, ACTIONS(1792), 1, anon_sym_STAR_STAR, ACTIONS(1794), 1, anon_sym_SLASH, ACTIONS(1812), 1, sym_identifier, STATE(1192), 1, sym_parameter, STATE(1255), 2, sym_list_splat_pattern, sym_dictionary_splat_pattern, STATE(1204), 6, sym_tuple_pattern, sym_default_parameter, sym_typed_default_parameter, sym_typed_parameter, sym_positional_separator, sym_keyword_separator, [47018] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1459), 1, anon_sym_as, ACTIONS(1457), 13, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, anon_sym_and, anon_sym_or, sym_type_conversion, [47040] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(305), 1, sym__string_start, ACTIONS(1671), 1, anon_sym_DASH, ACTIONS(1679), 1, sym_integer, ACTIONS(1681), 1, sym_float, ACTIONS(1816), 1, sym_identifier, STATE(942), 1, sym_concatenated_string, STATE(1101), 1, sym_string, STATE(1336), 1, sym_match_key_value_pattern, STATE(1477), 2, sym_match_literal_pattern, sym_match_value_pattern, ACTIONS(1683), 3, sym_true, sym_false, sym_none, [47077] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1836), 1, anon_sym_DOT, STATE(865), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(1834), 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, [47099] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1839), 10, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, anon_sym_or, sym_type_conversion, [47118] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1847), 1, anon_sym_COLON, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1853), 1, anon_sym_RBRACE, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, STATE(916), 1, sym_for_in_clause, STATE(1061), 1, aux_sym__collection_elements_repeat1, STATE(1366), 1, sym__comprehension_clauses, [47155] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1847), 1, anon_sym_COLON, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1853), 1, anon_sym_RBRACE, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, STATE(916), 1, sym_for_in_clause, STATE(1061), 1, aux_sym__collection_elements_repeat1, STATE(1439), 1, sym__comprehension_clauses, [47192] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1859), 1, anon_sym_DOT, ACTIONS(1861), 1, anon_sym_LPAREN, STATE(865), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(1863), 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, [47215] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1867), 1, anon_sym_COMMA, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, STATE(936), 1, aux_sym_expression_list_repeat1, ACTIONS(1865), 6, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [47242] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1871), 1, anon_sym_or, ACTIONS(1873), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [47263] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(1875), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [47286] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1871), 1, anon_sym_or, ACTIONS(1877), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [47307] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1871), 1, anon_sym_or, ACTIONS(1839), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [47328] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1879), 1, anon_sym_as, ACTIONS(1873), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [47351] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(1881), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [47374] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1883), 1, anon_sym_as, ACTIONS(1875), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [47399] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1885), 1, anon_sym_as, ACTIONS(1877), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [47422] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(1887), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_else, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [47445] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1889), 1, anon_sym_as, ACTIONS(1839), 9, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_or, [47466] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1889), 1, anon_sym_as, ACTIONS(1839), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [47489] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1834), 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, [47506] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1859), 1, anon_sym_DOT, ACTIONS(1891), 1, anon_sym_LPAREN, STATE(869), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(1893), 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, [47529] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_RPAREN, ACTIONS(1897), 1, anon_sym_COMMA, ACTIONS(1900), 1, anon_sym_as, STATE(916), 1, sym_for_in_clause, STATE(1061), 1, aux_sym__collection_elements_repeat1, STATE(1362), 1, sym__comprehension_clauses, [47566] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1902), 1, anon_sym_as, ACTIONS(1881), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [47591] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(618), 1, sym__string_start, STATE(643), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(1904), 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, [47612] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1906), 1, anon_sym_as, ACTIONS(1887), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [47637] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1847), 1, anon_sym_COLON, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1853), 1, anon_sym_RBRACE, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, STATE(916), 1, sym_for_in_clause, STATE(1061), 1, aux_sym__collection_elements_repeat1, STATE(1455), 1, sym__comprehension_clauses, [47674] = 9, ACTIONS(1908), 1, anon_sym_LBRACE2, ACTIONS(1912), 1, sym__not_escape_sequence, ACTIONS(1914), 1, sym_comment, ACTIONS(1916), 1, sym__string_end, STATE(912), 1, aux_sym_string_repeat1, STATE(1009), 1, aux_sym_string_content_repeat1, STATE(1013), 1, sym_string_content, STATE(1020), 1, sym_interpolation, ACTIONS(1910), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [47704] = 9, ACTIONS(1908), 1, anon_sym_LBRACE2, ACTIONS(1912), 1, sym__not_escape_sequence, ACTIONS(1914), 1, sym_comment, ACTIONS(1918), 1, sym__string_end, STATE(912), 1, aux_sym_string_repeat1, STATE(1009), 1, aux_sym_string_content_repeat1, STATE(1013), 1, sym_string_content, STATE(1020), 1, sym_interpolation, ACTIONS(1910), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [47734] = 9, ACTIONS(1908), 1, anon_sym_LBRACE2, ACTIONS(1912), 1, sym__not_escape_sequence, ACTIONS(1914), 1, sym_comment, ACTIONS(1920), 1, sym__string_end, STATE(890), 1, aux_sym_string_repeat1, STATE(1009), 1, aux_sym_string_content_repeat1, STATE(1013), 1, sym_string_content, STATE(1020), 1, sym_interpolation, ACTIONS(1910), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [47764] = 9, ACTIONS(1908), 1, anon_sym_LBRACE2, ACTIONS(1912), 1, sym__not_escape_sequence, ACTIONS(1914), 1, sym_comment, ACTIONS(1922), 1, sym__string_end, STATE(889), 1, aux_sym_string_repeat1, STATE(1009), 1, aux_sym_string_content_repeat1, STATE(1013), 1, sym_string_content, STATE(1020), 1, sym_interpolation, ACTIONS(1910), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [47794] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1853), 1, anon_sym_RBRACK, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, STATE(916), 1, sym_for_in_clause, STATE(1061), 1, aux_sym__collection_elements_repeat1, STATE(1374), 1, sym__comprehension_clauses, [47828] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1924), 1, anon_sym_RPAREN, STATE(916), 1, sym_for_in_clause, STATE(1061), 1, aux_sym__collection_elements_repeat1, STATE(1407), 1, sym__comprehension_clauses, [47862] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1926), 1, anon_sym_RPAREN, ACTIONS(1928), 1, anon_sym_COMMA, STATE(916), 1, sym_for_in_clause, STATE(1170), 1, aux_sym_argument_list_repeat1, STATE(1407), 1, sym__comprehension_clauses, [47896] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1932), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1930), 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, [47914] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1936), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(1934), 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, [47932] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(1938), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [47954] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(1940), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [47976] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1942), 1, anon_sym_RPAREN, STATE(916), 1, sym_for_in_clause, STATE(1061), 1, aux_sym__collection_elements_repeat1, STATE(1448), 1, sym__comprehension_clauses, [48010] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1944), 1, anon_sym_RPAREN, ACTIONS(1946), 1, anon_sym_COMMA, STATE(916), 1, sym_for_in_clause, STATE(1155), 1, aux_sym_argument_list_repeat1, STATE(1448), 1, sym__comprehension_clauses, [48044] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(1948), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [48066] = 9, ACTIONS(1908), 1, anon_sym_LBRACE2, ACTIONS(1912), 1, sym__not_escape_sequence, ACTIONS(1914), 1, sym_comment, ACTIONS(1950), 1, sym__string_end, STATE(904), 1, aux_sym_string_repeat1, STATE(1009), 1, aux_sym_string_content_repeat1, STATE(1013), 1, sym_string_content, STATE(1020), 1, sym_interpolation, ACTIONS(1910), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [48096] = 9, ACTIONS(1908), 1, anon_sym_LBRACE2, ACTIONS(1912), 1, sym__not_escape_sequence, ACTIONS(1914), 1, sym_comment, ACTIONS(1952), 1, sym__string_end, STATE(912), 1, aux_sym_string_repeat1, STATE(1009), 1, aux_sym_string_content_repeat1, STATE(1013), 1, sym_string_content, STATE(1020), 1, sym_interpolation, ACTIONS(1910), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [48126] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1895), 1, anon_sym_RPAREN, STATE(916), 1, sym_for_in_clause, STATE(1061), 1, aux_sym__collection_elements_repeat1, STATE(1362), 1, sym__comprehension_clauses, [48160] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1954), 1, anon_sym_RPAREN, ACTIONS(1956), 1, anon_sym_COMMA, STATE(916), 1, sym_for_in_clause, STATE(1240), 1, aux_sym_argument_list_repeat1, STATE(1362), 1, sym__comprehension_clauses, [48194] = 9, ACTIONS(1908), 1, anon_sym_LBRACE2, ACTIONS(1912), 1, sym__not_escape_sequence, ACTIONS(1914), 1, sym_comment, ACTIONS(1958), 1, sym__string_end, STATE(909), 1, aux_sym_string_repeat1, STATE(1009), 1, aux_sym_string_content_repeat1, STATE(1013), 1, sym_string_content, STATE(1020), 1, sym_interpolation, ACTIONS(1910), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [48224] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(1960), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [48246] = 9, ACTIONS(1908), 1, anon_sym_LBRACE2, ACTIONS(1912), 1, sym__not_escape_sequence, ACTIONS(1914), 1, sym_comment, ACTIONS(1962), 1, sym__string_end, STATE(912), 1, aux_sym_string_repeat1, STATE(1009), 1, aux_sym_string_content_repeat1, STATE(1013), 1, sym_string_content, STATE(1020), 1, sym_interpolation, ACTIONS(1910), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [48276] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1853), 1, anon_sym_RBRACK, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, STATE(916), 1, sym_for_in_clause, STATE(1061), 1, aux_sym__collection_elements_repeat1, STATE(1445), 1, sym__comprehension_clauses, [48310] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1853), 1, anon_sym_RBRACK, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, STATE(916), 1, sym_for_in_clause, STATE(1061), 1, aux_sym__collection_elements_repeat1, STATE(1363), 1, sym__comprehension_clauses, [48344] = 9, ACTIONS(1914), 1, sym_comment, ACTIONS(1964), 1, anon_sym_LBRACE2, ACTIONS(1970), 1, sym__not_escape_sequence, ACTIONS(1973), 1, sym__string_end, STATE(912), 1, aux_sym_string_repeat1, STATE(1009), 1, aux_sym_string_content_repeat1, STATE(1013), 1, sym_string_content, STATE(1020), 1, sym_interpolation, ACTIONS(1967), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [48374] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1975), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [48393] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1979), 1, anon_sym_PIPE, STATE(914), 1, aux_sym_match_or_pattern_repeat1, ACTIONS(1977), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [48412] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1984), 1, anon_sym_PIPE, STATE(917), 1, aux_sym_match_or_pattern_repeat1, ACTIONS(1982), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [48431] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1988), 1, anon_sym_if, ACTIONS(1986), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(922), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, [48454] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1984), 1, anon_sym_PIPE, STATE(914), 1, aux_sym_match_or_pattern_repeat1, ACTIONS(1990), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [48473] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1867), 1, anon_sym_COMMA, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, STATE(936), 1, aux_sym_expression_list_repeat1, ACTIONS(1992), 4, anon_sym_COLON, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [48498] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1996), 1, anon_sym_if, ACTIONS(1999), 1, anon_sym_async, ACTIONS(2002), 1, anon_sym_for, ACTIONS(1994), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(919), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, [48521] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1975), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [48540] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(1975), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [48559] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(1988), 1, anon_sym_if, ACTIONS(2005), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, STATE(919), 3, sym_for_in_clause, sym_if_clause, aux_sym__comprehension_clauses_repeat1, [48582] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2007), 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, [48596] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2009), 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, [48610] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2013), 1, anon_sym_COMMA, STATE(925), 1, aux_sym_expression_list_repeat1, ACTIONS(2011), 6, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [48628] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2016), 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, [48642] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1830), 8, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, anon_sym_and, anon_sym_or, sym__semicolon, [48656] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2020), 1, anon_sym_COMMA, STATE(928), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2018), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [48674] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1977), 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, [48688] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2023), 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, [48702] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2027), 1, anon_sym_COMMA, STATE(963), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2025), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [48720] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(67), 1, anon_sym_AT, ACTIONS(2029), 1, anon_sym_async, ACTIONS(2031), 1, anon_sym_def, ACTIONS(2033), 1, anon_sym_class, STATE(501), 2, sym_function_definition, sym_class_definition, STATE(1019), 2, sym_decorator, aux_sym_decorated_definition_repeat1, [48744] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2037), 1, anon_sym_COMMA, STATE(925), 1, aux_sym_expression_list_repeat1, ACTIONS(2035), 6, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [48762] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2039), 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, [48776] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2041), 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, [48790] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2043), 1, anon_sym_COMMA, STATE(925), 1, aux_sym_expression_list_repeat1, ACTIONS(2035), 6, anon_sym_RPAREN, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [48808] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2045), 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, [48822] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2049), 1, anon_sym_COMMA, STATE(928), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2047), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [48840] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(1873), 6, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, sym__semicolon, [48858] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 8, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, anon_sym_and, anon_sym_or, sym__semicolon, [48872] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(2055), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [48890] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1904), 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, [48904] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2057), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [48918] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2059), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [48932] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2063), 1, anon_sym_COMMA, STATE(938), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2061), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [48950] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(1875), 5, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_EQ, sym__semicolon, [48970] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2067), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [48984] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2069), 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, [48998] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2071), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [49012] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2073), 8, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RBRACE, [49026] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2075), 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, [49040] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(1887), 5, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_EQ, sym__semicolon, [49060] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2077), 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, [49074] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2079), 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, [49088] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2081), 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, [49102] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2083), 1, anon_sym_from, ACTIONS(2085), 1, anon_sym_COMMA, STATE(1079), 1, aux_sym_expression_list_repeat1, ACTIONS(2087), 2, sym__newline, sym__semicolon, [49128] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(67), 1, anon_sym_AT, ACTIONS(2089), 1, anon_sym_async, ACTIONS(2091), 1, anon_sym_def, ACTIONS(2093), 1, anon_sym_class, STATE(469), 2, sym_function_definition, sym_class_definition, STATE(1019), 2, sym_decorator, aux_sym_decorated_definition_repeat1, [49152] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(1877), 6, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, sym__semicolon, [49170] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(1881), 5, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_EQ, sym__semicolon, [49190] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(1960), 5, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_EQ, sym__semicolon, [49210] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2095), 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, [49224] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2097), 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, [49238] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2101), 1, anon_sym_COMMA, STATE(928), 1, aux_sym_for_in_clause_repeat1, ACTIONS(2099), 6, anon_sym_RPAREN, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [49256] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2103), 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, [49270] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1859), 1, anon_sym_DOT, ACTIONS(1891), 1, anon_sym_LPAREN, ACTIONS(2105), 1, anon_sym_EQ, STATE(869), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(1893), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_PIPE, [49292] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(1839), 7, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, anon_sym_or, sym__semicolon, [49308] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(1839), 6, sym__newline, anon_sym_from, anon_sym_COMMA, anon_sym_if, anon_sym_EQ, sym__semicolon, [49326] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2109), 1, anon_sym_PIPE, ACTIONS(2107), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [49342] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2111), 1, sym_identifier, ACTIONS(2113), 1, anon_sym_STAR, ACTIONS(2115), 1, anon_sym_STAR_STAR, STATE(1277), 4, sym_typevar_parameter, sym_typevartuple_parameter, sym_paramspec_parameter, sym__type_parameter, [49361] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2117), 1, anon_sym_and, ACTIONS(1839), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_or, [49376] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2117), 1, anon_sym_and, ACTIONS(2119), 1, anon_sym_or, ACTIONS(1839), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, [49393] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2123), 1, anon_sym_as, ACTIONS(2121), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [49408] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2125), 1, anon_sym_except, ACTIONS(2127), 1, anon_sym_finally, STATE(532), 1, sym_finally_clause, STATE(231), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, STATE(232), 2, sym_except_clause, aux_sym_try_statement_repeat1, [49429] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2085), 1, anon_sym_COMMA, STATE(1079), 1, aux_sym_expression_list_repeat1, ACTIONS(2129), 2, sym__newline, sym__semicolon, [49452] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2125), 1, anon_sym_except, ACTIONS(2127), 1, anon_sym_finally, STATE(544), 1, sym_finally_clause, STATE(223), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, STATE(233), 2, sym_except_clause, aux_sym_try_statement_repeat1, [49473] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2117), 1, anon_sym_and, ACTIONS(2119), 1, anon_sym_or, ACTIONS(2131), 1, anon_sym_if, ACTIONS(1881), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_COLON, [49492] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2133), 1, anon_sym_COMMA, STATE(1098), 1, aux_sym_assert_statement_repeat1, ACTIONS(2135), 2, sym__newline, sym__semicolon, [49515] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(1938), 4, sym__newline, anon_sym_from, anon_sym_COMMA, sym__semicolon, [49534] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2137), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [49547] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2133), 1, anon_sym_COMMA, STATE(1116), 1, aux_sym_assert_statement_repeat1, ACTIONS(2139), 2, sym__newline, sym__semicolon, [49570] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2111), 1, sym_identifier, ACTIONS(2113), 1, anon_sym_STAR, ACTIONS(2115), 1, anon_sym_STAR_STAR, STATE(1347), 4, sym_typevar_parameter, sym_typevartuple_parameter, sym_paramspec_parameter, sym__type_parameter, [49589] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [49602] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2117), 1, anon_sym_and, ACTIONS(2119), 1, anon_sym_or, ACTIONS(2131), 1, anon_sym_if, ACTIONS(1887), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_COLON, [49621] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1845), 1, anon_sym_if, ACTIONS(1855), 1, anon_sym_and, ACTIONS(1857), 1, anon_sym_or, ACTIONS(2141), 4, anon_sym_COMMA, anon_sym_async, anon_sym_for, anon_sym_RBRACE, [49640] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2143), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, [49659] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2018), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [49672] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2117), 1, anon_sym_and, ACTIONS(2119), 1, anon_sym_or, ACTIONS(2131), 1, anon_sym_if, ACTIONS(2147), 1, anon_sym_as, ACTIONS(2145), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [49693] = 6, ACTIONS(1914), 1, sym_comment, ACTIONS(2149), 1, anon_sym_LBRACE2, ACTIONS(2154), 1, sym__not_escape_sequence, ACTIONS(2157), 1, sym__string_end, STATE(988), 1, aux_sym_string_content_repeat1, ACTIONS(2151), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [49714] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2159), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_async, anon_sym_for, anon_sym_RBRACK, anon_sym_RBRACE, [49727] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(2161), 1, anon_sym_COMMA, ACTIONS(2163), 1, anon_sym_RBRACE, STATE(916), 1, sym_for_in_clause, STATE(1265), 1, aux_sym_dictionary_repeat1, STATE(1457), 1, sym__comprehension_clauses, [49752] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2165), 1, sym_identifier, ACTIONS(2167), 1, anon_sym_LPAREN, ACTIONS(2169), 1, anon_sym_STAR, STATE(1055), 1, sym_dotted_name, STATE(1117), 1, sym_aliased_import, STATE(1293), 1, sym__import_list, STATE(1297), 1, sym_wildcard_import, [49777] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2171), 1, anon_sym_except, ACTIONS(2173), 1, anon_sym_finally, STATE(460), 1, sym_finally_clause, STATE(229), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, STATE(234), 2, sym_except_clause, aux_sym_try_statement_repeat1, [49798] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2085), 1, anon_sym_COMMA, STATE(1079), 1, aux_sym_expression_list_repeat1, ACTIONS(2175), 2, sym__newline, sym__semicolon, [49821] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2085), 1, anon_sym_COMMA, STATE(1079), 1, aux_sym_expression_list_repeat1, ACTIONS(2177), 2, sym__newline, sym__semicolon, [49844] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2179), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, [49863] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(2181), 1, anon_sym_COMMA, ACTIONS(2183), 1, anon_sym_RBRACE, STATE(916), 1, sym_for_in_clause, STATE(1190), 1, aux_sym_dictionary_repeat1, STATE(1360), 1, sym__comprehension_clauses, [49888] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2185), 1, sym_identifier, ACTIONS(2187), 1, anon_sym_DOT, ACTIONS(2189), 1, anon_sym___future__, STATE(1108), 1, aux_sym_import_prefix_repeat1, STATE(1173), 1, sym_import_prefix, STATE(1388), 2, sym_relative_import, sym_dotted_name, [49911] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(1948), 4, sym__newline, anon_sym_from, anon_sym_COMMA, sym__semicolon, [49930] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2191), 1, anon_sym_COMMA, STATE(1097), 1, aux_sym_print_statement_repeat1, ACTIONS(2193), 2, sym__newline, sym__semicolon, [49953] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1865), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [49966] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2117), 1, anon_sym_and, ACTIONS(2119), 1, anon_sym_or, ACTIONS(1873), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, [49983] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2171), 1, anon_sym_except, ACTIONS(2173), 1, anon_sym_finally, STATE(475), 1, sym_finally_clause, STATE(226), 2, sym_except_clause, aux_sym_try_statement_repeat1, STATE(227), 2, sym_except_group_clause, aux_sym_try_statement_repeat2, [50004] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1830), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, anon_sym_and, anon_sym_or, [50017] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2085), 1, anon_sym_COMMA, STATE(1079), 1, aux_sym_expression_list_repeat1, ACTIONS(2195), 2, sym__newline, sym__semicolon, [50040] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1948), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_EQ, sym_type_conversion, [50053] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2117), 1, anon_sym_and, ACTIONS(2119), 1, anon_sym_or, ACTIONS(2131), 1, anon_sym_if, ACTIONS(1875), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_COLON, [50072] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2117), 1, anon_sym_and, ACTIONS(2119), 1, anon_sym_or, ACTIONS(1877), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, anon_sym_if, anon_sym_COLON, [50089] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2085), 1, anon_sym_COMMA, STATE(1079), 1, aux_sym_expression_list_repeat1, ACTIONS(1865), 2, sym__newline, sym__semicolon, [50112] = 6, ACTIONS(1914), 1, sym_comment, ACTIONS(2197), 1, anon_sym_LBRACE2, ACTIONS(2201), 1, sym__not_escape_sequence, ACTIONS(2203), 1, sym__string_end, STATE(988), 1, aux_sym_string_content_repeat1, ACTIONS(2199), 3, sym__string_content, sym__escape_interpolation, sym_escape_sequence, [50133] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1849), 1, anon_sym_async, ACTIONS(1851), 1, anon_sym_for, ACTIONS(2205), 1, anon_sym_COMMA, ACTIONS(2207), 1, anon_sym_RBRACE, STATE(916), 1, sym_for_in_clause, STATE(1230), 1, aux_sym_dictionary_repeat1, STATE(1367), 1, sym__comprehension_clauses, [50158] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1867), 1, anon_sym_COMMA, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2209), 1, anon_sym_COLON, STATE(936), 1, aux_sym_expression_list_repeat1, [50180] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2117), 1, anon_sym_and, ACTIONS(2119), 1, anon_sym_or, ACTIONS(2131), 1, anon_sym_if, ACTIONS(2213), 1, anon_sym_COLON, ACTIONS(2211), 2, anon_sym_COMMA, anon_sym_as, [50200] = 3, ACTIONS(1914), 1, sym_comment, ACTIONS(2215), 2, anon_sym_LBRACE2, sym__not_escape_sequence, ACTIONS(2217), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [50214] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1867), 1, anon_sym_COMMA, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2219), 1, anon_sym_COLON, STATE(936), 1, aux_sym_expression_list_repeat1, [50236] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2221), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [50248] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2223), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [50266] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2225), 1, anon_sym_DOT, STATE(1029), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2227), 4, sym__newline, anon_sym_COMMA, anon_sym_as, sym__semicolon, [50282] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2229), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [50300] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2233), 1, anon_sym_AT, STATE(1019), 2, sym_decorator, aux_sym_decorated_definition_repeat1, ACTIONS(2231), 3, anon_sym_async, anon_sym_def, anon_sym_class, [50316] = 3, ACTIONS(1914), 1, sym_comment, ACTIONS(2236), 2, anon_sym_LBRACE2, sym__not_escape_sequence, ACTIONS(2238), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [50330] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2240), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [50348] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1867), 1, anon_sym_COMMA, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2242), 1, anon_sym_COLON, STATE(936), 1, aux_sym_expression_list_repeat1, [50370] = 3, ACTIONS(1914), 1, sym_comment, ACTIONS(2244), 2, anon_sym_LBRACE2, sym__not_escape_sequence, ACTIONS(2246), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [50384] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2248), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_EQ, [50402] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2179), 3, sym__newline, anon_sym_EQ, sym__semicolon, [50420] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(1926), 1, anon_sym_RPAREN, ACTIONS(1928), 1, anon_sym_COMMA, STATE(1170), 1, aux_sym_argument_list_repeat1, [50442] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1893), 6, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RBRACE, [50454] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2117), 1, anon_sym_and, ACTIONS(2119), 1, anon_sym_or, ACTIONS(2131), 1, anon_sym_if, ACTIONS(2252), 1, anon_sym_COLON, ACTIONS(2250), 2, anon_sym_COMMA, anon_sym_as, [50474] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2254), 1, anon_sym_DOT, STATE(1029), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(1834), 4, sym__newline, anon_sym_COMMA, anon_sym_as, sym__semicolon, [50490] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1867), 1, anon_sym_COMMA, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2257), 1, anon_sym_COLON, STATE(936), 1, aux_sym_expression_list_repeat1, [50512] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2261), 1, anon_sym_COMMA, STATE(1031), 1, aux_sym_open_sequence_match_pattern_repeat1, ACTIONS(2259), 4, anon_sym_RPAREN, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, [50528] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1859), 1, anon_sym_DOT, STATE(1040), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2264), 4, anon_sym_import, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, [50544] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2268), 1, anon_sym_COLON, ACTIONS(2266), 2, anon_sym_COMMA, anon_sym_RBRACK, [50564] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2225), 1, anon_sym_DOT, STATE(1017), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2264), 4, sym__newline, anon_sym_COMMA, anon_sym_as, sym__semicolon, [50580] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2270), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [50598] = 3, ACTIONS(1914), 1, sym_comment, ACTIONS(2272), 2, anon_sym_LBRACE2, sym__not_escape_sequence, ACTIONS(2274), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [50612] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2276), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [50630] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2280), 1, anon_sym_COLON, ACTIONS(2278), 2, anon_sym_COMMA, anon_sym_RBRACK, [50650] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1867), 1, anon_sym_COMMA, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2282), 1, anon_sym_COLON, STATE(936), 1, aux_sym_expression_list_repeat1, [50672] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1859), 1, anon_sym_DOT, STATE(865), 1, aux_sym_match_value_pattern_repeat1, ACTIONS(2227), 4, anon_sym_import, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_as, [50688] = 3, ACTIONS(1914), 1, sym_comment, ACTIONS(2284), 2, anon_sym_LBRACE2, sym__not_escape_sequence, ACTIONS(2286), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [50702] = 3, ACTIONS(1914), 1, sym_comment, ACTIONS(2288), 2, anon_sym_LBRACE2, sym__not_escape_sequence, ACTIONS(2290), 4, sym__string_content, sym__string_end, sym__escape_interpolation, sym_escape_sequence, [50716] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2294), 1, anon_sym_COLON, ACTIONS(2292), 2, anon_sym_COMMA, anon_sym_RBRACK, [50736] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2298), 1, anon_sym_COLON, ACTIONS(2300), 1, anon_sym_EQ, STATE(1109), 1, sym__type_bound, STATE(1285), 1, sym__type_param_default, ACTIONS(2296), 2, anon_sym_COMMA, anon_sym_RBRACK, [50756] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1867), 1, anon_sym_COMMA, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2302), 1, anon_sym_COLON, STATE(936), 1, aux_sym_expression_list_repeat1, [50778] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2117), 1, anon_sym_and, ACTIONS(2119), 1, anon_sym_or, ACTIONS(2131), 1, anon_sym_if, ACTIONS(2304), 1, anon_sym_as, ACTIONS(2306), 1, anon_sym_COLON, [50797] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2117), 1, anon_sym_and, ACTIONS(2119), 1, anon_sym_or, ACTIONS(2131), 1, anon_sym_if, ACTIONS(2308), 1, anon_sym_as, ACTIONS(2310), 1, anon_sym_COLON, [50816] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2312), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, [50827] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2165), 1, sym_identifier, STATE(1124), 1, sym_dotted_name, STATE(1268), 1, sym_aliased_import, ACTIONS(2314), 2, sym__newline, sym__semicolon, [50844] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2165), 1, sym_identifier, STATE(1124), 1, sym_dotted_name, STATE(1268), 1, sym_aliased_import, ACTIONS(2316), 2, sym__newline, sym__semicolon, [50861] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2320), 1, anon_sym_COMMA, STATE(1051), 1, aux_sym__collection_elements_repeat1, ACTIONS(2318), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [50876] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2323), 2, anon_sym_COMMA, anon_sym_RBRACK, [50893] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2325), 1, anon_sym_LPAREN, ACTIONS(2327), 1, anon_sym_COLON, ACTIONS(2329), 1, anon_sym_LBRACK, STATE(1198), 1, sym_type_parameters, STATE(1365), 1, sym_argument_list, [50912] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2165), 1, sym_identifier, ACTIONS(2331), 1, anon_sym_LPAREN, STATE(1055), 1, sym_dotted_name, STATE(1117), 1, sym_aliased_import, STATE(1294), 1, sym__import_list, [50931] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2333), 1, anon_sym_COMMA, ACTIONS(2335), 1, anon_sym_as, STATE(1107), 1, aux_sym__import_list_repeat1, ACTIONS(2337), 2, sym__newline, sym__semicolon, [50948] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2339), 2, anon_sym_COMMA, anon_sym_RBRACK, [50965] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2341), 2, anon_sym_COMMA, anon_sym_RBRACK, [50982] = 6, ACTIONS(1914), 1, sym_comment, ACTIONS(2343), 1, anon_sym_RBRACE, ACTIONS(2345), 1, anon_sym_LBRACE2, ACTIONS(2347), 1, aux_sym_format_specifier_token1, STATE(1069), 1, aux_sym_format_specifier_repeat1, STATE(1219), 1, sym_interpolation, [51001] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2351), 1, anon_sym_COMMA, STATE(1051), 1, aux_sym__collection_elements_repeat1, ACTIONS(2349), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [51016] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2353), 1, anon_sym_COLON, ACTIONS(2355), 1, anon_sym_RBRACE, ACTIONS(2357), 1, anon_sym_EQ, ACTIONS(2359), 1, sym_type_conversion, STATE(1383), 1, sym_format_specifier, [51035] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2361), 1, anon_sym_COMMA, STATE(1051), 1, aux_sym__collection_elements_repeat1, ACTIONS(2349), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [51050] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1834), 5, sym__newline, anon_sym_DOT, anon_sym_COMMA, anon_sym_as, sym__semicolon, [51061] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2141), 2, anon_sym_COMMA, anon_sym_RBRACE, [51078] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2363), 2, sym__newline, sym__semicolon, [51095] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2365), 1, anon_sym_COMMA, STATE(1075), 1, aux_sym_expression_list_repeat1, ACTIONS(2035), 3, sym__newline, anon_sym_from, sym__semicolon, [51110] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2367), 2, sym__newline, sym__semicolon, [51127] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2353), 1, anon_sym_COLON, ACTIONS(2369), 1, anon_sym_RBRACE, ACTIONS(2371), 1, anon_sym_EQ, ACTIONS(2373), 1, sym_type_conversion, STATE(1392), 1, sym_format_specifier, [51146] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2375), 2, sym__newline, sym__semicolon, [51163] = 6, ACTIONS(1914), 1, sym_comment, ACTIONS(2345), 1, anon_sym_LBRACE2, ACTIONS(2377), 1, anon_sym_RBRACE, ACTIONS(2379), 1, aux_sym_format_specifier_token1, STATE(1080), 1, aux_sym_format_specifier_repeat1, STATE(1219), 1, sym_interpolation, [51182] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2381), 2, anon_sym_RPAREN, anon_sym_COMMA, [51199] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2383), 2, anon_sym_RPAREN, anon_sym_COMMA, [51216] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(1940), 2, sym__newline, sym__semicolon, [51233] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2385), 2, anon_sym_RPAREN, anon_sym_COMMA, [51250] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2165), 1, sym_identifier, STATE(1124), 1, sym_dotted_name, STATE(1268), 1, sym_aliased_import, ACTIONS(2314), 2, sym__newline, sym__semicolon, [51267] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2387), 1, anon_sym_COMMA, STATE(1075), 1, aux_sym_expression_list_repeat1, ACTIONS(2011), 3, sym__newline, anon_sym_from, sym__semicolon, [51282] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2390), 2, anon_sym_COMMA, anon_sym_RBRACK, [51299] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2325), 1, anon_sym_LPAREN, ACTIONS(2329), 1, anon_sym_LBRACK, ACTIONS(2392), 1, anon_sym_COLON, STATE(1260), 1, sym_type_parameters, STATE(1414), 1, sym_argument_list, [51318] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2259), 5, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_if, anon_sym_COLON, anon_sym_RBRACK, [51329] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2394), 1, anon_sym_COMMA, STATE(1075), 1, aux_sym_expression_list_repeat1, ACTIONS(2035), 3, sym__newline, anon_sym_from, sym__semicolon, [51344] = 6, ACTIONS(1914), 1, sym_comment, ACTIONS(2396), 1, anon_sym_RBRACE, ACTIONS(2398), 1, anon_sym_LBRACE2, ACTIONS(2401), 1, aux_sym_format_specifier_token1, STATE(1080), 1, aux_sym_format_specifier_repeat1, STATE(1219), 1, sym_interpolation, [51363] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, STATE(1059), 1, aux_sym__collection_elements_repeat1, ACTIONS(1853), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, [51378] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2404), 2, anon_sym_COMMA, anon_sym_RBRACK, [51395] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2406), 2, sym__newline, sym__semicolon, [51412] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2300), 1, anon_sym_EQ, STATE(1312), 1, sym__type_param_default, ACTIONS(2408), 2, anon_sym_COMMA, anon_sym_RBRACK, [51426] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2410), 1, anon_sym_COLON, [51442] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2412), 1, anon_sym_case, STATE(558), 1, sym_cases, STATE(332), 2, sym_case_block, aux_sym_cases_repeat1, [51456] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2412), 1, anon_sym_case, STATE(463), 1, sym_cases, STATE(332), 2, sym_case_block, aux_sym_cases_repeat1, [51470] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2353), 1, anon_sym_COLON, ACTIONS(2414), 1, anon_sym_RBRACE, ACTIONS(2416), 1, sym_type_conversion, STATE(1424), 1, sym_format_specifier, [51486] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2418), 1, anon_sym_COLON, [51502] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2420), 1, anon_sym_else, [51518] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2353), 1, anon_sym_COLON, ACTIONS(2422), 1, anon_sym_RBRACE, ACTIONS(2424), 1, sym_type_conversion, STATE(1413), 1, sym_format_specifier, [51534] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2426), 1, anon_sym_COMMA, STATE(1092), 1, aux_sym_assert_statement_repeat1, ACTIONS(2223), 2, sym__newline, sym__semicolon, [51548] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2143), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, [51558] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2429), 1, sym_identifier, STATE(1110), 1, sym_dotted_name, STATE(1163), 1, sym_aliased_import, STATE(1478), 1, sym__import_list, [51574] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2431), 1, anon_sym_COMMA, STATE(1127), 1, aux_sym_print_statement_repeat1, ACTIONS(2433), 2, sym__newline, sym__semicolon, [51588] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2435), 1, anon_sym_COLON, [51604] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2437), 1, anon_sym_COMMA, STATE(1127), 1, aux_sym_print_statement_repeat1, ACTIONS(2439), 2, sym__newline, sym__semicolon, [51618] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2133), 1, anon_sym_COMMA, STATE(1092), 1, aux_sym_assert_statement_repeat1, ACTIONS(2441), 2, sym__newline, sym__semicolon, [51632] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2443), 1, anon_sym_COMMA, STATE(1111), 1, aux_sym_global_statement_repeat1, ACTIONS(2445), 2, sym__newline, sym__semicolon, [51646] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2329), 1, anon_sym_LBRACK, ACTIONS(2447), 1, anon_sym_LPAREN, STATE(1302), 1, sym_parameters, STATE(1303), 1, sym_type_parameters, [51662] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(305), 1, sym__string_start, ACTIONS(1904), 1, anon_sym_COLON, STATE(566), 2, sym_string, aux_sym_concatenated_string_repeat1, [51676] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2451), 1, anon_sym_COMMA, STATE(1102), 1, aux_sym_with_clause_repeat1, ACTIONS(2449), 2, anon_sym_RPAREN, anon_sym_COLON, [51690] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2300), 1, anon_sym_EQ, STATE(1313), 1, sym__type_param_default, ACTIONS(2454), 2, anon_sym_COMMA, anon_sym_RBRACK, [51704] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2456), 1, anon_sym_COLON, [51720] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2458), 1, anon_sym_case, STATE(485), 1, sym_cases, STATE(315), 2, sym_case_block, aux_sym_cases_repeat1, [51734] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2458), 1, anon_sym_case, STATE(530), 1, sym_cases, STATE(315), 2, sym_case_block, aux_sym_cases_repeat1, [51748] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2460), 1, anon_sym_COMMA, STATE(1126), 1, aux_sym__import_list_repeat1, ACTIONS(2462), 2, sym__newline, sym__semicolon, [51762] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2466), 1, anon_sym_DOT, STATE(1138), 1, aux_sym_import_prefix_repeat1, ACTIONS(2464), 2, anon_sym_import, sym_identifier, [51776] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2300), 1, anon_sym_EQ, STATE(1345), 1, sym__type_param_default, ACTIONS(2468), 2, anon_sym_COMMA, anon_sym_RBRACK, [51790] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2337), 1, anon_sym_RPAREN, ACTIONS(2470), 1, anon_sym_COMMA, ACTIONS(2472), 1, anon_sym_as, STATE(1164), 1, aux_sym__import_list_repeat1, [51806] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2443), 1, anon_sym_COMMA, STATE(1144), 1, aux_sym_global_statement_repeat1, ACTIONS(2474), 2, sym__newline, sym__semicolon, [51820] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2443), 1, anon_sym_COMMA, STATE(1144), 1, aux_sym_global_statement_repeat1, ACTIONS(2476), 2, sym__newline, sym__semicolon, [51834] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2478), 4, anon_sym_async, anon_sym_def, anon_sym_class, anon_sym_AT, [51844] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2179), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, anon_sym_EQ, [51854] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2480), 1, anon_sym_COLON, [51870] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2133), 1, anon_sym_COMMA, STATE(1092), 1, aux_sym_assert_statement_repeat1, ACTIONS(2482), 2, sym__newline, sym__semicolon, [51884] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2333), 1, anon_sym_COMMA, STATE(1133), 1, aux_sym__import_list_repeat1, ACTIONS(2337), 2, sym__newline, sym__semicolon, [51898] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2484), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, [51908] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2486), 4, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, [51918] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2490), 1, anon_sym_COMMA, STATE(1151), 1, aux_sym__patterns_repeat1, ACTIONS(2488), 2, anon_sym_RPAREN, anon_sym_RBRACK, [51932] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2051), 1, anon_sym_and, ACTIONS(2053), 1, anon_sym_or, ACTIONS(2065), 1, anon_sym_if, ACTIONS(2492), 1, sym__newline, [51948] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2443), 1, anon_sym_COMMA, STATE(1112), 1, aux_sym_global_statement_repeat1, ACTIONS(2494), 2, sym__newline, sym__semicolon, [51962] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2496), 1, anon_sym_COLON, [51978] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2335), 1, anon_sym_as, ACTIONS(2498), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [51990] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2500), 1, anon_sym_else, [52006] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2502), 1, anon_sym_COMMA, STATE(1126), 1, aux_sym__import_list_repeat1, ACTIONS(2505), 2, sym__newline, sym__semicolon, [52020] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2507), 1, anon_sym_COMMA, STATE(1127), 1, aux_sym_print_statement_repeat1, ACTIONS(2510), 2, sym__newline, sym__semicolon, [52034] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1948), 4, sym__newline, anon_sym_from, anon_sym_COMMA, sym__semicolon, [52044] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2314), 1, anon_sym_RPAREN, ACTIONS(2429), 1, sym_identifier, STATE(1185), 1, sym_dotted_name, STATE(1322), 1, sym_aliased_import, [52060] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2329), 1, anon_sym_LBRACK, ACTIONS(2447), 1, anon_sym_LPAREN, STATE(1288), 1, sym_parameters, STATE(1289), 1, sym_type_parameters, [52076] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2429), 1, sym_identifier, STATE(1110), 1, sym_dotted_name, STATE(1163), 1, sym_aliased_import, STATE(1454), 1, sym__import_list, [52092] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2512), 1, anon_sym_else, [52108] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2514), 1, anon_sym_COMMA, STATE(1126), 1, aux_sym__import_list_repeat1, ACTIONS(2462), 2, sym__newline, sym__semicolon, [52122] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2516), 1, anon_sym_COLON, [52138] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2518), 1, anon_sym_COLON, [52154] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2522), 1, anon_sym_COLON, ACTIONS(2524), 1, anon_sym_EQ, ACTIONS(2520), 2, anon_sym_RPAREN, anon_sym_COMMA, [52168] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2314), 1, anon_sym_RPAREN, ACTIONS(2429), 1, sym_identifier, STATE(1185), 1, sym_dotted_name, STATE(1322), 1, sym_aliased_import, [52184] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2528), 1, anon_sym_DOT, STATE(1138), 1, aux_sym_import_prefix_repeat1, ACTIONS(2526), 2, anon_sym_import, sym_identifier, [52198] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2531), 1, anon_sym_COMMA, STATE(1031), 1, aux_sym_open_sequence_match_pattern_repeat1, ACTIONS(1687), 2, anon_sym_if, anon_sym_COLON, [52212] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2533), 1, anon_sym_COLON, [52228] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2537), 1, anon_sym_EQ, ACTIONS(2535), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [52240] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2539), 1, anon_sym_COLON, [52256] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2541), 1, anon_sym_COLON, [52272] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2543), 1, anon_sym_COMMA, STATE(1144), 1, aux_sym_global_statement_repeat1, ACTIONS(2546), 2, sym__newline, sym__semicolon, [52286] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2329), 1, anon_sym_LBRACK, ACTIONS(2447), 1, anon_sym_LPAREN, STATE(1328), 1, sym_parameters, STATE(1346), 1, sym_type_parameters, [52302] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2329), 1, anon_sym_LBRACK, ACTIONS(2447), 1, anon_sym_LPAREN, STATE(1329), 1, sym_parameters, STATE(1348), 1, sym_type_parameters, [52318] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2548), 1, anon_sym_else, [52334] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1841), 1, anon_sym_and, ACTIONS(1869), 1, anon_sym_if, ACTIONS(1871), 1, anon_sym_or, ACTIONS(2550), 1, anon_sym_COLON, [52350] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2552), 1, anon_sym_COMMA, STATE(1095), 1, aux_sym_print_statement_repeat1, ACTIONS(2554), 2, sym__newline, sym__semicolon, [52364] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2316), 1, anon_sym_RPAREN, ACTIONS(2429), 1, sym_identifier, STATE(1185), 1, sym_dotted_name, STATE(1322), 1, sym_aliased_import, [52380] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2558), 1, anon_sym_COMMA, STATE(832), 1, aux_sym__patterns_repeat1, ACTIONS(2556), 2, anon_sym_RPAREN, anon_sym_RBRACK, [52394] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2165), 1, sym_identifier, STATE(1055), 1, sym_dotted_name, STATE(1117), 1, sym_aliased_import, STATE(1350), 1, sym__import_list, [52410] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2560), 1, anon_sym_EQ, ACTIONS(2562), 2, sym__newline, sym__semicolon, [52421] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2564), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [52430] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2566), 1, anon_sym_RPAREN, ACTIONS(2568), 1, anon_sym_COMMA, STATE(1246), 1, aux_sym_argument_list_repeat1, [52443] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1942), 1, anon_sym_RPAREN, STATE(1274), 1, aux_sym__collection_elements_repeat1, [52456] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2462), 1, anon_sym_RPAREN, ACTIONS(2570), 1, anon_sym_COMMA, STATE(1194), 1, aux_sym__import_list_repeat1, [52469] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2572), 1, sym__semicolon, ACTIONS(2574), 1, sym__newline, STATE(1243), 1, aux_sym__simple_statements_repeat1, [52482] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1944), 1, anon_sym_RPAREN, ACTIONS(1946), 1, anon_sym_COMMA, STATE(1245), 1, aux_sym_argument_list_repeat1, [52495] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2576), 1, anon_sym_RPAREN, ACTIONS(2578), 1, anon_sym_COMMA, STATE(1215), 1, aux_sym_match_class_pattern_repeat2, [52508] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2580), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [52517] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2576), 1, anon_sym_RPAREN, ACTIONS(2578), 1, anon_sym_COMMA, STATE(1207), 1, aux_sym_match_class_pattern_repeat2, [52530] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2337), 1, anon_sym_RPAREN, ACTIONS(2470), 1, anon_sym_COMMA, STATE(1157), 1, aux_sym__import_list_repeat1, [52543] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2462), 1, anon_sym_RPAREN, ACTIONS(2582), 1, anon_sym_COMMA, STATE(1194), 1, aux_sym__import_list_repeat1, [52556] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2584), 1, anon_sym_RPAREN, ACTIONS(2586), 1, anon_sym_COMMA, STATE(1165), 1, aux_sym__parameters_repeat1, [52569] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1705), 1, anon_sym_RPAREN, ACTIONS(2589), 1, anon_sym_COMMA, STATE(1160), 1, aux_sym_match_class_pattern_repeat2, [52582] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2591), 1, anon_sym_RPAREN, ACTIONS(2593), 1, anon_sym_COMMA, STATE(1246), 1, aux_sym_argument_list_repeat1, [52595] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2524), 1, anon_sym_EQ, ACTIONS(2520), 2, anon_sym_COMMA, anon_sym_COLON, [52606] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2595), 1, anon_sym_RPAREN, ACTIONS(2597), 1, anon_sym_COMMA, STATE(1246), 1, aux_sym_argument_list_repeat1, [52619] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2599), 1, anon_sym_RPAREN, ACTIONS(2601), 1, anon_sym_COMMA, STATE(1246), 1, aux_sym_argument_list_repeat1, [52632] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2353), 1, anon_sym_COLON, ACTIONS(2603), 1, anon_sym_RBRACE, STATE(1466), 1, sym_format_specifier, [52645] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1798), 1, anon_sym_COMMA, ACTIONS(2605), 1, anon_sym_in, STATE(842), 1, aux_sym__patterns_repeat1, [52658] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2185), 1, sym_identifier, ACTIONS(2607), 1, anon_sym_import, STATE(1369), 1, sym_dotted_name, [52671] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2609), 1, anon_sym_COMMA, ACTIONS(2612), 1, anon_sym_RBRACE, STATE(1174), 1, aux_sym_match_mapping_pattern_repeat1, [52684] = 3, ACTIONS(1914), 1, sym_comment, ACTIONS(2244), 1, anon_sym_RBRACE, ACTIONS(2246), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [52695] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2429), 1, sym_identifier, STATE(1185), 1, sym_dotted_name, STATE(1322), 1, sym_aliased_import, [52708] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1798), 1, anon_sym_COMMA, ACTIONS(2614), 1, anon_sym_in, STATE(842), 1, aux_sym__patterns_repeat1, [52721] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2546), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [52730] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2616), 1, anon_sym_RPAREN, ACTIONS(2618), 1, anon_sym_COMMA, STATE(1257), 1, aux_sym_with_clause_repeat1, [52743] = 3, ACTIONS(1914), 1, sym_comment, ACTIONS(2272), 1, anon_sym_RBRACE, ACTIONS(2274), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [52754] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2620), 1, anon_sym_COMMA, ACTIONS(2622), 1, anon_sym_COLON, STATE(1102), 1, aux_sym_with_clause_repeat1, [52767] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1381), 3, sym__newline, anon_sym_in, sym__semicolon, [52776] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1701), 1, anon_sym_RPAREN, ACTIONS(2624), 1, anon_sym_COMMA, STATE(1186), 1, aux_sym_match_class_pattern_repeat1, [52789] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1701), 1, anon_sym_RPAREN, ACTIONS(2626), 1, sym_identifier, STATE(1325), 1, sym_match_keyword_pattern, [52802] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2472), 1, anon_sym_as, ACTIONS(2498), 2, anon_sym_RPAREN, anon_sym_COMMA, [52813] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2628), 1, anon_sym_RPAREN, ACTIONS(2630), 1, anon_sym_COMMA, STATE(1186), 1, aux_sym_match_class_pattern_repeat1, [52826] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2633), 1, anon_sym_COMMA, ACTIONS(2635), 1, anon_sym_RBRACK, STATE(1214), 1, aux_sym_index_expression_list_repeat1, [52839] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2637), 1, anon_sym_COMMA, ACTIONS(2639), 1, anon_sym_RBRACE, STATE(1197), 1, aux_sym_dictionary_repeat1, [52852] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2353), 1, anon_sym_COLON, ACTIONS(2414), 1, anon_sym_RBRACE, STATE(1424), 1, sym_format_specifier, [52865] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2641), 1, anon_sym_COMMA, ACTIONS(2643), 1, anon_sym_RBRACE, STATE(1197), 1, aux_sym_dictionary_repeat1, [52878] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2645), 3, anon_sym_LPAREN, anon_sym_COLON, anon_sym_EQ, [52887] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2584), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [52896] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1393), 3, sym__newline, anon_sym_in, sym__semicolon, [52905] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2505), 1, anon_sym_RPAREN, ACTIONS(2647), 1, anon_sym_COMMA, STATE(1194), 1, aux_sym__import_list_repeat1, [52918] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2650), 1, anon_sym_COMMA, ACTIONS(2652), 1, anon_sym_COLON, STATE(1231), 1, aux_sym__parameters_repeat1, [52931] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2654), 1, anon_sym_COMMA, ACTIONS(2656), 1, anon_sym_RBRACK, STATE(1237), 1, aux_sym_type_parameters_repeat1, [52944] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2658), 1, anon_sym_COMMA, ACTIONS(2661), 1, anon_sym_RBRACE, STATE(1197), 1, aux_sym_dictionary_repeat1, [52957] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2325), 1, anon_sym_LPAREN, ACTIONS(2663), 1, anon_sym_COLON, STATE(1357), 1, sym_argument_list, [52970] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1798), 1, anon_sym_COMMA, ACTIONS(2665), 1, anon_sym_in, STATE(842), 1, aux_sym__patterns_repeat1, [52983] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1154), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [52992] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2667), 1, anon_sym_COMMA, ACTIONS(2669), 1, anon_sym_RBRACK, STATE(1211), 1, aux_sym_open_sequence_match_pattern_repeat1, [53005] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2671), 1, anon_sym_RPAREN, ACTIONS(2673), 1, anon_sym_COMMA, STATE(1273), 1, aux_sym_argument_list_repeat1, [53018] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2584), 1, anon_sym_COLON, ACTIONS(2675), 1, anon_sym_COMMA, STATE(1203), 1, aux_sym__parameters_repeat1, [53031] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2520), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [53040] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2626), 1, sym_identifier, ACTIONS(2678), 1, anon_sym_RPAREN, STATE(1325), 1, sym_match_keyword_pattern, [53053] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2620), 1, anon_sym_COMMA, ACTIONS(2680), 1, anon_sym_COLON, STATE(1181), 1, aux_sym_with_clause_repeat1, [53066] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2678), 1, anon_sym_RPAREN, ACTIONS(2682), 1, anon_sym_COMMA, STATE(1215), 1, aux_sym_match_class_pattern_repeat2, [53079] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1701), 1, anon_sym_RPAREN, ACTIONS(2684), 1, anon_sym_COMMA, STATE(1215), 1, aux_sym_match_class_pattern_repeat2, [53092] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2535), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [53101] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1697), 1, anon_sym_RPAREN, ACTIONS(2686), 1, anon_sym_COMMA, STATE(1031), 1, aux_sym_open_sequence_match_pattern_repeat1, [53114] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1697), 1, anon_sym_RBRACK, ACTIONS(2688), 1, anon_sym_COMMA, STATE(1031), 1, aux_sym_open_sequence_match_pattern_repeat1, [53127] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1859), 1, anon_sym_DOT, ACTIONS(1863), 1, anon_sym_COLON, STATE(865), 1, aux_sym_match_value_pattern_repeat1, [53140] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1705), 1, anon_sym_RPAREN, ACTIONS(2626), 1, sym_identifier, STATE(1325), 1, sym_match_keyword_pattern, [53153] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2690), 1, anon_sym_COMMA, ACTIONS(2692), 1, anon_sym_RBRACK, STATE(1267), 1, aux_sym_index_expression_list_repeat1, [53166] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2694), 1, anon_sym_RPAREN, ACTIONS(2696), 1, anon_sym_COMMA, STATE(1215), 1, aux_sym_match_class_pattern_repeat2, [53179] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1818), 1, anon_sym_RBRACE, ACTIONS(2699), 1, anon_sym_COMMA, STATE(1174), 1, aux_sym_match_mapping_pattern_repeat1, [53192] = 3, ACTIONS(1914), 1, sym_comment, ACTIONS(2288), 1, anon_sym_RBRACE, ACTIONS(2290), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [53203] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2349), 1, anon_sym_RPAREN, ACTIONS(2701), 1, anon_sym_COMMA, STATE(1051), 1, aux_sym__collection_elements_repeat1, [53216] = 3, ACTIONS(1914), 1, sym_comment, ACTIONS(2703), 1, anon_sym_RBRACE, ACTIONS(2705), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [53227] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2707), 1, sym__semicolon, ACTIONS(2709), 1, sym__newline, STATE(1227), 1, aux_sym__simple_statements_repeat1, [53240] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1895), 1, anon_sym_RPAREN, STATE(1274), 1, aux_sym__collection_elements_repeat1, [53253] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(2711), 1, anon_sym_RPAREN, STATE(1059), 1, aux_sym__collection_elements_repeat1, [53266] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(2713), 1, anon_sym_RPAREN, STATE(1218), 1, aux_sym__collection_elements_repeat1, [53279] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2205), 1, anon_sym_COMMA, ACTIONS(2207), 1, anon_sym_RBRACE, STATE(1229), 1, aux_sym_dictionary_repeat1, [53292] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2353), 1, anon_sym_COLON, ACTIONS(2422), 1, anon_sym_RBRACE, STATE(1413), 1, sym_format_specifier, [53305] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2715), 1, sym_identifier, ACTIONS(2717), 1, sym_match_wildcard_pattern, STATE(1048), 1, sym_match_capture_pattern, [53318] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(551), 1, sym__newline, ACTIONS(2719), 1, sym__semicolon, STATE(1241), 1, aux_sym__simple_statements_repeat1, [53331] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2721), 1, sym__semicolon, ACTIONS(2723), 1, sym__newline, STATE(1251), 1, aux_sym__simple_statements_repeat1, [53344] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2725), 1, anon_sym_COMMA, ACTIONS(2727), 1, anon_sym_RBRACE, STATE(1197), 1, aux_sym_dictionary_repeat1, [53357] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2729), 1, anon_sym_COMMA, ACTIONS(2731), 1, anon_sym_RBRACE, STATE(1197), 1, aux_sym_dictionary_repeat1, [53370] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1826), 1, anon_sym_COLON, ACTIONS(2733), 1, anon_sym_COMMA, STATE(1203), 1, aux_sym__parameters_repeat1, [53383] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2735), 1, anon_sym_COMMA, ACTIONS(2737), 1, anon_sym_RBRACE, STATE(1216), 1, aux_sym_match_mapping_pattern_repeat1, [53396] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1954), 1, anon_sym_RPAREN, ACTIONS(1956), 1, anon_sym_COMMA, STATE(1238), 1, aux_sym_argument_list_repeat1, [53409] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2739), 1, anon_sym_RPAREN, ACTIONS(2741), 1, anon_sym_COMMA, STATE(1239), 1, aux_sym_argument_list_repeat1, [53422] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2743), 3, anon_sym_LPAREN, anon_sym_COLON, anon_sym_EQ, [53431] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2633), 1, anon_sym_COMMA, ACTIONS(2745), 1, anon_sym_RBRACK, STATE(1214), 1, aux_sym_index_expression_list_repeat1, [53444] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2747), 1, anon_sym_COMMA, ACTIONS(2750), 1, anon_sym_RBRACK, STATE(1237), 1, aux_sym_type_parameters_repeat1, [53457] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2752), 1, anon_sym_RPAREN, ACTIONS(2754), 1, anon_sym_COMMA, STATE(1246), 1, aux_sym_argument_list_repeat1, [53470] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2756), 1, anon_sym_RPAREN, ACTIONS(2758), 1, anon_sym_COMMA, STATE(1246), 1, aux_sym_argument_list_repeat1, [53483] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2760), 1, anon_sym_RPAREN, ACTIONS(2762), 1, anon_sym_COMMA, STATE(1246), 1, aux_sym_argument_list_repeat1, [53496] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2764), 1, sym__semicolon, ACTIONS(2767), 1, sym__newline, STATE(1241), 1, aux_sym__simple_statements_repeat1, [53509] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1843), 1, anon_sym_COMMA, ACTIONS(1924), 1, anon_sym_RPAREN, STATE(1274), 1, aux_sym__collection_elements_repeat1, [53522] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(557), 1, sym__newline, ACTIONS(2769), 1, sym__semicolon, STATE(1241), 1, aux_sym__simple_statements_repeat1, [53535] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2771), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [53544] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2773), 1, anon_sym_RPAREN, ACTIONS(2775), 1, anon_sym_COMMA, STATE(1246), 1, aux_sym_argument_list_repeat1, [53557] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2777), 1, anon_sym_RPAREN, ACTIONS(2779), 1, anon_sym_COMMA, STATE(1246), 1, aux_sym_argument_list_repeat1, [53570] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2161), 1, anon_sym_COMMA, ACTIONS(2163), 1, anon_sym_RBRACE, STATE(1263), 1, aux_sym_dictionary_repeat1, [53583] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2652), 1, anon_sym_RPAREN, ACTIONS(2782), 1, anon_sym_COMMA, STATE(1266), 1, aux_sym__parameters_repeat1, [53596] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2353), 1, anon_sym_COLON, ACTIONS(2784), 1, anon_sym_RBRACE, STATE(1440), 1, sym_format_specifier, [53609] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2786), 1, anon_sym_if, ACTIONS(2788), 1, anon_sym_COLON, STATE(1441), 1, sym_guard, [53622] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(549), 1, sym__newline, ACTIONS(2790), 1, sym__semicolon, STATE(1241), 1, aux_sym__simple_statements_repeat1, [53635] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2329), 1, anon_sym_LBRACK, ACTIONS(2792), 1, anon_sym_EQ, STATE(1452), 1, sym_type_parameters, [53648] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2083), 1, anon_sym_from, ACTIONS(2087), 2, sym__newline, sym__semicolon, [53659] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2794), 1, anon_sym_COMMA, ACTIONS(2796), 2, anon_sym_if, anon_sym_COLON, [53670] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2798), 1, anon_sym_COLON, ACTIONS(2520), 2, anon_sym_RPAREN, anon_sym_COMMA, [53681] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2449), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_COLON, [53690] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(989), 1, anon_sym_RPAREN, ACTIONS(2800), 1, anon_sym_COMMA, STATE(1102), 1, aux_sym_with_clause_repeat1, [53703] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2179), 3, sym__newline, anon_sym_EQ, sym__semicolon, [53712] = 3, ACTIONS(1914), 1, sym_comment, ACTIONS(2284), 1, anon_sym_RBRACE, ACTIONS(2286), 2, anon_sym_LBRACE2, aux_sym_format_specifier_token1, [53723] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2325), 1, anon_sym_LPAREN, ACTIONS(2802), 1, anon_sym_COLON, STATE(1421), 1, sym_argument_list, [53736] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2181), 1, anon_sym_COMMA, ACTIONS(2183), 1, anon_sym_RBRACE, STATE(1188), 1, aux_sym_dictionary_repeat1, [53749] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2786), 1, anon_sym_if, ACTIONS(2804), 1, anon_sym_COLON, STATE(1432), 1, sym_guard, [53762] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2806), 1, anon_sym_COMMA, ACTIONS(2808), 1, anon_sym_RBRACE, STATE(1197), 1, aux_sym_dictionary_repeat1, [53775] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2810), 1, anon_sym_in, ACTIONS(2812), 2, sym__newline, sym__semicolon, [53786] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2814), 1, anon_sym_COMMA, ACTIONS(2816), 1, anon_sym_RBRACE, STATE(1197), 1, aux_sym_dictionary_repeat1, [53799] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1826), 1, anon_sym_RPAREN, ACTIONS(2818), 1, anon_sym_COMMA, STATE(1165), 1, aux_sym__parameters_repeat1, [53812] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2820), 1, anon_sym_COMMA, ACTIONS(2823), 1, anon_sym_RBRACK, STATE(1267), 1, aux_sym_index_expression_list_repeat1, [53825] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2498), 3, sym__newline, anon_sym_COMMA, sym__semicolon, [53834] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2825), 1, anon_sym_RPAREN, ACTIONS(2827), 1, anon_sym_COMMA, STATE(1183), 1, aux_sym_match_class_pattern_repeat1, [53847] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2825), 1, anon_sym_RPAREN, ACTIONS(2829), 1, anon_sym_COMMA, STATE(1208), 1, aux_sym_match_class_pattern_repeat2, [53860] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2165), 1, sym_identifier, STATE(1124), 1, sym_dotted_name, STATE(1268), 1, sym_aliased_import, [53873] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1798), 1, anon_sym_COMMA, ACTIONS(2831), 1, anon_sym_in, STATE(842), 1, aux_sym__patterns_repeat1, [53886] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2833), 1, anon_sym_RPAREN, ACTIONS(2835), 1, anon_sym_COMMA, STATE(1246), 1, aux_sym_argument_list_repeat1, [53899] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2349), 1, anon_sym_RPAREN, ACTIONS(2837), 1, anon_sym_COMMA, STATE(1051), 1, aux_sym__collection_elements_repeat1, [53912] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1926), 1, anon_sym_RPAREN, ACTIONS(1928), 1, anon_sym_COMMA, STATE(1167), 1, aux_sym_argument_list_repeat1, [53925] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2839), 1, anon_sym_RPAREN, ACTIONS(2841), 1, anon_sym_COMMA, STATE(1169), 1, aux_sym_argument_list_repeat1, [53938] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2654), 1, anon_sym_COMMA, ACTIONS(2843), 1, anon_sym_RBRACK, STATE(1196), 1, aux_sym_type_parameters_repeat1, [53951] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1798), 1, anon_sym_COMMA, ACTIONS(2845), 1, anon_sym_in, STATE(842), 1, aux_sym__patterns_repeat1, [53964] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1798), 1, anon_sym_COMMA, ACTIONS(2847), 1, anon_sym_in, STATE(842), 1, aux_sym__patterns_repeat1, [53977] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2633), 1, anon_sym_COMMA, ACTIONS(2849), 1, anon_sym_RBRACK, STATE(1214), 1, aux_sym_index_expression_list_repeat1, [53990] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2576), 1, anon_sym_RPAREN, ACTIONS(2626), 1, sym_identifier, STATE(1325), 1, sym_match_keyword_pattern, [54003] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2626), 1, sym_identifier, ACTIONS(2851), 1, anon_sym_RPAREN, STATE(1325), 1, sym_match_keyword_pattern, [54016] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2085), 1, anon_sym_COMMA, STATE(1065), 1, aux_sym_expression_list_repeat1, [54026] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1867), 1, anon_sym_COMMA, STATE(933), 1, aux_sym_expression_list_repeat1, [54036] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2853), 2, anon_sym_COMMA, anon_sym_RBRACK, [54044] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(888), 2, anon_sym_except, anon_sym_finally, [54052] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_RBRACE, ACTIONS(2855), 1, anon_sym_COMMA, [54062] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2857), 1, anon_sym_COLON, ACTIONS(2859), 1, anon_sym_DASH_GT, [54072] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2447), 1, anon_sym_LPAREN, STATE(1299), 1, sym_parameters, [54082] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2861), 1, sym_integer, ACTIONS(2863), 1, sym_float, [54092] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2865), 2, sym__newline, sym__semicolon, [54100] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2867), 2, sym__newline, sym__semicolon, [54108] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2869), 2, sym__newline, sym__semicolon, [54116] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2871), 2, sym__newline, sym__semicolon, [54124] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2520), 2, anon_sym_COMMA, anon_sym_COLON, [54132] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2873), 1, sym_integer, ACTIONS(2875), 1, sym_float, [54142] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2877), 2, sym__newline, sym__semicolon, [54150] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2177), 2, sym__newline, sym__semicolon, [54158] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2879), 1, anon_sym_COLON, ACTIONS(2881), 1, anon_sym_DASH_GT, [54168] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2883), 2, anon_sym_COMMA, anon_sym_RBRACE, [54176] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2885), 2, sym__newline, sym__semicolon, [54184] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2887), 1, anon_sym_COLON, ACTIONS(2889), 1, anon_sym_DASH_GT, [54194] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2447), 1, anon_sym_LPAREN, STATE(1324), 1, sym_parameters, [54204] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2891), 2, sym__newline, sym__semicolon, [54212] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2893), 2, sym__newline, sym__semicolon, [54220] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2628), 2, anon_sym_RPAREN, anon_sym_COMMA, [54228] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2895), 2, anon_sym_COLON, anon_sym_DASH_GT, [54236] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2897), 2, anon_sym_COMMA, anon_sym_RBRACE, [54244] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2794), 1, anon_sym_COMMA, ACTIONS(2899), 1, anon_sym_RPAREN, [54254] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2901), 1, anon_sym_COMMA, STATE(1210), 1, aux_sym_open_sequence_match_pattern_repeat1, [54264] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(910), 2, anon_sym_except, anon_sym_finally, [54272] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2903), 2, anon_sym_COMMA, anon_sym_RBRACK, [54280] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2905), 2, anon_sym_COMMA, anon_sym_RBRACK, [54288] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2385), 2, anon_sym_RPAREN, anon_sym_COMMA, [54296] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1865), 2, sym__newline, sym__semicolon, [54304] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2767), 2, sym__newline, sym__semicolon, [54312] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2907), 1, anon_sym_COMMA, STATE(1139), 1, aux_sym_open_sequence_match_pattern_repeat1, [54322] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2909), 2, anon_sym_RPAREN, anon_sym_COMMA, [54330] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2911), 1, sym_integer, ACTIONS(2913), 1, sym_float, [54340] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2323), 2, anon_sym_COMMA, anon_sym_RBRACK, [54348] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(914), 2, anon_sym_except, anon_sym_finally, [54356] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2498), 2, anon_sym_RPAREN, anon_sym_COMMA, [54364] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2737), 1, anon_sym_RBRACE, ACTIONS(2915), 1, anon_sym_COMMA, [54374] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2917), 1, anon_sym_COLON, ACTIONS(2919), 1, anon_sym_DASH_GT, [54384] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2694), 2, anon_sym_RPAREN, anon_sym_COMMA, [54392] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2771), 2, anon_sym_RPAREN, anon_sym_COMMA, [54400] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2175), 2, sym__newline, sym__semicolon, [54408] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2921), 1, anon_sym_COLON, ACTIONS(2923), 1, anon_sym_DASH_GT, [54418] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2925), 1, anon_sym_COLON, ACTIONS(2927), 1, anon_sym_DASH_GT, [54428] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2929), 1, anon_sym_COLON, ACTIONS(2931), 1, anon_sym_DASH_GT, [54438] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2933), 1, anon_sym_COLON, ACTIONS(2935), 1, anon_sym_DASH_GT, [54448] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2937), 2, anon_sym_COMMA, anon_sym_RBRACK, [54456] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(925), 2, anon_sym_except, anon_sym_finally, [54464] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2939), 2, anon_sym_COLON, anon_sym_DASH_GT, [54472] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2941), 2, anon_sym_COMMA, anon_sym_RBRACE, [54480] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2612), 2, anon_sym_COMMA, anon_sym_RBRACE, [54488] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2943), 2, sym__newline, sym__semicolon, [54496] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2945), 2, sym__newline, sym__semicolon, [54504] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2947), 2, anon_sym_RPAREN, anon_sym_COMMA, [54512] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2129), 2, sym__newline, sym__semicolon, [54520] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2949), 2, sym__newline, sym__semicolon, [54528] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2951), 2, sym__newline, sym__semicolon, [54536] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2953), 1, sym_identifier, STATE(1300), 1, sym_match_capture_pattern, [54546] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2955), 2, anon_sym_RPAREN, anon_sym_COMMA, [54554] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2957), 2, anon_sym_COMMA, anon_sym_RBRACK, [54562] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2447), 1, anon_sym_LPAREN, STATE(1330), 1, sym_parameters, [54572] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2959), 2, anon_sym_COMMA, anon_sym_RBRACK, [54580] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2447), 1, anon_sym_LPAREN, STATE(1331), 1, sym_parameters, [54590] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(906), 2, anon_sym_except, anon_sym_finally, [54598] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2961), 2, sym__newline, sym__semicolon, [54606] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2963), 1, anon_sym_COMMA, ACTIONS(2965), 1, anon_sym_RBRACE, [54616] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1859), 1, anon_sym_DOT, STATE(1212), 1, aux_sym_match_value_pattern_repeat1, [54626] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2626), 1, sym_identifier, STATE(1325), 1, sym_match_keyword_pattern, [54636] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2967), 1, anon_sym_COLON, [54643] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2969), 1, anon_sym_RBRACE, [54650] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2971), 1, anon_sym_COLON, [54657] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2973), 1, anon_sym_COLON, [54664] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2975), 1, anon_sym_COLON, [54671] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2977), 1, sym_identifier, [54678] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2979), 1, anon_sym_RBRACE, [54685] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2981), 1, anon_sym_in, [54692] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2983), 1, anon_sym_RPAREN, [54699] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2985), 1, anon_sym_RBRACK, [54706] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2987), 1, anon_sym_RPAREN, [54713] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2989), 1, anon_sym_COLON, [54720] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2991), 1, anon_sym_RBRACE, [54727] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2993), 1, anon_sym_RBRACE, [54734] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2995), 1, anon_sym_RBRACE, [54741] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2997), 1, anon_sym_import, [54748] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2999), 1, anon_sym_COLON, [54755] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3001), 1, anon_sym_RPAREN, [54762] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3003), 1, anon_sym_import, [54769] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3005), 1, sym_identifier, [54776] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3007), 1, anon_sym_RBRACK, [54783] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2849), 1, anon_sym_RBRACK, [54790] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2745), 1, anon_sym_RBRACK, [54797] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3009), 1, anon_sym_RPAREN, [54804] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3011), 1, anon_sym_RPAREN, [54811] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3013), 1, sym_identifier, [54818] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3015), 1, sym_identifier, [54825] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1002), 1, anon_sym_STAR, [54832] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3017), 1, anon_sym_COLON, [54839] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2422), 1, anon_sym_RBRACE, [54846] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3019), 1, anon_sym_COLON, [54853] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3021), 1, anon_sym_COLON, [54860] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3023), 1, anon_sym_LPAREN, [54867] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2965), 1, anon_sym_RBRACE, [54874] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3025), 1, anon_sym_import, [54881] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2635), 1, anon_sym_RBRACK, [54888] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3027), 1, ts_builtin_sym_end, [54895] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3029), 1, anon_sym_COLON, [54902] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2414), 1, anon_sym_RBRACE, [54909] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3031), 1, anon_sym_COLON, [54916] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3033), 1, anon_sym_in, [54923] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3035), 1, anon_sym_RPAREN, [54930] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3037), 1, anon_sym_in, [54937] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3039), 1, sym_identifier, [54944] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2105), 1, anon_sym_EQ, [54951] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3041), 1, anon_sym_RBRACE, [54958] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3043), 1, sym_identifier, [54965] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3045), 1, anon_sym_RBRACE, [54972] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3047), 1, anon_sym_COLON, [54979] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3049), 1, anon_sym_COLON, [54986] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2257), 1, anon_sym_COLON, [54993] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3051), 1, sym_identifier, [55000] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2831), 1, anon_sym_in, [55007] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3053), 1, anon_sym_RPAREN, [55014] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3055), 1, anon_sym_COLON, [55021] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3057), 1, sym_identifier, [55028] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3059), 1, anon_sym_COLON, [55035] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3061), 1, anon_sym_COLON, [55042] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3063), 1, anon_sym_COLON, [55049] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2603), 1, anon_sym_RBRACE, [55056] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3065), 1, anon_sym_COLON, [55063] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3067), 1, sym_identifier, [55070] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2209), 1, anon_sym_COLON, [55077] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3069), 1, anon_sym_RBRACK, [55084] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3071), 1, sym_identifier, [55091] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3073), 1, anon_sym_COLON, [55098] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3075), 1, anon_sym_RPAREN, [55105] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3077), 1, anon_sym_COLON, [55112] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3079), 1, anon_sym_COLON, [55119] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2302), 1, anon_sym_COLON, [55126] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2784), 1, anon_sym_RBRACE, [55133] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3081), 1, anon_sym_for, [55140] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3083), 1, anon_sym_RBRACK, [55147] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1818), 1, anon_sym_RBRACE, [55154] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3085), 1, anon_sym_COLON, [55161] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2605), 1, anon_sym_in, [55168] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3087), 1, anon_sym_COLON, [55175] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3089), 1, anon_sym_COLON, [55182] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3091), 1, anon_sym_COLON, [55189] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3093), 1, anon_sym_COLON, [55196] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3095), 1, anon_sym_COLON, [55203] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3097), 1, anon_sym_COLON, [55210] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3099), 1, anon_sym_COLON, [55217] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2614), 1, anon_sym_in, [55224] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3101), 1, anon_sym_COLON, [55231] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3103), 1, anon_sym_RBRACE, [55238] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3105), 1, anon_sym_RBRACE, [55245] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3107), 1, anon_sym_COLON, [55252] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3109), 1, sym_identifier, [55259] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3111), 1, anon_sym_RBRACK, [55266] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3113), 1, anon_sym_COLON, [55273] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3115), 1, anon_sym_RBRACK, [55280] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2665), 1, anon_sym_in, [55287] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3117), 1, anon_sym_COLON, [55294] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3119), 1, anon_sym_RPAREN, [55301] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2282), 1, anon_sym_COLON, [55308] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3121), 1, sym_identifier, [55315] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3123), 1, anon_sym_in, [55322] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3125), 1, anon_sym_EQ, [55329] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3127), 1, sym_identifier, [55336] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3129), 1, anon_sym_RPAREN, [55343] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3131), 1, anon_sym_RBRACE, [55350] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3133), 1, anon_sym_RPAREN, [55357] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3135), 1, anon_sym_RBRACE, [55364] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3137), 1, anon_sym_RBRACE, [55371] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(864), 1, anon_sym_def, [55378] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3139), 1, sym_identifier, [55385] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3141), 1, sym_identifier, [55392] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3143), 1, anon_sym_RBRACK, [55399] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(956), 1, anon_sym_STAR, [55406] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3145), 1, anon_sym_RBRACE, [55413] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3147), 1, sym_identifier, [55420] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3149), 1, anon_sym_RBRACE, [55427] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3151), 1, anon_sym_COLON, [55434] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3153), 1, anon_sym_RPAREN, [55441] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3155), 1, sym_identifier, [55448] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3157), 1, sym_identifier, [55455] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3159), 1, anon_sym_RBRACE, [55462] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2845), 1, anon_sym_in, [55469] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(858), 1, anon_sym_def, [55476] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3161), 1, sym_identifier, [55483] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2847), 1, anon_sym_in, [55490] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3163), 1, anon_sym_COLON, [55497] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3165), 1, anon_sym_COLON, [55504] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3167), 1, anon_sym_RPAREN, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(149)] = 0, [SMALL_STATE(150)] = 118, [SMALL_STATE(151)] = 236, [SMALL_STATE(152)] = 354, [SMALL_STATE(153)] = 464, [SMALL_STATE(154)] = 581, [SMALL_STATE(155)] = 698, [SMALL_STATE(156)] = 801, [SMALL_STATE(157)] = 920, [SMALL_STATE(158)] = 1035, [SMALL_STATE(159)] = 1150, [SMALL_STATE(160)] = 1265, [SMALL_STATE(161)] = 1368, [SMALL_STATE(162)] = 1472, [SMALL_STATE(163)] = 1576, [SMALL_STATE(164)] = 1680, [SMALL_STATE(165)] = 1794, [SMALL_STATE(166)] = 1908, [SMALL_STATE(167)] = 2022, [SMALL_STATE(168)] = 2129, [SMALL_STATE(169)] = 2234, [SMALL_STATE(170)] = 2339, [SMALL_STATE(171)] = 2444, [SMALL_STATE(172)] = 2547, [SMALL_STATE(173)] = 2652, [SMALL_STATE(174)] = 2757, [SMALL_STATE(175)] = 2858, [SMALL_STATE(176)] = 2961, [SMALL_STATE(177)] = 3062, [SMALL_STATE(178)] = 3163, [SMALL_STATE(179)] = 3268, [SMALL_STATE(180)] = 3366, [SMALL_STATE(181)] = 3468, [SMALL_STATE(182)] = 3572, [SMALL_STATE(183)] = 3674, [SMALL_STATE(184)] = 3780, [SMALL_STATE(185)] = 3882, [SMALL_STATE(186)] = 3984, [SMALL_STATE(187)] = 4086, [SMALL_STATE(188)] = 4188, [SMALL_STATE(189)] = 4290, [SMALL_STATE(190)] = 4392, [SMALL_STATE(191)] = 4494, [SMALL_STATE(192)] = 4596, [SMALL_STATE(193)] = 4698, [SMALL_STATE(194)] = 4800, [SMALL_STATE(195)] = 4902, [SMALL_STATE(196)] = 5000, [SMALL_STATE(197)] = 5106, [SMALL_STATE(198)] = 5210, [SMALL_STATE(199)] = 5312, [SMALL_STATE(200)] = 5414, [SMALL_STATE(201)] = 5512, [SMALL_STATE(202)] = 5616, [SMALL_STATE(203)] = 5718, [SMALL_STATE(204)] = 5820, [SMALL_STATE(205)] = 5922, [SMALL_STATE(206)] = 6024, [SMALL_STATE(207)] = 6126, [SMALL_STATE(208)] = 6228, [SMALL_STATE(209)] = 6330, [SMALL_STATE(210)] = 6432, [SMALL_STATE(211)] = 6536, [SMALL_STATE(212)] = 6634, [SMALL_STATE(213)] = 6733, [SMALL_STATE(214)] = 6832, [SMALL_STATE(215)] = 6931, [SMALL_STATE(216)] = 7030, [SMALL_STATE(217)] = 7129, [SMALL_STATE(218)] = 7190, [SMALL_STATE(219)] = 7289, [SMALL_STATE(220)] = 7350, [SMALL_STATE(221)] = 7449, [SMALL_STATE(222)] = 7536, [SMALL_STATE(223)] = 7635, [SMALL_STATE(224)] = 7707, [SMALL_STATE(225)] = 7805, [SMALL_STATE(226)] = 7901, [SMALL_STATE(227)] = 7973, [SMALL_STATE(228)] = 8045, [SMALL_STATE(229)] = 8143, [SMALL_STATE(230)] = 8215, [SMALL_STATE(231)] = 8313, [SMALL_STATE(232)] = 8385, [SMALL_STATE(233)] = 8457, [SMALL_STATE(234)] = 8529, [SMALL_STATE(235)] = 8601, [SMALL_STATE(236)] = 8697, [SMALL_STATE(237)] = 8795, [SMALL_STATE(238)] = 8893, [SMALL_STATE(239)] = 8988, [SMALL_STATE(240)] = 9061, [SMALL_STATE(241)] = 9156, [SMALL_STATE(242)] = 9229, [SMALL_STATE(243)] = 9324, [SMALL_STATE(244)] = 9419, [SMALL_STATE(245)] = 9514, [SMALL_STATE(246)] = 9609, [SMALL_STATE(247)] = 9704, [SMALL_STATE(248)] = 9799, [SMALL_STATE(249)] = 9894, [SMALL_STATE(250)] = 9989, [SMALL_STATE(251)] = 10084, [SMALL_STATE(252)] = 10152, [SMALL_STATE(253)] = 10210, [SMALL_STATE(254)] = 10278, [SMALL_STATE(255)] = 10346, [SMALL_STATE(256)] = 10414, [SMALL_STATE(257)] = 10484, [SMALL_STATE(258)] = 10578, [SMALL_STATE(259)] = 10672, [SMALL_STATE(260)] = 10766, [SMALL_STATE(261)] = 10824, [SMALL_STATE(262)] = 10882, [SMALL_STATE(263)] = 10940, [SMALL_STATE(264)] = 11002, [SMALL_STATE(265)] = 11060, [SMALL_STATE(266)] = 11152, [SMALL_STATE(267)] = 11220, [SMALL_STATE(268)] = 11314, [SMALL_STATE(269)] = 11376, [SMALL_STATE(270)] = 11444, [SMALL_STATE(271)] = 11512, [SMALL_STATE(272)] = 11574, [SMALL_STATE(273)] = 11636, [SMALL_STATE(274)] = 11728, [SMALL_STATE(275)] = 11786, [SMALL_STATE(276)] = 11844, [SMALL_STATE(277)] = 11938, [SMALL_STATE(278)] = 12006, [SMALL_STATE(279)] = 12098, [SMALL_STATE(280)] = 12156, [SMALL_STATE(281)] = 12250, [SMALL_STATE(282)] = 12308, [SMALL_STATE(283)] = 12402, [SMALL_STATE(284)] = 12460, [SMALL_STATE(285)] = 12554, [SMALL_STATE(286)] = 12648, [SMALL_STATE(287)] = 12742, [SMALL_STATE(288)] = 12836, [SMALL_STATE(289)] = 12927, [SMALL_STATE(290)] = 13018, [SMALL_STATE(291)] = 13107, [SMALL_STATE(292)] = 13198, [SMALL_STATE(293)] = 13261, [SMALL_STATE(294)] = 13350, [SMALL_STATE(295)] = 13439, [SMALL_STATE(296)] = 13530, [SMALL_STATE(297)] = 13619, [SMALL_STATE(298)] = 13708, [SMALL_STATE(299)] = 13799, [SMALL_STATE(300)] = 13888, [SMALL_STATE(301)] = 13977, [SMALL_STATE(302)] = 14044, [SMALL_STATE(303)] = 14135, [SMALL_STATE(304)] = 14226, [SMALL_STATE(305)] = 14315, [SMALL_STATE(306)] = 14406, [SMALL_STATE(307)] = 14495, [SMALL_STATE(308)] = 14584, [SMALL_STATE(309)] = 14647, [SMALL_STATE(310)] = 14736, [SMALL_STATE(311)] = 14825, [SMALL_STATE(312)] = 14914, [SMALL_STATE(313)] = 15005, [SMALL_STATE(314)] = 15061, [SMALL_STATE(315)] = 15117, [SMALL_STATE(316)] = 15177, [SMALL_STATE(317)] = 15241, [SMALL_STATE(318)] = 15305, [SMALL_STATE(319)] = 15361, [SMALL_STATE(320)] = 15449, [SMALL_STATE(321)] = 15509, [SMALL_STATE(322)] = 15565, [SMALL_STATE(323)] = 15621, [SMALL_STATE(324)] = 15677, [SMALL_STATE(325)] = 15733, [SMALL_STATE(326)] = 15789, [SMALL_STATE(327)] = 15845, [SMALL_STATE(328)] = 15901, [SMALL_STATE(329)] = 15957, [SMALL_STATE(330)] = 16013, [SMALL_STATE(331)] = 16077, [SMALL_STATE(332)] = 16141, [SMALL_STATE(333)] = 16201, [SMALL_STATE(334)] = 16261, [SMALL_STATE(335)] = 16317, [SMALL_STATE(336)] = 16373, [SMALL_STATE(337)] = 16429, [SMALL_STATE(338)] = 16485, [SMALL_STATE(339)] = 16541, [SMALL_STATE(340)] = 16597, [SMALL_STATE(341)] = 16653, [SMALL_STATE(342)] = 16709, [SMALL_STATE(343)] = 16765, [SMALL_STATE(344)] = 16821, [SMALL_STATE(345)] = 16909, [SMALL_STATE(346)] = 16997, [SMALL_STATE(347)] = 17082, [SMALL_STATE(348)] = 17141, [SMALL_STATE(349)] = 17226, [SMALL_STATE(350)] = 17285, [SMALL_STATE(351)] = 17344, [SMALL_STATE(352)] = 17431, [SMALL_STATE(353)] = 17516, [SMALL_STATE(354)] = 17601, [SMALL_STATE(355)] = 17662, [SMALL_STATE(356)] = 17721, [SMALL_STATE(357)] = 17806, [SMALL_STATE(358)] = 17865, [SMALL_STATE(359)] = 17950, [SMALL_STATE(360)] = 18035, [SMALL_STATE(361)] = 18094, [SMALL_STATE(362)] = 18153, [SMALL_STATE(363)] = 18238, [SMALL_STATE(364)] = 18323, [SMALL_STATE(365)] = 18408, [SMALL_STATE(366)] = 18463, [SMALL_STATE(367)] = 18522, [SMALL_STATE(368)] = 18607, [SMALL_STATE(369)] = 18692, [SMALL_STATE(370)] = 18777, [SMALL_STATE(371)] = 18862, [SMALL_STATE(372)] = 18917, [SMALL_STATE(373)] = 19002, [SMALL_STATE(374)] = 19087, [SMALL_STATE(375)] = 19172, [SMALL_STATE(376)] = 19257, [SMALL_STATE(377)] = 19342, [SMALL_STATE(378)] = 19403, [SMALL_STATE(379)] = 19488, [SMALL_STATE(380)] = 19573, [SMALL_STATE(381)] = 19658, [SMALL_STATE(382)] = 19743, [SMALL_STATE(383)] = 19828, [SMALL_STATE(384)] = 19913, [SMALL_STATE(385)] = 19998, [SMALL_STATE(386)] = 20083, [SMALL_STATE(387)] = 20142, [SMALL_STATE(388)] = 20227, [SMALL_STATE(389)] = 20312, [SMALL_STATE(390)] = 20397, [SMALL_STATE(391)] = 20452, [SMALL_STATE(392)] = 20511, [SMALL_STATE(393)] = 20570, [SMALL_STATE(394)] = 20629, [SMALL_STATE(395)] = 20714, [SMALL_STATE(396)] = 20773, [SMALL_STATE(397)] = 20832, [SMALL_STATE(398)] = 20891, [SMALL_STATE(399)] = 20976, [SMALL_STATE(400)] = 21061, [SMALL_STATE(401)] = 21116, [SMALL_STATE(402)] = 21175, [SMALL_STATE(403)] = 21260, [SMALL_STATE(404)] = 21321, [SMALL_STATE(405)] = 21376, [SMALL_STATE(406)] = 21461, [SMALL_STATE(407)] = 21546, [SMALL_STATE(408)] = 21601, [SMALL_STATE(409)] = 21686, [SMALL_STATE(410)] = 21771, [SMALL_STATE(411)] = 21856, [SMALL_STATE(412)] = 21941, [SMALL_STATE(413)] = 22026, [SMALL_STATE(414)] = 22111, [SMALL_STATE(415)] = 22196, [SMALL_STATE(416)] = 22281, [SMALL_STATE(417)] = 22366, [SMALL_STATE(418)] = 22451, [SMALL_STATE(419)] = 22536, [SMALL_STATE(420)] = 22621, [SMALL_STATE(421)] = 22706, [SMALL_STATE(422)] = 22791, [SMALL_STATE(423)] = 22876, [SMALL_STATE(424)] = 22961, [SMALL_STATE(425)] = 23046, [SMALL_STATE(426)] = 23131, [SMALL_STATE(427)] = 23216, [SMALL_STATE(428)] = 23301, [SMALL_STATE(429)] = 23386, [SMALL_STATE(430)] = 23471, [SMALL_STATE(431)] = 23556, [SMALL_STATE(432)] = 23617, [SMALL_STATE(433)] = 23702, [SMALL_STATE(434)] = 23787, [SMALL_STATE(435)] = 23872, [SMALL_STATE(436)] = 23957, [SMALL_STATE(437)] = 24042, [SMALL_STATE(438)] = 24127, [SMALL_STATE(439)] = 24212, [SMALL_STATE(440)] = 24297, [SMALL_STATE(441)] = 24382, [SMALL_STATE(442)] = 24467, [SMALL_STATE(443)] = 24552, [SMALL_STATE(444)] = 24637, [SMALL_STATE(445)] = 24722, [SMALL_STATE(446)] = 24807, [SMALL_STATE(447)] = 24861, [SMALL_STATE(448)] = 24915, [SMALL_STATE(449)] = 24969, [SMALL_STATE(450)] = 25023, [SMALL_STATE(451)] = 25077, [SMALL_STATE(452)] = 25131, [SMALL_STATE(453)] = 25185, [SMALL_STATE(454)] = 25239, [SMALL_STATE(455)] = 25293, [SMALL_STATE(456)] = 25347, [SMALL_STATE(457)] = 25401, [SMALL_STATE(458)] = 25455, [SMALL_STATE(459)] = 25508, [SMALL_STATE(460)] = 25561, [SMALL_STATE(461)] = 25614, [SMALL_STATE(462)] = 25667, [SMALL_STATE(463)] = 25720, [SMALL_STATE(464)] = 25773, [SMALL_STATE(465)] = 25826, [SMALL_STATE(466)] = 25879, [SMALL_STATE(467)] = 25932, [SMALL_STATE(468)] = 25985, [SMALL_STATE(469)] = 26038, [SMALL_STATE(470)] = 26091, [SMALL_STATE(471)] = 26144, [SMALL_STATE(472)] = 26197, [SMALL_STATE(473)] = 26250, [SMALL_STATE(474)] = 26335, [SMALL_STATE(475)] = 26388, [SMALL_STATE(476)] = 26441, [SMALL_STATE(477)] = 26494, [SMALL_STATE(478)] = 26547, [SMALL_STATE(479)] = 26600, [SMALL_STATE(480)] = 26653, [SMALL_STATE(481)] = 26706, [SMALL_STATE(482)] = 26759, [SMALL_STATE(483)] = 26812, [SMALL_STATE(484)] = 26865, [SMALL_STATE(485)] = 26918, [SMALL_STATE(486)] = 26971, [SMALL_STATE(487)] = 27024, [SMALL_STATE(488)] = 27077, [SMALL_STATE(489)] = 27130, [SMALL_STATE(490)] = 27183, [SMALL_STATE(491)] = 27236, [SMALL_STATE(492)] = 27289, [SMALL_STATE(493)] = 27342, [SMALL_STATE(494)] = 27395, [SMALL_STATE(495)] = 27448, [SMALL_STATE(496)] = 27501, [SMALL_STATE(497)] = 27554, [SMALL_STATE(498)] = 27607, [SMALL_STATE(499)] = 27660, [SMALL_STATE(500)] = 27713, [SMALL_STATE(501)] = 27766, [SMALL_STATE(502)] = 27819, [SMALL_STATE(503)] = 27872, [SMALL_STATE(504)] = 27925, [SMALL_STATE(505)] = 27978, [SMALL_STATE(506)] = 28031, [SMALL_STATE(507)] = 28084, [SMALL_STATE(508)] = 28137, [SMALL_STATE(509)] = 28190, [SMALL_STATE(510)] = 28243, [SMALL_STATE(511)] = 28296, [SMALL_STATE(512)] = 28349, [SMALL_STATE(513)] = 28402, [SMALL_STATE(514)] = 28455, [SMALL_STATE(515)] = 28508, [SMALL_STATE(516)] = 28561, [SMALL_STATE(517)] = 28614, [SMALL_STATE(518)] = 28667, [SMALL_STATE(519)] = 28720, [SMALL_STATE(520)] = 28773, [SMALL_STATE(521)] = 28826, [SMALL_STATE(522)] = 28879, [SMALL_STATE(523)] = 28932, [SMALL_STATE(524)] = 28985, [SMALL_STATE(525)] = 29038, [SMALL_STATE(526)] = 29091, [SMALL_STATE(527)] = 29144, [SMALL_STATE(528)] = 29197, [SMALL_STATE(529)] = 29250, [SMALL_STATE(530)] = 29303, [SMALL_STATE(531)] = 29356, [SMALL_STATE(532)] = 29409, [SMALL_STATE(533)] = 29462, [SMALL_STATE(534)] = 29515, [SMALL_STATE(535)] = 29568, [SMALL_STATE(536)] = 29621, [SMALL_STATE(537)] = 29674, [SMALL_STATE(538)] = 29727, [SMALL_STATE(539)] = 29780, [SMALL_STATE(540)] = 29833, [SMALL_STATE(541)] = 29886, [SMALL_STATE(542)] = 29939, [SMALL_STATE(543)] = 29992, [SMALL_STATE(544)] = 30077, [SMALL_STATE(545)] = 30130, [SMALL_STATE(546)] = 30183, [SMALL_STATE(547)] = 30236, [SMALL_STATE(548)] = 30289, [SMALL_STATE(549)] = 30342, [SMALL_STATE(550)] = 30395, [SMALL_STATE(551)] = 30448, [SMALL_STATE(552)] = 30501, [SMALL_STATE(553)] = 30554, [SMALL_STATE(554)] = 30607, [SMALL_STATE(555)] = 30660, [SMALL_STATE(556)] = 30713, [SMALL_STATE(557)] = 30766, [SMALL_STATE(558)] = 30853, [SMALL_STATE(559)] = 30906, [SMALL_STATE(560)] = 30990, [SMALL_STATE(561)] = 31074, [SMALL_STATE(562)] = 31158, [SMALL_STATE(563)] = 31242, [SMALL_STATE(564)] = 31326, [SMALL_STATE(565)] = 31410, [SMALL_STATE(566)] = 31465, [SMALL_STATE(567)] = 31520, [SMALL_STATE(568)] = 31601, [SMALL_STATE(569)] = 31682, [SMALL_STATE(570)] = 31737, [SMALL_STATE(571)] = 31786, [SMALL_STATE(572)] = 31861, [SMALL_STATE(573)] = 31910, [SMALL_STATE(574)] = 31958, [SMALL_STATE(575)] = 32006, [SMALL_STATE(576)] = 32054, [SMALL_STATE(577)] = 32102, [SMALL_STATE(578)] = 32150, [SMALL_STATE(579)] = 32198, [SMALL_STATE(580)] = 32246, [SMALL_STATE(581)] = 32294, [SMALL_STATE(582)] = 32342, [SMALL_STATE(583)] = 32390, [SMALL_STATE(584)] = 32438, [SMALL_STATE(585)] = 32486, [SMALL_STATE(586)] = 32534, [SMALL_STATE(587)] = 32582, [SMALL_STATE(588)] = 32630, [SMALL_STATE(589)] = 32678, [SMALL_STATE(590)] = 32726, [SMALL_STATE(591)] = 32808, [SMALL_STATE(592)] = 32856, [SMALL_STATE(593)] = 32904, [SMALL_STATE(594)] = 32952, [SMALL_STATE(595)] = 33000, [SMALL_STATE(596)] = 33082, [SMALL_STATE(597)] = 33130, [SMALL_STATE(598)] = 33178, [SMALL_STATE(599)] = 33226, [SMALL_STATE(600)] = 33274, [SMALL_STATE(601)] = 33322, [SMALL_STATE(602)] = 33370, [SMALL_STATE(603)] = 33418, [SMALL_STATE(604)] = 33466, [SMALL_STATE(605)] = 33514, [SMALL_STATE(606)] = 33562, [SMALL_STATE(607)] = 33625, [SMALL_STATE(608)] = 33694, [SMALL_STATE(609)] = 33751, [SMALL_STATE(610)] = 33814, [SMALL_STATE(611)] = 33883, [SMALL_STATE(612)] = 33954, [SMALL_STATE(613)] = 34023, [SMALL_STATE(614)] = 34084, [SMALL_STATE(615)] = 34141, [SMALL_STATE(616)] = 34208, [SMALL_STATE(617)] = 34273, [SMALL_STATE(618)] = 34342, [SMALL_STATE(619)] = 34399, [SMALL_STATE(620)] = 34468, [SMALL_STATE(621)] = 34525, [SMALL_STATE(622)] = 34596, [SMALL_STATE(623)] = 34665, [SMALL_STATE(624)] = 34726, [SMALL_STATE(625)] = 34783, [SMALL_STATE(626)] = 34850, [SMALL_STATE(627)] = 34915, [SMALL_STATE(628)] = 34986, [SMALL_STATE(629)] = 35057, [SMALL_STATE(630)] = 35114, [SMALL_STATE(631)] = 35171, [SMALL_STATE(632)] = 35228, [SMALL_STATE(633)] = 35299, [SMALL_STATE(634)] = 35370, [SMALL_STATE(635)] = 35416, [SMALL_STATE(636)] = 35482, [SMALL_STATE(637)] = 35548, [SMALL_STATE(638)] = 35614, [SMALL_STATE(639)] = 35680, [SMALL_STATE(640)] = 35746, [SMALL_STATE(641)] = 35812, [SMALL_STATE(642)] = 35878, [SMALL_STATE(643)] = 35944, [SMALL_STATE(644)] = 35994, [SMALL_STATE(645)] = 36060, [SMALL_STATE(646)] = 36126, [SMALL_STATE(647)] = 36192, [SMALL_STATE(648)] = 36242, [SMALL_STATE(649)] = 36312, [SMALL_STATE(650)] = 36382, [SMALL_STATE(651)] = 36448, [SMALL_STATE(652)] = 36514, [SMALL_STATE(653)] = 36580, [SMALL_STATE(654)] = 36646, [SMALL_STATE(655)] = 36712, [SMALL_STATE(656)] = 36778, [SMALL_STATE(657)] = 36824, [SMALL_STATE(658)] = 36872, [SMALL_STATE(659)] = 36920, [SMALL_STATE(660)] = 36986, [SMALL_STATE(661)] = 37052, [SMALL_STATE(662)] = 37118, [SMALL_STATE(663)] = 37184, [SMALL_STATE(664)] = 37250, [SMALL_STATE(665)] = 37316, [SMALL_STATE(666)] = 37382, [SMALL_STATE(667)] = 37448, [SMALL_STATE(668)] = 37514, [SMALL_STATE(669)] = 37580, [SMALL_STATE(670)] = 37646, [SMALL_STATE(671)] = 37712, [SMALL_STATE(672)] = 37760, [SMALL_STATE(673)] = 37826, [SMALL_STATE(674)] = 37892, [SMALL_STATE(675)] = 37940, [SMALL_STATE(676)] = 38006, [SMALL_STATE(677)] = 38072, [SMALL_STATE(678)] = 38138, [SMALL_STATE(679)] = 38204, [SMALL_STATE(680)] = 38270, [SMALL_STATE(681)] = 38336, [SMALL_STATE(682)] = 38402, [SMALL_STATE(683)] = 38468, [SMALL_STATE(684)] = 38534, [SMALL_STATE(685)] = 38600, [SMALL_STATE(686)] = 38666, [SMALL_STATE(687)] = 38732, [SMALL_STATE(688)] = 38798, [SMALL_STATE(689)] = 38847, [SMALL_STATE(690)] = 38926, [SMALL_STATE(691)] = 38971, [SMALL_STATE(692)] = 39016, [SMALL_STATE(693)] = 39065, [SMALL_STATE(694)] = 39114, [SMALL_STATE(695)] = 39180, [SMALL_STATE(696)] = 39224, [SMALL_STATE(697)] = 39284, [SMALL_STATE(698)] = 39352, [SMALL_STATE(699)] = 39428, [SMALL_STATE(700)] = 39476, [SMALL_STATE(701)] = 39520, [SMALL_STATE(702)] = 39588, [SMALL_STATE(703)] = 39642, [SMALL_STATE(704)] = 39710, [SMALL_STATE(705)] = 39764, [SMALL_STATE(706)] = 39828, [SMALL_STATE(707)] = 39886, [SMALL_STATE(708)] = 39948, [SMALL_STATE(709)] = 40002, [SMALL_STATE(710)] = 40056, [SMALL_STATE(711)] = 40103, [SMALL_STATE(712)] = 40156, [SMALL_STATE(713)] = 40203, [SMALL_STATE(714)] = 40262, [SMALL_STATE(715)] = 40309, [SMALL_STATE(716)] = 40354, [SMALL_STATE(717)] = 40399, [SMALL_STATE(718)] = 40442, [SMALL_STATE(719)] = 40505, [SMALL_STATE(720)] = 40572, [SMALL_STATE(721)] = 40625, [SMALL_STATE(722)] = 40692, [SMALL_STATE(723)] = 40737, [SMALL_STATE(724)] = 40782, [SMALL_STATE(725)] = 40825, [SMALL_STATE(726)] = 40872, [SMALL_STATE(727)] = 40917, [SMALL_STATE(728)] = 40970, [SMALL_STATE(729)] = 41015, [SMALL_STATE(730)] = 41082, [SMALL_STATE(731)] = 41143, [SMALL_STATE(732)] = 41208, [SMALL_STATE(733)] = 41253, [SMALL_STATE(734)] = 41310, [SMALL_STATE(735)] = 41363, [SMALL_STATE(736)] = 41408, [SMALL_STATE(737)] = 41450, [SMALL_STATE(738)] = 41492, [SMALL_STATE(739)] = 41534, [SMALL_STATE(740)] = 41576, [SMALL_STATE(741)] = 41618, [SMALL_STATE(742)] = 41662, [SMALL_STATE(743)] = 41706, [SMALL_STATE(744)] = 41750, [SMALL_STATE(745)] = 41792, [SMALL_STATE(746)] = 41834, [SMALL_STATE(747)] = 41876, [SMALL_STATE(748)] = 41918, [SMALL_STATE(749)] = 41960, [SMALL_STATE(750)] = 42002, [SMALL_STATE(751)] = 42044, [SMALL_STATE(752)] = 42086, [SMALL_STATE(753)] = 42128, [SMALL_STATE(754)] = 42170, [SMALL_STATE(755)] = 42212, [SMALL_STATE(756)] = 42254, [SMALL_STATE(757)] = 42296, [SMALL_STATE(758)] = 42338, [SMALL_STATE(759)] = 42380, [SMALL_STATE(760)] = 42422, [SMALL_STATE(761)] = 42464, [SMALL_STATE(762)] = 42506, [SMALL_STATE(763)] = 42548, [SMALL_STATE(764)] = 42590, [SMALL_STATE(765)] = 42632, [SMALL_STATE(766)] = 42674, [SMALL_STATE(767)] = 42716, [SMALL_STATE(768)] = 42758, [SMALL_STATE(769)] = 42800, [SMALL_STATE(770)] = 42844, [SMALL_STATE(771)] = 42888, [SMALL_STATE(772)] = 42930, [SMALL_STATE(773)] = 42972, [SMALL_STATE(774)] = 43014, [SMALL_STATE(775)] = 43055, [SMALL_STATE(776)] = 43096, [SMALL_STATE(777)] = 43137, [SMALL_STATE(778)] = 43178, [SMALL_STATE(779)] = 43219, [SMALL_STATE(780)] = 43260, [SMALL_STATE(781)] = 43301, [SMALL_STATE(782)] = 43342, [SMALL_STATE(783)] = 43383, [SMALL_STATE(784)] = 43424, [SMALL_STATE(785)] = 43465, [SMALL_STATE(786)] = 43506, [SMALL_STATE(787)] = 43547, [SMALL_STATE(788)] = 43588, [SMALL_STATE(789)] = 43629, [SMALL_STATE(790)] = 43670, [SMALL_STATE(791)] = 43711, [SMALL_STATE(792)] = 43752, [SMALL_STATE(793)] = 43793, [SMALL_STATE(794)] = 43834, [SMALL_STATE(795)] = 43879, [SMALL_STATE(796)] = 43924, [SMALL_STATE(797)] = 43965, [SMALL_STATE(798)] = 44006, [SMALL_STATE(799)] = 44047, [SMALL_STATE(800)] = 44088, [SMALL_STATE(801)] = 44129, [SMALL_STATE(802)] = 44170, [SMALL_STATE(803)] = 44211, [SMALL_STATE(804)] = 44252, [SMALL_STATE(805)] = 44293, [SMALL_STATE(806)] = 44334, [SMALL_STATE(807)] = 44375, [SMALL_STATE(808)] = 44416, [SMALL_STATE(809)] = 44457, [SMALL_STATE(810)] = 44531, [SMALL_STATE(811)] = 44605, [SMALL_STATE(812)] = 44679, [SMALL_STATE(813)] = 44753, [SMALL_STATE(814)] = 44826, [SMALL_STATE(815)] = 44897, [SMALL_STATE(816)] = 44968, [SMALL_STATE(817)] = 45039, [SMALL_STATE(818)] = 45110, [SMALL_STATE(819)] = 45181, [SMALL_STATE(820)] = 45253, [SMALL_STATE(821)] = 45325, [SMALL_STATE(822)] = 45393, [SMALL_STATE(823)] = 45465, [SMALL_STATE(824)] = 45531, [SMALL_STATE(825)] = 45594, [SMALL_STATE(826)] = 45657, [SMALL_STATE(827)] = 45712, [SMALL_STATE(828)] = 45767, [SMALL_STATE(829)] = 45807, [SMALL_STATE(830)] = 45847, [SMALL_STATE(831)] = 45887, [SMALL_STATE(832)] = 45927, [SMALL_STATE(833)] = 45957, [SMALL_STATE(834)] = 45982, [SMALL_STATE(835)] = 46007, [SMALL_STATE(836)] = 46044, [SMALL_STATE(837)] = 46069, [SMALL_STATE(838)] = 46106, [SMALL_STATE(839)] = 46135, [SMALL_STATE(840)] = 46164, [SMALL_STATE(841)] = 46189, [SMALL_STATE(842)] = 46223, [SMALL_STATE(843)] = 46251, [SMALL_STATE(844)] = 46285, [SMALL_STATE(845)] = 46331, [SMALL_STATE(846)] = 46374, [SMALL_STATE(847)] = 46417, [SMALL_STATE(848)] = 46448, [SMALL_STATE(849)] = 46491, [SMALL_STATE(850)] = 46534, [SMALL_STATE(851)] = 46577, [SMALL_STATE(852)] = 46617, [SMALL_STATE(853)] = 46663, [SMALL_STATE(854)] = 46709, [SMALL_STATE(855)] = 46755, [SMALL_STATE(856)] = 46780, [SMALL_STATE(857)] = 46817, [SMALL_STATE(858)] = 46854, [SMALL_STATE(859)] = 46891, [SMALL_STATE(860)] = 46928, [SMALL_STATE(861)] = 46950, [SMALL_STATE(862)] = 46984, [SMALL_STATE(863)] = 47018, [SMALL_STATE(864)] = 47040, [SMALL_STATE(865)] = 47077, [SMALL_STATE(866)] = 47099, [SMALL_STATE(867)] = 47118, [SMALL_STATE(868)] = 47155, [SMALL_STATE(869)] = 47192, [SMALL_STATE(870)] = 47215, [SMALL_STATE(871)] = 47242, [SMALL_STATE(872)] = 47263, [SMALL_STATE(873)] = 47286, [SMALL_STATE(874)] = 47307, [SMALL_STATE(875)] = 47328, [SMALL_STATE(876)] = 47351, [SMALL_STATE(877)] = 47374, [SMALL_STATE(878)] = 47399, [SMALL_STATE(879)] = 47422, [SMALL_STATE(880)] = 47445, [SMALL_STATE(881)] = 47466, [SMALL_STATE(882)] = 47489, [SMALL_STATE(883)] = 47506, [SMALL_STATE(884)] = 47529, [SMALL_STATE(885)] = 47566, [SMALL_STATE(886)] = 47591, [SMALL_STATE(887)] = 47612, [SMALL_STATE(888)] = 47637, [SMALL_STATE(889)] = 47674, [SMALL_STATE(890)] = 47704, [SMALL_STATE(891)] = 47734, [SMALL_STATE(892)] = 47764, [SMALL_STATE(893)] = 47794, [SMALL_STATE(894)] = 47828, [SMALL_STATE(895)] = 47862, [SMALL_STATE(896)] = 47896, [SMALL_STATE(897)] = 47914, [SMALL_STATE(898)] = 47932, [SMALL_STATE(899)] = 47954, [SMALL_STATE(900)] = 47976, [SMALL_STATE(901)] = 48010, [SMALL_STATE(902)] = 48044, [SMALL_STATE(903)] = 48066, [SMALL_STATE(904)] = 48096, [SMALL_STATE(905)] = 48126, [SMALL_STATE(906)] = 48160, [SMALL_STATE(907)] = 48194, [SMALL_STATE(908)] = 48224, [SMALL_STATE(909)] = 48246, [SMALL_STATE(910)] = 48276, [SMALL_STATE(911)] = 48310, [SMALL_STATE(912)] = 48344, [SMALL_STATE(913)] = 48374, [SMALL_STATE(914)] = 48393, [SMALL_STATE(915)] = 48412, [SMALL_STATE(916)] = 48431, [SMALL_STATE(917)] = 48454, [SMALL_STATE(918)] = 48473, [SMALL_STATE(919)] = 48498, [SMALL_STATE(920)] = 48521, [SMALL_STATE(921)] = 48540, [SMALL_STATE(922)] = 48559, [SMALL_STATE(923)] = 48582, [SMALL_STATE(924)] = 48596, [SMALL_STATE(925)] = 48610, [SMALL_STATE(926)] = 48628, [SMALL_STATE(927)] = 48642, [SMALL_STATE(928)] = 48656, [SMALL_STATE(929)] = 48674, [SMALL_STATE(930)] = 48688, [SMALL_STATE(931)] = 48702, [SMALL_STATE(932)] = 48720, [SMALL_STATE(933)] = 48744, [SMALL_STATE(934)] = 48762, [SMALL_STATE(935)] = 48776, [SMALL_STATE(936)] = 48790, [SMALL_STATE(937)] = 48808, [SMALL_STATE(938)] = 48822, [SMALL_STATE(939)] = 48840, [SMALL_STATE(940)] = 48858, [SMALL_STATE(941)] = 48872, [SMALL_STATE(942)] = 48890, [SMALL_STATE(943)] = 48904, [SMALL_STATE(944)] = 48918, [SMALL_STATE(945)] = 48932, [SMALL_STATE(946)] = 48950, [SMALL_STATE(947)] = 48970, [SMALL_STATE(948)] = 48984, [SMALL_STATE(949)] = 48998, [SMALL_STATE(950)] = 49012, [SMALL_STATE(951)] = 49026, [SMALL_STATE(952)] = 49040, [SMALL_STATE(953)] = 49060, [SMALL_STATE(954)] = 49074, [SMALL_STATE(955)] = 49088, [SMALL_STATE(956)] = 49102, [SMALL_STATE(957)] = 49128, [SMALL_STATE(958)] = 49152, [SMALL_STATE(959)] = 49170, [SMALL_STATE(960)] = 49190, [SMALL_STATE(961)] = 49210, [SMALL_STATE(962)] = 49224, [SMALL_STATE(963)] = 49238, [SMALL_STATE(964)] = 49256, [SMALL_STATE(965)] = 49270, [SMALL_STATE(966)] = 49292, [SMALL_STATE(967)] = 49308, [SMALL_STATE(968)] = 49326, [SMALL_STATE(969)] = 49342, [SMALL_STATE(970)] = 49361, [SMALL_STATE(971)] = 49376, [SMALL_STATE(972)] = 49393, [SMALL_STATE(973)] = 49408, [SMALL_STATE(974)] = 49429, [SMALL_STATE(975)] = 49452, [SMALL_STATE(976)] = 49473, [SMALL_STATE(977)] = 49492, [SMALL_STATE(978)] = 49515, [SMALL_STATE(979)] = 49534, [SMALL_STATE(980)] = 49547, [SMALL_STATE(981)] = 49570, [SMALL_STATE(982)] = 49589, [SMALL_STATE(983)] = 49602, [SMALL_STATE(984)] = 49621, [SMALL_STATE(985)] = 49640, [SMALL_STATE(986)] = 49659, [SMALL_STATE(987)] = 49672, [SMALL_STATE(988)] = 49693, [SMALL_STATE(989)] = 49714, [SMALL_STATE(990)] = 49727, [SMALL_STATE(991)] = 49752, [SMALL_STATE(992)] = 49777, [SMALL_STATE(993)] = 49798, [SMALL_STATE(994)] = 49821, [SMALL_STATE(995)] = 49844, [SMALL_STATE(996)] = 49863, [SMALL_STATE(997)] = 49888, [SMALL_STATE(998)] = 49911, [SMALL_STATE(999)] = 49930, [SMALL_STATE(1000)] = 49953, [SMALL_STATE(1001)] = 49966, [SMALL_STATE(1002)] = 49983, [SMALL_STATE(1003)] = 50004, [SMALL_STATE(1004)] = 50017, [SMALL_STATE(1005)] = 50040, [SMALL_STATE(1006)] = 50053, [SMALL_STATE(1007)] = 50072, [SMALL_STATE(1008)] = 50089, [SMALL_STATE(1009)] = 50112, [SMALL_STATE(1010)] = 50133, [SMALL_STATE(1011)] = 50158, [SMALL_STATE(1012)] = 50180, [SMALL_STATE(1013)] = 50200, [SMALL_STATE(1014)] = 50214, [SMALL_STATE(1015)] = 50236, [SMALL_STATE(1016)] = 50248, [SMALL_STATE(1017)] = 50266, [SMALL_STATE(1018)] = 50282, [SMALL_STATE(1019)] = 50300, [SMALL_STATE(1020)] = 50316, [SMALL_STATE(1021)] = 50330, [SMALL_STATE(1022)] = 50348, [SMALL_STATE(1023)] = 50370, [SMALL_STATE(1024)] = 50384, [SMALL_STATE(1025)] = 50402, [SMALL_STATE(1026)] = 50420, [SMALL_STATE(1027)] = 50442, [SMALL_STATE(1028)] = 50454, [SMALL_STATE(1029)] = 50474, [SMALL_STATE(1030)] = 50490, [SMALL_STATE(1031)] = 50512, [SMALL_STATE(1032)] = 50528, [SMALL_STATE(1033)] = 50544, [SMALL_STATE(1034)] = 50564, [SMALL_STATE(1035)] = 50580, [SMALL_STATE(1036)] = 50598, [SMALL_STATE(1037)] = 50612, [SMALL_STATE(1038)] = 50630, [SMALL_STATE(1039)] = 50650, [SMALL_STATE(1040)] = 50672, [SMALL_STATE(1041)] = 50688, [SMALL_STATE(1042)] = 50702, [SMALL_STATE(1043)] = 50716, [SMALL_STATE(1044)] = 50736, [SMALL_STATE(1045)] = 50756, [SMALL_STATE(1046)] = 50778, [SMALL_STATE(1047)] = 50797, [SMALL_STATE(1048)] = 50816, [SMALL_STATE(1049)] = 50827, [SMALL_STATE(1050)] = 50844, [SMALL_STATE(1051)] = 50861, [SMALL_STATE(1052)] = 50876, [SMALL_STATE(1053)] = 50893, [SMALL_STATE(1054)] = 50912, [SMALL_STATE(1055)] = 50931, [SMALL_STATE(1056)] = 50948, [SMALL_STATE(1057)] = 50965, [SMALL_STATE(1058)] = 50982, [SMALL_STATE(1059)] = 51001, [SMALL_STATE(1060)] = 51016, [SMALL_STATE(1061)] = 51035, [SMALL_STATE(1062)] = 51050, [SMALL_STATE(1063)] = 51061, [SMALL_STATE(1064)] = 51078, [SMALL_STATE(1065)] = 51095, [SMALL_STATE(1066)] = 51110, [SMALL_STATE(1067)] = 51127, [SMALL_STATE(1068)] = 51146, [SMALL_STATE(1069)] = 51163, [SMALL_STATE(1070)] = 51182, [SMALL_STATE(1071)] = 51199, [SMALL_STATE(1072)] = 51216, [SMALL_STATE(1073)] = 51233, [SMALL_STATE(1074)] = 51250, [SMALL_STATE(1075)] = 51267, [SMALL_STATE(1076)] = 51282, [SMALL_STATE(1077)] = 51299, [SMALL_STATE(1078)] = 51318, [SMALL_STATE(1079)] = 51329, [SMALL_STATE(1080)] = 51344, [SMALL_STATE(1081)] = 51363, [SMALL_STATE(1082)] = 51378, [SMALL_STATE(1083)] = 51395, [SMALL_STATE(1084)] = 51412, [SMALL_STATE(1085)] = 51426, [SMALL_STATE(1086)] = 51442, [SMALL_STATE(1087)] = 51456, [SMALL_STATE(1088)] = 51470, [SMALL_STATE(1089)] = 51486, [SMALL_STATE(1090)] = 51502, [SMALL_STATE(1091)] = 51518, [SMALL_STATE(1092)] = 51534, [SMALL_STATE(1093)] = 51548, [SMALL_STATE(1094)] = 51558, [SMALL_STATE(1095)] = 51574, [SMALL_STATE(1096)] = 51588, [SMALL_STATE(1097)] = 51604, [SMALL_STATE(1098)] = 51618, [SMALL_STATE(1099)] = 51632, [SMALL_STATE(1100)] = 51646, [SMALL_STATE(1101)] = 51662, [SMALL_STATE(1102)] = 51676, [SMALL_STATE(1103)] = 51690, [SMALL_STATE(1104)] = 51704, [SMALL_STATE(1105)] = 51720, [SMALL_STATE(1106)] = 51734, [SMALL_STATE(1107)] = 51748, [SMALL_STATE(1108)] = 51762, [SMALL_STATE(1109)] = 51776, [SMALL_STATE(1110)] = 51790, [SMALL_STATE(1111)] = 51806, [SMALL_STATE(1112)] = 51820, [SMALL_STATE(1113)] = 51834, [SMALL_STATE(1114)] = 51844, [SMALL_STATE(1115)] = 51854, [SMALL_STATE(1116)] = 51870, [SMALL_STATE(1117)] = 51884, [SMALL_STATE(1118)] = 51898, [SMALL_STATE(1119)] = 51908, [SMALL_STATE(1120)] = 51918, [SMALL_STATE(1121)] = 51932, [SMALL_STATE(1122)] = 51948, [SMALL_STATE(1123)] = 51962, [SMALL_STATE(1124)] = 51978, [SMALL_STATE(1125)] = 51990, [SMALL_STATE(1126)] = 52006, [SMALL_STATE(1127)] = 52020, [SMALL_STATE(1128)] = 52034, [SMALL_STATE(1129)] = 52044, [SMALL_STATE(1130)] = 52060, [SMALL_STATE(1131)] = 52076, [SMALL_STATE(1132)] = 52092, [SMALL_STATE(1133)] = 52108, [SMALL_STATE(1134)] = 52122, [SMALL_STATE(1135)] = 52138, [SMALL_STATE(1136)] = 52154, [SMALL_STATE(1137)] = 52168, [SMALL_STATE(1138)] = 52184, [SMALL_STATE(1139)] = 52198, [SMALL_STATE(1140)] = 52212, [SMALL_STATE(1141)] = 52228, [SMALL_STATE(1142)] = 52240, [SMALL_STATE(1143)] = 52256, [SMALL_STATE(1144)] = 52272, [SMALL_STATE(1145)] = 52286, [SMALL_STATE(1146)] = 52302, [SMALL_STATE(1147)] = 52318, [SMALL_STATE(1148)] = 52334, [SMALL_STATE(1149)] = 52350, [SMALL_STATE(1150)] = 52364, [SMALL_STATE(1151)] = 52380, [SMALL_STATE(1152)] = 52394, [SMALL_STATE(1153)] = 52410, [SMALL_STATE(1154)] = 52421, [SMALL_STATE(1155)] = 52430, [SMALL_STATE(1156)] = 52443, [SMALL_STATE(1157)] = 52456, [SMALL_STATE(1158)] = 52469, [SMALL_STATE(1159)] = 52482, [SMALL_STATE(1160)] = 52495, [SMALL_STATE(1161)] = 52508, [SMALL_STATE(1162)] = 52517, [SMALL_STATE(1163)] = 52530, [SMALL_STATE(1164)] = 52543, [SMALL_STATE(1165)] = 52556, [SMALL_STATE(1166)] = 52569, [SMALL_STATE(1167)] = 52582, [SMALL_STATE(1168)] = 52595, [SMALL_STATE(1169)] = 52606, [SMALL_STATE(1170)] = 52619, [SMALL_STATE(1171)] = 52632, [SMALL_STATE(1172)] = 52645, [SMALL_STATE(1173)] = 52658, [SMALL_STATE(1174)] = 52671, [SMALL_STATE(1175)] = 52684, [SMALL_STATE(1176)] = 52695, [SMALL_STATE(1177)] = 52708, [SMALL_STATE(1178)] = 52721, [SMALL_STATE(1179)] = 52730, [SMALL_STATE(1180)] = 52743, [SMALL_STATE(1181)] = 52754, [SMALL_STATE(1182)] = 52767, [SMALL_STATE(1183)] = 52776, [SMALL_STATE(1184)] = 52789, [SMALL_STATE(1185)] = 52802, [SMALL_STATE(1186)] = 52813, [SMALL_STATE(1187)] = 52826, [SMALL_STATE(1188)] = 52839, [SMALL_STATE(1189)] = 52852, [SMALL_STATE(1190)] = 52865, [SMALL_STATE(1191)] = 52878, [SMALL_STATE(1192)] = 52887, [SMALL_STATE(1193)] = 52896, [SMALL_STATE(1194)] = 52905, [SMALL_STATE(1195)] = 52918, [SMALL_STATE(1196)] = 52931, [SMALL_STATE(1197)] = 52944, [SMALL_STATE(1198)] = 52957, [SMALL_STATE(1199)] = 52970, [SMALL_STATE(1200)] = 52983, [SMALL_STATE(1201)] = 52992, [SMALL_STATE(1202)] = 53005, [SMALL_STATE(1203)] = 53018, [SMALL_STATE(1204)] = 53031, [SMALL_STATE(1205)] = 53040, [SMALL_STATE(1206)] = 53053, [SMALL_STATE(1207)] = 53066, [SMALL_STATE(1208)] = 53079, [SMALL_STATE(1209)] = 53092, [SMALL_STATE(1210)] = 53101, [SMALL_STATE(1211)] = 53114, [SMALL_STATE(1212)] = 53127, [SMALL_STATE(1213)] = 53140, [SMALL_STATE(1214)] = 53153, [SMALL_STATE(1215)] = 53166, [SMALL_STATE(1216)] = 53179, [SMALL_STATE(1217)] = 53192, [SMALL_STATE(1218)] = 53203, [SMALL_STATE(1219)] = 53216, [SMALL_STATE(1220)] = 53227, [SMALL_STATE(1221)] = 53240, [SMALL_STATE(1222)] = 53253, [SMALL_STATE(1223)] = 53266, [SMALL_STATE(1224)] = 53279, [SMALL_STATE(1225)] = 53292, [SMALL_STATE(1226)] = 53305, [SMALL_STATE(1227)] = 53318, [SMALL_STATE(1228)] = 53331, [SMALL_STATE(1229)] = 53344, [SMALL_STATE(1230)] = 53357, [SMALL_STATE(1231)] = 53370, [SMALL_STATE(1232)] = 53383, [SMALL_STATE(1233)] = 53396, [SMALL_STATE(1234)] = 53409, [SMALL_STATE(1235)] = 53422, [SMALL_STATE(1236)] = 53431, [SMALL_STATE(1237)] = 53444, [SMALL_STATE(1238)] = 53457, [SMALL_STATE(1239)] = 53470, [SMALL_STATE(1240)] = 53483, [SMALL_STATE(1241)] = 53496, [SMALL_STATE(1242)] = 53509, [SMALL_STATE(1243)] = 53522, [SMALL_STATE(1244)] = 53535, [SMALL_STATE(1245)] = 53544, [SMALL_STATE(1246)] = 53557, [SMALL_STATE(1247)] = 53570, [SMALL_STATE(1248)] = 53583, [SMALL_STATE(1249)] = 53596, [SMALL_STATE(1250)] = 53609, [SMALL_STATE(1251)] = 53622, [SMALL_STATE(1252)] = 53635, [SMALL_STATE(1253)] = 53648, [SMALL_STATE(1254)] = 53659, [SMALL_STATE(1255)] = 53670, [SMALL_STATE(1256)] = 53681, [SMALL_STATE(1257)] = 53690, [SMALL_STATE(1258)] = 53703, [SMALL_STATE(1259)] = 53712, [SMALL_STATE(1260)] = 53723, [SMALL_STATE(1261)] = 53736, [SMALL_STATE(1262)] = 53749, [SMALL_STATE(1263)] = 53762, [SMALL_STATE(1264)] = 53775, [SMALL_STATE(1265)] = 53786, [SMALL_STATE(1266)] = 53799, [SMALL_STATE(1267)] = 53812, [SMALL_STATE(1268)] = 53825, [SMALL_STATE(1269)] = 53834, [SMALL_STATE(1270)] = 53847, [SMALL_STATE(1271)] = 53860, [SMALL_STATE(1272)] = 53873, [SMALL_STATE(1273)] = 53886, [SMALL_STATE(1274)] = 53899, [SMALL_STATE(1275)] = 53912, [SMALL_STATE(1276)] = 53925, [SMALL_STATE(1277)] = 53938, [SMALL_STATE(1278)] = 53951, [SMALL_STATE(1279)] = 53964, [SMALL_STATE(1280)] = 53977, [SMALL_STATE(1281)] = 53990, [SMALL_STATE(1282)] = 54003, [SMALL_STATE(1283)] = 54016, [SMALL_STATE(1284)] = 54026, [SMALL_STATE(1285)] = 54036, [SMALL_STATE(1286)] = 54044, [SMALL_STATE(1287)] = 54052, [SMALL_STATE(1288)] = 54062, [SMALL_STATE(1289)] = 54072, [SMALL_STATE(1290)] = 54082, [SMALL_STATE(1291)] = 54092, [SMALL_STATE(1292)] = 54100, [SMALL_STATE(1293)] = 54108, [SMALL_STATE(1294)] = 54116, [SMALL_STATE(1295)] = 54124, [SMALL_STATE(1296)] = 54132, [SMALL_STATE(1297)] = 54142, [SMALL_STATE(1298)] = 54150, [SMALL_STATE(1299)] = 54158, [SMALL_STATE(1300)] = 54168, [SMALL_STATE(1301)] = 54176, [SMALL_STATE(1302)] = 54184, [SMALL_STATE(1303)] = 54194, [SMALL_STATE(1304)] = 54204, [SMALL_STATE(1305)] = 54212, [SMALL_STATE(1306)] = 54220, [SMALL_STATE(1307)] = 54228, [SMALL_STATE(1308)] = 54236, [SMALL_STATE(1309)] = 54244, [SMALL_STATE(1310)] = 54254, [SMALL_STATE(1311)] = 54264, [SMALL_STATE(1312)] = 54272, [SMALL_STATE(1313)] = 54280, [SMALL_STATE(1314)] = 54288, [SMALL_STATE(1315)] = 54296, [SMALL_STATE(1316)] = 54304, [SMALL_STATE(1317)] = 54312, [SMALL_STATE(1318)] = 54322, [SMALL_STATE(1319)] = 54330, [SMALL_STATE(1320)] = 54340, [SMALL_STATE(1321)] = 54348, [SMALL_STATE(1322)] = 54356, [SMALL_STATE(1323)] = 54364, [SMALL_STATE(1324)] = 54374, [SMALL_STATE(1325)] = 54384, [SMALL_STATE(1326)] = 54392, [SMALL_STATE(1327)] = 54400, [SMALL_STATE(1328)] = 54408, [SMALL_STATE(1329)] = 54418, [SMALL_STATE(1330)] = 54428, [SMALL_STATE(1331)] = 54438, [SMALL_STATE(1332)] = 54448, [SMALL_STATE(1333)] = 54456, [SMALL_STATE(1334)] = 54464, [SMALL_STATE(1335)] = 54472, [SMALL_STATE(1336)] = 54480, [SMALL_STATE(1337)] = 54488, [SMALL_STATE(1338)] = 54496, [SMALL_STATE(1339)] = 54504, [SMALL_STATE(1340)] = 54512, [SMALL_STATE(1341)] = 54520, [SMALL_STATE(1342)] = 54528, [SMALL_STATE(1343)] = 54536, [SMALL_STATE(1344)] = 54546, [SMALL_STATE(1345)] = 54554, [SMALL_STATE(1346)] = 54562, [SMALL_STATE(1347)] = 54572, [SMALL_STATE(1348)] = 54580, [SMALL_STATE(1349)] = 54590, [SMALL_STATE(1350)] = 54598, [SMALL_STATE(1351)] = 54606, [SMALL_STATE(1352)] = 54616, [SMALL_STATE(1353)] = 54626, [SMALL_STATE(1354)] = 54636, [SMALL_STATE(1355)] = 54643, [SMALL_STATE(1356)] = 54650, [SMALL_STATE(1357)] = 54657, [SMALL_STATE(1358)] = 54664, [SMALL_STATE(1359)] = 54671, [SMALL_STATE(1360)] = 54678, [SMALL_STATE(1361)] = 54685, [SMALL_STATE(1362)] = 54692, [SMALL_STATE(1363)] = 54699, [SMALL_STATE(1364)] = 54706, [SMALL_STATE(1365)] = 54713, [SMALL_STATE(1366)] = 54720, [SMALL_STATE(1367)] = 54727, [SMALL_STATE(1368)] = 54734, [SMALL_STATE(1369)] = 54741, [SMALL_STATE(1370)] = 54748, [SMALL_STATE(1371)] = 54755, [SMALL_STATE(1372)] = 54762, [SMALL_STATE(1373)] = 54769, [SMALL_STATE(1374)] = 54776, [SMALL_STATE(1375)] = 54783, [SMALL_STATE(1376)] = 54790, [SMALL_STATE(1377)] = 54797, [SMALL_STATE(1378)] = 54804, [SMALL_STATE(1379)] = 54811, [SMALL_STATE(1380)] = 54818, [SMALL_STATE(1381)] = 54825, [SMALL_STATE(1382)] = 54832, [SMALL_STATE(1383)] = 54839, [SMALL_STATE(1384)] = 54846, [SMALL_STATE(1385)] = 54853, [SMALL_STATE(1386)] = 54860, [SMALL_STATE(1387)] = 54867, [SMALL_STATE(1388)] = 54874, [SMALL_STATE(1389)] = 54881, [SMALL_STATE(1390)] = 54888, [SMALL_STATE(1391)] = 54895, [SMALL_STATE(1392)] = 54902, [SMALL_STATE(1393)] = 54909, [SMALL_STATE(1394)] = 54916, [SMALL_STATE(1395)] = 54923, [SMALL_STATE(1396)] = 54930, [SMALL_STATE(1397)] = 54937, [SMALL_STATE(1398)] = 54944, [SMALL_STATE(1399)] = 54951, [SMALL_STATE(1400)] = 54958, [SMALL_STATE(1401)] = 54965, [SMALL_STATE(1402)] = 54972, [SMALL_STATE(1403)] = 54979, [SMALL_STATE(1404)] = 54986, [SMALL_STATE(1405)] = 54993, [SMALL_STATE(1406)] = 55000, [SMALL_STATE(1407)] = 55007, [SMALL_STATE(1408)] = 55014, [SMALL_STATE(1409)] = 55021, [SMALL_STATE(1410)] = 55028, [SMALL_STATE(1411)] = 55035, [SMALL_STATE(1412)] = 55042, [SMALL_STATE(1413)] = 55049, [SMALL_STATE(1414)] = 55056, [SMALL_STATE(1415)] = 55063, [SMALL_STATE(1416)] = 55070, [SMALL_STATE(1417)] = 55077, [SMALL_STATE(1418)] = 55084, [SMALL_STATE(1419)] = 55091, [SMALL_STATE(1420)] = 55098, [SMALL_STATE(1421)] = 55105, [SMALL_STATE(1422)] = 55112, [SMALL_STATE(1423)] = 55119, [SMALL_STATE(1424)] = 55126, [SMALL_STATE(1425)] = 55133, [SMALL_STATE(1426)] = 55140, [SMALL_STATE(1427)] = 55147, [SMALL_STATE(1428)] = 55154, [SMALL_STATE(1429)] = 55161, [SMALL_STATE(1430)] = 55168, [SMALL_STATE(1431)] = 55175, [SMALL_STATE(1432)] = 55182, [SMALL_STATE(1433)] = 55189, [SMALL_STATE(1434)] = 55196, [SMALL_STATE(1435)] = 55203, [SMALL_STATE(1436)] = 55210, [SMALL_STATE(1437)] = 55217, [SMALL_STATE(1438)] = 55224, [SMALL_STATE(1439)] = 55231, [SMALL_STATE(1440)] = 55238, [SMALL_STATE(1441)] = 55245, [SMALL_STATE(1442)] = 55252, [SMALL_STATE(1443)] = 55259, [SMALL_STATE(1444)] = 55266, [SMALL_STATE(1445)] = 55273, [SMALL_STATE(1446)] = 55280, [SMALL_STATE(1447)] = 55287, [SMALL_STATE(1448)] = 55294, [SMALL_STATE(1449)] = 55301, [SMALL_STATE(1450)] = 55308, [SMALL_STATE(1451)] = 55315, [SMALL_STATE(1452)] = 55322, [SMALL_STATE(1453)] = 55329, [SMALL_STATE(1454)] = 55336, [SMALL_STATE(1455)] = 55343, [SMALL_STATE(1456)] = 55350, [SMALL_STATE(1457)] = 55357, [SMALL_STATE(1458)] = 55364, [SMALL_STATE(1459)] = 55371, [SMALL_STATE(1460)] = 55378, [SMALL_STATE(1461)] = 55385, [SMALL_STATE(1462)] = 55392, [SMALL_STATE(1463)] = 55399, [SMALL_STATE(1464)] = 55406, [SMALL_STATE(1465)] = 55413, [SMALL_STATE(1466)] = 55420, [SMALL_STATE(1467)] = 55427, [SMALL_STATE(1468)] = 55434, [SMALL_STATE(1469)] = 55441, [SMALL_STATE(1470)] = 55448, [SMALL_STATE(1471)] = 55455, [SMALL_STATE(1472)] = 55462, [SMALL_STATE(1473)] = 55469, [SMALL_STATE(1474)] = 55476, [SMALL_STATE(1475)] = 55483, [SMALL_STATE(1476)] = 55490, [SMALL_STATE(1477)] = 55497, [SMALL_STATE(1478)] = 55504, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 0), [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), [109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1), [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), [113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), [115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(331), [118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1152), [121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(997), [124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(153), [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(351), [130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(72), [133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(374), [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(194), [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(224), [142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(168), [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1301), [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1305), [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1292), [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(389), [157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(241), [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(561), [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(375), [166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1408), [169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(291), [172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(66), [175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(644), [178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(157), [181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(164), [184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(353), [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1379), [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1397), [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1461), [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(256), [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(301), [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1474), [205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(367), [208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(368), [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(850), [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(178), [217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(773), [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(773), [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(134), [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(891), [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), [231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(439), [234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(239), [237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(564), [240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(440), [243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1447), [246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(303), [249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(67), [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1469), [255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1450), [258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), [260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), [262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(197), [265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), REDUCE(sym_primary_expression, 1, .production_id = 1), [268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(402), [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), [275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .production_id = 1), [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(675), [280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(204), [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(353), [288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1), SHIFT(432), [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), [293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), [297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), [573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 8), [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), [580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 8), [582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), [586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 8), [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), [612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), [616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), [624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 1), [626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), [628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), [630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), [638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), [644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), [646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), [648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), [660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3, .production_id = 16), [662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3, .production_id = 16), [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), [676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, .production_id = 7), [678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2, .production_id = 7), [680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3, .production_id = 16), [682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, .production_id = 7), [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), [710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 1), [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), [738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, .production_id = 24), [740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 3, .production_id = 50), [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), [744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 123), [746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 123), [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), [756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 3, .production_id = 16), [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), [778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1), [780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 122), [782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 122), [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), [786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), [790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, .production_id = 141), [792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, .production_id = 141), [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), [796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, .production_id = 7), [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), [808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 98), [810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, .production_id = 98), [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), [814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 3, .production_id = 16), [816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 2, .production_id = 7), [818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 70), [820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 70), [822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 40), [824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, .production_id = 40), [826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 33), [828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, .production_id = 81), [830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, .production_id = 81), [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422), [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), [846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 56), [848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 56), [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), [858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), [870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), [874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), [876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), [882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 54), [884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 54), [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), [888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 3), [890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 3), [892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 76), [894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 76), [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), [898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 77), [900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 77), [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), [906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 2), [908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 2), [910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 4), [912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 4), [914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1), [916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1), [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), [920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), [922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(344), [925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), [927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), [929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, .production_id = 69), [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), [933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 102), [935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 102), [937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), [939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2), [941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), SHIFT_REPEAT(1463), [944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), SHIFT_REPEAT(1381), [947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(319), [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1), [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), [972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), [974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), SHIFT_REPEAT(406), [977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 10), [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), [981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 68), [983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 69), [985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3), [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), [991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 95), [993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 28), [995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 29), [997] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), SHIFT_REPEAT(441), [1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2), [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 8, .production_id = 165), [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 8, .production_id = 165), [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cases, 1), [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cases, 1), [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), [1016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1), [1018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 9), [1021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1), [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), [1025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 9), [1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 9), [1029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cases_repeat1, 2), [1031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2), [1033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2), SHIFT_REPEAT(809), [1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 3, .production_id = 56), [1038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 3, .production_id = 56), [1040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, .production_id = 81), [1042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, .production_id = 81), [1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, .production_id = 130), [1046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, .production_id = 130), [1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 5, .production_id = 147), [1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 5, .production_id = 147), [1052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 5, .production_id = 148), [1054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 5, .production_id = 148), [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 6, .production_id = 157), [1058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 6, .production_id = 157), [1060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 6, .production_id = 158), [1062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 6, .production_id = 158), [1064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 7, .production_id = 163), [1066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 7, .production_id = 163), [1068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 7, .production_id = 164), [1070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 7, .production_id = 164), [1072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1), REDUCE(sym_primary_expression, 1), [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), [1077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1), [1079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1), [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), [1083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2), SHIFT_REPEAT(810), [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 80), [1088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 80), [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, .production_id = 55), [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, .production_id = 55), [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, .production_id = 56), [1096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, .production_id = 56), [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), [1104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), [1106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern, 2), REDUCE(sym_list, 2), [1109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), [1111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2), [1113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2), [1115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 105), [1117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 105), [1119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 81), [1121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 81), [1123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 125), [1125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 125), [1127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 129), [1129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 129), [1131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, .production_id = 54), [1133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, .production_id = 54), [1135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 143), [1137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 143), [1139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, .production_id = 77), [1141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, .production_id = 77), [1143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 74), [1145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 74), [1147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), [1149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), REDUCE(sym_tuple, 2), [1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), [1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), [1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 2), [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 6, .production_id = 159), [1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 6, .production_id = 159), [1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, .production_id = 56), [1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, .production_id = 56), [1166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 4, .production_id = 134), [1168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 4, .production_id = 134), [1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, .production_id = 81), [1172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, .production_id = 81), [1174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, .production_id = 150), [1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, .production_id = 150), [1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, .production_id = 151), [1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, .production_id = 151), [1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 138), [1184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 138), [1186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 124), [1188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 124), [1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, .production_id = 57), [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, .production_id = 57), [1194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 90), [1196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 90), [1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 60), [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 60), [1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 4, .production_id = 64), [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 64), [1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 126), [1208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 126), [1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 127), [1212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 127), [1214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 128), [1216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 128), [1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 75), [1220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 75), [1222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorated_definition, 2, .production_id = 19), [1224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorated_definition, 2, .production_id = 19), [1226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 78), [1228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 78), [1230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 79), [1232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 79), [1234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 91), [1236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 91), [1238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 3, .production_id = 50), [1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), [1242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 82), [1244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 82), [1246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 87), [1248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 87), [1250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 89), [1252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 89), [1254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 99), [1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 99), [1258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 101), [1260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 101), [1262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, .production_id = 103), [1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, .production_id = 103), [1266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 104), [1268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 104), [1270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 59), [1272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 59), [1274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, .production_id = 106), [1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, .production_id = 106), [1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 3, .production_id = 56), [1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 3, .production_id = 56), [1282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 56), [1284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 56), [1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 4, .production_id = 81), [1288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 4, .production_id = 81), [1290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 114), [1292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 114), [1294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 115), [1296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 115), [1298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 116), [1300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 116), [1302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 117), [1304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 117), [1306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 118), [1308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 118), [1310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 7, .production_id = 81), [1312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 7, .production_id = 81), [1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 137), [1316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 137), [1318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 7, .production_id = 139), [1320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 139), [1322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 142), [1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 142), [1326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 144), [1328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 144), [1330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 145), [1332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 145), [1334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 146), [1336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 146), [1338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 152), [1340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 152), [1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 153), [1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 153), [1346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 154), [1348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 154), [1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 155), [1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 155), [1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 156), [1356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 156), [1358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 161), [1360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 161), [1362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, .production_id = 162), [1364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, .production_id = 162), [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, .production_id = 24), [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), [1370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), [1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), [1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), [1378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(892), [1381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, .production_id = 2), [1383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, .production_id = 2), [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), [1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1), [1389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), [1393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, .production_id = 20), [1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, .production_id = 20), [1397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, .production_id = 61), [1399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, .production_id = 61), [1401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3, .production_id = 25), [1403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3, .production_id = 25), [1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, .production_id = 31), [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, .production_id = 31), [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3), [1411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3), [1413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, .production_id = 67), [1415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, .production_id = 67), [1417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, .production_id = 31), [1419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, .production_id = 31), [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5, .production_id = 61), [1423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5, .production_id = 61), [1425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), [1427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), [1429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3, .production_id = 31), [1431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3, .production_id = 31), [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 4, .production_id = 51), [1435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 4, .production_id = 51), [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 51), [1439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 51), [1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, .production_id = 25), [1443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, .production_id = 25), [1445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, .production_id = 51), [1447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, .production_id = 51), [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_expression, 4, .production_id = 51), [1451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_expression, 4, .production_id = 51), [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), [1457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), [1459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), [1461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), [1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), [1483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 31), [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 31), [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 61), [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 61), [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, .production_id = 17), [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, .production_id = 17), [1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 26), [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 26), [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), [1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), [1509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), [1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), [1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 67), [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 67), [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 93), [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 93), [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2), [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2), [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3, .production_id = 25), [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3, .production_id = 25), [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 61), [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 61), [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 93), [1549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 93), [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), [1555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, .production_id = 39), [1557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, .production_id = 39), [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), [1563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 41), [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 41), [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), [1569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, .production_id = 13), [1571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, .production_id = 13), [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), [1575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 71), [1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 71), [1579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 72), [1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 72), [1583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2), [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2), [1587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(903), [1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), [1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), [1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), [1608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), [1610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), [1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), [1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), [1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), [1624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), [1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), [1628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(891), [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), [1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), [1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), [1639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), [1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), [1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), [1645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), [1665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), [1685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 2), [1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 2), [1689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 3), [1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 3), [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), [1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), [1701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), [1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), [1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), [1711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, .production_id = 18), [1713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, .production_id = 18), [1715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), [1717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(663), [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), [1722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1361), [1725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(663), [1728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(619), [1731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(682), [1734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1396), [1737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(682), [1740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(607), [1743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 36), [1745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 36), SHIFT_REPEAT(568), [1748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, .production_id = 25), [1750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(687), [1753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1451), [1756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(687), [1759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(617), [1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, .production_id = 25), [1764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 34), [1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 31), [1768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(637), [1771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1394), [1774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(637), [1777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(610), [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), [1782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, .production_id = 16), [1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), [1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), [1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), [1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 2), [1828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 3), [1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, .production_id = 10), [1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, .production_id = 10), [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2), [1836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2), SHIFT_REPEAT(1400), [1839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, .production_id = 39), [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), [1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), [1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 1, .production_id = 7), [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), [1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), [1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 2), [1863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_value_pattern, 2), [1865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 2), [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), [1873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 27), [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, .production_id = 32), [1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 35), [1879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 27), [1881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, .production_id = 66), [1883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 3, .production_id = 32), [1885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 35), [1887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5), [1889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, .production_id = 39), [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 1), [1893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_capture_pattern, 1), [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), [1897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = -1, .production_id = 12), SHIFT(174), [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), [1902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 4, .production_id = 66), [1904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1), [1906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5), [1908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), [1912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), [1914] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), [1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1, .production_id = 83), [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 2, .production_id = 107), [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2, .production_id = 14), [1940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 3), [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), [1948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 31), [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), [1960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2), [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), [1964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(171), [1967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1009), [1970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1009), [1973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_within_for_in_clause, 1), [1977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2), [1979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2), SHIFT_REPEAT(826), [1982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 3), [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 1), [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), [1990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 4), [1992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__f_expression, 1), [1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), [1996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(369), [1999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(1425), [2002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(563), [2005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 2), [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 2), [2009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 5), [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36), [2013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(240), [2016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 5), [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), [2020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(309), [2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 4, .production_id = 136), [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 122), [2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, .production_id = 16), [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [2039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 5, .production_id = 136), [2041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 4), [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), [2045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 6), [2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 123), [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2), [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 4), [2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 6, .production_id = 136), [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, .production_id = 98), [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), [2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 7), [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_group_pattern, 3, .production_id = 131), [2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 3), [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 7, .production_id = 136), [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 3), [2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 8, .production_id = 136), [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 9, .production_id = 136), [2081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 3, .production_id = 132), [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2), [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 2), [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 4, .production_id = 149), [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 141), [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 3, .production_id = 136), [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_or_pattern, 1), [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), [2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), [2117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), [2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1), [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2), [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, .production_id = 32), [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, .production_id = 15), [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 62), [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 31), [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = -1, .production_id = 12), [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), [2149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), [2151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(988), [2154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(988), [2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, .production_id = 66), [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2, .production_id = 11), [2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1), [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), [2189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1372), [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), [2193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, .production_id = 10), [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_hand_side, 1), [2197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_content, 1), [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), [2201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), [2203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1), [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), [2215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 3), [2217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 3), [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_as_pattern, 3, .production_id = 135), [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 2), [2229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 10), [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2), [2233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2), SHIFT_REPEAT(367), [2236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 4), [2238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 4), [2240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, .production_id = 35), [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), [2244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 43), [2246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 43), [2248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_bound, 2, .production_id = 109), [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), [2254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2), SHIFT_REPEAT(1453), [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2), [2261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2), SHIFT_REPEAT(821), [2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 1), [2266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, .production_id = 68), [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), [2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2), [2272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, .production_id = 43), [2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, .production_id = 43), [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, .production_id = 119), [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 95), [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), [2284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, .production_id = 43), [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, .production_id = 43), [2288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 43), [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 43), [2292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_expression, 1), [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), [2296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 1, .production_id = 6), [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), [2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), [2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), [2310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), [2312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_star_pattern, 2, .production_id = 11), [2314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 3, .production_id = 22), [2316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 6), [2318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 36), [2320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 36), SHIFT_REPEAT(225), [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_param_default, 2, .production_id = 110), [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), [2337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 1, .production_id = 6), [2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 120), [2341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 121), [2343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1), [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), [2349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, .production_id = 16), [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, .production_id = 30), [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 4, .production_id = 53), [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 5, .production_id = 88), [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2), [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), [2381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 27), [2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 35), [2385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 31), [2387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(244), [2390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 94), [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), [2396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2), [2398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(175), [2401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(1080), [2404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5, .production_id = 140), [2406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 4, .production_id = 63), [2408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 2, .production_id = 23), [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), [2426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(426), [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), [2433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 28), [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 29), [2441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3), [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), [2445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 2), [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), [2449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), [2451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), SHIFT_REPEAT(345), [2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 2, .production_id = 23), [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), [2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 22), [2464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_prefix, 1), [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), [2468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, .production_id = 84), [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), [2474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 3), [2476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 3), [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 3), [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), [2482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, .production_id = 15), [2484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3), [2486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, .production_id = 49), [2488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 1, .production_id = 7), [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), [2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 2), [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 2, .production_id = 133), [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 23), [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), [2502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44), SHIFT_REPEAT(1271), [2505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44), [2507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 52), SHIFT_REPEAT(405), [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 52), [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), [2520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1), [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), [2526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_prefix_repeat1, 2), [2528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_prefix_repeat1, 2), SHIFT_REPEAT(1138), [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, .production_id = 65), [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), [2543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2), SHIFT_REPEAT(1415), [2546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2), [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), [2554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2), [2556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, .production_id = 16), [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), [2562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 37), [2564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1), [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), [2580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 3, .dynamic_precedence = -1, .production_id = 58), [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), [2584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), [2586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(862), [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), [2607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relative_import, 1), [2609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2), SHIFT_REPEAT(864), [2612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2), [2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), [2622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2), [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), [2628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2), [2630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2), SHIFT_REPEAT(823), [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), [2645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, .production_id = 86), [2647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44), SHIFT_REPEAT(1176), [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), [2652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 1), [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), [2658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 36), SHIFT_REPEAT(273), [2661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 36), [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), [2675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(861), [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), [2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1), [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), [2692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 2, .production_id = 16), [2694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2), [2696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2), SHIFT_REPEAT(1353), [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), [2703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 73), [2705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 73), [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), [2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), [2717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, .production_id = 112), [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), [2747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 113), SHIFT_REPEAT(981), [2750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 113), [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), [2764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), SHIFT_REPEAT(133), [2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aliased_import, 3, .production_id = 45), [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 36), [2779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(218), [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), [2794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_maybe_star_pattern, 1), [2796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_patterns, 1), [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), [2812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, .production_id = 15), [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), [2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), [2820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(235), [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, .production_id = 36), [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, .production_id = 85), [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), [2861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_import, 1), [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1), [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, .production_id = 47), [2871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 4, .production_id = 46), [2873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, .production_id = 48), [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), [2883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_double_star_pattern, 2, .production_id = 11), [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1), [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), [2891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, .production_id = 92), [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1), [2895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2), [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_key_value_pattern, 3, .production_id = 62), [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 3, .production_id = 108), [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 3, .production_id = 108), [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), [2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 67), [2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), [2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, .production_id = 31), [2939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3), [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 31), [2943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 6, .production_id = 96), [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 6, .production_id = 97), [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_positional_pattern, 1), [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 38), [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, .production_id = 39), [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_keyword_pattern, 3, .production_id = 160), [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 3, .production_id = 111), [2959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 86), [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, .production_id = 5), [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_import, 2, .production_id = 23), [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5), [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), [3027] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), [3061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3), [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4), [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), [3163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1), [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), }; #ifdef __cplusplus extern "C" { #endif void *tree_sitter_python_external_scanner_create(void); void tree_sitter_python_external_scanner_destroy(void *); bool tree_sitter_python_external_scanner_scan(void *, TSLexer *, const bool *); unsigned tree_sitter_python_external_scanner_serialize(void *, char *); void tree_sitter_python_external_scanner_deserialize(void *, const char *, unsigned); #ifdef _WIN32 #define extern __declspec(dllexport) #endif extern const TSLanguage *tree_sitter_python(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, .external_token_count = EXTERNAL_TOKEN_COUNT, .state_count = STATE_COUNT, .large_state_count = LARGE_STATE_COUNT, .production_id_count = PRODUCTION_ID_COUNT, .field_count = FIELD_COUNT, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .parse_table = &ts_parse_table[0][0], .small_parse_table = ts_small_parse_table, .small_parse_table_map = ts_small_parse_table_map, .parse_actions = ts_parse_actions, .symbol_names = ts_symbol_names, .field_names = ts_field_names, .field_map_slices = ts_field_map_slices, .field_map_entries = ts_field_map_entries, .symbol_metadata = ts_symbol_metadata, .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], .lex_modes = ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_identifier, .external_scanner = { &ts_external_scanner_states[0][0], ts_external_scanner_symbol_map, tree_sitter_python_external_scanner_create, tree_sitter_python_external_scanner_destroy, tree_sitter_python_external_scanner_scan, tree_sitter_python_external_scanner_serialize, tree_sitter_python_external_scanner_deserialize, }, .primary_state_ids = ts_primary_state_ids, }; return &language; } #ifdef __cplusplus } #endif