Files
codeql/python/extractor/tsg-python/tsp/src/parser.c
2024-10-28 14:44:01 +00:00

72616 lines
1.9 MiB

#include <tree_sitter/parser.h>
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 13
#define STATE_COUNT 1506
#define LARGE_STATE_COUNT 149
#define SYMBOL_COUNT 280
#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 169
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_subscript = 216,
sym_slice = 217,
sym_call = 218,
sym_typed_parameter = 219,
sym_type = 220,
sym_keyword_argument = 221,
sym_list = 222,
sym_set = 223,
sym_tuple = 224,
sym_dictionary = 225,
sym_pair = 226,
sym_list_comprehension = 227,
sym_dictionary_comprehension = 228,
sym_set_comprehension = 229,
sym_generator_expression = 230,
sym__comprehension_clauses = 231,
sym_parenthesized_expression = 232,
sym__collection_elements = 233,
sym_for_in_clause = 234,
sym_if_clause = 235,
sym_conditional_expression = 236,
sym_concatenated_string = 237,
sym_string = 238,
sym_string_content = 239,
sym_interpolation = 240,
sym__f_expression = 241,
sym_format_specifier = 242,
sym_await = 243,
sym_positional_separator = 244,
sym_keyword_separator = 245,
aux_sym_module_repeat1 = 246,
aux_sym__simple_statements_repeat1 = 247,
aux_sym_import_prefix_repeat1 = 248,
aux_sym__import_list_repeat1 = 249,
aux_sym_print_statement_repeat1 = 250,
aux_sym_assert_statement_repeat1 = 251,
aux_sym_if_statement_repeat1 = 252,
aux_sym_try_statement_repeat1 = 253,
aux_sym_try_statement_repeat2 = 254,
aux_sym_with_clause_repeat1 = 255,
aux_sym_cases_repeat1 = 256,
aux_sym_open_sequence_match_pattern_repeat1 = 257,
aux_sym_match_or_pattern_repeat1 = 258,
aux_sym_match_value_pattern_repeat1 = 259,
aux_sym_match_mapping_pattern_repeat1 = 260,
aux_sym_match_class_pattern_repeat1 = 261,
aux_sym_match_class_pattern_repeat2 = 262,
aux_sym_global_statement_repeat1 = 263,
aux_sym_type_parameters_repeat1 = 264,
aux_sym_argument_list_repeat1 = 265,
aux_sym_decorated_definition_repeat1 = 266,
aux_sym_expression_list_repeat1 = 267,
aux_sym__parameters_repeat1 = 268,
aux_sym__patterns_repeat1 = 269,
aux_sym_comparison_operator_repeat1 = 270,
aux_sym_subscript_repeat1 = 271,
aux_sym_dictionary_repeat1 = 272,
aux_sym__comprehension_clauses_repeat1 = 273,
aux_sym__collection_elements_repeat1 = 274,
aux_sym_for_in_clause_repeat1 = 275,
aux_sym_concatenated_string_repeat1 = 276,
aux_sym_string_repeat1 = 277,
aux_sym_string_content_repeat1 = 278,
aux_sym_format_specifier_repeat1 = 279,
alias_sym_format_expression = 280,
anon_alias_sym_isnot = 281,
anon_alias_sym_notin = 282,
};
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_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_subscript_repeat1] = "subscript_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_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_subscript_repeat1] = aux_sym_subscript_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_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_subscript_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 = 2},
[70] = {.index = 99, .length = 1},
[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 = 1},
[96] = {.index = 149, .length = 3},
[97] = {.index = 152, .length = 2},
[98] = {.index = 154, .length = 2},
[99] = {.index = 156, .length = 1},
[100] = {.index = 157, .length = 2},
[101] = {.index = 159, .length = 2},
[102] = {.index = 161, .length = 4},
[103] = {.index = 165, .length = 2},
[104] = {.index = 167, .length = 4},
[105] = {.index = 171, .length = 4},
[106] = {.index = 175, .length = 2},
[107] = {.index = 177, .length = 3},
[108] = {.index = 180, .length = 3},
[109] = {.index = 183, .length = 4},
[110] = {.index = 187, .length = 2},
[111] = {.index = 189, .length = 2},
[112] = {.index = 191, .length = 1},
[113] = {.index = 192, .length = 1},
[114] = {.index = 193, .length = 3},
[115] = {.index = 196, .length = 2},
[116] = {.index = 198, .length = 2},
[117] = {.index = 200, .length = 4},
[118] = {.index = 204, .length = 4},
[119] = {.index = 208, .length = 4},
[120] = {.index = 212, .length = 4},
[121] = {.index = 216, .length = 4},
[122] = {.index = 220, .length = 3},
[123] = {.index = 223, .length = 2},
[124] = {.index = 225, .length = 2},
[125] = {.index = 227, .length = 2},
[126] = {.index = 229, .length = 3},
[127] = {.index = 232, .length = 5},
[128] = {.index = 237, .length = 3},
[129] = {.index = 240, .length = 4},
[130] = {.index = 244, .length = 4},
[131] = {.index = 248, .length = 4},
[132] = {.index = 252, .length = 4},
[133] = {.index = 256, .length = 2},
[134] = {.index = 258, .length = 1},
[135] = {.index = 259, .length = 3},
[136] = {.index = 262, .length = 1},
[137] = {.index = 263, .length = 2},
[138] = {.index = 265, .length = 2},
[139] = {.index = 267, .length = 1},
[140] = {.index = 268, .length = 4},
[141] = {.index = 272, .length = 5},
[142] = {.index = 277, .length = 5},
[143] = {.index = 282, .length = 3},
[144] = {.index = 285, .length = 3},
[145] = {.index = 288, .length = 4},
[146] = {.index = 292, .length = 4},
[147] = {.index = 296, .length = 4},
[148] = {.index = 300, .length = 5},
[149] = {.index = 305, .length = 5},
[150] = {.index = 310, .length = 2},
[151] = {.index = 312, .length = 3},
[152] = {.index = 315, .length = 4},
[153] = {.index = 319, .length = 3},
[154] = {.index = 322, .length = 3},
[155] = {.index = 325, .length = 5},
[156] = {.index = 330, .length = 5},
[157] = {.index = 335, .length = 5},
[158] = {.index = 340, .length = 5},
[159] = {.index = 345, .length = 5},
[160] = {.index = 350, .length = 3},
[161] = {.index = 353, .length = 3},
[162] = {.index = 356, .length = 4},
[163] = {.index = 360, .length = 2},
[164] = {.index = 362, .length = 6},
[165] = {.index = 368, .length = 6},
[166] = {.index = 374, .length = 3},
[167] = {.index = 377, .length = 4},
[168] = {.index = 381, .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_subscript, 2},
{field_value, 0},
[99] =
{field_start, 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_subscript, 1},
[149] =
{field_subscript, 2},
{field_subscript, 3, .inherited = true},
{field_value, 0},
[152] =
{field_subscript, 0, .inherited = true},
{field_subscript, 1, .inherited = true},
[154] =
{field_start, 0},
{field_stop, 2},
[156] =
{field_name, 4, .inherited = true},
[157] =
{field_module_name, 1},
{field_name, 4, .inherited = true},
[159] =
{field_left, 1},
{field_right, 3},
[161] =
{field_alternative, 4, .inherited = true},
{field_alternative, 5},
{field_condition, 1},
{field_consequence, 3},
[165] =
{field_alternative, 0, .inherited = true},
{field_alternative, 1, .inherited = true},
[167] =
{field_alternative, 5},
{field_condition, 1},
{field_consequence, 3},
{field_consequence, 4},
[171] =
{field_alternative, 5, .inherited = true},
{field_condition, 1},
{field_consequence, 3},
{field_consequence, 4},
[175] =
{field_body, 4},
{field_body, 5},
[177] =
{field_body, 5},
{field_name, 2},
{field_parameters, 3},
[180] =
{field_body, 5},
{field_left, 1},
{field_right, 3},
[183] =
{field_alternative, 5},
{field_body, 3},
{field_body, 4},
{field_condition, 1},
[187] =
{field_prefix_operator, 0},
{field_real, 1},
[189] =
{field_default, 2, .inherited = true},
{field_name, 1},
[191] =
{field_bound, 1},
[192] =
{field_default, 1},
[193] =
{field_bound, 1, .inherited = true},
{field_default, 2, .inherited = true},
{field_name, 0},
[196] =
{field_type_parameter, 1},
{field_type_parameter, 2, .inherited = true},
[198] =
{field_type_parameter, 0, .inherited = true},
{field_type_parameter, 1, .inherited = true},
[200] =
{field_body, 4},
{field_body, 5},
{field_name, 1},
{field_parameters, 2},
[204] =
{field_body, 5},
{field_name, 1},
{field_parameters, 3},
{field_type_parameters, 2},
[208] =
{field_body, 4},
{field_body, 5},
{field_name, 1},
{field_type_parameters, 2},
[212] =
{field_body, 5},
{field_name, 1},
{field_superclasses, 3},
{field_type_parameters, 2},
[216] =
{field_body, 4},
{field_body, 5},
{field_name, 1},
{field_superclasses, 2},
[220] =
{field_name, 0},
{field_type, 2},
{field_value, 4},
[223] =
{field_step, 3},
{field_stop, 1},
[225] =
{field_start, 0},
{field_step, 3},
[227] =
{field_left, 2},
{field_right, 4},
[229] =
{field_left, 1},
{field_right, 3},
{field_right, 4},
[232] =
{field_alternative, 5, .inherited = true},
{field_alternative, 6},
{field_condition, 1},
{field_consequence, 3},
{field_consequence, 4},
[237] =
{field_body, 6},
{field_left, 2},
{field_right, 4},
[240] =
{field_body, 5},
{field_body, 6},
{field_name, 2},
{field_parameters, 3},
[244] =
{field_body, 6},
{field_name, 2},
{field_parameters, 4},
{field_type_parameters, 3},
[248] =
{field_alternative, 6},
{field_body, 5},
{field_left, 1},
{field_right, 3},
[252] =
{field_body, 5},
{field_body, 6},
{field_left, 1},
{field_right, 3},
[256] =
{field_body, 3},
{field_type, 1},
[258] =
{field_content, 1},
[259] =
{field_imaginary, 2},
{field_operator, 1},
{field_real, 0},
[262] =
{field_test, 1},
[263] =
{field_body, 3},
{field_pattern, 1},
[265] =
{field_alias, 2},
{field_pattern, 0},
[267] =
{field_class, 0},
[268] =
{field_body, 6},
{field_name, 1},
{field_parameters, 2},
{field_return_type, 4},
[272] =
{field_body, 5},
{field_body, 6},
{field_name, 1},
{field_parameters, 3},
{field_type_parameters, 2},
[277] =
{field_body, 5},
{field_body, 6},
{field_name, 1},
{field_superclasses, 3},
{field_type_parameters, 2},
[282] =
{field_start, 0},
{field_step, 4},
{field_stop, 2},
[285] =
{field_left, 2},
{field_right, 4},
{field_right, 5},
[288] =
{field_alternative, 7},
{field_body, 6},
{field_left, 2},
{field_right, 4},
[292] =
{field_body, 6},
{field_body, 7},
{field_left, 2},
{field_right, 4},
[296] =
{field_body, 7},
{field_name, 2},
{field_parameters, 3},
{field_return_type, 5},
[300] =
{field_body, 6},
{field_body, 7},
{field_name, 2},
{field_parameters, 4},
{field_type_parameters, 3},
[305] =
{field_alternative, 7},
{field_body, 5},
{field_body, 6},
{field_left, 1},
{field_right, 3},
[310] =
{field_body, 4},
{field_type, 2},
[312] =
{field_body, 3},
{field_body, 4},
{field_type, 1},
[315] =
{field_imaginary, 3},
{field_operator, 2},
{field_prefix_operator, 0},
{field_real, 1},
[319] =
{field_body, 3},
{field_body, 4},
{field_pattern, 1},
[322] =
{field_body, 4},
{field_guard, 2},
{field_pattern, 1},
[325] =
{field_body, 6},
{field_body, 7},
{field_name, 1},
{field_parameters, 2},
{field_return_type, 4},
[330] =
{field_body, 7},
{field_name, 1},
{field_parameters, 3},
{field_return_type, 5},
{field_type_parameters, 2},
[335] =
{field_alternative, 8},
{field_body, 6},
{field_body, 7},
{field_left, 2},
{field_right, 4},
[340] =
{field_body, 7},
{field_body, 8},
{field_name, 2},
{field_parameters, 3},
{field_return_type, 5},
[345] =
{field_body, 8},
{field_name, 2},
{field_parameters, 4},
{field_return_type, 6},
{field_type_parameters, 3},
[350] =
{field_body, 4},
{field_body, 5},
{field_type, 2},
[353] =
{field_alias, 3},
{field_body, 5},
{field_type, 1},
[356] =
{field_body, 4},
{field_body, 5},
{field_guard, 2},
{field_pattern, 1},
[360] =
{field_attribute, 0},
{field_value, 2},
[362] =
{field_body, 7},
{field_body, 8},
{field_name, 1},
{field_parameters, 3},
{field_return_type, 5},
{field_type_parameters, 2},
[368] =
{field_body, 8},
{field_body, 9},
{field_name, 2},
{field_parameters, 4},
{field_return_type, 6},
{field_type_parameters, 3},
[374] =
{field_alias, 4},
{field_body, 6},
{field_type, 2},
[377] =
{field_alias, 3},
{field_body, 5},
{field_body, 6},
{field_type, 1},
[381] =
{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,
},
[102] = {
[3] = sym_block,
},
[107] = {
[5] = sym_block,
},
[108] = {
[5] = sym_block,
},
[118] = {
[5] = sym_block,
},
[120] = {
[5] = sym_block,
},
[128] = {
[6] = sym_block,
},
[130] = {
[6] = sym_block,
},
[131] = {
[5] = sym_block,
},
[133] = {
[3] = sym_block,
},
[137] = {
[3] = sym_block,
},
[140] = {
[6] = sym_block,
},
[145] = {
[6] = sym_block,
},
[147] = {
[7] = sym_block,
},
[150] = {
[4] = sym_block,
},
[154] = {
[4] = sym_block,
},
[156] = {
[7] = sym_block,
},
[159] = {
[8] = sym_block,
},
[161] = {
[5] = sym_block,
},
[166] = {
[6] = sym_block,
},
};
static const uint16_t ts_non_terminal_alias_map[] = {
sym__simple_statements, 2,
sym__simple_statements,
sym_block,
sym_parenthesized_list_splat, 2,
sym_parenthesized_list_splat,
sym_parenthesized_expression,
sym_expression_list, 2,
sym_expression_list,
sym_tuple,
sym_interpolation, 2,
sym_interpolation,
alias_sym_format_expression,
0,
};
static inline bool sym_identifier_character_set_1(int32_t c) {
return (c < 43020
? (c < 4096
? (c < 2693
? (c < 1969
? (c < 910
? (c < 736
? (c < 186
? (c < 170
? (c < 'a'
? (c >= 'A' && c <= '_')
: c <= 'z')
: (c <= 170 || c == 181))
: (c <= 186 || (c < 248
? (c < 216
? (c >= 192 && c <= 214)
: c <= 246)
: (c <= 705 || (c >= 710 && c <= 721)))))
: (c <= 740 || (c < 891
? (c < 880
? (c < 750
? c == 748
: c <= 750)
: (c <= 884 || (c >= 886 && c <= 887)))
: (c <= 893 || (c < 904
? (c < 902
? c == 895
: c <= 902)
: (c <= 906 || c == 908))))))
: (c <= 929 || (c < 1646
? (c < 1369
? (c < 1162
? (c < 1015
? (c >= 931 && c <= 1013)
: c <= 1153)
: (c <= 1327 || (c >= 1329 && c <= 1366)))
: (c <= 1369 || (c < 1519
? (c < 1488
? (c >= 1376 && c <= 1416)
: c <= 1514)
: (c <= 1522 || (c >= 1568 && c <= 1610)))))
: (c <= 1647 || (c < 1786
? (c < 1765
? (c < 1749
? (c >= 1649 && c <= 1747)
: c <= 1749)
: (c <= 1766 || (c >= 1774 && c <= 1775)))
: (c <= 1788 || (c < 1810
? (c < 1808
? c == 1791
: c <= 1808)
: (c <= 1839 || (c >= 1869 && c <= 1957)))))))))
: (c <= 1969 || (c < 2474
? (c < 2208
? (c < 2074
? (c < 2042
? (c < 2036
? (c >= 1994 && c <= 2026)
: c <= 2037)
: (c <= 2042 || (c >= 2048 && c <= 2069)))
: (c <= 2074 || (c < 2112
? (c < 2088
? c == 2084
: c <= 2088)
: (c <= 2136 || (c >= 2144 && c <= 2154)))))
: (c <= 2228 || (c < 2392
? (c < 2365
? (c < 2308
? (c >= 2230 && c <= 2247)
: c <= 2361)
: (c <= 2365 || c == 2384))
: (c <= 2401 || (c < 2447
? (c < 2437
? (c >= 2417 && c <= 2432)
: c <= 2444)
: (c <= 2448 || (c >= 2451 && c <= 2472)))))))
: (c <= 2480 || (c < 2575
? (c < 2524
? (c < 2493
? (c < 2486
? c == 2482
: c <= 2489)
: (c <= 2493 || c == 2510))
: (c <= 2525 || (c < 2556
? (c < 2544
? (c >= 2527 && c <= 2529)
: c <= 2545)
: (c <= 2556 || (c >= 2565 && c <= 2570)))))
: (c <= 2576 || (c < 2616
? (c < 2610
? (c < 2602
? (c >= 2579 && c <= 2600)
: c <= 2608)
: (c <= 2611 || (c >= 2613 && c <= 2614)))
: (c <= 2617 || (c < 2654
? (c >= 2649 && c <= 2652)
: (c <= 2654 || (c >= 2674 && c <= 2676)))))))))))
: (c <= 2701 || (c < 3214
? (c < 2947
? (c < 2821
? (c < 2741
? (c < 2730
? (c < 2707
? (c >= 2703 && c <= 2705)
: c <= 2728)
: (c <= 2736 || (c >= 2738 && c <= 2739)))
: (c <= 2745 || (c < 2784
? (c < 2768
? c == 2749
: c <= 2768)
: (c <= 2785 || c == 2809))))
: (c <= 2828 || (c < 2869
? (c < 2858
? (c < 2835
? (c >= 2831 && c <= 2832)
: c <= 2856)
: (c <= 2864 || (c >= 2866 && c <= 2867)))
: (c <= 2873 || (c < 2911
? (c < 2908
? c == 2877
: c <= 2909)
: (c <= 2913 || c == 2929))))))
: (c <= 2947 || (c < 3024
? (c < 2972
? (c < 2962
? (c < 2958
? (c >= 2949 && c <= 2954)
: c <= 2960)
: (c <= 2965 || (c >= 2969 && c <= 2970)))
: (c <= 2972 || (c < 2984
? (c < 2979
? (c >= 2974 && c <= 2975)
: c <= 2980)
: (c <= 2986 || (c >= 2990 && c <= 3001)))))
: (c <= 3024 || (c < 3133
? (c < 3090
? (c < 3086
? (c >= 3077 && c <= 3084)
: c <= 3088)
: (c <= 3112 || (c >= 3114 && c <= 3129)))
: (c <= 3133 || (c < 3200
? (c < 3168
? (c >= 3160 && c <= 3162)
: c <= 3169)
: (c <= 3200 || (c >= 3205 && c <= 3212)))))))))
: (c <= 3216 || (c < 3520
? (c < 3346
? (c < 3294
? (c < 3253
? (c < 3242
? (c >= 3218 && c <= 3240)
: c <= 3251)
: (c <= 3257 || c == 3261))
: (c <= 3294 || (c < 3332
? (c < 3313
? (c >= 3296 && c <= 3297)
: c <= 3314)
: (c <= 3340 || (c >= 3342 && c <= 3344)))))
: (c <= 3386 || (c < 3450
? (c < 3412
? (c < 3406
? c == 3389
: c <= 3406)
: (c <= 3414 || (c >= 3423 && c <= 3425)))
: (c <= 3455 || (c < 3507
? (c < 3482
? (c >= 3461 && c <= 3478)
: c <= 3505)
: (c <= 3515 || c == 3517))))))
: (c <= 3526 || (c < 3762
? (c < 3716
? (c < 3648
? (c < 3634
? (c >= 3585 && c <= 3632)
: c <= 3634)
: (c <= 3654 || (c >= 3713 && c <= 3714)))
: (c <= 3716 || (c < 3749
? (c < 3724
? (c >= 3718 && c <= 3722)
: c <= 3747)
: (c <= 3749 || (c >= 3751 && c <= 3760)))))
: (c <= 3762 || (c < 3840
? (c < 3782
? (c < 3776
? c == 3773
: c <= 3780)
: (c <= 3782 || (c >= 3804 && c <= 3807)))
: (c <= 3840 || (c < 3913
? (c >= 3904 && c <= 3911)
: (c <= 3948 || (c >= 3976 && c <= 3980)))))))))))))
: (c <= 4138 || (c < 8025
? (c < 5952
? (c < 4752
? (c < 4295
? (c < 4197
? (c < 4186
? (c < 4176
? c == 4159
: c <= 4181)
: (c <= 4189 || c == 4193))
: (c <= 4198 || (c < 4238
? (c < 4213
? (c >= 4206 && c <= 4208)
: c <= 4225)
: (c <= 4238 || (c >= 4256 && c <= 4293)))))
: (c <= 4295 || (c < 4688
? (c < 4348
? (c < 4304
? c == 4301
: c <= 4346)
: (c <= 4680 || (c >= 4682 && c <= 4685)))
: (c <= 4694 || (c < 4704
? (c < 4698
? c == 4696
: c <= 4701)
: (c <= 4744 || (c >= 4746 && c <= 4749)))))))
: (c <= 4784 || (c < 5024
? (c < 4808
? (c < 4800
? (c < 4792
? (c >= 4786 && c <= 4789)
: c <= 4798)
: (c <= 4800 || (c >= 4802 && c <= 4805)))
: (c <= 4822 || (c < 4888
? (c < 4882
? (c >= 4824 && c <= 4880)
: c <= 4885)
: (c <= 4954 || (c >= 4992 && c <= 5007)))))
: (c <= 5109 || (c < 5792
? (c < 5743
? (c < 5121
? (c >= 5112 && c <= 5117)
: c <= 5740)
: (c <= 5759 || (c >= 5761 && c <= 5786)))
: (c <= 5866 || (c < 5902
? (c < 5888
? (c >= 5870 && c <= 5880)
: c <= 5900)
: (c <= 5905 || (c >= 5920 && c <= 5937)))))))))
: (c <= 5969 || (c < 7043
? (c < 6400
? (c < 6108
? (c < 6016
? (c < 5998
? (c >= 5984 && c <= 5996)
: c <= 6000)
: (c <= 6067 || c == 6103))
: (c <= 6108 || (c < 6314
? (c < 6272
? (c >= 6176 && c <= 6264)
: c <= 6312)
: (c <= 6314 || (c >= 6320 && c <= 6389)))))
: (c <= 6430 || (c < 6656
? (c < 6528
? (c < 6512
? (c >= 6480 && c <= 6509)
: c <= 6516)
: (c <= 6571 || (c >= 6576 && c <= 6601)))
: (c <= 6678 || (c < 6917
? (c < 6823
? (c >= 6688 && c <= 6740)
: c <= 6823)
: (c <= 6963 || (c >= 6981 && c <= 6987)))))))
: (c <= 7072 || (c < 7406
? (c < 7258
? (c < 7168
? (c < 7098
? (c >= 7086 && c <= 7087)
: c <= 7141)
: (c <= 7203 || (c >= 7245 && c <= 7247)))
: (c <= 7293 || (c < 7357
? (c < 7312
? (c >= 7296 && c <= 7304)
: c <= 7354)
: (c <= 7359 || (c >= 7401 && c <= 7404)))))
: (c <= 7411 || (c < 7960
? (c < 7424
? (c < 7418
? (c >= 7413 && c <= 7414)
: c <= 7418)
: (c <= 7615 || (c >= 7680 && c <= 7957)))
: (c <= 7965 || (c < 8008
? (c >= 7968 && c <= 8005)
: (c <= 8013 || (c >= 8016 && c <= 8023)))))))))))
: (c <= 8025 || (c < 11631
? (c < 8469
? (c < 8150
? (c < 8118
? (c < 8031
? (c < 8029
? c == 8027
: c <= 8029)
: (c <= 8061 || (c >= 8064 && c <= 8116)))
: (c <= 8124 || (c < 8134
? (c < 8130
? c == 8126
: c <= 8132)
: (c <= 8140 || (c >= 8144 && c <= 8147)))))
: (c <= 8155 || (c < 8319
? (c < 8182
? (c < 8178
? (c >= 8160 && c <= 8172)
: c <= 8180)
: (c <= 8188 || c == 8305))
: (c <= 8319 || (c < 8455
? (c < 8450
? (c >= 8336 && c <= 8348)
: c <= 8450)
: (c <= 8455 || (c >= 8458 && c <= 8467)))))))
: (c <= 8469 || (c < 11264
? (c < 8490
? (c < 8486
? (c < 8484
? (c >= 8472 && c <= 8477)
: c <= 8484)
: (c <= 8486 || c == 8488))
: (c <= 8505 || (c < 8526
? (c < 8517
? (c >= 8508 && c <= 8511)
: c <= 8521)
: (c <= 8526 || (c >= 8544 && c <= 8584)))))
: (c <= 11310 || (c < 11520
? (c < 11499
? (c < 11360
? (c >= 11312 && c <= 11358)
: c <= 11492)
: (c <= 11502 || (c >= 11506 && c <= 11507)))
: (c <= 11557 || (c < 11565
? c == 11559
: (c <= 11565 || (c >= 11568 && c <= 11623)))))))))
: (c <= 11631 || (c < 12704
? (c < 12293
? (c < 11704
? (c < 11688
? (c < 11680
? (c >= 11648 && c <= 11670)
: c <= 11686)
: (c <= 11694 || (c >= 11696 && c <= 11702)))
: (c <= 11710 || (c < 11728
? (c < 11720
? (c >= 11712 && c <= 11718)
: c <= 11726)
: (c <= 11734 || (c >= 11736 && c <= 11742)))))
: (c <= 12295 || (c < 12445
? (c < 12344
? (c < 12337
? (c >= 12321 && c <= 12329)
: c <= 12341)
: (c <= 12348 || (c >= 12353 && c <= 12438)))
: (c <= 12447 || (c < 12549
? (c < 12540
? (c >= 12449 && c <= 12538)
: c <= 12543)
: (c <= 12591 || (c >= 12593 && c <= 12686)))))))
: (c <= 12735 || (c < 42623
? (c < 42192
? (c < 19968
? (c < 13312
? (c >= 12784 && c <= 12799)
: c <= 19903)
: (c <= 40956 || (c >= 40960 && c <= 42124)))
: (c <= 42237 || (c < 42538
? (c < 42512
? (c >= 42240 && c <= 42508)
: c <= 42527)
: (c <= 42539 || (c >= 42560 && c <= 42606)))))
: (c <= 42653 || (c < 42946
? (c < 42786
? (c < 42775
? (c >= 42656 && c <= 42735)
: c <= 42783)
: (c <= 42888 || (c >= 42891 && c <= 42943)))
: (c <= 42954 || (c < 43011
? (c >= 42997 && c <= 43009)
: (c <= 43013 || (c >= 43015 && c <= 43018)))))))))))))))
: (c <= 43042 || (c < 70453
? (c < 66176
? (c < 64112
? (c < 43697
? (c < 43471
? (c < 43261
? (c < 43250
? (c < 43138
? (c >= 43072 && c <= 43123)
: c <= 43187)
: (c <= 43255 || c == 43259))
: (c <= 43262 || (c < 43360
? (c < 43312
? (c >= 43274 && c <= 43301)
: c <= 43334)
: (c <= 43388 || (c >= 43396 && c <= 43442)))))
: (c <= 43471 || (c < 43584
? (c < 43514
? (c < 43494
? (c >= 43488 && c <= 43492)
: c <= 43503)
: (c <= 43518 || (c >= 43520 && c <= 43560)))
: (c <= 43586 || (c < 43642
? (c < 43616
? (c >= 43588 && c <= 43595)
: c <= 43638)
: (c <= 43642 || (c >= 43646 && c <= 43695)))))))
: (c <= 43697 || (c < 43793
? (c < 43739
? (c < 43712
? (c < 43705
? (c >= 43701 && c <= 43702)
: c <= 43709)
: (c <= 43712 || c == 43714))
: (c <= 43741 || (c < 43777
? (c < 43762
? (c >= 43744 && c <= 43754)
: c <= 43764)
: (c <= 43782 || (c >= 43785 && c <= 43790)))))
: (c <= 43798 || (c < 43888
? (c < 43824
? (c < 43816
? (c >= 43808 && c <= 43814)
: c <= 43822)
: (c <= 43866 || (c >= 43868 && c <= 43881)))
: (c <= 44002 || (c < 55243
? (c < 55216
? (c >= 44032 && c <= 55203)
: c <= 55238)
: (c <= 55291 || (c >= 63744 && c <= 64109)))))))))
: (c <= 64217 || (c < 65147
? (c < 64326
? (c < 64298
? (c < 64285
? (c < 64275
? (c >= 64256 && c <= 64262)
: c <= 64279)
: (c <= 64285 || (c >= 64287 && c <= 64296)))
: (c <= 64310 || (c < 64320
? (c < 64318
? (c >= 64312 && c <= 64316)
: c <= 64318)
: (c <= 64321 || (c >= 64323 && c <= 64324)))))
: (c <= 64433 || (c < 65008
? (c < 64848
? (c < 64612
? (c >= 64467 && c <= 64605)
: c <= 64829)
: (c <= 64911 || (c >= 64914 && c <= 64967)))
: (c <= 65017 || (c < 65143
? (c < 65139
? c == 65137
: c <= 65139)
: (c <= 65143 || c == 65145))))))
: (c <= 65147 || (c < 65498
? (c < 65382
? (c < 65313
? (c < 65151
? c == 65149
: c <= 65276)
: (c <= 65338 || (c >= 65345 && c <= 65370)))
: (c <= 65437 || (c < 65482
? (c < 65474
? (c >= 65440 && c <= 65470)
: c <= 65479)
: (c <= 65487 || (c >= 65490 && c <= 65495)))))
: (c <= 65500 || (c < 65599
? (c < 65576
? (c < 65549
? (c >= 65536 && c <= 65547)
: c <= 65574)
: (c <= 65594 || (c >= 65596 && c <= 65597)))
: (c <= 65613 || (c < 65664
? (c >= 65616 && c <= 65629)
: (c <= 65786 || (c >= 65856 && c <= 65908)))))))))))
: (c <= 66204 || (c < 68416
? (c < 67639
? (c < 66736
? (c < 66432
? (c < 66349
? (c < 66304
? (c >= 66208 && c <= 66256)
: c <= 66335)
: (c <= 66378 || (c >= 66384 && c <= 66421)))
: (c <= 66461 || (c < 66513
? (c < 66504
? (c >= 66464 && c <= 66499)
: c <= 66511)
: (c <= 66517 || (c >= 66560 && c <= 66717)))))
: (c <= 66771 || (c < 67392
? (c < 66864
? (c < 66816
? (c >= 66776 && c <= 66811)
: c <= 66855)
: (c <= 66915 || (c >= 67072 && c <= 67382)))
: (c <= 67413 || (c < 67592
? (c < 67584
? (c >= 67424 && c <= 67431)
: c <= 67589)
: (c <= 67592 || (c >= 67594 && c <= 67637)))))))
: (c <= 67640 || (c < 68030
? (c < 67808
? (c < 67680
? (c < 67647
? c == 67644
: c <= 67669)
: (c <= 67702 || (c >= 67712 && c <= 67742)))
: (c <= 67826 || (c < 67872
? (c < 67840
? (c >= 67828 && c <= 67829)
: c <= 67861)
: (c <= 67897 || (c >= 67968 && c <= 68023)))))
: (c <= 68031 || (c < 68192
? (c < 68117
? (c < 68112
? c == 68096
: c <= 68115)
: (c <= 68119 || (c >= 68121 && c <= 68149)))
: (c <= 68220 || (c < 68297
? (c < 68288
? (c >= 68224 && c <= 68252)
: c <= 68295)
: (c <= 68324 || (c >= 68352 && c <= 68405)))))))))
: (c <= 68437 || (c < 69968
? (c < 69415
? (c < 68800
? (c < 68608
? (c < 68480
? (c >= 68448 && c <= 68466)
: c <= 68497)
: (c <= 68680 || (c >= 68736 && c <= 68786)))
: (c <= 68850 || (c < 69296
? (c < 69248
? (c >= 68864 && c <= 68899)
: c <= 69289)
: (c <= 69297 || (c >= 69376 && c <= 69404)))))
: (c <= 69415 || (c < 69763
? (c < 69600
? (c < 69552
? (c >= 69424 && c <= 69445)
: c <= 69572)
: (c <= 69622 || (c >= 69635 && c <= 69687)))
: (c <= 69807 || (c < 69956
? (c < 69891
? (c >= 69840 && c <= 69864)
: c <= 69926)
: (c <= 69956 || c == 69959))))))
: (c <= 70002 || (c < 70282
? (c < 70108
? (c < 70081
? (c < 70019
? c == 70006
: c <= 70066)
: (c <= 70084 || c == 70106))
: (c <= 70108 || (c < 70272
? (c < 70163
? (c >= 70144 && c <= 70161)
: c <= 70187)
: (c <= 70278 || c == 70280))))
: (c <= 70285 || (c < 70415
? (c < 70320
? (c < 70303
? (c >= 70287 && c <= 70301)
: c <= 70312)
: (c <= 70366 || (c >= 70405 && c <= 70412)))
: (c <= 70416 || (c < 70442
? (c >= 70419 && c <= 70440)
: (c <= 70448 || (c >= 70450 && c <= 70451)))))))))))))
: (c <= 70457 || (c < 113808
? (c < 72818
? (c < 71945
? (c < 71040
? (c < 70727
? (c < 70493
? (c < 70480
? c == 70461
: c <= 70480)
: (c <= 70497 || (c >= 70656 && c <= 70708)))
: (c <= 70730 || (c < 70852
? (c < 70784
? (c >= 70751 && c <= 70753)
: c <= 70831)
: (c <= 70853 || c == 70855))))
: (c <= 71086 || (c < 71352
? (c < 71236
? (c < 71168
? (c >= 71128 && c <= 71131)
: c <= 71215)
: (c <= 71236 || (c >= 71296 && c <= 71338)))
: (c <= 71352 || (c < 71840
? (c < 71680
? (c >= 71424 && c <= 71450)
: c <= 71723)
: (c <= 71903 || (c >= 71935 && c <= 71942)))))))
: (c <= 71945 || (c < 72192
? (c < 72001
? (c < 71960
? (c < 71957
? (c >= 71948 && c <= 71955)
: c <= 71958)
: (c <= 71983 || c == 71999))
: (c <= 72001 || (c < 72161
? (c < 72106
? (c >= 72096 && c <= 72103)
: c <= 72144)
: (c <= 72161 || c == 72163))))
: (c <= 72192 || (c < 72349
? (c < 72272
? (c < 72250
? (c >= 72203 && c <= 72242)
: c <= 72250)
: (c <= 72272 || (c >= 72284 && c <= 72329)))
: (c <= 72349 || (c < 72714
? (c < 72704
? (c >= 72384 && c <= 72440)
: c <= 72712)
: (c <= 72750 || c == 72768))))))))
: (c <= 72847 || (c < 92992
? (c < 73648
? (c < 73056
? (c < 72971
? (c < 72968
? (c >= 72960 && c <= 72966)
: c <= 72969)
: (c <= 73008 || c == 73030))
: (c <= 73061 || (c < 73112
? (c < 73066
? (c >= 73063 && c <= 73064)
: c <= 73097)
: (c <= 73112 || (c >= 73440 && c <= 73458)))))
: (c <= 73648 || (c < 82944
? (c < 74880
? (c < 74752
? (c >= 73728 && c <= 74649)
: c <= 74862)
: (c <= 75075 || (c >= 77824 && c <= 78894)))
: (c <= 83526 || (c < 92880
? (c < 92736
? (c >= 92160 && c <= 92728)
: c <= 92766)
: (c <= 92909 || (c >= 92928 && c <= 92975)))))))
: (c <= 92995 || (c < 100352
? (c < 94032
? (c < 93760
? (c < 93053
? (c >= 93027 && c <= 93047)
: c <= 93071)
: (c <= 93823 || (c >= 93952 && c <= 94026)))
: (c <= 94032 || (c < 94179
? (c < 94176
? (c >= 94099 && c <= 94111)
: c <= 94177)
: (c <= 94179 || (c >= 94208 && c <= 100343)))))
: (c <= 101589 || (c < 110960
? (c < 110928
? (c < 110592
? (c >= 101632 && c <= 101640)
: c <= 110878)
: (c <= 110930 || (c >= 110948 && c <= 110951)))
: (c <= 111355 || (c < 113776
? (c >= 113664 && c <= 113770)
: (c <= 113788 || (c >= 113792 && c <= 113800)))))))))))
: (c <= 113817 || (c < 126469
? (c < 120488
? (c < 120005
? (c < 119973
? (c < 119966
? (c < 119894
? (c >= 119808 && c <= 119892)
: c <= 119964)
: (c <= 119967 || c == 119970))
: (c <= 119974 || (c < 119995
? (c < 119982
? (c >= 119977 && c <= 119980)
: c <= 119993)
: (c <= 119995 || (c >= 119997 && c <= 120003)))))
: (c <= 120069 || (c < 120123
? (c < 120086
? (c < 120077
? (c >= 120071 && c <= 120074)
: c <= 120084)
: (c <= 120092 || (c >= 120094 && c <= 120121)))
: (c <= 120126 || (c < 120138
? (c < 120134
? (c >= 120128 && c <= 120132)
: c <= 120134)
: (c <= 120144 || (c >= 120146 && c <= 120485)))))))
: (c <= 120512 || (c < 120772
? (c < 120630
? (c < 120572
? (c < 120540
? (c >= 120514 && c <= 120538)
: c <= 120570)
: (c <= 120596 || (c >= 120598 && c <= 120628)))
: (c <= 120654 || (c < 120714
? (c < 120688
? (c >= 120656 && c <= 120686)
: c <= 120712)
: (c <= 120744 || (c >= 120746 && c <= 120770)))))
: (c <= 120779 || (c < 124928
? (c < 123214
? (c < 123191
? (c >= 123136 && c <= 123180)
: c <= 123197)
: (c <= 123214 || (c >= 123584 && c <= 123627)))
: (c <= 125124 || (c < 125259
? (c >= 125184 && c <= 125251)
: (c <= 125259 || (c >= 126464 && c <= 126467)))))))))
: (c <= 126495 || (c < 126561
? (c < 126537
? (c < 126516
? (c < 126503
? (c < 126500
? (c >= 126497 && c <= 126498)
: c <= 126500)
: (c <= 126503 || (c >= 126505 && c <= 126514)))
: (c <= 126519 || (c < 126530
? (c < 126523
? c == 126521
: c <= 126523)
: (c <= 126530 || c == 126535))))
: (c <= 126537 || (c < 126551
? (c < 126545
? (c < 126541
? c == 126539
: c <= 126543)
: (c <= 126546 || c == 126548))
: (c <= 126551 || (c < 126557
? (c < 126555
? c == 126553
: c <= 126555)
: (c <= 126557 || c == 126559))))))
: (c <= 126562 || (c < 126629
? (c < 126585
? (c < 126572
? (c < 126567
? c == 126564
: c <= 126570)
: (c <= 126578 || (c >= 126580 && c <= 126583)))
: (c <= 126588 || (c < 126603
? (c < 126592
? c == 126590
: c <= 126601)
: (c <= 126619 || (c >= 126625 && c <= 126627)))))
: (c <= 126633 || (c < 178208
? (c < 173824
? (c < 131072
? (c >= 126635 && c <= 126651)
: c <= 173789)
: (c <= 177972 || (c >= 177984 && c <= 178205)))
: (c <= 183969 || (c < 194560
? (c >= 183984 && c <= 191456)
: (c <= 195101 || (c >= 196608 && c <= 201546)))))))))))))))));
}
static inline bool sym_identifier_character_set_2(int32_t c) {
return (c < 43052
? (c < 3718
? (c < 2730
? (c < 2042
? (c < 1015
? (c < 710
? (c < 181
? (c < '_'
? (c < 'A'
? (c >= '0' && c <= '9')
: c <= 'Z')
: (c <= '_' || (c < 170
? (c >= 'a' && c <= 'z')
: c <= 170)))
: (c <= 181 || (c < 192
? (c < 186
? c == 183
: c <= 186)
: (c <= 214 || (c < 248
? (c >= 216 && c <= 246)
: c <= 705)))))
: (c <= 721 || (c < 891
? (c < 750
? (c < 748
? (c >= 736 && c <= 740)
: c <= 748)
: (c <= 750 || (c < 886
? (c >= 768 && c <= 884)
: c <= 887)))
: (c <= 893 || (c < 908
? (c < 902
? c == 895
: c <= 906)
: (c <= 908 || (c < 931
? (c >= 910 && c <= 929)
: c <= 1013)))))))
: (c <= 1153 || (c < 1519
? (c < 1425
? (c < 1329
? (c < 1162
? (c >= 1155 && c <= 1159)
: c <= 1327)
: (c <= 1366 || (c < 1376
? c == 1369
: c <= 1416)))
: (c <= 1469 || (c < 1476
? (c < 1473
? c == 1471
: c <= 1474)
: (c <= 1477 || (c < 1488
? c == 1479
: c <= 1514)))))
: (c <= 1522 || (c < 1770
? (c < 1646
? (c < 1568
? (c >= 1552 && c <= 1562)
: c <= 1641)
: (c <= 1747 || (c < 1759
? (c >= 1749 && c <= 1756)
: c <= 1768)))
: (c <= 1788 || (c < 1869
? (c < 1808
? c == 1791
: c <= 1866)
: (c <= 1969 || (c >= 1984 && c <= 2037)))))))))
: (c <= 2042 || (c < 2534
? (c < 2447
? (c < 2230
? (c < 2112
? (c < 2048
? c == 2045
: c <= 2093)
: (c <= 2139 || (c < 2208
? (c >= 2144 && c <= 2154)
: c <= 2228)))
: (c <= 2247 || (c < 2406
? (c < 2275
? (c >= 2259 && c <= 2273)
: c <= 2403)
: (c <= 2415 || (c < 2437
? (c >= 2417 && c <= 2435)
: c <= 2444)))))
: (c <= 2448 || (c < 2503
? (c < 2482
? (c < 2474
? (c >= 2451 && c <= 2472)
: c <= 2480)
: (c <= 2482 || (c < 2492
? (c >= 2486 && c <= 2489)
: c <= 2500)))
: (c <= 2504 || (c < 2524
? (c < 2519
? (c >= 2507 && c <= 2510)
: c <= 2519)
: (c <= 2525 || (c >= 2527 && c <= 2531)))))))
: (c <= 2545 || (c < 2622
? (c < 2579
? (c < 2561
? (c < 2558
? c == 2556
: c <= 2558)
: (c <= 2563 || (c < 2575
? (c >= 2565 && c <= 2570)
: c <= 2576)))
: (c <= 2600 || (c < 2613
? (c < 2610
? (c >= 2602 && c <= 2608)
: c <= 2611)
: (c <= 2614 || (c < 2620
? (c >= 2616 && c <= 2617)
: c <= 2620)))))
: (c <= 2626 || (c < 2662
? (c < 2641
? (c < 2635
? (c >= 2631 && c <= 2632)
: c <= 2637)
: (c <= 2641 || (c < 2654
? (c >= 2649 && c <= 2652)
: c <= 2654)))
: (c <= 2677 || (c < 2703
? (c < 2693
? (c >= 2689 && c <= 2691)
: c <= 2701)
: (c <= 2705 || (c >= 2707 && c <= 2728)))))))))))
: (c <= 2736 || (c < 3142
? (c < 2918
? (c < 2831
? (c < 2768
? (c < 2748
? (c < 2741
? (c >= 2738 && c <= 2739)
: c <= 2745)
: (c <= 2757 || (c < 2763
? (c >= 2759 && c <= 2761)
: c <= 2765)))
: (c <= 2768 || (c < 2809
? (c < 2790
? (c >= 2784 && c <= 2787)
: c <= 2799)
: (c <= 2815 || (c < 2821
? (c >= 2817 && c <= 2819)
: c <= 2828)))))
: (c <= 2832 || (c < 2887
? (c < 2866
? (c < 2858
? (c >= 2835 && c <= 2856)
: c <= 2864)
: (c <= 2867 || (c < 2876
? (c >= 2869 && c <= 2873)
: c <= 2884)))
: (c <= 2888 || (c < 2908
? (c < 2901
? (c >= 2891 && c <= 2893)
: c <= 2903)
: (c <= 2909 || (c >= 2911 && c <= 2915)))))))
: (c <= 2927 || (c < 3006
? (c < 2969
? (c < 2949
? (c < 2946
? c == 2929
: c <= 2947)
: (c <= 2954 || (c < 2962
? (c >= 2958 && c <= 2960)
: c <= 2965)))
: (c <= 2970 || (c < 2979
? (c < 2974
? c == 2972
: c <= 2975)
: (c <= 2980 || (c < 2990
? (c >= 2984 && c <= 2986)
: c <= 3001)))))
: (c <= 3010 || (c < 3072
? (c < 3024
? (c < 3018
? (c >= 3014 && c <= 3016)
: c <= 3021)
: (c <= 3024 || (c < 3046
? c == 3031
: c <= 3055)))
: (c <= 3084 || (c < 3114
? (c < 3090
? (c >= 3086 && c <= 3088)
: c <= 3112)
: (c <= 3129 || (c >= 3133 && c <= 3140)))))))))
: (c <= 3144 || (c < 3398
? (c < 3260
? (c < 3200
? (c < 3160
? (c < 3157
? (c >= 3146 && c <= 3149)
: c <= 3158)
: (c <= 3162 || (c < 3174
? (c >= 3168 && c <= 3171)
: c <= 3183)))
: (c <= 3203 || (c < 3218
? (c < 3214
? (c >= 3205 && c <= 3212)
: c <= 3216)
: (c <= 3240 || (c < 3253
? (c >= 3242 && c <= 3251)
: c <= 3257)))))
: (c <= 3268 || (c < 3302
? (c < 3285
? (c < 3274
? (c >= 3270 && c <= 3272)
: c <= 3277)
: (c <= 3286 || (c < 3296
? c == 3294
: c <= 3299)))
: (c <= 3311 || (c < 3342
? (c < 3328
? (c >= 3313 && c <= 3314)
: c <= 3340)
: (c <= 3344 || (c >= 3346 && c <= 3396)))))))
: (c <= 3400 || (c < 3530
? (c < 3457
? (c < 3423
? (c < 3412
? (c >= 3402 && c <= 3406)
: c <= 3415)
: (c <= 3427 || (c < 3450
? (c >= 3430 && c <= 3439)
: c <= 3455)))
: (c <= 3459 || (c < 3507
? (c < 3482
? (c >= 3461 && c <= 3478)
: c <= 3505)
: (c <= 3515 || (c < 3520
? c == 3517
: c <= 3526)))))
: (c <= 3530 || (c < 3585
? (c < 3544
? (c < 3542
? (c >= 3535 && c <= 3540)
: c <= 3542)
: (c <= 3551 || (c < 3570
? (c >= 3558 && c <= 3567)
: c <= 3571)))
: (c <= 3642 || (c < 3713
? (c < 3664
? (c >= 3648 && c <= 3662)
: c <= 3673)
: (c <= 3714 || c == 3716))))))))))))
: (c <= 3722 || (c < 7296
? (c < 5024
? (c < 4256
? (c < 3893
? (c < 3784
? (c < 3751
? (c < 3749
? (c >= 3724 && c <= 3747)
: c <= 3749)
: (c <= 3773 || (c < 3782
? (c >= 3776 && c <= 3780)
: c <= 3782)))
: (c <= 3789 || (c < 3840
? (c < 3804
? (c >= 3792 && c <= 3801)
: c <= 3807)
: (c <= 3840 || (c < 3872
? (c >= 3864 && c <= 3865)
: c <= 3881)))))
: (c <= 3893 || (c < 3974
? (c < 3902
? (c < 3897
? c == 3895
: c <= 3897)
: (c <= 3911 || (c < 3953
? (c >= 3913 && c <= 3948)
: c <= 3972)))
: (c <= 3991 || (c < 4096
? (c < 4038
? (c >= 3993 && c <= 4028)
: c <= 4038)
: (c <= 4169 || (c >= 4176 && c <= 4253)))))))
: (c <= 4293 || (c < 4786
? (c < 4688
? (c < 4304
? (c < 4301
? c == 4295
: c <= 4301)
: (c <= 4346 || (c < 4682
? (c >= 4348 && c <= 4680)
: c <= 4685)))
: (c <= 4694 || (c < 4704
? (c < 4698
? c == 4696
: c <= 4701)
: (c <= 4744 || (c < 4752
? (c >= 4746 && c <= 4749)
: c <= 4784)))))
: (c <= 4789 || (c < 4882
? (c < 4802
? (c < 4800
? (c >= 4792 && c <= 4798)
: c <= 4800)
: (c <= 4805 || (c < 4824
? (c >= 4808 && c <= 4822)
: c <= 4880)))
: (c <= 4885 || (c < 4969
? (c < 4957
? (c >= 4888 && c <= 4954)
: c <= 4959)
: (c <= 4977 || (c >= 4992 && c <= 5007)))))))))
: (c <= 5109 || (c < 6400
? (c < 5998
? (c < 5870
? (c < 5743
? (c < 5121
? (c >= 5112 && c <= 5117)
: c <= 5740)
: (c <= 5759 || (c < 5792
? (c >= 5761 && c <= 5786)
: c <= 5866)))
: (c <= 5880 || (c < 5920
? (c < 5902
? (c >= 5888 && c <= 5900)
: c <= 5908)
: (c <= 5940 || (c < 5984
? (c >= 5952 && c <= 5971)
: c <= 5996)))))
: (c <= 6000 || (c < 6155
? (c < 6103
? (c < 6016
? (c >= 6002 && c <= 6003)
: c <= 6099)
: (c <= 6103 || (c < 6112
? (c >= 6108 && c <= 6109)
: c <= 6121)))
: (c <= 6157 || (c < 6272
? (c < 6176
? (c >= 6160 && c <= 6169)
: c <= 6264)
: (c <= 6314 || (c >= 6320 && c <= 6389)))))))
: (c <= 6430 || (c < 6800
? (c < 6576
? (c < 6470
? (c < 6448
? (c >= 6432 && c <= 6443)
: c <= 6459)
: (c <= 6509 || (c < 6528
? (c >= 6512 && c <= 6516)
: c <= 6571)))
: (c <= 6601 || (c < 6688
? (c < 6656
? (c >= 6608 && c <= 6618)
: c <= 6683)
: (c <= 6750 || (c < 6783
? (c >= 6752 && c <= 6780)
: c <= 6793)))))
: (c <= 6809 || (c < 7019
? (c < 6847
? (c < 6832
? c == 6823
: c <= 6845)
: (c <= 6848 || (c < 6992
? (c >= 6912 && c <= 6987)
: c <= 7001)))
: (c <= 7027 || (c < 7232
? (c < 7168
? (c >= 7040 && c <= 7155)
: c <= 7223)
: (c <= 7241 || (c >= 7245 && c <= 7293)))))))))))
: (c <= 7304 || (c < 11264
? (c < 8178
? (c < 8027
? (c < 7675
? (c < 7376
? (c < 7357
? (c >= 7312 && c <= 7354)
: c <= 7359)
: (c <= 7378 || (c < 7424
? (c >= 7380 && c <= 7418)
: c <= 7673)))
: (c <= 7957 || (c < 8008
? (c < 7968
? (c >= 7960 && c <= 7965)
: c <= 8005)
: (c <= 8013 || (c < 8025
? (c >= 8016 && c <= 8023)
: c <= 8025)))))
: (c <= 8027 || (c < 8130
? (c < 8064
? (c < 8031
? c == 8029
: c <= 8061)
: (c <= 8116 || (c < 8126
? (c >= 8118 && c <= 8124)
: c <= 8126)))
: (c <= 8132 || (c < 8150
? (c < 8144
? (c >= 8134 && c <= 8140)
: c <= 8147)
: (c <= 8155 || (c >= 8160 && c <= 8172)))))))
: (c <= 8180 || (c < 8458
? (c < 8336
? (c < 8276
? (c < 8255
? (c >= 8182 && c <= 8188)
: c <= 8256)
: (c <= 8276 || (c < 8319
? c == 8305
: c <= 8319)))
: (c <= 8348 || (c < 8421
? (c < 8417
? (c >= 8400 && c <= 8412)
: c <= 8417)
: (c <= 8432 || (c < 8455
? c == 8450
: c <= 8455)))))
: (c <= 8467 || (c < 8490
? (c < 8484
? (c < 8472
? c == 8469
: c <= 8477)
: (c <= 8484 || (c < 8488
? c == 8486
: c <= 8488)))
: (c <= 8505 || (c < 8526
? (c < 8517
? (c >= 8508 && c <= 8511)
: c <= 8521)
: (c <= 8526 || (c >= 8544 && c <= 8584)))))))))
: (c <= 11310 || (c < 12353
? (c < 11696
? (c < 11565
? (c < 11499
? (c < 11360
? (c >= 11312 && c <= 11358)
: c <= 11492)
: (c <= 11507 || (c < 11559
? (c >= 11520 && c <= 11557)
: c <= 11559)))
: (c <= 11565 || (c < 11647
? (c < 11631
? (c >= 11568 && c <= 11623)
: c <= 11631)
: (c <= 11670 || (c < 11688
? (c >= 11680 && c <= 11686)
: c <= 11694)))))
: (c <= 11702 || (c < 11744
? (c < 11720
? (c < 11712
? (c >= 11704 && c <= 11710)
: c <= 11718)
: (c <= 11726 || (c < 11736
? (c >= 11728 && c <= 11734)
: c <= 11742)))
: (c <= 11775 || (c < 12337
? (c < 12321
? (c >= 12293 && c <= 12295)
: c <= 12335)
: (c <= 12341 || (c >= 12344 && c <= 12348)))))))
: (c <= 12438 || (c < 42192
? (c < 12593
? (c < 12449
? (c < 12445
? (c >= 12441 && c <= 12442)
: c <= 12447)
: (c <= 12538 || (c < 12549
? (c >= 12540 && c <= 12543)
: c <= 12591)))
: (c <= 12686 || (c < 13312
? (c < 12784
? (c >= 12704 && c <= 12735)
: c <= 12799)
: (c <= 19903 || (c < 40960
? (c >= 19968 && c <= 40956)
: c <= 42124)))))
: (c <= 42237 || (c < 42775
? (c < 42560
? (c < 42512
? (c >= 42240 && c <= 42508)
: c <= 42539)
: (c <= 42607 || (c < 42623
? (c >= 42612 && c <= 42621)
: c <= 42737)))
: (c <= 42783 || (c < 42946
? (c < 42891
? (c >= 42786 && c <= 42888)
: c <= 42943)
: (c <= 42954 || (c >= 42997 && c <= 43047)))))))))))))))
: (c <= 43052 || (c < 71096
? (c < 66864
? (c < 64914
? (c < 43816
? (c < 43520
? (c < 43261
? (c < 43216
? (c < 43136
? (c >= 43072 && c <= 43123)
: c <= 43205)
: (c <= 43225 || (c < 43259
? (c >= 43232 && c <= 43255)
: c <= 43259)))
: (c <= 43309 || (c < 43392
? (c < 43360
? (c >= 43312 && c <= 43347)
: c <= 43388)
: (c <= 43456 || (c < 43488
? (c >= 43471 && c <= 43481)
: c <= 43518)))))
: (c <= 43574 || (c < 43744
? (c < 43616
? (c < 43600
? (c >= 43584 && c <= 43597)
: c <= 43609)
: (c <= 43638 || (c < 43739
? (c >= 43642 && c <= 43714)
: c <= 43741)))
: (c <= 43759 || (c < 43785
? (c < 43777
? (c >= 43762 && c <= 43766)
: c <= 43782)
: (c <= 43790 || (c < 43808
? (c >= 43793 && c <= 43798)
: c <= 43814)))))))
: (c <= 43822 || (c < 64275
? (c < 44032
? (c < 43888
? (c < 43868
? (c >= 43824 && c <= 43866)
: c <= 43881)
: (c <= 44010 || (c < 44016
? (c >= 44012 && c <= 44013)
: c <= 44025)))
: (c <= 55203 || (c < 63744
? (c < 55243
? (c >= 55216 && c <= 55238)
: c <= 55291)
: (c <= 64109 || (c < 64256
? (c >= 64112 && c <= 64217)
: c <= 64262)))))
: (c <= 64279 || (c < 64323
? (c < 64312
? (c < 64298
? (c >= 64285 && c <= 64296)
: c <= 64310)
: (c <= 64316 || (c < 64320
? c == 64318
: c <= 64321)))
: (c <= 64324 || (c < 64612
? (c < 64467
? (c >= 64326 && c <= 64433)
: c <= 64605)
: (c <= 64829 || (c >= 64848 && c <= 64911)))))))))
: (c <= 64967 || (c < 65549
? (c < 65151
? (c < 65137
? (c < 65056
? (c < 65024
? (c >= 65008 && c <= 65017)
: c <= 65039)
: (c <= 65071 || (c < 65101
? (c >= 65075 && c <= 65076)
: c <= 65103)))
: (c <= 65137 || (c < 65145
? (c < 65143
? c == 65139
: c <= 65143)
: (c <= 65145 || (c < 65149
? c == 65147
: c <= 65149)))))
: (c <= 65276 || (c < 65474
? (c < 65343
? (c < 65313
? (c >= 65296 && c <= 65305)
: c <= 65338)
: (c <= 65343 || (c < 65382
? (c >= 65345 && c <= 65370)
: c <= 65470)))
: (c <= 65479 || (c < 65498
? (c < 65490
? (c >= 65482 && c <= 65487)
: c <= 65495)
: (c <= 65500 || (c >= 65536 && c <= 65547)))))))
: (c <= 65574 || (c < 66349
? (c < 65856
? (c < 65599
? (c < 65596
? (c >= 65576 && c <= 65594)
: c <= 65597)
: (c <= 65613 || (c < 65664
? (c >= 65616 && c <= 65629)
: c <= 65786)))
: (c <= 65908 || (c < 66208
? (c < 66176
? c == 66045
: c <= 66204)
: (c <= 66256 || (c < 66304
? c == 66272
: c <= 66335)))))
: (c <= 66378 || (c < 66560
? (c < 66464
? (c < 66432
? (c >= 66384 && c <= 66426)
: c <= 66461)
: (c <= 66499 || (c < 66513
? (c >= 66504 && c <= 66511)
: c <= 66517)))
: (c <= 66717 || (c < 66776
? (c < 66736
? (c >= 66720 && c <= 66729)
: c <= 66771)
: (c <= 66811 || (c >= 66816 && c <= 66855)))))))))))
: (c <= 66915 || (c < 69632
? (c < 68152
? (c < 67808
? (c < 67594
? (c < 67424
? (c < 67392
? (c >= 67072 && c <= 67382)
: c <= 67413)
: (c <= 67431 || (c < 67592
? (c >= 67584 && c <= 67589)
: c <= 67592)))
: (c <= 67637 || (c < 67647
? (c < 67644
? (c >= 67639 && c <= 67640)
: c <= 67644)
: (c <= 67669 || (c < 67712
? (c >= 67680 && c <= 67702)
: c <= 67742)))))
: (c <= 67826 || (c < 68096
? (c < 67872
? (c < 67840
? (c >= 67828 && c <= 67829)
: c <= 67861)
: (c <= 67897 || (c < 68030
? (c >= 67968 && c <= 68023)
: c <= 68031)))
: (c <= 68099 || (c < 68117
? (c < 68108
? (c >= 68101 && c <= 68102)
: c <= 68115)
: (c <= 68119 || (c >= 68121 && c <= 68149)))))))
: (c <= 68154 || (c < 68800
? (c < 68352
? (c < 68224
? (c < 68192
? c == 68159
: c <= 68220)
: (c <= 68252 || (c < 68297
? (c >= 68288 && c <= 68295)
: c <= 68326)))
: (c <= 68405 || (c < 68480
? (c < 68448
? (c >= 68416 && c <= 68437)
: c <= 68466)
: (c <= 68497 || (c < 68736
? (c >= 68608 && c <= 68680)
: c <= 68786)))))
: (c <= 68850 || (c < 69376
? (c < 69248
? (c < 68912
? (c >= 68864 && c <= 68903)
: c <= 68921)
: (c <= 69289 || (c < 69296
? (c >= 69291 && c <= 69292)
: c <= 69297)))
: (c <= 69404 || (c < 69552
? (c < 69424
? c == 69415
: c <= 69456)
: (c <= 69572 || (c >= 69600 && c <= 69622)))))))))
: (c <= 69702 || (c < 70384
? (c < 70094
? (c < 69942
? (c < 69840
? (c < 69759
? (c >= 69734 && c <= 69743)
: c <= 69818)
: (c <= 69864 || (c < 69888
? (c >= 69872 && c <= 69881)
: c <= 69940)))
: (c <= 69951 || (c < 70006
? (c < 69968
? (c >= 69956 && c <= 69959)
: c <= 70003)
: (c <= 70006 || (c < 70089
? (c >= 70016 && c <= 70084)
: c <= 70092)))))
: (c <= 70106 || (c < 70280
? (c < 70163
? (c < 70144
? c == 70108
: c <= 70161)
: (c <= 70199 || (c < 70272
? c == 70206
: c <= 70278)))
: (c <= 70280 || (c < 70303
? (c < 70287
? (c >= 70282 && c <= 70285)
: c <= 70301)
: (c <= 70312 || (c >= 70320 && c <= 70378)))))))
: (c <= 70393 || (c < 70487
? (c < 70450
? (c < 70415
? (c < 70405
? (c >= 70400 && c <= 70403)
: c <= 70412)
: (c <= 70416 || (c < 70442
? (c >= 70419 && c <= 70440)
: c <= 70448)))
: (c <= 70451 || (c < 70471
? (c < 70459
? (c >= 70453 && c <= 70457)
: c <= 70468)
: (c <= 70472 || (c < 70480
? (c >= 70475 && c <= 70477)
: c <= 70480)))))
: (c <= 70487 || (c < 70750
? (c < 70512
? (c < 70502
? (c >= 70493 && c <= 70499)
: c <= 70508)
: (c <= 70516 || (c < 70736
? (c >= 70656 && c <= 70730)
: c <= 70745)))
: (c <= 70753 || (c < 70864
? (c < 70855
? (c >= 70784 && c <= 70853)
: c <= 70855)
: (c <= 70873 || (c >= 71040 && c <= 71093)))))))))))))
: (c <= 71104 || (c < 119894
? (c < 73104
? (c < 72163
? (c < 71935
? (c < 71360
? (c < 71236
? (c < 71168
? (c >= 71128 && c <= 71133)
: c <= 71232)
: (c <= 71236 || (c < 71296
? (c >= 71248 && c <= 71257)
: c <= 71352)))
: (c <= 71369 || (c < 71472
? (c < 71453
? (c >= 71424 && c <= 71450)
: c <= 71467)
: (c <= 71481 || (c < 71840
? (c >= 71680 && c <= 71738)
: c <= 71913)))))
: (c <= 71942 || (c < 71995
? (c < 71957
? (c < 71948
? c == 71945
: c <= 71955)
: (c <= 71958 || (c < 71991
? (c >= 71960 && c <= 71989)
: c <= 71992)))
: (c <= 72003 || (c < 72106
? (c < 72096
? (c >= 72016 && c <= 72025)
: c <= 72103)
: (c <= 72151 || (c >= 72154 && c <= 72161)))))))
: (c <= 72164 || (c < 72873
? (c < 72704
? (c < 72272
? (c < 72263
? (c >= 72192 && c <= 72254)
: c <= 72263)
: (c <= 72345 || (c < 72384
? c == 72349
: c <= 72440)))
: (c <= 72712 || (c < 72784
? (c < 72760
? (c >= 72714 && c <= 72758)
: c <= 72768)
: (c <= 72793 || (c < 72850
? (c >= 72818 && c <= 72847)
: c <= 72871)))))
: (c <= 72886 || (c < 73023
? (c < 72971
? (c < 72968
? (c >= 72960 && c <= 72966)
: c <= 72969)
: (c <= 73014 || (c < 73020
? c == 73018
: c <= 73021)))
: (c <= 73031 || (c < 73063
? (c < 73056
? (c >= 73040 && c <= 73049)
: c <= 73061)
: (c <= 73064 || (c >= 73066 && c <= 73102)))))))))
: (c <= 73105 || (c < 94095
? (c < 92768
? (c < 74752
? (c < 73440
? (c < 73120
? (c >= 73107 && c <= 73112)
: c <= 73129)
: (c <= 73462 || (c < 73728
? c == 73648
: c <= 74649)))
: (c <= 74862 || (c < 82944
? (c < 77824
? (c >= 74880 && c <= 75075)
: c <= 78894)
: (c <= 83526 || (c < 92736
? (c >= 92160 && c <= 92728)
: c <= 92766)))))
: (c <= 92777 || (c < 93027
? (c < 92928
? (c < 92912
? (c >= 92880 && c <= 92909)
: c <= 92916)
: (c <= 92982 || (c < 93008
? (c >= 92992 && c <= 92995)
: c <= 93017)))
: (c <= 93047 || (c < 93952
? (c < 93760
? (c >= 93053 && c <= 93071)
: c <= 93823)
: (c <= 94026 || (c >= 94031 && c <= 94087)))))))
: (c <= 94111 || (c < 113776
? (c < 101632
? (c < 94192
? (c < 94179
? (c >= 94176 && c <= 94177)
: c <= 94180)
: (c <= 94193 || (c < 100352
? (c >= 94208 && c <= 100343)
: c <= 101589)))
: (c <= 101640 || (c < 110948
? (c < 110928
? (c >= 110592 && c <= 110878)
: c <= 110930)
: (c <= 110951 || (c < 113664
? (c >= 110960 && c <= 111355)
: c <= 113770)))))
: (c <= 113788 || (c < 119163
? (c < 113821
? (c < 113808
? (c >= 113792 && c <= 113800)
: c <= 113817)
: (c <= 113822 || (c < 119149
? (c >= 119141 && c <= 119145)
: c <= 119154)))
: (c <= 119170 || (c < 119362
? (c < 119210
? (c >= 119173 && c <= 119179)
: c <= 119213)
: (c <= 119364 || (c >= 119808 && c <= 119892)))))))))))
: (c <= 119964 || (c < 124928
? (c < 120630
? (c < 120094
? (c < 119995
? (c < 119973
? (c < 119970
? (c >= 119966 && c <= 119967)
: c <= 119970)
: (c <= 119974 || (c < 119982
? (c >= 119977 && c <= 119980)
: c <= 119993)))
: (c <= 119995 || (c < 120071
? (c < 120005
? (c >= 119997 && c <= 120003)
: c <= 120069)
: (c <= 120074 || (c < 120086
? (c >= 120077 && c <= 120084)
: c <= 120092)))))
: (c <= 120121 || (c < 120488
? (c < 120134
? (c < 120128
? (c >= 120123 && c <= 120126)
: c <= 120132)
: (c <= 120134 || (c < 120146
? (c >= 120138 && c <= 120144)
: c <= 120485)))
: (c <= 120512 || (c < 120572
? (c < 120540
? (c >= 120514 && c <= 120538)
: c <= 120570)
: (c <= 120596 || (c >= 120598 && c <= 120628)))))))
: (c <= 120654 || (c < 121505
? (c < 120782
? (c < 120714
? (c < 120688
? (c >= 120656 && c <= 120686)
: c <= 120712)
: (c <= 120744 || (c < 120772
? (c >= 120746 && c <= 120770)
: c <= 120779)))
: (c <= 120831 || (c < 121461
? (c < 121403
? (c >= 121344 && c <= 121398)
: c <= 121452)
: (c <= 121461 || (c < 121499
? c == 121476
: c <= 121503)))))
: (c <= 121519 || (c < 123136
? (c < 122907
? (c < 122888
? (c >= 122880 && c <= 122886)
: c <= 122904)
: (c <= 122913 || (c < 122918
? (c >= 122915 && c <= 122916)
: c <= 122922)))
: (c <= 123180 || (c < 123214
? (c < 123200
? (c >= 123184 && c <= 123197)
: c <= 123209)
: (c <= 123214 || (c >= 123584 && c <= 123641)))))))))
: (c <= 125124 || (c < 126557
? (c < 126523
? (c < 126497
? (c < 125264
? (c < 125184
? (c >= 125136 && c <= 125142)
: c <= 125259)
: (c <= 125273 || (c < 126469
? (c >= 126464 && c <= 126467)
: c <= 126495)))
: (c <= 126498 || (c < 126505
? (c < 126503
? c == 126500
: c <= 126503)
: (c <= 126514 || (c < 126521
? (c >= 126516 && c <= 126519)
: c <= 126521)))))
: (c <= 126523 || (c < 126545
? (c < 126537
? (c < 126535
? c == 126530
: c <= 126535)
: (c <= 126537 || (c < 126541
? c == 126539
: c <= 126543)))
: (c <= 126546 || (c < 126553
? (c < 126551
? c == 126548
: c <= 126551)
: (c <= 126553 || c == 126555))))))
: (c <= 126557 || (c < 126629
? (c < 126580
? (c < 126564
? (c < 126561
? c == 126559
: c <= 126562)
: (c <= 126564 || (c < 126572
? (c >= 126567 && c <= 126570)
: c <= 126578)))
: (c <= 126583 || (c < 126592
? (c < 126590
? (c >= 126585 && c <= 126588)
: c <= 126590)
: (c <= 126601 || (c < 126625
? (c >= 126603 && c <= 126619)
: c <= 126627)))))
: (c <= 126633 || (c < 178208
? (c < 131072
? (c < 130032
? (c >= 126635 && c <= 126651)
: c <= 130041)
: (c <= 173789 || (c < 177984
? (c >= 173824 && c <= 177972)
: c <= 178205)))
: (c <= 183969 || (c < 196608
? (c < 194560
? (c >= 183984 && c <= 191456)
: c <= 195101)
: (c <= 201546 || (c >= 917760 && c <= 917999)))))))))))))))));
}
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(51);
if (lookahead == '!') ADVANCE(21);
if (lookahead == '#') ADVANCE(124);
if (lookahead == '%') ADVANCE(75);
if (lookahead == '&') ADVANCE(77);
if (lookahead == '(') ADVANCE(54);
if (lookahead == ')') ADVANCE(55);
if (lookahead == '*') ADVANCE(57);
if (lookahead == '+') ADVANCE(65);
if (lookahead == ',') ADVANCE(56);
if (lookahead == '-') ADVANCE(64);
if (lookahead == '.') ADVANCE(53);
if (lookahead == '/') ADVANCE(74);
if (lookahead == '0') ADVANCE(113);
if (lookahead == ':') ADVANCE(61);
if (lookahead == ';') ADVANCE(125);
if (lookahead == '<') ADVANCE(81);
if (lookahead == '=') ADVANCE(71);
if (lookahead == '>') ADVANCE(86);
if (lookahead == '@') ADVANCE(73);
if (lookahead == '[') ADVANCE(66);
if (lookahead == '\\') SKIP(46)
if (lookahead == ']') ADVANCE(67);
if (lookahead == '^') ADVANCE(78);
if (lookahead == '{') ADVANCE(102);
if (lookahead == '|') ADVANCE(62);
if (lookahead == '}') ADVANCE(69);
if (lookahead == '~') ADVANCE(80);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\f' ||
lookahead == '\r' ||
lookahead == ' ' ||
lookahead == 8203 ||
lookahead == 8288 ||
lookahead == 65279) SKIP(49)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112);
if (sym_identifier_character_set_1(lookahead)) ADVANCE(123);
END_STATE();
case 1:
if (lookahead == '\n') SKIP(14)
END_STATE();
case 2:
if (lookahead == '\n') SKIP(14)
if (lookahead == '\r') SKIP(1)
END_STATE();
case 3:
if (lookahead == '\n') SKIP(16)
END_STATE();
case 4:
if (lookahead == '\n') SKIP(16)
if (lookahead == '\r') SKIP(3)
END_STATE();
case 5:
if (lookahead == '\n') SKIP(19)
END_STATE();
case 6:
if (lookahead == '\n') SKIP(19)
if (lookahead == '\r') SKIP(5)
END_STATE();
case 7:
if (lookahead == '\n') ADVANCE(105);
END_STATE();
case 8:
if (lookahead == '\n') SKIP(9)
if (lookahead == '#') ADVANCE(109);
if (lookahead == '\\') ADVANCE(107);
if (lookahead == '{') ADVANCE(102);
if (lookahead == '}') ADVANCE(69);
if (lookahead == '\t' ||
lookahead == '\f' ||
lookahead == '\r' ||
lookahead == ' ' ||
lookahead == 8203 ||
lookahead == 8288 ||
lookahead == 65279) ADVANCE(108);
if (lookahead != 0) ADVANCE(109);
END_STATE();
case 9:
if (lookahead == '\n') SKIP(9)
if (lookahead == '#') ADVANCE(109);
if (lookahead == '\\') ADVANCE(107);
if (lookahead == '}') ADVANCE(69);
if (lookahead == '\t' ||
lookahead == '\f' ||
lookahead == '\r' ||
lookahead == ' ' ||
lookahead == 8203 ||
lookahead == 8288 ||
lookahead == 65279) ADVANCE(108);
if (lookahead != 0 &&
lookahead != '{') ADVANCE(109);
END_STATE();
case 10:
if (lookahead == '\n') SKIP(17)
END_STATE();
case 11:
if (lookahead == '\n') SKIP(17)
if (lookahead == '\r') SKIP(10)
END_STATE();
case 12:
if (lookahead == '\n') SKIP(15)
END_STATE();
case 13:
if (lookahead == '\n') SKIP(15)
if (lookahead == '\r') SKIP(12)
END_STATE();
case 14:
if (lookahead == '!') ADVANCE(21);
if (lookahead == '#') ADVANCE(124);
if (lookahead == '%') ADVANCE(75);
if (lookahead == '&') ADVANCE(77);
if (lookahead == '(') ADVANCE(54);
if (lookahead == ')') ADVANCE(55);
if (lookahead == '*') ADVANCE(57);
if (lookahead == '+') ADVANCE(65);
if (lookahead == ',') ADVANCE(56);
if (lookahead == '-') ADVANCE(63);
if (lookahead == '.') ADVANCE(53);
if (lookahead == '/') ADVANCE(74);
if (lookahead == '0') ADVANCE(113);
if (lookahead == ':') ADVANCE(60);
if (lookahead == '<') ADVANCE(81);
if (lookahead == '=') ADVANCE(71);
if (lookahead == '>') ADVANCE(86);
if (lookahead == '@') ADVANCE(73);
if (lookahead == '[') ADVANCE(66);
if (lookahead == '\\') SKIP(2)
if (lookahead == ']') ADVANCE(67);
if (lookahead == '^') ADVANCE(78);
if (lookahead == '{') ADVANCE(68);
if (lookahead == '|') ADVANCE(62);
if (lookahead == '}') ADVANCE(69);
if (lookahead == '~') ADVANCE(80);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\f' ||
lookahead == '\r' ||
lookahead == ' ' ||
lookahead == 8203 ||
lookahead == 8288 ||
lookahead == 65279) SKIP(14)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112);
if (sym_identifier_character_set_1(lookahead)) ADVANCE(123);
END_STATE();
case 15:
if (lookahead == '!') ADVANCE(21);
if (lookahead == '#') ADVANCE(124);
if (lookahead == '%') ADVANCE(75);
if (lookahead == '&') ADVANCE(77);
if (lookahead == '(') ADVANCE(54);
if (lookahead == ')') ADVANCE(55);
if (lookahead == '*') ADVANCE(57);
if (lookahead == '+') ADVANCE(65);
if (lookahead == ',') ADVANCE(56);
if (lookahead == '-') ADVANCE(63);
if (lookahead == '.') ADVANCE(52);
if (lookahead == '/') ADVANCE(74);
if (lookahead == ':') ADVANCE(61);
if (lookahead == ';') ADVANCE(125);
if (lookahead == '<') ADVANCE(81);
if (lookahead == '=') ADVANCE(71);
if (lookahead == '>') ADVANCE(86);
if (lookahead == '@') ADVANCE(73);
if (lookahead == '[') ADVANCE(66);
if (lookahead == '\\') SKIP(13)
if (lookahead == ']') ADVANCE(67);
if (lookahead == '^') ADVANCE(78);
if (lookahead == '|') ADVANCE(62);
if (lookahead == '}') ADVANCE(69);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\f' ||
lookahead == '\r' ||
lookahead == ' ' ||
lookahead == 8203 ||
lookahead == 8288 ||
lookahead == 65279) SKIP(15)
if (sym_identifier_character_set_1(lookahead)) ADVANCE(123);
END_STATE();
case 16:
if (lookahead == '!') ADVANCE(21);
if (lookahead == '#') ADVANCE(124);
if (lookahead == '%') ADVANCE(75);
if (lookahead == '&') ADVANCE(77);
if (lookahead == '(') ADVANCE(54);
if (lookahead == ')') ADVANCE(55);
if (lookahead == '*') ADVANCE(57);
if (lookahead == '+') ADVANCE(65);
if (lookahead == ',') ADVANCE(56);
if (lookahead == '-') ADVANCE(63);
if (lookahead == '.') ADVANCE(52);
if (lookahead == '/') ADVANCE(74);
if (lookahead == ':') ADVANCE(60);
if (lookahead == ';') ADVANCE(125);
if (lookahead == '<') ADVANCE(81);
if (lookahead == '=') ADVANCE(71);
if (lookahead == '>') ADVANCE(86);
if (lookahead == '@') ADVANCE(73);
if (lookahead == '[') ADVANCE(66);
if (lookahead == '\\') SKIP(4)
if (lookahead == ']') ADVANCE(67);
if (lookahead == '^') ADVANCE(78);
if (lookahead == '|') ADVANCE(62);
if (lookahead == '}') ADVANCE(69);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\f' ||
lookahead == '\r' ||
lookahead == ' ' ||
lookahead == 8203 ||
lookahead == 8288 ||
lookahead == 65279) SKIP(16)
if (sym_identifier_character_set_1(lookahead)) ADVANCE(123);
END_STATE();
case 17:
if (lookahead == '#') ADVANCE(124);
if (lookahead == '-') ADVANCE(22);
if (lookahead == ':') ADVANCE(60);
if (lookahead == '\\') SKIP(11)
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\f' ||
lookahead == '\r' ||
lookahead == ' ' ||
lookahead == 8203 ||
lookahead == 8288 ||
lookahead == 65279) SKIP(17)
END_STATE();
case 18:
if (lookahead == '#') ADVANCE(124);
if (lookahead == '\\') ADVANCE(106);
if (lookahead == '{') ADVANCE(103);
if (lookahead == '}') ADVANCE(28);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\f' ||
lookahead == '\r' ||
lookahead == ' ' ||
lookahead == 8203 ||
lookahead == 8288 ||
lookahead == 65279) SKIP(19)
END_STATE();
case 19:
if (lookahead == '#') ADVANCE(124);
if (lookahead == '\\') SKIP(6)
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\f' ||
lookahead == '\r' ||
lookahead == ' ' ||
lookahead == 8203 ||
lookahead == 8288 ||
lookahead == 65279) SKIP(19)
END_STATE();
case 20:
if (lookahead == '.') ADVANCE(101);
END_STATE();
case 21:
if (lookahead == '=') ADVANCE(84);
if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(110);
END_STATE();
case 22:
if (lookahead == '>') ADVANCE(72);
END_STATE();
case 23:
if (lookahead == '_') ADVANCE(30);
if (lookahead == '0' ||
lookahead == '1') ADVANCE(115);
END_STATE();
case 24:
if (lookahead == '_') ADVANCE(31);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(116);
END_STATE();
case 25:
if (lookahead == '_') ADVANCE(35);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(117);
END_STATE();
case 26:
if (lookahead == '{') ADVANCE(44);
END_STATE();
case 27:
if (lookahead == '}') ADVANCE(105);
if (lookahead != 0) ADVANCE(27);
END_STATE();
case 28:
if (lookahead == '}') ADVANCE(104);
END_STATE();
case 29:
if (lookahead == '+' ||
lookahead == '-') ADVANCE(32);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120);
END_STATE();
case 30:
if (lookahead == '0' ||
lookahead == '1') ADVANCE(115);
END_STATE();
case 31:
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(116);
END_STATE();
case 32:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120);
END_STATE();
case 33:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(105);
END_STATE();
case 34:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(33);
END_STATE();
case 35:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(117);
END_STATE();
case 36:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(105);
END_STATE();
case 37:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(36);
END_STATE();
case 38:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(37);
END_STATE();
case 39:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(38);
END_STATE();
case 40:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(39);
END_STATE();
case 41:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(40);
END_STATE();
case 42:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(41);
END_STATE();
case 43:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(42);
END_STATE();
case 44:
if (lookahead != 0 &&
lookahead != '}') ADVANCE(27);
END_STATE();
case 45:
if (eof) ADVANCE(51);
if (lookahead == '\n') SKIP(49)
END_STATE();
case 46:
if (eof) ADVANCE(51);
if (lookahead == '\n') SKIP(49)
if (lookahead == '\r') SKIP(45)
END_STATE();
case 47:
if (eof) ADVANCE(51);
if (lookahead == '\n') SKIP(50)
END_STATE();
case 48:
if (eof) ADVANCE(51);
if (lookahead == '\n') SKIP(50)
if (lookahead == '\r') SKIP(47)
END_STATE();
case 49:
if (eof) ADVANCE(51);
if (lookahead == '!') ADVANCE(21);
if (lookahead == '#') ADVANCE(124);
if (lookahead == '%') ADVANCE(75);
if (lookahead == '&') ADVANCE(77);
if (lookahead == '(') ADVANCE(54);
if (lookahead == ')') ADVANCE(55);
if (lookahead == '*') ADVANCE(57);
if (lookahead == '+') ADVANCE(65);
if (lookahead == ',') ADVANCE(56);
if (lookahead == '-') ADVANCE(64);
if (lookahead == '.') ADVANCE(53);
if (lookahead == '/') ADVANCE(74);
if (lookahead == '0') ADVANCE(113);
if (lookahead == ':') ADVANCE(61);
if (lookahead == ';') ADVANCE(125);
if (lookahead == '<') ADVANCE(81);
if (lookahead == '=') ADVANCE(71);
if (lookahead == '>') ADVANCE(86);
if (lookahead == '@') ADVANCE(73);
if (lookahead == '[') ADVANCE(66);
if (lookahead == '\\') SKIP(46)
if (lookahead == ']') ADVANCE(67);
if (lookahead == '^') ADVANCE(78);
if (lookahead == '{') ADVANCE(68);
if (lookahead == '|') ADVANCE(62);
if (lookahead == '}') ADVANCE(69);
if (lookahead == '~') ADVANCE(80);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\f' ||
lookahead == '\r' ||
lookahead == ' ' ||
lookahead == 8203 ||
lookahead == 8288 ||
lookahead == 65279) SKIP(49)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112);
if (sym_identifier_character_set_1(lookahead)) ADVANCE(123);
END_STATE();
case 50:
if (eof) ADVANCE(51);
if (lookahead == '!') ADVANCE(21);
if (lookahead == '#') ADVANCE(124);
if (lookahead == '%') ADVANCE(75);
if (lookahead == '&') ADVANCE(77);
if (lookahead == '(') ADVANCE(54);
if (lookahead == ')') ADVANCE(55);
if (lookahead == '*') ADVANCE(57);
if (lookahead == '+') ADVANCE(65);
if (lookahead == ',') ADVANCE(56);
if (lookahead == '-') ADVANCE(63);
if (lookahead == '.') ADVANCE(53);
if (lookahead == '/') ADVANCE(74);
if (lookahead == '0') ADVANCE(113);
if (lookahead == ':') ADVANCE(61);
if (lookahead == ';') ADVANCE(125);
if (lookahead == '<') ADVANCE(81);
if (lookahead == '=') ADVANCE(71);
if (lookahead == '>') ADVANCE(86);
if (lookahead == '@') ADVANCE(73);
if (lookahead == '[') ADVANCE(66);
if (lookahead == '\\') SKIP(48)
if (lookahead == ']') ADVANCE(67);
if (lookahead == '^') ADVANCE(78);
if (lookahead == '{') ADVANCE(68);
if (lookahead == '|') ADVANCE(62);
if (lookahead == '}') ADVANCE(69);
if (lookahead == '~') ADVANCE(80);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\f' ||
lookahead == '\r' ||
lookahead == ' ' ||
lookahead == 8203 ||
lookahead == 8288 ||
lookahead == 65279) SKIP(50)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(112);
if (sym_identifier_character_set_1(lookahead)) ADVANCE(123);
END_STATE();
case 51:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 52:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 53:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '.') ADVANCE(20);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119);
END_STATE();
case 54:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 55:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 56:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 57:
ACCEPT_TOKEN(anon_sym_STAR);
if (lookahead == '*') ADVANCE(70);
if (lookahead == '=') ADVANCE(90);
END_STATE();
case 58:
ACCEPT_TOKEN(anon_sym_GT_GT);
if (lookahead == '=') ADVANCE(96);
END_STATE();
case 59:
ACCEPT_TOKEN(anon_sym_COLON_EQ);
END_STATE();
case 60:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 61:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == '=') ADVANCE(59);
END_STATE();
case 62:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '=') ADVANCE(100);
END_STATE();
case 63:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '=') ADVANCE(89);
END_STATE();
case 64:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '=') ADVANCE(89);
if (lookahead == '>') ADVANCE(72);
END_STATE();
case 65:
ACCEPT_TOKEN(anon_sym_PLUS);
if (lookahead == '=') ADVANCE(88);
END_STATE();
case 66:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 67:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 68:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 69:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 70:
ACCEPT_TOKEN(anon_sym_STAR_STAR);
if (lookahead == '=') ADVANCE(95);
END_STATE();
case 71:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(83);
END_STATE();
case 72:
ACCEPT_TOKEN(anon_sym_DASH_GT);
END_STATE();
case 73:
ACCEPT_TOKEN(anon_sym_AT);
if (lookahead == '=') ADVANCE(92);
END_STATE();
case 74:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '/') ADVANCE(76);
if (lookahead == '=') ADVANCE(91);
END_STATE();
case 75:
ACCEPT_TOKEN(anon_sym_PERCENT);
if (lookahead == '=') ADVANCE(94);
END_STATE();
case 76:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
if (lookahead == '=') ADVANCE(93);
END_STATE();
case 77:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '=') ADVANCE(98);
END_STATE();
case 78:
ACCEPT_TOKEN(anon_sym_CARET);
if (lookahead == '=') ADVANCE(99);
END_STATE();
case 79:
ACCEPT_TOKEN(anon_sym_LT_LT);
if (lookahead == '=') ADVANCE(97);
END_STATE();
case 80:
ACCEPT_TOKEN(anon_sym_TILDE);
END_STATE();
case 81:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '<') ADVANCE(79);
if (lookahead == '=') ADVANCE(82);
if (lookahead == '>') ADVANCE(87);
END_STATE();
case 82:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 83:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
END_STATE();
case 84:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
END_STATE();
case 85:
ACCEPT_TOKEN(anon_sym_GT_EQ);
END_STATE();
case 86:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(85);
if (lookahead == '>') ADVANCE(58);
END_STATE();
case 87:
ACCEPT_TOKEN(anon_sym_LT_GT);
END_STATE();
case 88:
ACCEPT_TOKEN(anon_sym_PLUS_EQ);
END_STATE();
case 89:
ACCEPT_TOKEN(anon_sym_DASH_EQ);
END_STATE();
case 90:
ACCEPT_TOKEN(anon_sym_STAR_EQ);
END_STATE();
case 91:
ACCEPT_TOKEN(anon_sym_SLASH_EQ);
END_STATE();
case 92:
ACCEPT_TOKEN(anon_sym_AT_EQ);
END_STATE();
case 93:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH_EQ);
END_STATE();
case 94:
ACCEPT_TOKEN(anon_sym_PERCENT_EQ);
END_STATE();
case 95:
ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ);
END_STATE();
case 96:
ACCEPT_TOKEN(anon_sym_GT_GT_EQ);
END_STATE();
case 97:
ACCEPT_TOKEN(anon_sym_LT_LT_EQ);
END_STATE();
case 98:
ACCEPT_TOKEN(anon_sym_AMP_EQ);
END_STATE();
case 99:
ACCEPT_TOKEN(anon_sym_CARET_EQ);
END_STATE();
case 100:
ACCEPT_TOKEN(anon_sym_PIPE_EQ);
END_STATE();
case 101:
ACCEPT_TOKEN(sym_ellipsis);
END_STATE();
case 102:
ACCEPT_TOKEN(anon_sym_LBRACE2);
END_STATE();
case 103:
ACCEPT_TOKEN(anon_sym_LBRACE2);
if (lookahead == '{') ADVANCE(104);
END_STATE();
case 104:
ACCEPT_TOKEN(sym__escape_interpolation);
END_STATE();
case 105:
ACCEPT_TOKEN(sym_escape_sequence);
END_STATE();
case 106:
ACCEPT_TOKEN(sym__not_escape_sequence);
if (lookahead == '\n') ADVANCE(105);
if (lookahead == '\r') ADVANCE(7);
if (lookahead == 'N') ADVANCE(26);
if (lookahead == 'U') ADVANCE(43);
if (lookahead == 'u') ADVANCE(39);
if (lookahead == 'x') ADVANCE(37);
if (lookahead == '"' ||
lookahead == '\'' ||
lookahead == '\\' ||
lookahead == 'a' ||
lookahead == 'b' ||
lookahead == 'f' ||
lookahead == 'n' ||
lookahead == 'r' ||
('t' <= lookahead && lookahead <= 'v')) ADVANCE(105);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(34);
END_STATE();
case 107:
ACCEPT_TOKEN(aux_sym_format_specifier_token1);
if (lookahead == '\r') ADVANCE(109);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(109);
END_STATE();
case 108:
ACCEPT_TOKEN(aux_sym_format_specifier_token1);
if (lookahead == '#') ADVANCE(109);
if (lookahead == '\\') ADVANCE(107);
if (lookahead == '\t' ||
lookahead == '\f' ||
lookahead == '\r' ||
lookahead == ' ' ||
lookahead == 8203 ||
lookahead == 8288 ||
lookahead == 65279) ADVANCE(108);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(109);
END_STATE();
case 109:
ACCEPT_TOKEN(aux_sym_format_specifier_token1);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(109);
END_STATE();
case 110:
ACCEPT_TOKEN(sym_type_conversion);
END_STATE();
case 111:
ACCEPT_TOKEN(sym_integer);
END_STATE();
case 112:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(121);
if (lookahead == '_') ADVANCE(114);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(29);
if (lookahead == 'J' ||
lookahead == 'L' ||
lookahead == 'j' ||
lookahead == 'l') ADVANCE(111);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112);
END_STATE();
case 113:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(121);
if (lookahead == 'B' ||
lookahead == 'b') ADVANCE(23);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(24);
if (lookahead == 'X' ||
lookahead == 'x') ADVANCE(25);
if (lookahead == '_') ADVANCE(114);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(29);
if (lookahead == 'J' ||
lookahead == 'L' ||
lookahead == 'j' ||
lookahead == 'l') ADVANCE(111);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112);
END_STATE();
case 114:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(121);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(29);
if (lookahead == 'J' ||
lookahead == 'L' ||
lookahead == 'j' ||
lookahead == 'l') ADVANCE(111);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112);
END_STATE();
case 115:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '_') ADVANCE(30);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(111);
if (lookahead == '0' ||
lookahead == '1') ADVANCE(115);
END_STATE();
case 116:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '_') ADVANCE(31);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(111);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(116);
END_STATE();
case 117:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '_') ADVANCE(35);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(111);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(117);
END_STATE();
case 118:
ACCEPT_TOKEN(sym_float);
END_STATE();
case 119:
ACCEPT_TOKEN(sym_float);
if (lookahead == '_') ADVANCE(121);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(29);
if (lookahead == 'J' ||
lookahead == 'L' ||
lookahead == 'j' ||
lookahead == 'l') ADVANCE(118);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119);
END_STATE();
case 120:
ACCEPT_TOKEN(sym_float);
if (lookahead == '_') ADVANCE(122);
if (lookahead == 'J' ||
lookahead == 'L' ||
lookahead == 'j' ||
lookahead == 'l') ADVANCE(118);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120);
END_STATE();
case 121:
ACCEPT_TOKEN(sym_float);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(29);
if (lookahead == 'J' ||
lookahead == 'L' ||
lookahead == 'j' ||
lookahead == 'l') ADVANCE(118);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119);
END_STATE();
case 122:
ACCEPT_TOKEN(sym_float);
if (lookahead == 'J' ||
lookahead == 'L' ||
lookahead == 'j' ||
lookahead == 'l') ADVANCE(118);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120);
END_STATE();
case 123:
ACCEPT_TOKEN(sym_identifier);
if (sym_identifier_character_set_2(lookahead)) ADVANCE(123);
END_STATE();
case 124:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(124);
END_STATE();
case 125:
ACCEPT_TOKEN(sym__semicolon);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (lookahead == 'F') ADVANCE(1);
if (lookahead == 'N') ADVANCE(2);
if (lookahead == 'T') ADVANCE(3);
if (lookahead == '\\') SKIP(4)
if (lookahead == '_') ADVANCE(5);
if (lookahead == 'a') ADVANCE(6);
if (lookahead == 'b') ADVANCE(7);
if (lookahead == 'c') ADVANCE(8);
if (lookahead == 'd') ADVANCE(9);
if (lookahead == 'e') ADVANCE(10);
if (lookahead == 'f') ADVANCE(11);
if (lookahead == 'g') ADVANCE(12);
if (lookahead == 'i') ADVANCE(13);
if (lookahead == 'l') ADVANCE(14);
if (lookahead == 'm') ADVANCE(15);
if (lookahead == 'n') ADVANCE(16);
if (lookahead == 'o') ADVANCE(17);
if (lookahead == 'p') ADVANCE(18);
if (lookahead == 'r') ADVANCE(19);
if (lookahead == 't') ADVANCE(20);
if (lookahead == 'w') ADVANCE(21);
if (lookahead == 'y') ADVANCE(22);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\f' ||
lookahead == '\r' ||
lookahead == ' ' ||
lookahead == 8203 ||
lookahead == 8288 ||
lookahead == 65279) SKIP(0)
END_STATE();
case 1:
if (lookahead == 'a') ADVANCE(23);
END_STATE();
case 2:
if (lookahead == 'o') ADVANCE(24);
END_STATE();
case 3:
if (lookahead == 'r') ADVANCE(25);
END_STATE();
case 4:
if (lookahead == '\n') SKIP(0)
if (lookahead == '\r') SKIP(26)
END_STATE();
case 5:
ACCEPT_TOKEN(sym_match_wildcard_pattern);
if (lookahead == '_') ADVANCE(27);
END_STATE();
case 6:
if (lookahead == 'n') ADVANCE(28);
if (lookahead == 's') ADVANCE(29);
if (lookahead == 'w') ADVANCE(30);
END_STATE();
case 7:
if (lookahead == 'r') ADVANCE(31);
END_STATE();
case 8:
if (lookahead == 'a') ADVANCE(32);
if (lookahead == 'l') ADVANCE(33);
if (lookahead == 'o') ADVANCE(34);
END_STATE();
case 9:
if (lookahead == 'e') ADVANCE(35);
END_STATE();
case 10:
if (lookahead == 'l') ADVANCE(36);
if (lookahead == 'x') ADVANCE(37);
END_STATE();
case 11:
if (lookahead == 'i') ADVANCE(38);
if (lookahead == 'o') ADVANCE(39);
if (lookahead == 'r') ADVANCE(40);
END_STATE();
case 12:
if (lookahead == 'l') ADVANCE(41);
END_STATE();
case 13:
if (lookahead == 'f') ADVANCE(42);
if (lookahead == 'm') ADVANCE(43);
if (lookahead == 'n') ADVANCE(44);
if (lookahead == 's') ADVANCE(45);
END_STATE();
case 14:
if (lookahead == 'a') ADVANCE(46);
END_STATE();
case 15:
if (lookahead == 'a') ADVANCE(47);
END_STATE();
case 16:
if (lookahead == 'o') ADVANCE(48);
END_STATE();
case 17:
if (lookahead == 'r') ADVANCE(49);
END_STATE();
case 18:
if (lookahead == 'a') ADVANCE(50);
if (lookahead == 'r') ADVANCE(51);
END_STATE();
case 19:
if (lookahead == 'a') ADVANCE(52);
if (lookahead == 'e') ADVANCE(53);
END_STATE();
case 20:
if (lookahead == 'r') ADVANCE(54);
if (lookahead == 'y') ADVANCE(55);
END_STATE();
case 21:
if (lookahead == 'h') ADVANCE(56);
if (lookahead == 'i') ADVANCE(57);
END_STATE();
case 22:
if (lookahead == 'i') ADVANCE(58);
END_STATE();
case 23:
if (lookahead == 'l') ADVANCE(59);
END_STATE();
case 24:
if (lookahead == 'n') ADVANCE(60);
END_STATE();
case 25:
if (lookahead == 'u') ADVANCE(61);
END_STATE();
case 26:
if (lookahead == '\n') SKIP(0)
END_STATE();
case 27:
if (lookahead == 'f') ADVANCE(62);
END_STATE();
case 28:
if (lookahead == 'd') ADVANCE(63);
END_STATE();
case 29:
ACCEPT_TOKEN(anon_sym_as);
if (lookahead == 's') ADVANCE(64);
if (lookahead == 'y') ADVANCE(65);
END_STATE();
case 30:
if (lookahead == 'a') ADVANCE(66);
END_STATE();
case 31:
if (lookahead == 'e') ADVANCE(67);
END_STATE();
case 32:
if (lookahead == 's') ADVANCE(68);
END_STATE();
case 33:
if (lookahead == 'a') ADVANCE(69);
END_STATE();
case 34:
if (lookahead == 'n') ADVANCE(70);
END_STATE();
case 35:
if (lookahead == 'f') ADVANCE(71);
if (lookahead == 'l') ADVANCE(72);
END_STATE();
case 36:
if (lookahead == 'i') ADVANCE(73);
if (lookahead == 's') ADVANCE(74);
END_STATE();
case 37:
if (lookahead == 'c') ADVANCE(75);
if (lookahead == 'e') ADVANCE(76);
END_STATE();
case 38:
if (lookahead == 'n') ADVANCE(77);
END_STATE();
case 39:
if (lookahead == 'r') ADVANCE(78);
END_STATE();
case 40:
if (lookahead == 'o') ADVANCE(79);
END_STATE();
case 41:
if (lookahead == 'o') ADVANCE(80);
END_STATE();
case 42:
ACCEPT_TOKEN(anon_sym_if);
END_STATE();
case 43:
if (lookahead == 'p') ADVANCE(81);
END_STATE();
case 44:
ACCEPT_TOKEN(anon_sym_in);
END_STATE();
case 45:
ACCEPT_TOKEN(anon_sym_is);
END_STATE();
case 46:
if (lookahead == 'm') ADVANCE(82);
END_STATE();
case 47:
if (lookahead == 't') ADVANCE(83);
END_STATE();
case 48:
if (lookahead == 'n') ADVANCE(84);
if (lookahead == 't') ADVANCE(85);
END_STATE();
case 49:
ACCEPT_TOKEN(anon_sym_or);
END_STATE();
case 50:
if (lookahead == 's') ADVANCE(86);
END_STATE();
case 51:
if (lookahead == 'i') ADVANCE(87);
END_STATE();
case 52:
if (lookahead == 'i') ADVANCE(88);
END_STATE();
case 53:
if (lookahead == 't') ADVANCE(89);
END_STATE();
case 54:
if (lookahead == 'y') ADVANCE(90);
END_STATE();
case 55:
if (lookahead == 'p') ADVANCE(91);
END_STATE();
case 56:
if (lookahead == 'i') ADVANCE(92);
END_STATE();
case 57:
if (lookahead == 't') ADVANCE(93);
END_STATE();
case 58:
if (lookahead == 'e') ADVANCE(94);
END_STATE();
case 59:
if (lookahead == 's') ADVANCE(95);
END_STATE();
case 60:
if (lookahead == 'e') ADVANCE(96);
END_STATE();
case 61:
if (lookahead == 'e') ADVANCE(97);
END_STATE();
case 62:
if (lookahead == 'u') ADVANCE(98);
END_STATE();
case 63:
ACCEPT_TOKEN(anon_sym_and);
END_STATE();
case 64:
if (lookahead == 'e') ADVANCE(99);
END_STATE();
case 65:
if (lookahead == 'n') ADVANCE(100);
END_STATE();
case 66:
if (lookahead == 'i') ADVANCE(101);
END_STATE();
case 67:
if (lookahead == 'a') ADVANCE(102);
END_STATE();
case 68:
if (lookahead == 'e') ADVANCE(103);
END_STATE();
case 69:
if (lookahead == 's') ADVANCE(104);
END_STATE();
case 70:
if (lookahead == 't') ADVANCE(105);
END_STATE();
case 71:
ACCEPT_TOKEN(anon_sym_def);
END_STATE();
case 72:
ACCEPT_TOKEN(anon_sym_del);
END_STATE();
case 73:
if (lookahead == 'f') ADVANCE(106);
END_STATE();
case 74:
if (lookahead == 'e') ADVANCE(107);
END_STATE();
case 75:
if (lookahead == 'e') ADVANCE(108);
END_STATE();
case 76:
if (lookahead == 'c') ADVANCE(109);
END_STATE();
case 77:
if (lookahead == 'a') ADVANCE(110);
END_STATE();
case 78:
ACCEPT_TOKEN(anon_sym_for);
END_STATE();
case 79:
if (lookahead == 'm') ADVANCE(111);
END_STATE();
case 80:
if (lookahead == 'b') ADVANCE(112);
END_STATE();
case 81:
if (lookahead == 'o') ADVANCE(113);
END_STATE();
case 82:
if (lookahead == 'b') ADVANCE(114);
END_STATE();
case 83:
if (lookahead == 'c') ADVANCE(115);
END_STATE();
case 84:
if (lookahead == 'l') ADVANCE(116);
END_STATE();
case 85:
ACCEPT_TOKEN(anon_sym_not);
END_STATE();
case 86:
if (lookahead == 's') ADVANCE(117);
END_STATE();
case 87:
if (lookahead == 'n') ADVANCE(118);
END_STATE();
case 88:
if (lookahead == 's') ADVANCE(119);
END_STATE();
case 89:
if (lookahead == 'u') ADVANCE(120);
END_STATE();
case 90:
ACCEPT_TOKEN(anon_sym_try);
END_STATE();
case 91:
if (lookahead == 'e') ADVANCE(121);
END_STATE();
case 92:
if (lookahead == 'l') ADVANCE(122);
END_STATE();
case 93:
if (lookahead == 'h') ADVANCE(123);
END_STATE();
case 94:
if (lookahead == 'l') ADVANCE(124);
END_STATE();
case 95:
if (lookahead == 'e') ADVANCE(125);
END_STATE();
case 96:
ACCEPT_TOKEN(sym_none);
END_STATE();
case 97:
ACCEPT_TOKEN(sym_true);
END_STATE();
case 98:
if (lookahead == 't') ADVANCE(126);
END_STATE();
case 99:
if (lookahead == 'r') ADVANCE(127);
END_STATE();
case 100:
if (lookahead == 'c') ADVANCE(128);
END_STATE();
case 101:
if (lookahead == 't') ADVANCE(129);
END_STATE();
case 102:
if (lookahead == 'k') ADVANCE(130);
END_STATE();
case 103:
ACCEPT_TOKEN(anon_sym_case);
END_STATE();
case 104:
if (lookahead == 's') ADVANCE(131);
END_STATE();
case 105:
if (lookahead == 'i') ADVANCE(132);
END_STATE();
case 106:
ACCEPT_TOKEN(anon_sym_elif);
END_STATE();
case 107:
ACCEPT_TOKEN(anon_sym_else);
END_STATE();
case 108:
if (lookahead == 'p') ADVANCE(133);
END_STATE();
case 109:
ACCEPT_TOKEN(anon_sym_exec);
END_STATE();
case 110:
if (lookahead == 'l') ADVANCE(134);
END_STATE();
case 111:
ACCEPT_TOKEN(anon_sym_from);
END_STATE();
case 112:
if (lookahead == 'a') ADVANCE(135);
END_STATE();
case 113:
if (lookahead == 'r') ADVANCE(136);
END_STATE();
case 114:
if (lookahead == 'd') ADVANCE(137);
END_STATE();
case 115:
if (lookahead == 'h') ADVANCE(138);
END_STATE();
case 116:
if (lookahead == 'o') ADVANCE(139);
END_STATE();
case 117:
ACCEPT_TOKEN(anon_sym_pass);
END_STATE();
case 118:
if (lookahead == 't') ADVANCE(140);
END_STATE();
case 119:
if (lookahead == 'e') ADVANCE(141);
END_STATE();
case 120:
if (lookahead == 'r') ADVANCE(142);
END_STATE();
case 121:
ACCEPT_TOKEN(anon_sym_type);
END_STATE();
case 122:
if (lookahead == 'e') ADVANCE(143);
END_STATE();
case 123:
ACCEPT_TOKEN(anon_sym_with);
END_STATE();
case 124:
if (lookahead == 'd') ADVANCE(144);
END_STATE();
case 125:
ACCEPT_TOKEN(sym_false);
END_STATE();
case 126:
if (lookahead == 'u') ADVANCE(145);
END_STATE();
case 127:
if (lookahead == 't') ADVANCE(146);
END_STATE();
case 128:
ACCEPT_TOKEN(anon_sym_async);
END_STATE();
case 129:
ACCEPT_TOKEN(anon_sym_await);
END_STATE();
case 130:
ACCEPT_TOKEN(anon_sym_break);
END_STATE();
case 131:
ACCEPT_TOKEN(anon_sym_class);
END_STATE();
case 132:
if (lookahead == 'n') ADVANCE(147);
END_STATE();
case 133:
if (lookahead == 't') ADVANCE(148);
END_STATE();
case 134:
if (lookahead == 'l') ADVANCE(149);
END_STATE();
case 135:
if (lookahead == 'l') ADVANCE(150);
END_STATE();
case 136:
if (lookahead == 't') ADVANCE(151);
END_STATE();
case 137:
if (lookahead == 'a') ADVANCE(152);
END_STATE();
case 138:
ACCEPT_TOKEN(anon_sym_match);
END_STATE();
case 139:
if (lookahead == 'c') ADVANCE(153);
END_STATE();
case 140:
ACCEPT_TOKEN(anon_sym_print);
END_STATE();
case 141:
ACCEPT_TOKEN(anon_sym_raise);
END_STATE();
case 142:
if (lookahead == 'n') ADVANCE(154);
END_STATE();
case 143:
ACCEPT_TOKEN(anon_sym_while);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_yield);
END_STATE();
case 145:
if (lookahead == 'r') ADVANCE(155);
END_STATE();
case 146:
ACCEPT_TOKEN(anon_sym_assert);
END_STATE();
case 147:
if (lookahead == 'u') ADVANCE(156);
END_STATE();
case 148:
ACCEPT_TOKEN(anon_sym_except);
END_STATE();
case 149:
if (lookahead == 'y') ADVANCE(157);
END_STATE();
case 150:
ACCEPT_TOKEN(anon_sym_global);
END_STATE();
case 151:
ACCEPT_TOKEN(anon_sym_import);
END_STATE();
case 152:
ACCEPT_TOKEN(anon_sym_lambda);
END_STATE();
case 153:
if (lookahead == 'a') ADVANCE(158);
END_STATE();
case 154:
ACCEPT_TOKEN(anon_sym_return);
END_STATE();
case 155:
if (lookahead == 'e') ADVANCE(159);
END_STATE();
case 156:
if (lookahead == 'e') ADVANCE(160);
END_STATE();
case 157:
ACCEPT_TOKEN(anon_sym_finally);
END_STATE();
case 158:
if (lookahead == 'l') ADVANCE(161);
END_STATE();
case 159:
if (lookahead == '_') ADVANCE(162);
END_STATE();
case 160:
ACCEPT_TOKEN(anon_sym_continue);
END_STATE();
case 161:
ACCEPT_TOKEN(anon_sym_nonlocal);
END_STATE();
case 162:
if (lookahead == '_') ADVANCE(163);
END_STATE();
case 163:
ACCEPT_TOKEN(anon_sym___future__);
END_STATE();
default:
return false;
}
}
static const TSLexMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0, .external_lex_state = 1},
[1] = {.lex_state = 50, .external_lex_state = 2},
[2] = {.lex_state = 50, .external_lex_state = 3},
[3] = {.lex_state = 50, .external_lex_state = 3},
[4] = {.lex_state = 50, .external_lex_state = 3},
[5] = {.lex_state = 50, .external_lex_state = 3},
[6] = {.lex_state = 50, .external_lex_state = 3},
[7] = {.lex_state = 50, .external_lex_state = 3},
[8] = {.lex_state = 50, .external_lex_state = 3},
[9] = {.lex_state = 50, .external_lex_state = 3},
[10] = {.lex_state = 50, .external_lex_state = 3},
[11] = {.lex_state = 50, .external_lex_state = 3},
[12] = {.lex_state = 50, .external_lex_state = 3},
[13] = {.lex_state = 50, .external_lex_state = 3},
[14] = {.lex_state = 50, .external_lex_state = 3},
[15] = {.lex_state = 50, .external_lex_state = 3},
[16] = {.lex_state = 50, .external_lex_state = 3},
[17] = {.lex_state = 50, .external_lex_state = 3},
[18] = {.lex_state = 50, .external_lex_state = 3},
[19] = {.lex_state = 50, .external_lex_state = 3},
[20] = {.lex_state = 50, .external_lex_state = 3},
[21] = {.lex_state = 50, .external_lex_state = 3},
[22] = {.lex_state = 50, .external_lex_state = 3},
[23] = {.lex_state = 50, .external_lex_state = 3},
[24] = {.lex_state = 50, .external_lex_state = 3},
[25] = {.lex_state = 50, .external_lex_state = 3},
[26] = {.lex_state = 50, .external_lex_state = 3},
[27] = {.lex_state = 50, .external_lex_state = 3},
[28] = {.lex_state = 50, .external_lex_state = 3},
[29] = {.lex_state = 50, .external_lex_state = 3},
[30] = {.lex_state = 50, .external_lex_state = 3},
[31] = {.lex_state = 50, .external_lex_state = 3},
[32] = {.lex_state = 50, .external_lex_state = 3},
[33] = {.lex_state = 50, .external_lex_state = 3},
[34] = {.lex_state = 50, .external_lex_state = 3},
[35] = {.lex_state = 50, .external_lex_state = 3},
[36] = {.lex_state = 50, .external_lex_state = 3},
[37] = {.lex_state = 50, .external_lex_state = 3},
[38] = {.lex_state = 50, .external_lex_state = 3},
[39] = {.lex_state = 50, .external_lex_state = 3},
[40] = {.lex_state = 50, .external_lex_state = 3},
[41] = {.lex_state = 50, .external_lex_state = 3},
[42] = {.lex_state = 50, .external_lex_state = 3},
[43] = {.lex_state = 50, .external_lex_state = 3},
[44] = {.lex_state = 50, .external_lex_state = 3},
[45] = {.lex_state = 50, .external_lex_state = 3},
[46] = {.lex_state = 50, .external_lex_state = 3},
[47] = {.lex_state = 50, .external_lex_state = 3},
[48] = {.lex_state = 50, .external_lex_state = 3},
[49] = {.lex_state = 50, .external_lex_state = 3},
[50] = {.lex_state = 50, .external_lex_state = 3},
[51] = {.lex_state = 50, .external_lex_state = 3},
[52] = {.lex_state = 50, .external_lex_state = 3},
[53] = {.lex_state = 50, .external_lex_state = 3},
[54] = {.lex_state = 50, .external_lex_state = 3},
[55] = {.lex_state = 50, .external_lex_state = 3},
[56] = {.lex_state = 50, .external_lex_state = 3},
[57] = {.lex_state = 50, .external_lex_state = 3},
[58] = {.lex_state = 50, .external_lex_state = 3},
[59] = {.lex_state = 50, .external_lex_state = 3},
[60] = {.lex_state = 50, .external_lex_state = 3},
[61] = {.lex_state = 50, .external_lex_state = 3},
[62] = {.lex_state = 50, .external_lex_state = 2},
[63] = {.lex_state = 50, .external_lex_state = 3},
[64] = {.lex_state = 50, .external_lex_state = 3},
[65] = {.lex_state = 50, .external_lex_state = 2},
[66] = {.lex_state = 50, .external_lex_state = 4},
[67] = {.lex_state = 50, .external_lex_state = 4},
[68] = {.lex_state = 50, .external_lex_state = 5},
[69] = {.lex_state = 50, .external_lex_state = 5},
[70] = {.lex_state = 50, .external_lex_state = 5},
[71] = {.lex_state = 50, .external_lex_state = 5},
[72] = {.lex_state = 50, .external_lex_state = 5},
[73] = {.lex_state = 50, .external_lex_state = 5},
[74] = {.lex_state = 50, .external_lex_state = 4},
[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 = 2},
[135] = {.lex_state = 50, .external_lex_state = 4},
[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 = 50, .external_lex_state = 2},
[156] = {.lex_state = 50, .external_lex_state = 2},
[157] = {.lex_state = 50, .external_lex_state = 2},
[158] = {.lex_state = 14, .external_lex_state = 2},
[159] = {.lex_state = 50, .external_lex_state = 2},
[160] = {.lex_state = 14, .external_lex_state = 2},
[161] = {.lex_state = 14, .external_lex_state = 2},
[162] = {.lex_state = 14, .external_lex_state = 2},
[163] = {.lex_state = 50, .external_lex_state = 2},
[164] = {.lex_state = 14, .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 = 2},
[169] = {.lex_state = 50, .external_lex_state = 4},
[170] = {.lex_state = 50, .external_lex_state = 2},
[171] = {.lex_state = 50, .external_lex_state = 2},
[172] = {.lex_state = 50, .external_lex_state = 2},
[173] = {.lex_state = 50, .external_lex_state = 2},
[174] = {.lex_state = 50, .external_lex_state = 2},
[175] = {.lex_state = 50, .external_lex_state = 2},
[176] = {.lex_state = 50, .external_lex_state = 2},
[177] = {.lex_state = 50, .external_lex_state = 4},
[178] = {.lex_state = 50, .external_lex_state = 2},
[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 = 4},
[183] = {.lex_state = 50, .external_lex_state = 2},
[184] = {.lex_state = 50, .external_lex_state = 2},
[185] = {.lex_state = 50, .external_lex_state = 2},
[186] = {.lex_state = 50, .external_lex_state = 4},
[187] = {.lex_state = 50, .external_lex_state = 2},
[188] = {.lex_state = 50, .external_lex_state = 2},
[189] = {.lex_state = 50, .external_lex_state = 2},
[190] = {.lex_state = 50, .external_lex_state = 2},
[191] = {.lex_state = 50, .external_lex_state = 4},
[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 = 2},
[204] = {.lex_state = 50, .external_lex_state = 2},
[205] = {.lex_state = 50, .external_lex_state = 2},
[206] = {.lex_state = 50, .external_lex_state = 2},
[207] = {.lex_state = 50, .external_lex_state = 2},
[208] = {.lex_state = 50, .external_lex_state = 2},
[209] = {.lex_state = 50, .external_lex_state = 2},
[210] = {.lex_state = 50, .external_lex_state = 2},
[211] = {.lex_state = 50, .external_lex_state = 2},
[212] = {.lex_state = 16},
[213] = {.lex_state = 50, .external_lex_state = 2},
[214] = {.lex_state = 16},
[215] = {.lex_state = 16},
[216] = {.lex_state = 16},
[217] = {.lex_state = 16},
[218] = {.lex_state = 16},
[219] = {.lex_state = 50, .external_lex_state = 2},
[220] = {.lex_state = 16},
[221] = {.lex_state = 50, .external_lex_state = 2},
[222] = {.lex_state = 14, .external_lex_state = 2},
[223] = {.lex_state = 50, .external_lex_state = 3},
[224] = {.lex_state = 14, .external_lex_state = 2},
[225] = {.lex_state = 50, .external_lex_state = 3},
[226] = {.lex_state = 14, .external_lex_state = 2},
[227] = {.lex_state = 14, .external_lex_state = 2},
[228] = {.lex_state = 50, .external_lex_state = 2},
[229] = {.lex_state = 50, .external_lex_state = 2},
[230] = {.lex_state = 50, .external_lex_state = 2},
[231] = {.lex_state = 50, .external_lex_state = 2},
[232] = {.lex_state = 50, .external_lex_state = 2},
[233] = {.lex_state = 14, .external_lex_state = 2},
[234] = {.lex_state = 14, .external_lex_state = 2},
[235] = {.lex_state = 50, .external_lex_state = 2},
[236] = {.lex_state = 14, .external_lex_state = 2},
[237] = {.lex_state = 50, .external_lex_state = 2},
[238] = {.lex_state = 50, .external_lex_state = 3},
[239] = {.lex_state = 50, .external_lex_state = 2},
[240] = {.lex_state = 14, .external_lex_state = 2},
[241] = {.lex_state = 50, .external_lex_state = 2},
[242] = {.lex_state = 14, .external_lex_state = 2},
[243] = {.lex_state = 50, .external_lex_state = 3},
[244] = {.lex_state = 50, .external_lex_state = 2},
[245] = {.lex_state = 14, .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 = 14, .external_lex_state = 2},
[250] = {.lex_state = 15, .external_lex_state = 6},
[251] = {.lex_state = 50, .external_lex_state = 2},
[252] = {.lex_state = 50, .external_lex_state = 2},
[253] = {.lex_state = 50, .external_lex_state = 2},
[254] = {.lex_state = 50, .external_lex_state = 2},
[255] = {.lex_state = 50, .external_lex_state = 2},
[256] = {.lex_state = 15, .external_lex_state = 6},
[257] = {.lex_state = 50, .external_lex_state = 2},
[258] = {.lex_state = 50, .external_lex_state = 2},
[259] = {.lex_state = 14, .external_lex_state = 2},
[260] = {.lex_state = 50, .external_lex_state = 2},
[261] = {.lex_state = 14, .external_lex_state = 2},
[262] = {.lex_state = 14, .external_lex_state = 2},
[263] = {.lex_state = 50, .external_lex_state = 3},
[264] = {.lex_state = 50, .external_lex_state = 2},
[265] = {.lex_state = 50, .external_lex_state = 2},
[266] = {.lex_state = 50, .external_lex_state = 2},
[267] = {.lex_state = 14, .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 = 15, .external_lex_state = 4},
[272] = {.lex_state = 50, .external_lex_state = 3},
[273] = {.lex_state = 50, .external_lex_state = 2},
[274] = {.lex_state = 50, .external_lex_state = 2},
[275] = {.lex_state = 50, .external_lex_state = 3},
[276] = {.lex_state = 50, .external_lex_state = 3},
[277] = {.lex_state = 50, .external_lex_state = 2},
[278] = {.lex_state = 14, .external_lex_state = 2},
[279] = {.lex_state = 50, .external_lex_state = 2},
[280] = {.lex_state = 50, .external_lex_state = 3},
[281] = {.lex_state = 50, .external_lex_state = 3},
[282] = {.lex_state = 50, .external_lex_state = 2},
[283] = {.lex_state = 50, .external_lex_state = 2},
[284] = {.lex_state = 50, .external_lex_state = 3},
[285] = {.lex_state = 50, .external_lex_state = 3},
[286] = {.lex_state = 50, .external_lex_state = 2},
[287] = {.lex_state = 50, .external_lex_state = 2},
[288] = {.lex_state = 50, .external_lex_state = 2},
[289] = {.lex_state = 50, .external_lex_state = 2},
[290] = {.lex_state = 50, .external_lex_state = 2},
[291] = {.lex_state = 50, .external_lex_state = 2},
[292] = {.lex_state = 50, .external_lex_state = 2},
[293] = {.lex_state = 50, .external_lex_state = 3},
[294] = {.lex_state = 50, .external_lex_state = 3},
[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 = 2},
[301] = {.lex_state = 50, .external_lex_state = 4},
[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 = 4},
[306] = {.lex_state = 14, .external_lex_state = 2},
[307] = {.lex_state = 50, .external_lex_state = 4},
[308] = {.lex_state = 50, .external_lex_state = 2},
[309] = {.lex_state = 50, .external_lex_state = 2},
[310] = {.lex_state = 50, .external_lex_state = 4},
[311] = {.lex_state = 50, .external_lex_state = 2},
[312] = {.lex_state = 50, .external_lex_state = 2},
[313] = {.lex_state = 50, .external_lex_state = 2},
[314] = {.lex_state = 50, .external_lex_state = 2},
[315] = {.lex_state = 50, .external_lex_state = 2},
[316] = {.lex_state = 50, .external_lex_state = 2},
[317] = {.lex_state = 50, .external_lex_state = 2},
[318] = {.lex_state = 50, .external_lex_state = 3},
[319] = {.lex_state = 50, .external_lex_state = 2},
[320] = {.lex_state = 50, .external_lex_state = 2},
[321] = {.lex_state = 50, .external_lex_state = 2},
[322] = {.lex_state = 15, .external_lex_state = 6},
[323] = {.lex_state = 50, .external_lex_state = 2},
[324] = {.lex_state = 14, .external_lex_state = 2},
[325] = {.lex_state = 50, .external_lex_state = 3},
[326] = {.lex_state = 16, .external_lex_state = 6},
[327] = {.lex_state = 16, .external_lex_state = 6},
[328] = {.lex_state = 50, .external_lex_state = 3},
[329] = {.lex_state = 50, .external_lex_state = 2},
[330] = {.lex_state = 50, .external_lex_state = 2},
[331] = {.lex_state = 50, .external_lex_state = 2},
[332] = {.lex_state = 14, .external_lex_state = 2},
[333] = {.lex_state = 50, .external_lex_state = 2},
[334] = {.lex_state = 50, .external_lex_state = 3},
[335] = {.lex_state = 15, .external_lex_state = 6},
[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 = 2},
[340] = {.lex_state = 50, .external_lex_state = 2},
[341] = {.lex_state = 50, .external_lex_state = 2},
[342] = {.lex_state = 50, .external_lex_state = 3},
[343] = {.lex_state = 50, .external_lex_state = 3},
[344] = {.lex_state = 50, .external_lex_state = 2},
[345] = {.lex_state = 50, .external_lex_state = 2},
[346] = {.lex_state = 50, .external_lex_state = 3},
[347] = {.lex_state = 50, .external_lex_state = 2},
[348] = {.lex_state = 50, .external_lex_state = 2},
[349] = {.lex_state = 50, .external_lex_state = 3},
[350] = {.lex_state = 16, .external_lex_state = 6},
[351] = {.lex_state = 16, .external_lex_state = 6},
[352] = {.lex_state = 50, .external_lex_state = 2},
[353] = {.lex_state = 16, .external_lex_state = 6},
[354] = {.lex_state = 16, .external_lex_state = 6},
[355] = {.lex_state = 50, .external_lex_state = 2},
[356] = {.lex_state = 14, .external_lex_state = 2},
[357] = {.lex_state = 15, .external_lex_state = 6},
[358] = {.lex_state = 15},
[359] = {.lex_state = 16, .external_lex_state = 6},
[360] = {.lex_state = 15},
[361] = {.lex_state = 50, .external_lex_state = 3},
[362] = {.lex_state = 50, .external_lex_state = 3},
[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 = 3},
[368] = {.lex_state = 50, .external_lex_state = 3},
[369] = {.lex_state = 50, .external_lex_state = 2},
[370] = {.lex_state = 50, .external_lex_state = 2},
[371] = {.lex_state = 50, .external_lex_state = 3},
[372] = {.lex_state = 50, .external_lex_state = 2},
[373] = {.lex_state = 16, .external_lex_state = 6},
[374] = {.lex_state = 50, .external_lex_state = 2},
[375] = {.lex_state = 50, .external_lex_state = 2},
[376] = {.lex_state = 50, .external_lex_state = 2},
[377] = {.lex_state = 50, .external_lex_state = 2},
[378] = {.lex_state = 50, .external_lex_state = 2},
[379] = {.lex_state = 16},
[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 = 2},
[391] = {.lex_state = 50, .external_lex_state = 2},
[392] = {.lex_state = 50, .external_lex_state = 2},
[393] = {.lex_state = 50, .external_lex_state = 2},
[394] = {.lex_state = 50, .external_lex_state = 2},
[395] = {.lex_state = 50, .external_lex_state = 3},
[396] = {.lex_state = 50, .external_lex_state = 2},
[397] = {.lex_state = 50, .external_lex_state = 2},
[398] = {.lex_state = 50, .external_lex_state = 2},
[399] = {.lex_state = 50, .external_lex_state = 2},
[400] = {.lex_state = 50, .external_lex_state = 2},
[401] = {.lex_state = 50, .external_lex_state = 3},
[402] = {.lex_state = 50, .external_lex_state = 2},
[403] = {.lex_state = 50, .external_lex_state = 2},
[404] = {.lex_state = 50, .external_lex_state = 2},
[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 = 3},
[411] = {.lex_state = 50, .external_lex_state = 3},
[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 = 3},
[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 = 16, .external_lex_state = 6},
[423] = {.lex_state = 50, .external_lex_state = 2},
[424] = {.lex_state = 50, .external_lex_state = 2},
[425] = {.lex_state = 16, .external_lex_state = 6},
[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 = 50, .external_lex_state = 2},
[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 = 3},
[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 = 2},
[449] = {.lex_state = 50, .external_lex_state = 2},
[450] = {.lex_state = 50, .external_lex_state = 2},
[451] = {.lex_state = 50, .external_lex_state = 2},
[452] = {.lex_state = 50, .external_lex_state = 2},
[453] = {.lex_state = 50, .external_lex_state = 3},
[454] = {.lex_state = 50, .external_lex_state = 2},
[455] = {.lex_state = 50, .external_lex_state = 2},
[456] = {.lex_state = 50, .external_lex_state = 2},
[457] = {.lex_state = 50, .external_lex_state = 2},
[458] = {.lex_state = 50, .external_lex_state = 2},
[459] = {.lex_state = 50, .external_lex_state = 2},
[460] = {.lex_state = 50, .external_lex_state = 2},
[461] = {.lex_state = 50, .external_lex_state = 2},
[462] = {.lex_state = 50, .external_lex_state = 2},
[463] = {.lex_state = 50, .external_lex_state = 2},
[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 = 3},
[468] = {.lex_state = 50, .external_lex_state = 2},
[469] = {.lex_state = 50, .external_lex_state = 3},
[470] = {.lex_state = 50, .external_lex_state = 3},
[471] = {.lex_state = 50, .external_lex_state = 2},
[472] = {.lex_state = 50, .external_lex_state = 2},
[473] = {.lex_state = 50, .external_lex_state = 3},
[474] = {.lex_state = 50, .external_lex_state = 3},
[475] = {.lex_state = 50, .external_lex_state = 2},
[476] = {.lex_state = 50, .external_lex_state = 2},
[477] = {.lex_state = 50, .external_lex_state = 2},
[478] = {.lex_state = 50, .external_lex_state = 2},
[479] = {.lex_state = 50, .external_lex_state = 2},
[480] = {.lex_state = 50, .external_lex_state = 2},
[481] = {.lex_state = 50, .external_lex_state = 3},
[482] = {.lex_state = 50, .external_lex_state = 2},
[483] = {.lex_state = 50, .external_lex_state = 2},
[484] = {.lex_state = 50, .external_lex_state = 2},
[485] = {.lex_state = 50, .external_lex_state = 3},
[486] = {.lex_state = 50, .external_lex_state = 3},
[487] = {.lex_state = 50, .external_lex_state = 3},
[488] = {.lex_state = 50, .external_lex_state = 2},
[489] = {.lex_state = 50, .external_lex_state = 3},
[490] = {.lex_state = 50, .external_lex_state = 2},
[491] = {.lex_state = 50, .external_lex_state = 2},
[492] = {.lex_state = 50, .external_lex_state = 2},
[493] = {.lex_state = 50, .external_lex_state = 2},
[494] = {.lex_state = 50, .external_lex_state = 2},
[495] = {.lex_state = 50, .external_lex_state = 2},
[496] = {.lex_state = 50, .external_lex_state = 2},
[497] = {.lex_state = 50, .external_lex_state = 3},
[498] = {.lex_state = 50, .external_lex_state = 2},
[499] = {.lex_state = 50, .external_lex_state = 2},
[500] = {.lex_state = 50, .external_lex_state = 3},
[501] = {.lex_state = 50, .external_lex_state = 2},
[502] = {.lex_state = 50, .external_lex_state = 2},
[503] = {.lex_state = 50, .external_lex_state = 2},
[504] = {.lex_state = 50, .external_lex_state = 2},
[505] = {.lex_state = 50, .external_lex_state = 3},
[506] = {.lex_state = 50, .external_lex_state = 3},
[507] = {.lex_state = 50, .external_lex_state = 3},
[508] = {.lex_state = 50, .external_lex_state = 2},
[509] = {.lex_state = 50, .external_lex_state = 2},
[510] = {.lex_state = 50, .external_lex_state = 2},
[511] = {.lex_state = 50, .external_lex_state = 2},
[512] = {.lex_state = 50, .external_lex_state = 2},
[513] = {.lex_state = 50, .external_lex_state = 3},
[514] = {.lex_state = 50, .external_lex_state = 2},
[515] = {.lex_state = 50, .external_lex_state = 3},
[516] = {.lex_state = 50, .external_lex_state = 3},
[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 = 2},
[521] = {.lex_state = 50, .external_lex_state = 2},
[522] = {.lex_state = 50, .external_lex_state = 3},
[523] = {.lex_state = 50, .external_lex_state = 3},
[524] = {.lex_state = 50, .external_lex_state = 3},
[525] = {.lex_state = 50, .external_lex_state = 2},
[526] = {.lex_state = 50, .external_lex_state = 3},
[527] = {.lex_state = 50, .external_lex_state = 3},
[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 = 3},
[532] = {.lex_state = 50, .external_lex_state = 3},
[533] = {.lex_state = 50, .external_lex_state = 2},
[534] = {.lex_state = 50, .external_lex_state = 3},
[535] = {.lex_state = 50, .external_lex_state = 3},
[536] = {.lex_state = 50, .external_lex_state = 3},
[537] = {.lex_state = 50, .external_lex_state = 2},
[538] = {.lex_state = 50, .external_lex_state = 2},
[539] = {.lex_state = 50, .external_lex_state = 3},
[540] = {.lex_state = 50, .external_lex_state = 2},
[541] = {.lex_state = 50, .external_lex_state = 3},
[542] = {.lex_state = 50, .external_lex_state = 3},
[543] = {.lex_state = 50, .external_lex_state = 3},
[544] = {.lex_state = 50, .external_lex_state = 3},
[545] = {.lex_state = 50, .external_lex_state = 3},
[546] = {.lex_state = 50, .external_lex_state = 3},
[547] = {.lex_state = 50, .external_lex_state = 3},
[548] = {.lex_state = 50, .external_lex_state = 3},
[549] = {.lex_state = 50, .external_lex_state = 3},
[550] = {.lex_state = 50, .external_lex_state = 2},
[551] = {.lex_state = 50, .external_lex_state = 3},
[552] = {.lex_state = 50, .external_lex_state = 3},
[553] = {.lex_state = 50, .external_lex_state = 2},
[554] = {.lex_state = 50, .external_lex_state = 3},
[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 = 2},
[559] = {.lex_state = 50, .external_lex_state = 3},
[560] = {.lex_state = 50, .external_lex_state = 2},
[561] = {.lex_state = 50, .external_lex_state = 2},
[562] = {.lex_state = 50, .external_lex_state = 3},
[563] = {.lex_state = 50, .external_lex_state = 2},
[564] = {.lex_state = 50, .external_lex_state = 3},
[565] = {.lex_state = 50, .external_lex_state = 2},
[566] = {.lex_state = 50, .external_lex_state = 3},
[567] = {.lex_state = 50, .external_lex_state = 3},
[568] = {.lex_state = 50, .external_lex_state = 3},
[569] = {.lex_state = 50, .external_lex_state = 2},
[570] = {.lex_state = 50, .external_lex_state = 3},
[571] = {.lex_state = 50, .external_lex_state = 2},
[572] = {.lex_state = 50, .external_lex_state = 3},
[573] = {.lex_state = 50, .external_lex_state = 3},
[574] = {.lex_state = 50, .external_lex_state = 3},
[575] = {.lex_state = 50, .external_lex_state = 2},
[576] = {.lex_state = 50, .external_lex_state = 2},
[577] = {.lex_state = 50, .external_lex_state = 2},
[578] = {.lex_state = 50, .external_lex_state = 2},
[579] = {.lex_state = 50, .external_lex_state = 2},
[580] = {.lex_state = 50, .external_lex_state = 2},
[581] = {.lex_state = 50, .external_lex_state = 2},
[582] = {.lex_state = 16, .external_lex_state = 2},
[583] = {.lex_state = 50, .external_lex_state = 2},
[584] = {.lex_state = 16, .external_lex_state = 2},
[585] = {.lex_state = 50, .external_lex_state = 2},
[586] = {.lex_state = 16, .external_lex_state = 2},
[587] = {.lex_state = 14, .external_lex_state = 2},
[588] = {.lex_state = 16, .external_lex_state = 2},
[589] = {.lex_state = 16, .external_lex_state = 2},
[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 = 16},
[608] = {.lex_state = 16},
[609] = {.lex_state = 16},
[610] = {.lex_state = 16},
[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 = 16},
[618] = {.lex_state = 16},
[619] = {.lex_state = 16},
[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 = 50, .external_lex_state = 2},
[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 = 16},
[637] = {.lex_state = 16},
[638] = {.lex_state = 16},
[639] = {.lex_state = 16},
[640] = {.lex_state = 16},
[641] = {.lex_state = 50, .external_lex_state = 2},
[642] = {.lex_state = 16},
[643] = {.lex_state = 16},
[644] = {.lex_state = 16},
[645] = {.lex_state = 16},
[646] = {.lex_state = 50, .external_lex_state = 2},
[647] = {.lex_state = 16},
[648] = {.lex_state = 16},
[649] = {.lex_state = 16},
[650] = {.lex_state = 16},
[651] = {.lex_state = 15},
[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 = 50, .external_lex_state = 2},
[657] = {.lex_state = 50, .external_lex_state = 2},
[658] = {.lex_state = 50, .external_lex_state = 2},
[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 = 16, .external_lex_state = 2},
[669] = {.lex_state = 50, .external_lex_state = 2},
[670] = {.lex_state = 50, .external_lex_state = 2},
[671] = {.lex_state = 50, .external_lex_state = 2},
[672] = {.lex_state = 15},
[673] = {.lex_state = 50, .external_lex_state = 2},
[674] = {.lex_state = 16, .external_lex_state = 2},
[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 = 50, .external_lex_state = 2},
[689] = {.lex_state = 50, .external_lex_state = 2},
[690] = {.lex_state = 50, .external_lex_state = 2},
[691] = {.lex_state = 50, .external_lex_state = 2},
[692] = {.lex_state = 15},
[693] = {.lex_state = 50, .external_lex_state = 2},
[694] = {.lex_state = 50, .external_lex_state = 2},
[695] = {.lex_state = 50, .external_lex_state = 2},
[696] = {.lex_state = 50, .external_lex_state = 2},
[697] = {.lex_state = 50, .external_lex_state = 2},
[698] = {.lex_state = 16},
[699] = {.lex_state = 50, .external_lex_state = 2},
[700] = {.lex_state = 50, .external_lex_state = 2},
[701] = {.lex_state = 16},
[702] = {.lex_state = 50, .external_lex_state = 2},
[703] = {.lex_state = 15},
[704] = {.lex_state = 50, .external_lex_state = 2},
[705] = {.lex_state = 16},
[706] = {.lex_state = 16},
[707] = {.lex_state = 16, .external_lex_state = 6},
[708] = {.lex_state = 16, .external_lex_state = 4},
[709] = {.lex_state = 16, .external_lex_state = 4},
[710] = {.lex_state = 16, .external_lex_state = 4},
[711] = {.lex_state = 16, .external_lex_state = 6},
[712] = {.lex_state = 16, .external_lex_state = 6},
[713] = {.lex_state = 16, .external_lex_state = 2},
[714] = {.lex_state = 16, .external_lex_state = 6},
[715] = {.lex_state = 16, .external_lex_state = 2},
[716] = {.lex_state = 16, .external_lex_state = 6},
[717] = {.lex_state = 16, .external_lex_state = 6},
[718] = {.lex_state = 16, .external_lex_state = 6},
[719] = {.lex_state = 16, .external_lex_state = 6},
[720] = {.lex_state = 16, .external_lex_state = 2},
[721] = {.lex_state = 16, .external_lex_state = 6},
[722] = {.lex_state = 16, .external_lex_state = 6},
[723] = {.lex_state = 16, .external_lex_state = 6},
[724] = {.lex_state = 16, .external_lex_state = 6},
[725] = {.lex_state = 16, .external_lex_state = 6},
[726] = {.lex_state = 16},
[727] = {.lex_state = 15},
[728] = {.lex_state = 16},
[729] = {.lex_state = 16},
[730] = {.lex_state = 16},
[731] = {.lex_state = 16},
[732] = {.lex_state = 16, .external_lex_state = 4},
[733] = {.lex_state = 15, .external_lex_state = 6},
[734] = {.lex_state = 16},
[735] = {.lex_state = 16, .external_lex_state = 4},
[736] = {.lex_state = 16},
[737] = {.lex_state = 15},
[738] = {.lex_state = 16},
[739] = {.lex_state = 16},
[740] = {.lex_state = 15, .external_lex_state = 6},
[741] = {.lex_state = 16},
[742] = {.lex_state = 16},
[743] = {.lex_state = 16},
[744] = {.lex_state = 15},
[745] = {.lex_state = 16},
[746] = {.lex_state = 16},
[747] = {.lex_state = 16},
[748] = {.lex_state = 16},
[749] = {.lex_state = 16},
[750] = {.lex_state = 15},
[751] = {.lex_state = 16},
[752] = {.lex_state = 16},
[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},
[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, .external_lex_state = 6},
[775] = {.lex_state = 16, .external_lex_state = 6},
[776] = {.lex_state = 16, .external_lex_state = 6},
[777] = {.lex_state = 16, .external_lex_state = 6},
[778] = {.lex_state = 16, .external_lex_state = 6},
[779] = {.lex_state = 16, .external_lex_state = 6},
[780] = {.lex_state = 16, .external_lex_state = 6},
[781] = {.lex_state = 16, .external_lex_state = 6},
[782] = {.lex_state = 16, .external_lex_state = 6},
[783] = {.lex_state = 16},
[784] = {.lex_state = 16, .external_lex_state = 6},
[785] = {.lex_state = 16, .external_lex_state = 6},
[786] = {.lex_state = 16, .external_lex_state = 6},
[787] = {.lex_state = 16, .external_lex_state = 6},
[788] = {.lex_state = 16},
[789] = {.lex_state = 16, .external_lex_state = 6},
[790] = {.lex_state = 16, .external_lex_state = 6},
[791] = {.lex_state = 16},
[792] = {.lex_state = 16},
[793] = {.lex_state = 16},
[794] = {.lex_state = 16},
[795] = {.lex_state = 16},
[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 = 16},
[810] = {.lex_state = 16},
[811] = {.lex_state = 16},
[812] = {.lex_state = 16},
[813] = {.lex_state = 16},
[814] = {.lex_state = 16},
[815] = {.lex_state = 16},
[816] = {.lex_state = 16},
[817] = {.lex_state = 16},
[818] = {.lex_state = 16},
[819] = {.lex_state = 16},
[820] = {.lex_state = 16},
[821] = {.lex_state = 16},
[822] = {.lex_state = 16},
[823] = {.lex_state = 15},
[824] = {.lex_state = 15},
[825] = {.lex_state = 16},
[826] = {.lex_state = 16},
[827] = {.lex_state = 16},
[828] = {.lex_state = 16},
[829] = {.lex_state = 16},
[830] = {.lex_state = 16},
[831] = {.lex_state = 50, .external_lex_state = 2},
[832] = {.lex_state = 14, .external_lex_state = 2},
[833] = {.lex_state = 50, .external_lex_state = 2},
[834] = {.lex_state = 14, .external_lex_state = 2},
[835] = {.lex_state = 50, .external_lex_state = 2},
[836] = {.lex_state = 50, .external_lex_state = 2},
[837] = {.lex_state = 50, .external_lex_state = 2},
[838] = {.lex_state = 50, .external_lex_state = 2},
[839] = {.lex_state = 50, .external_lex_state = 2},
[840] = {.lex_state = 50, .external_lex_state = 2},
[841] = {.lex_state = 50, .external_lex_state = 2},
[842] = {.lex_state = 50, .external_lex_state = 2},
[843] = {.lex_state = 50, .external_lex_state = 2},
[844] = {.lex_state = 50, .external_lex_state = 2},
[845] = {.lex_state = 50, .external_lex_state = 2},
[846] = {.lex_state = 50, .external_lex_state = 2},
[847] = {.lex_state = 50, .external_lex_state = 2},
[848] = {.lex_state = 50, .external_lex_state = 2},
[849] = {.lex_state = 50, .external_lex_state = 2},
[850] = {.lex_state = 14},
[851] = {.lex_state = 14},
[852] = {.lex_state = 14},
[853] = {.lex_state = 14},
[854] = {.lex_state = 14},
[855] = {.lex_state = 14},
[856] = {.lex_state = 14},
[857] = {.lex_state = 0, .external_lex_state = 6},
[858] = {.lex_state = 0, .external_lex_state = 6},
[859] = {.lex_state = 14},
[860] = {.lex_state = 14},
[861] = {.lex_state = 16},
[862] = {.lex_state = 16},
[863] = {.lex_state = 14},
[864] = {.lex_state = 14},
[865] = {.lex_state = 16},
[866] = {.lex_state = 14},
[867] = {.lex_state = 14},
[868] = {.lex_state = 14},
[869] = {.lex_state = 14},
[870] = {.lex_state = 14},
[871] = {.lex_state = 14},
[872] = {.lex_state = 14},
[873] = {.lex_state = 50, .external_lex_state = 2},
[874] = {.lex_state = 0},
[875] = {.lex_state = 50, .external_lex_state = 2},
[876] = {.lex_state = 50, .external_lex_state = 2},
[877] = {.lex_state = 14},
[878] = {.lex_state = 0},
[879] = {.lex_state = 14},
[880] = {.lex_state = 14},
[881] = {.lex_state = 0},
[882] = {.lex_state = 14},
[883] = {.lex_state = 14},
[884] = {.lex_state = 0},
[885] = {.lex_state = 0},
[886] = {.lex_state = 50, .external_lex_state = 2},
[887] = {.lex_state = 16},
[888] = {.lex_state = 14},
[889] = {.lex_state = 14},
[890] = {.lex_state = 14},
[891] = {.lex_state = 14},
[892] = {.lex_state = 16},
[893] = {.lex_state = 14},
[894] = {.lex_state = 14},
[895] = {.lex_state = 14},
[896] = {.lex_state = 14},
[897] = {.lex_state = 14},
[898] = {.lex_state = 0},
[899] = {.lex_state = 14},
[900] = {.lex_state = 14},
[901] = {.lex_state = 14},
[902] = {.lex_state = 14, .external_lex_state = 2},
[903] = {.lex_state = 14},
[904] = {.lex_state = 14},
[905] = {.lex_state = 16},
[906] = {.lex_state = 16},
[907] = {.lex_state = 14},
[908] = {.lex_state = 14},
[909] = {.lex_state = 14},
[910] = {.lex_state = 14},
[911] = {.lex_state = 14},
[912] = {.lex_state = 14},
[913] = {.lex_state = 0},
[914] = {.lex_state = 14},
[915] = {.lex_state = 18, .external_lex_state = 7},
[916] = {.lex_state = 18, .external_lex_state = 7},
[917] = {.lex_state = 0},
[918] = {.lex_state = 0},
[919] = {.lex_state = 14},
[920] = {.lex_state = 14},
[921] = {.lex_state = 18, .external_lex_state = 7},
[922] = {.lex_state = 18, .external_lex_state = 7},
[923] = {.lex_state = 18, .external_lex_state = 7},
[924] = {.lex_state = 18, .external_lex_state = 7},
[925] = {.lex_state = 14},
[926] = {.lex_state = 0},
[927] = {.lex_state = 0},
[928] = {.lex_state = 18, .external_lex_state = 7},
[929] = {.lex_state = 0},
[930] = {.lex_state = 0},
[931] = {.lex_state = 18, .external_lex_state = 7},
[932] = {.lex_state = 0},
[933] = {.lex_state = 18, .external_lex_state = 7},
[934] = {.lex_state = 0},
[935] = {.lex_state = 0},
[936] = {.lex_state = 0},
[937] = {.lex_state = 14},
[938] = {.lex_state = 0},
[939] = {.lex_state = 0},
[940] = {.lex_state = 14},
[941] = {.lex_state = 14},
[942] = {.lex_state = 0},
[943] = {.lex_state = 0},
[944] = {.lex_state = 14},
[945] = {.lex_state = 14},
[946] = {.lex_state = 0, .external_lex_state = 6},
[947] = {.lex_state = 0},
[948] = {.lex_state = 14},
[949] = {.lex_state = 14},
[950] = {.lex_state = 0, .external_lex_state = 6},
[951] = {.lex_state = 14},
[952] = {.lex_state = 14},
[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 = 14},
[959] = {.lex_state = 14},
[960] = {.lex_state = 14},
[961] = {.lex_state = 14},
[962] = {.lex_state = 0, .external_lex_state = 6},
[963] = {.lex_state = 14},
[964] = {.lex_state = 14},
[965] = {.lex_state = 14},
[966] = {.lex_state = 14},
[967] = {.lex_state = 14},
[968] = {.lex_state = 14},
[969] = {.lex_state = 14},
[970] = {.lex_state = 14},
[971] = {.lex_state = 0, .external_lex_state = 6},
[972] = {.lex_state = 0},
[973] = {.lex_state = 0, .external_lex_state = 6},
[974] = {.lex_state = 14},
[975] = {.lex_state = 0, .external_lex_state = 6},
[976] = {.lex_state = 0},
[977] = {.lex_state = 0},
[978] = {.lex_state = 0, .external_lex_state = 6},
[979] = {.lex_state = 0, .external_lex_state = 6},
[980] = {.lex_state = 0},
[981] = {.lex_state = 0},
[982] = {.lex_state = 0},
[983] = {.lex_state = 16},
[984] = {.lex_state = 14},
[985] = {.lex_state = 0, .external_lex_state = 6},
[986] = {.lex_state = 14},
[987] = {.lex_state = 0, .external_lex_state = 6},
[988] = {.lex_state = 14},
[989] = {.lex_state = 14},
[990] = {.lex_state = 14},
[991] = {.lex_state = 0},
[992] = {.lex_state = 14},
[993] = {.lex_state = 16},
[994] = {.lex_state = 18, .external_lex_state = 7},
[995] = {.lex_state = 0, .external_lex_state = 6},
[996] = {.lex_state = 0, .external_lex_state = 6},
[997] = {.lex_state = 0},
[998] = {.lex_state = 0, .external_lex_state = 6},
[999] = {.lex_state = 14},
[1000] = {.lex_state = 14},
[1001] = {.lex_state = 18, .external_lex_state = 7},
[1002] = {.lex_state = 0},
[1003] = {.lex_state = 14},
[1004] = {.lex_state = 14},
[1005] = {.lex_state = 0},
[1006] = {.lex_state = 0},
[1007] = {.lex_state = 14},
[1008] = {.lex_state = 14},
[1009] = {.lex_state = 14},
[1010] = {.lex_state = 14},
[1011] = {.lex_state = 14},
[1012] = {.lex_state = 14},
[1013] = {.lex_state = 0},
[1014] = {.lex_state = 0, .external_lex_state = 6},
[1015] = {.lex_state = 0},
[1016] = {.lex_state = 14},
[1017] = {.lex_state = 14},
[1018] = {.lex_state = 14},
[1019] = {.lex_state = 0, .external_lex_state = 6},
[1020] = {.lex_state = 0},
[1021] = {.lex_state = 0, .external_lex_state = 6},
[1022] = {.lex_state = 0},
[1023] = {.lex_state = 14},
[1024] = {.lex_state = 0},
[1025] = {.lex_state = 0, .external_lex_state = 6},
[1026] = {.lex_state = 0, .external_lex_state = 6},
[1027] = {.lex_state = 0, .external_lex_state = 6},
[1028] = {.lex_state = 14},
[1029] = {.lex_state = 0, .external_lex_state = 6},
[1030] = {.lex_state = 0},
[1031] = {.lex_state = 0},
[1032] = {.lex_state = 0},
[1033] = {.lex_state = 14},
[1034] = {.lex_state = 0},
[1035] = {.lex_state = 0},
[1036] = {.lex_state = 0},
[1037] = {.lex_state = 16, .external_lex_state = 6},
[1038] = {.lex_state = 14},
[1039] = {.lex_state = 18, .external_lex_state = 7},
[1040] = {.lex_state = 0, .external_lex_state = 6},
[1041] = {.lex_state = 14},
[1042] = {.lex_state = 16, .external_lex_state = 6},
[1043] = {.lex_state = 18, .external_lex_state = 7},
[1044] = {.lex_state = 14},
[1045] = {.lex_state = 0},
[1046] = {.lex_state = 16},
[1047] = {.lex_state = 14},
[1048] = {.lex_state = 18, .external_lex_state = 7},
[1049] = {.lex_state = 14},
[1050] = {.lex_state = 18, .external_lex_state = 7},
[1051] = {.lex_state = 14},
[1052] = {.lex_state = 14},
[1053] = {.lex_state = 18, .external_lex_state = 7},
[1054] = {.lex_state = 14},
[1055] = {.lex_state = 0},
[1056] = {.lex_state = 14},
[1057] = {.lex_state = 14},
[1058] = {.lex_state = 16},
[1059] = {.lex_state = 0, .external_lex_state = 6},
[1060] = {.lex_state = 0, .external_lex_state = 6},
[1061] = {.lex_state = 14},
[1062] = {.lex_state = 14},
[1063] = {.lex_state = 14},
[1064] = {.lex_state = 14},
[1065] = {.lex_state = 0, .external_lex_state = 6},
[1066] = {.lex_state = 14},
[1067] = {.lex_state = 14},
[1068] = {.lex_state = 18, .external_lex_state = 7},
[1069] = {.lex_state = 14},
[1070] = {.lex_state = 16, .external_lex_state = 6},
[1071] = {.lex_state = 14},
[1072] = {.lex_state = 0},
[1073] = {.lex_state = 14},
[1074] = {.lex_state = 0, .external_lex_state = 6},
[1075] = {.lex_state = 16, .external_lex_state = 6},
[1076] = {.lex_state = 0},
[1077] = {.lex_state = 0},
[1078] = {.lex_state = 0},
[1079] = {.lex_state = 0, .external_lex_state = 6},
[1080] = {.lex_state = 0, .external_lex_state = 6},
[1081] = {.lex_state = 0},
[1082] = {.lex_state = 0},
[1083] = {.lex_state = 0, .external_lex_state = 6},
[1084] = {.lex_state = 14},
[1085] = {.lex_state = 0, .external_lex_state = 6},
[1086] = {.lex_state = 0},
[1087] = {.lex_state = 0, .external_lex_state = 6},
[1088] = {.lex_state = 0, .external_lex_state = 6},
[1089] = {.lex_state = 0},
[1090] = {.lex_state = 14},
[1091] = {.lex_state = 14},
[1092] = {.lex_state = 0},
[1093] = {.lex_state = 0},
[1094] = {.lex_state = 8},
[1095] = {.lex_state = 14},
[1096] = {.lex_state = 0},
[1097] = {.lex_state = 0, .external_lex_state = 6},
[1098] = {.lex_state = 8},
[1099] = {.lex_state = 0},
[1100] = {.lex_state = 0},
[1101] = {.lex_state = 0},
[1102] = {.lex_state = 0, .external_lex_state = 6},
[1103] = {.lex_state = 0, .external_lex_state = 6},
[1104] = {.lex_state = 14},
[1105] = {.lex_state = 0, .external_lex_state = 6},
[1106] = {.lex_state = 14},
[1107] = {.lex_state = 0, .external_lex_state = 6},
[1108] = {.lex_state = 8},
[1109] = {.lex_state = 14},
[1110] = {.lex_state = 0},
[1111] = {.lex_state = 0},
[1112] = {.lex_state = 14},
[1113] = {.lex_state = 0},
[1114] = {.lex_state = 14},
[1115] = {.lex_state = 14},
[1116] = {.lex_state = 0},
[1117] = {.lex_state = 14},
[1118] = {.lex_state = 0},
[1119] = {.lex_state = 0, .external_lex_state = 6},
[1120] = {.lex_state = 0, .external_lex_state = 6},
[1121] = {.lex_state = 0, .external_lex_state = 6},
[1122] = {.lex_state = 14},
[1123] = {.lex_state = 0, .external_lex_state = 6},
[1124] = {.lex_state = 0, .external_lex_state = 6},
[1125] = {.lex_state = 16},
[1126] = {.lex_state = 14},
[1127] = {.lex_state = 0},
[1128] = {.lex_state = 0, .external_lex_state = 6},
[1129] = {.lex_state = 0, .external_lex_state = 6},
[1130] = {.lex_state = 0, .external_lex_state = 6},
[1131] = {.lex_state = 0, .external_lex_state = 6},
[1132] = {.lex_state = 0},
[1133] = {.lex_state = 0, .external_lex_state = 6},
[1134] = {.lex_state = 0},
[1135] = {.lex_state = 0},
[1136] = {.lex_state = 0},
[1137] = {.lex_state = 0},
[1138] = {.lex_state = 14},
[1139] = {.lex_state = 14, .external_lex_state = 2},
[1140] = {.lex_state = 14},
[1141] = {.lex_state = 0, .external_lex_state = 6},
[1142] = {.lex_state = 14},
[1143] = {.lex_state = 0, .external_lex_state = 6},
[1144] = {.lex_state = 16},
[1145] = {.lex_state = 14},
[1146] = {.lex_state = 0},
[1147] = {.lex_state = 14},
[1148] = {.lex_state = 0},
[1149] = {.lex_state = 14},
[1150] = {.lex_state = 0, .external_lex_state = 6},
[1151] = {.lex_state = 0},
[1152] = {.lex_state = 0},
[1153] = {.lex_state = 14},
[1154] = {.lex_state = 0, .external_lex_state = 6},
[1155] = {.lex_state = 0, .external_lex_state = 6},
[1156] = {.lex_state = 0},
[1157] = {.lex_state = 0, .external_lex_state = 6},
[1158] = {.lex_state = 0, .external_lex_state = 6},
[1159] = {.lex_state = 0, .external_lex_state = 6},
[1160] = {.lex_state = 14},
[1161] = {.lex_state = 0},
[1162] = {.lex_state = 0},
[1163] = {.lex_state = 14},
[1164] = {.lex_state = 0},
[1165] = {.lex_state = 0},
[1166] = {.lex_state = 14},
[1167] = {.lex_state = 0},
[1168] = {.lex_state = 0},
[1169] = {.lex_state = 0},
[1170] = {.lex_state = 0},
[1171] = {.lex_state = 14},
[1172] = {.lex_state = 0, .external_lex_state = 6},
[1173] = {.lex_state = 14},
[1174] = {.lex_state = 0},
[1175] = {.lex_state = 0},
[1176] = {.lex_state = 0},
[1177] = {.lex_state = 0},
[1178] = {.lex_state = 0, .external_lex_state = 6},
[1179] = {.lex_state = 14},
[1180] = {.lex_state = 0},
[1181] = {.lex_state = 0},
[1182] = {.lex_state = 0},
[1183] = {.lex_state = 14},
[1184] = {.lex_state = 14},
[1185] = {.lex_state = 0},
[1186] = {.lex_state = 0},
[1187] = {.lex_state = 14},
[1188] = {.lex_state = 0, .external_lex_state = 6},
[1189] = {.lex_state = 0},
[1190] = {.lex_state = 0},
[1191] = {.lex_state = 0},
[1192] = {.lex_state = 0},
[1193] = {.lex_state = 0},
[1194] = {.lex_state = 0, .external_lex_state = 6},
[1195] = {.lex_state = 0, .external_lex_state = 6},
[1196] = {.lex_state = 0},
[1197] = {.lex_state = 0, .external_lex_state = 6},
[1198] = {.lex_state = 14},
[1199] = {.lex_state = 0},
[1200] = {.lex_state = 0},
[1201] = {.lex_state = 14},
[1202] = {.lex_state = 0},
[1203] = {.lex_state = 14},
[1204] = {.lex_state = 0},
[1205] = {.lex_state = 0},
[1206] = {.lex_state = 0},
[1207] = {.lex_state = 0},
[1208] = {.lex_state = 0},
[1209] = {.lex_state = 0},
[1210] = {.lex_state = 0},
[1211] = {.lex_state = 0},
[1212] = {.lex_state = 0, .external_lex_state = 6},
[1213] = {.lex_state = 0, .external_lex_state = 6},
[1214] = {.lex_state = 0},
[1215] = {.lex_state = 0},
[1216] = {.lex_state = 0},
[1217] = {.lex_state = 0},
[1218] = {.lex_state = 0},
[1219] = {.lex_state = 0},
[1220] = {.lex_state = 0},
[1221] = {.lex_state = 8},
[1222] = {.lex_state = 0},
[1223] = {.lex_state = 0},
[1224] = {.lex_state = 0},
[1225] = {.lex_state = 0},
[1226] = {.lex_state = 0},
[1227] = {.lex_state = 0, .external_lex_state = 6},
[1228] = {.lex_state = 0, .external_lex_state = 6},
[1229] = {.lex_state = 0},
[1230] = {.lex_state = 0},
[1231] = {.lex_state = 14},
[1232] = {.lex_state = 16},
[1233] = {.lex_state = 0},
[1234] = {.lex_state = 0},
[1235] = {.lex_state = 14},
[1236] = {.lex_state = 0},
[1237] = {.lex_state = 0, .external_lex_state = 6},
[1238] = {.lex_state = 0},
[1239] = {.lex_state = 0, .external_lex_state = 6},
[1240] = {.lex_state = 0, .external_lex_state = 6},
[1241] = {.lex_state = 0},
[1242] = {.lex_state = 0},
[1243] = {.lex_state = 0, .external_lex_state = 6},
[1244] = {.lex_state = 0},
[1245] = {.lex_state = 8},
[1246] = {.lex_state = 0},
[1247] = {.lex_state = 0},
[1248] = {.lex_state = 0},
[1249] = {.lex_state = 14},
[1250] = {.lex_state = 14},
[1251] = {.lex_state = 0},
[1252] = {.lex_state = 0},
[1253] = {.lex_state = 0},
[1254] = {.lex_state = 0},
[1255] = {.lex_state = 14},
[1256] = {.lex_state = 0},
[1257] = {.lex_state = 14},
[1258] = {.lex_state = 14},
[1259] = {.lex_state = 14},
[1260] = {.lex_state = 0},
[1261] = {.lex_state = 0},
[1262] = {.lex_state = 0, .external_lex_state = 6},
[1263] = {.lex_state = 14},
[1264] = {.lex_state = 8},
[1265] = {.lex_state = 14},
[1266] = {.lex_state = 0},
[1267] = {.lex_state = 0},
[1268] = {.lex_state = 14},
[1269] = {.lex_state = 14},
[1270] = {.lex_state = 0},
[1271] = {.lex_state = 14},
[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 = 0},
[1289] = {.lex_state = 0},
[1290] = {.lex_state = 0},
[1291] = {.lex_state = 8},
[1292] = {.lex_state = 0},
[1293] = {.lex_state = 14},
[1294] = {.lex_state = 8},
[1295] = {.lex_state = 0},
[1296] = {.lex_state = 0},
[1297] = {.lex_state = 0},
[1298] = {.lex_state = 0},
[1299] = {.lex_state = 0, .external_lex_state = 6},
[1300] = {.lex_state = 0},
[1301] = {.lex_state = 0},
[1302] = {.lex_state = 14},
[1303] = {.lex_state = 0},
[1304] = {.lex_state = 0, .external_lex_state = 6},
[1305] = {.lex_state = 14},
[1306] = {.lex_state = 0},
[1307] = {.lex_state = 0},
[1308] = {.lex_state = 0},
[1309] = {.lex_state = 0},
[1310] = {.lex_state = 0},
[1311] = {.lex_state = 14},
[1312] = {.lex_state = 14},
[1313] = {.lex_state = 0, .external_lex_state = 6},
[1314] = {.lex_state = 0},
[1315] = {.lex_state = 0},
[1316] = {.lex_state = 17},
[1317] = {.lex_state = 0},
[1318] = {.lex_state = 0},
[1319] = {.lex_state = 0},
[1320] = {.lex_state = 0},
[1321] = {.lex_state = 0},
[1322] = {.lex_state = 0, .external_lex_state = 6},
[1323] = {.lex_state = 17},
[1324] = {.lex_state = 0},
[1325] = {.lex_state = 0},
[1326] = {.lex_state = 0},
[1327] = {.lex_state = 0},
[1328] = {.lex_state = 0},
[1329] = {.lex_state = 17},
[1330] = {.lex_state = 0},
[1331] = {.lex_state = 0},
[1332] = {.lex_state = 0},
[1333] = {.lex_state = 0, .external_lex_state = 6},
[1334] = {.lex_state = 0},
[1335] = {.lex_state = 0},
[1336] = {.lex_state = 0},
[1337] = {.lex_state = 0},
[1338] = {.lex_state = 0},
[1339] = {.lex_state = 0, .external_lex_state = 6},
[1340] = {.lex_state = 14},
[1341] = {.lex_state = 0, .external_lex_state = 6},
[1342] = {.lex_state = 17},
[1343] = {.lex_state = 17},
[1344] = {.lex_state = 0},
[1345] = {.lex_state = 17},
[1346] = {.lex_state = 0},
[1347] = {.lex_state = 0},
[1348] = {.lex_state = 0},
[1349] = {.lex_state = 0},
[1350] = {.lex_state = 17},
[1351] = {.lex_state = 17},
[1352] = {.lex_state = 16},
[1353] = {.lex_state = 0, .external_lex_state = 6},
[1354] = {.lex_state = 0},
[1355] = {.lex_state = 0, .external_lex_state = 6},
[1356] = {.lex_state = 0, .external_lex_state = 6},
[1357] = {.lex_state = 0, .external_lex_state = 6},
[1358] = {.lex_state = 0},
[1359] = {.lex_state = 0},
[1360] = {.lex_state = 0},
[1361] = {.lex_state = 0},
[1362] = {.lex_state = 0, .external_lex_state = 6},
[1363] = {.lex_state = 0},
[1364] = {.lex_state = 0},
[1365] = {.lex_state = 0, .external_lex_state = 6},
[1366] = {.lex_state = 0, .external_lex_state = 6},
[1367] = {.lex_state = 0},
[1368] = {.lex_state = 0, .external_lex_state = 6},
[1369] = {.lex_state = 0},
[1370] = {.lex_state = 0},
[1371] = {.lex_state = 0},
[1372] = {.lex_state = 0},
[1373] = {.lex_state = 0, .external_lex_state = 6},
[1374] = {.lex_state = 0},
[1375] = {.lex_state = 0, .external_lex_state = 6},
[1376] = {.lex_state = 0, .external_lex_state = 6},
[1377] = {.lex_state = 0, .external_lex_state = 6},
[1378] = {.lex_state = 0, .external_lex_state = 6},
[1379] = {.lex_state = 17},
[1380] = {.lex_state = 0},
[1381] = {.lex_state = 0},
[1382] = {.lex_state = 0},
[1383] = {.lex_state = 17},
[1384] = {.lex_state = 14},
[1385] = {.lex_state = 0},
[1386] = {.lex_state = 0},
[1387] = {.lex_state = 0},
[1388] = {.lex_state = 14},
[1389] = {.lex_state = 0},
[1390] = {.lex_state = 0},
[1391] = {.lex_state = 0},
[1392] = {.lex_state = 0},
[1393] = {.lex_state = 0},
[1394] = {.lex_state = 0},
[1395] = {.lex_state = 0},
[1396] = {.lex_state = 0},
[1397] = {.lex_state = 0},
[1398] = {.lex_state = 0},
[1399] = {.lex_state = 14},
[1400] = {.lex_state = 0},
[1401] = {.lex_state = 14},
[1402] = {.lex_state = 0},
[1403] = {.lex_state = 0},
[1404] = {.lex_state = 0},
[1405] = {.lex_state = 14},
[1406] = {.lex_state = 14},
[1407] = {.lex_state = 14},
[1408] = {.lex_state = 0},
[1409] = {.lex_state = 0},
[1410] = {.lex_state = 0},
[1411] = {.lex_state = 0},
[1412] = {.lex_state = 0},
[1413] = {.lex_state = 0},
[1414] = {.lex_state = 0},
[1415] = {.lex_state = 0},
[1416] = {.lex_state = 0},
[1417] = {.lex_state = 14},
[1418] = {.lex_state = 0},
[1419] = {.lex_state = 14},
[1420] = {.lex_state = 14},
[1421] = {.lex_state = 14},
[1422] = {.lex_state = 0},
[1423] = {.lex_state = 0},
[1424] = {.lex_state = 0},
[1425] = {.lex_state = 0},
[1426] = {.lex_state = 0},
[1427] = {.lex_state = 14},
[1428] = {.lex_state = 0},
[1429] = {.lex_state = 0},
[1430] = {.lex_state = 14},
[1431] = {.lex_state = 14},
[1432] = {.lex_state = 0},
[1433] = {.lex_state = 0},
[1434] = {.lex_state = 0},
[1435] = {.lex_state = 0},
[1436] = {.lex_state = 0},
[1437] = {.lex_state = 0},
[1438] = {.lex_state = 14},
[1439] = {.lex_state = 14},
[1440] = {.lex_state = 0},
[1441] = {.lex_state = 0},
[1442] = {.lex_state = 14},
[1443] = {.lex_state = 14},
[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 = 14},
[1451] = {.lex_state = 14},
[1452] = {.lex_state = 0},
[1453] = {.lex_state = 0},
[1454] = {.lex_state = 0},
[1455] = {.lex_state = 0},
[1456] = {.lex_state = 14},
[1457] = {.lex_state = 0},
[1458] = {.lex_state = 14},
[1459] = {.lex_state = 0},
[1460] = {.lex_state = 14},
[1461] = {.lex_state = 14},
[1462] = {.lex_state = 14},
[1463] = {.lex_state = 0},
[1464] = {.lex_state = 0},
[1465] = {.lex_state = 0},
[1466] = {.lex_state = 14},
[1467] = {.lex_state = 0},
[1468] = {.lex_state = 0},
[1469] = {.lex_state = 0},
[1470] = {.lex_state = 0},
[1471] = {.lex_state = 0},
[1472] = {.lex_state = 14},
[1473] = {.lex_state = 0},
[1474] = {.lex_state = 14},
[1475] = {.lex_state = 14},
[1476] = {.lex_state = 0},
[1477] = {.lex_state = 0},
[1478] = {.lex_state = 0},
[1479] = {.lex_state = 0},
[1480] = {.lex_state = 14},
[1481] = {.lex_state = 14},
[1482] = {.lex_state = 14},
[1483] = {.lex_state = 0},
[1484] = {.lex_state = 0},
[1485] = {.lex_state = 0},
[1486] = {.lex_state = 14},
[1487] = {.lex_state = 0},
[1488] = {.lex_state = 0},
[1489] = {.lex_state = 0},
[1490] = {.lex_state = 0},
[1491] = {.lex_state = 0},
[1492] = {.lex_state = 0},
[1493] = {.lex_state = 14},
[1494] = {.lex_state = 14},
[1495] = {.lex_state = 0},
[1496] = {.lex_state = 0},
[1497] = {.lex_state = 0},
[1498] = {.lex_state = 0},
[1499] = {.lex_state = 0},
[1500] = {.lex_state = 0},
[1501] = {.lex_state = 0},
[1502] = {.lex_state = 0},
[1503] = {.lex_state = 0},
[1504] = {.lex_state = 14},
[1505] = {.lex_state = 14},
};
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(1487),
[sym__statement] = STATE(62),
[sym__simple_statements] = STATE(62),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_class_definition] = STATE(62),
[sym_decorated_definition] = STATE(62),
[sym_decorator] = STATE(982),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(62),
[aux_sym_decorated_definition_repeat1] = STATE(982),
[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(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(289),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(520),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(333),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(465),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(467),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[7] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(535),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[8] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(340),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(336),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[10] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(470),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[11] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(534),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[12] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(541),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[13] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(552),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[14] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(410),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[15] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(557),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(484),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(546),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[18] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(493),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(346),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[20] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(571),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(568),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[22] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(395),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[23] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(473),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[24] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(427),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(563),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(551),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[27] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(560),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[28] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(544),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[29] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(355),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(444),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[31] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(479),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[32] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(509),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[33] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(343),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[34] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(337),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[35] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(523),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[36] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(471),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[37] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(501),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[38] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(476),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[39] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(361),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[40] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(538),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[41] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(371),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[42] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(432),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[43] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(505),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[44] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(330),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[45] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(553),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[46] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(449),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[47] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(352),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[48] = {
[sym__statement] = STATE(64),
[sym__simple_statements] = STATE(64),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(64),
[sym_decorated_definition] = STATE(64),
[sym_decorator] = STATE(947),
[sym_block] = STATE(1020),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(64),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(64),
[sym_decorated_definition] = STATE(64),
[sym_decorator] = STATE(947),
[sym_block] = STATE(997),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(64),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(529),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[51] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(281),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[52] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(548),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[53] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(513),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[54] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(527),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[55] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(416),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[56] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(463),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[57] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(566),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[58] = {
[sym__statement] = STATE(60),
[sym__simple_statements] = STATE(60),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(60),
[sym_decorated_definition] = STATE(60),
[sym_decorator] = STATE(947),
[sym_block] = STATE(508),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(60),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[59] = {
[sym__statement] = STATE(61),
[sym__simple_statements] = STATE(61),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(61),
[sym_decorated_definition] = STATE(61),
[sym_decorator] = STATE(947),
[sym_block] = STATE(526),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(61),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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),
},
[60] = {
[sym__statement] = STATE(63),
[sym__simple_statements] = STATE(63),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(63),
[sym_decorated_definition] = STATE(63),
[sym_decorator] = STATE(947),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(63),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(63),
[sym_decorated_definition] = STATE(63),
[sym_decorator] = STATE(947),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(63),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(109),
[sym__string_start] = ACTIONS(81),
},
[62] = {
[sym__statement] = STATE(65),
[sym__simple_statements] = STATE(65),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_class_definition] = STATE(65),
[sym_decorated_definition] = STATE(65),
[sym_decorator] = STATE(982),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(65),
[aux_sym_decorated_definition_repeat1] = STATE(982),
[ts_builtin_sym_end] = ACTIONS(111),
[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),
},
[63] = {
[sym__statement] = STATE(63),
[sym__simple_statements] = STATE(63),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(63),
[sym_decorated_definition] = STATE(63),
[sym_decorator] = STATE(947),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(63),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[sym_identifier] = ACTIONS(113),
[anon_sym_import] = ACTIONS(116),
[anon_sym_from] = ACTIONS(119),
[anon_sym_LPAREN] = ACTIONS(122),
[anon_sym_STAR] = ACTIONS(125),
[anon_sym_print] = ACTIONS(128),
[anon_sym_assert] = ACTIONS(131),
[anon_sym_return] = ACTIONS(134),
[anon_sym_del] = ACTIONS(137),
[anon_sym_raise] = ACTIONS(140),
[anon_sym_pass] = ACTIONS(143),
[anon_sym_break] = ACTIONS(146),
[anon_sym_continue] = ACTIONS(149),
[anon_sym_if] = ACTIONS(152),
[anon_sym_async] = ACTIONS(155),
[anon_sym_for] = ACTIONS(158),
[anon_sym_while] = ACTIONS(161),
[anon_sym_try] = ACTIONS(164),
[anon_sym_with] = ACTIONS(167),
[anon_sym_match] = ACTIONS(170),
[anon_sym_DASH] = ACTIONS(173),
[anon_sym_PLUS] = ACTIONS(173),
[anon_sym_LBRACK] = ACTIONS(176),
[anon_sym_LBRACE] = ACTIONS(179),
[anon_sym_STAR_STAR] = ACTIONS(182),
[anon_sym_def] = ACTIONS(185),
[anon_sym_global] = ACTIONS(188),
[anon_sym_nonlocal] = ACTIONS(191),
[anon_sym_exec] = ACTIONS(194),
[anon_sym_type] = ACTIONS(197),
[anon_sym_class] = ACTIONS(200),
[anon_sym_AT] = ACTIONS(203),
[anon_sym_not] = ACTIONS(206),
[anon_sym_TILDE] = ACTIONS(173),
[anon_sym_lambda] = ACTIONS(209),
[anon_sym_yield] = ACTIONS(212),
[sym_ellipsis] = ACTIONS(215),
[sym_integer] = ACTIONS(218),
[sym_float] = ACTIONS(215),
[anon_sym_await] = ACTIONS(221),
[sym_true] = ACTIONS(218),
[sym_false] = ACTIONS(218),
[sym_none] = ACTIONS(218),
[sym_comment] = ACTIONS(3),
[sym__dedent] = ACTIONS(224),
[sym__string_start] = ACTIONS(226),
},
[64] = {
[sym__statement] = STATE(63),
[sym__simple_statements] = STATE(63),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_class_definition] = STATE(63),
[sym_decorated_definition] = STATE(63),
[sym_decorator] = STATE(947),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(63),
[aux_sym_decorated_definition_repeat1] = STATE(947),
[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(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[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(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_class_definition] = STATE(65),
[sym_decorated_definition] = STATE(65),
[sym_decorator] = STATE(982),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[aux_sym_module_repeat1] = STATE(65),
[aux_sym_decorated_definition_repeat1] = STATE(982),
[ts_builtin_sym_end] = ACTIONS(224),
[sym_identifier] = ACTIONS(113),
[anon_sym_import] = ACTIONS(116),
[anon_sym_from] = ACTIONS(119),
[anon_sym_LPAREN] = ACTIONS(122),
[anon_sym_STAR] = ACTIONS(125),
[anon_sym_print] = ACTIONS(128),
[anon_sym_assert] = ACTIONS(131),
[anon_sym_return] = ACTIONS(134),
[anon_sym_del] = ACTIONS(137),
[anon_sym_raise] = ACTIONS(140),
[anon_sym_pass] = ACTIONS(143),
[anon_sym_break] = ACTIONS(146),
[anon_sym_continue] = ACTIONS(149),
[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(173),
[anon_sym_PLUS] = ACTIONS(173),
[anon_sym_LBRACK] = ACTIONS(176),
[anon_sym_LBRACE] = ACTIONS(179),
[anon_sym_STAR_STAR] = ACTIONS(182),
[anon_sym_def] = ACTIONS(252),
[anon_sym_global] = ACTIONS(188),
[anon_sym_nonlocal] = ACTIONS(191),
[anon_sym_exec] = ACTIONS(194),
[anon_sym_type] = ACTIONS(197),
[anon_sym_class] = ACTIONS(255),
[anon_sym_AT] = ACTIONS(203),
[anon_sym_not] = ACTIONS(206),
[anon_sym_TILDE] = ACTIONS(173),
[anon_sym_lambda] = ACTIONS(209),
[anon_sym_yield] = ACTIONS(212),
[sym_ellipsis] = ACTIONS(215),
[sym_integer] = ACTIONS(218),
[sym_float] = ACTIONS(215),
[anon_sym_await] = ACTIONS(221),
[sym_true] = ACTIONS(218),
[sym_false] = ACTIONS(218),
[sym_none] = ACTIONS(218),
[sym_comment] = ACTIONS(3),
[sym__string_start] = ACTIONS(226),
},
[66] = {
[sym_named_expression] = STATE(883),
[sym_list_splat] = STATE(1367),
[sym_dictionary_splat] = STATE(1367),
[sym_expression_list] = STATE(1431),
[sym_expression] = STATE(1047),
[sym_primary_expression] = STATE(616),
[sym_not_operator] = STATE(883),
[sym_boolean_operator] = STATE(883),
[sym_binary_operator] = STATE(605),
[sym_unary_operator] = STATE(605),
[sym_comparison_operator] = STATE(883),
[sym_lambda] = STATE(883),
[sym_attribute] = STATE(605),
[sym_subscript] = STATE(605),
[sym_call] = STATE(605),
[sym_list] = STATE(605),
[sym_set] = STATE(605),
[sym_tuple] = STATE(605),
[sym_dictionary] = STATE(605),
[sym_list_comprehension] = STATE(605),
[sym_dictionary_comprehension] = STATE(605),
[sym_set_comprehension] = STATE(605),
[sym_generator_expression] = STATE(605),
[sym_parenthesized_expression] = STATE(605),
[sym_conditional_expression] = STATE(883),
[sym_concatenated_string] = STATE(605),
[sym_string] = STATE(586),
[sym_await] = STATE(605),
[sym_identifier] = ACTIONS(258),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(262),
[anon_sym_COMMA] = ACTIONS(264),
[anon_sym_STAR] = ACTIONS(267),
[anon_sym_print] = ACTIONS(269),
[anon_sym_GT_GT] = ACTIONS(260),
[anon_sym_COLON_EQ] = ACTIONS(271),
[anon_sym_if] = ACTIONS(260),
[anon_sym_COLON] = ACTIONS(273),
[anon_sym_async] = ACTIONS(269),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(269),
[anon_sym_PIPE] = ACTIONS(260),
[anon_sym_DASH] = ACTIONS(275),
[anon_sym_PLUS] = ACTIONS(275),
[anon_sym_LBRACK] = ACTIONS(277),
[anon_sym_LBRACE] = ACTIONS(279),
[anon_sym_STAR_STAR] = ACTIONS(281),
[anon_sym_EQ] = ACTIONS(273),
[anon_sym_exec] = ACTIONS(269),
[anon_sym_type] = ACTIONS(269),
[anon_sym_AT] = ACTIONS(260),
[anon_sym_not] = ACTIONS(283),
[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(285),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[anon_sym_lambda] = ACTIONS(289),
[anon_sym_PLUS_EQ] = ACTIONS(291),
[anon_sym_DASH_EQ] = ACTIONS(291),
[anon_sym_STAR_EQ] = ACTIONS(291),
[anon_sym_SLASH_EQ] = ACTIONS(291),
[anon_sym_AT_EQ] = ACTIONS(291),
[anon_sym_SLASH_SLASH_EQ] = ACTIONS(291),
[anon_sym_PERCENT_EQ] = ACTIONS(291),
[anon_sym_STAR_STAR_EQ] = ACTIONS(291),
[anon_sym_GT_GT_EQ] = ACTIONS(291),
[anon_sym_LT_LT_EQ] = ACTIONS(291),
[anon_sym_AMP_EQ] = ACTIONS(291),
[anon_sym_CARET_EQ] = ACTIONS(291),
[anon_sym_PIPE_EQ] = ACTIONS(291),
[sym_ellipsis] = ACTIONS(293),
[sym_integer] = ACTIONS(295),
[sym_float] = ACTIONS(293),
[anon_sym_await] = ACTIONS(297),
[sym_true] = ACTIONS(295),
[sym_false] = ACTIONS(295),
[sym_none] = ACTIONS(295),
[sym_comment] = ACTIONS(3),
[sym__semicolon] = ACTIONS(287),
[sym__newline] = ACTIONS(287),
[sym__string_start] = ACTIONS(299),
},
[67] = {
[sym_named_expression] = STATE(883),
[sym_list_splat] = STATE(1367),
[sym_dictionary_splat] = STATE(1367),
[sym_expression_list] = STATE(1401),
[sym_expression] = STATE(1038),
[sym_primary_expression] = STATE(616),
[sym_not_operator] = STATE(883),
[sym_boolean_operator] = STATE(883),
[sym_binary_operator] = STATE(605),
[sym_unary_operator] = STATE(605),
[sym_comparison_operator] = STATE(883),
[sym_lambda] = STATE(883),
[sym_attribute] = STATE(605),
[sym_subscript] = STATE(605),
[sym_call] = STATE(605),
[sym_list] = STATE(605),
[sym_set] = STATE(605),
[sym_tuple] = STATE(605),
[sym_dictionary] = STATE(605),
[sym_list_comprehension] = STATE(605),
[sym_dictionary_comprehension] = STATE(605),
[sym_set_comprehension] = STATE(605),
[sym_generator_expression] = STATE(605),
[sym_parenthesized_expression] = STATE(605),
[sym_conditional_expression] = STATE(883),
[sym_concatenated_string] = STATE(605),
[sym_string] = STATE(586),
[sym_await] = STATE(605),
[sym_identifier] = ACTIONS(258),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(262),
[anon_sym_COMMA] = ACTIONS(264),
[anon_sym_STAR] = ACTIONS(267),
[anon_sym_print] = ACTIONS(269),
[anon_sym_GT_GT] = ACTIONS(260),
[anon_sym_COLON_EQ] = ACTIONS(271),
[anon_sym_if] = ACTIONS(260),
[anon_sym_COLON] = ACTIONS(273),
[anon_sym_async] = ACTIONS(269),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(269),
[anon_sym_PIPE] = ACTIONS(260),
[anon_sym_DASH] = ACTIONS(275),
[anon_sym_PLUS] = ACTIONS(275),
[anon_sym_LBRACK] = ACTIONS(277),
[anon_sym_LBRACE] = ACTIONS(279),
[anon_sym_STAR_STAR] = ACTIONS(281),
[anon_sym_EQ] = ACTIONS(273),
[anon_sym_exec] = ACTIONS(269),
[anon_sym_type] = ACTIONS(269),
[anon_sym_AT] = ACTIONS(260),
[anon_sym_not] = ACTIONS(283),
[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(285),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[anon_sym_lambda] = ACTIONS(289),
[anon_sym_PLUS_EQ] = ACTIONS(291),
[anon_sym_DASH_EQ] = ACTIONS(291),
[anon_sym_STAR_EQ] = ACTIONS(291),
[anon_sym_SLASH_EQ] = ACTIONS(291),
[anon_sym_AT_EQ] = ACTIONS(291),
[anon_sym_SLASH_SLASH_EQ] = ACTIONS(291),
[anon_sym_PERCENT_EQ] = ACTIONS(291),
[anon_sym_STAR_STAR_EQ] = ACTIONS(291),
[anon_sym_GT_GT_EQ] = ACTIONS(291),
[anon_sym_LT_LT_EQ] = ACTIONS(291),
[anon_sym_AMP_EQ] = ACTIONS(291),
[anon_sym_CARET_EQ] = ACTIONS(291),
[anon_sym_PIPE_EQ] = ACTIONS(291),
[sym_ellipsis] = ACTIONS(293),
[sym_integer] = ACTIONS(295),
[sym_float] = ACTIONS(293),
[anon_sym_await] = ACTIONS(297),
[sym_true] = ACTIONS(295),
[sym_false] = ACTIONS(295),
[sym_none] = ACTIONS(295),
[sym_comment] = ACTIONS(3),
[sym__semicolon] = ACTIONS(287),
[sym__newline] = ACTIONS(287),
[sym__string_start] = ACTIONS(299),
},
[68] = {
[sym__simple_statements] = STATE(367),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(303),
[sym__indent] = ACTIONS(305),
[sym__string_start] = ACTIONS(81),
},
[69] = {
[sym__simple_statements] = STATE(1030),
[sym_import_statement] = STATE(1212),
[sym_future_import_statement] = STATE(1212),
[sym_import_from_statement] = STATE(1212),
[sym_print_statement] = STATE(1212),
[sym_assert_statement] = STATE(1212),
[sym_expression_statement] = STATE(1212),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1212),
[sym_delete_statement] = STATE(1212),
[sym_raise_statement] = STATE(1212),
[sym_pass_statement] = STATE(1212),
[sym_break_statement] = STATE(1212),
[sym_continue_statement] = STATE(1212),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1212),
[sym_nonlocal_statement] = STATE(1212),
[sym_exec_statement] = STATE(1212),
[sym_type_alias_statement] = STATE(1212),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(307),
[sym__indent] = ACTIONS(309),
[sym__string_start] = ACTIONS(81),
},
[70] = {
[sym__simple_statements] = STATE(342),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(311),
[sym__indent] = ACTIONS(313),
[sym__string_start] = ACTIONS(81),
},
[71] = {
[sym__simple_statements] = STATE(466),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(315),
[sym__indent] = ACTIONS(317),
[sym__string_start] = ACTIONS(81),
},
[72] = {
[sym__simple_statements] = STATE(272),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(319),
[sym__indent] = ACTIONS(321),
[sym__string_start] = ACTIONS(81),
},
[73] = {
[sym__simple_statements] = STATE(411),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(323),
[sym__indent] = ACTIONS(325),
[sym__string_start] = ACTIONS(81),
},
[74] = {
[sym_chevron] = STATE(1128),
[sym_named_expression] = STATE(985),
[sym_expression] = STATE(1019),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_attribute] = STATE(759),
[sym_subscript] = STATE(759),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[sym_identifier] = ACTIONS(327),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(287),
[anon_sym_COMMA] = ACTIONS(264),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(329),
[anon_sym_GT_GT] = ACTIONS(331),
[anon_sym_COLON_EQ] = ACTIONS(271),
[anon_sym_if] = ACTIONS(260),
[anon_sym_COLON] = ACTIONS(273),
[anon_sym_async] = ACTIONS(329),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(329),
[anon_sym_PIPE] = ACTIONS(260),
[anon_sym_DASH] = ACTIONS(260),
[anon_sym_PLUS] = ACTIONS(260),
[anon_sym_LBRACK] = ACTIONS(287),
[anon_sym_LBRACE] = ACTIONS(51),
[anon_sym_STAR_STAR] = ACTIONS(260),
[anon_sym_EQ] = ACTIONS(273),
[anon_sym_exec] = ACTIONS(329),
[anon_sym_type] = ACTIONS(329),
[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(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[anon_sym_lambda] = ACTIONS(71),
[anon_sym_PLUS_EQ] = ACTIONS(291),
[anon_sym_DASH_EQ] = ACTIONS(291),
[anon_sym_STAR_EQ] = ACTIONS(291),
[anon_sym_SLASH_EQ] = ACTIONS(291),
[anon_sym_AT_EQ] = ACTIONS(291),
[anon_sym_SLASH_SLASH_EQ] = ACTIONS(291),
[anon_sym_PERCENT_EQ] = ACTIONS(291),
[anon_sym_STAR_STAR_EQ] = ACTIONS(291),
[anon_sym_GT_GT_EQ] = ACTIONS(291),
[anon_sym_LT_LT_EQ] = ACTIONS(291),
[anon_sym_AMP_EQ] = ACTIONS(291),
[anon_sym_CARET_EQ] = ACTIONS(291),
[anon_sym_PIPE_EQ] = ACTIONS(291),
[sym_ellipsis] = ACTIONS(75),
[sym_integer] = ACTIONS(77),
[sym_float] = ACTIONS(75),
[anon_sym_await] = ACTIONS(333),
[sym_true] = ACTIONS(77),
[sym_false] = ACTIONS(77),
[sym_none] = ACTIONS(77),
[sym_comment] = ACTIONS(3),
[sym__semicolon] = ACTIONS(287),
[sym__newline] = ACTIONS(287),
[sym__string_start] = ACTIONS(81),
},
[75] = {
[sym__simple_statements] = STATE(418),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(335),
[sym__indent] = ACTIONS(337),
[sym__string_start] = ACTIONS(81),
},
[76] = {
[sym__simple_statements] = STATE(485),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(339),
[sym__indent] = ACTIONS(341),
[sym__string_start] = ACTIONS(81),
},
[77] = {
[sym__simple_statements] = STATE(348),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(343),
[sym__indent] = ACTIONS(345),
[sym__string_start] = ACTIONS(81),
},
[78] = {
[sym__simple_statements] = STATE(497),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(347),
[sym__indent] = ACTIONS(349),
[sym__string_start] = ACTIONS(81),
},
[79] = {
[sym__simple_statements] = STATE(488),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(351),
[sym__indent] = ACTIONS(353),
[sym__string_start] = ACTIONS(81),
},
[80] = {
[sym__simple_statements] = STATE(561),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(355),
[sym__indent] = ACTIONS(357),
[sym__string_start] = ACTIONS(81),
},
[81] = {
[sym__simple_statements] = STATE(469),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(359),
[sym__indent] = ACTIONS(361),
[sym__string_start] = ACTIONS(81),
},
[82] = {
[sym__simple_statements] = STATE(558),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(363),
[sym__indent] = ACTIONS(365),
[sym__string_start] = ACTIONS(81),
},
[83] = {
[sym__simple_statements] = STATE(549),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(367),
[sym__indent] = ACTIONS(369),
[sym__string_start] = ACTIONS(81),
},
[84] = {
[sym__simple_statements] = STATE(517),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(371),
[sym__indent] = ACTIONS(373),
[sym__string_start] = ACTIONS(81),
},
[85] = {
[sym__simple_statements] = STATE(550),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(375),
[sym__indent] = ACTIONS(377),
[sym__string_start] = ACTIONS(81),
},
[86] = {
[sym__simple_statements] = STATE(536),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(379),
[sym__indent] = ACTIONS(381),
[sym__string_start] = ACTIONS(81),
},
[87] = {
[sym__simple_statements] = STATE(512),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(383),
[sym__indent] = ACTIONS(385),
[sym__string_start] = ACTIONS(81),
},
[88] = {
[sym__simple_statements] = STATE(483),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(387),
[sym__indent] = ACTIONS(389),
[sym__string_start] = ACTIONS(81),
},
[89] = {
[sym__simple_statements] = STATE(545),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(391),
[sym__indent] = ACTIONS(393),
[sym__string_start] = ACTIONS(81),
},
[90] = {
[sym__simple_statements] = STATE(349),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(395),
[sym__indent] = ACTIONS(397),
[sym__string_start] = ACTIONS(81),
},
[91] = {
[sym__simple_statements] = STATE(543),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(399),
[sym__indent] = ACTIONS(401),
[sym__string_start] = ACTIONS(81),
},
[92] = {
[sym__simple_statements] = STATE(491),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(403),
[sym__indent] = ACTIONS(405),
[sym__string_start] = ACTIONS(81),
},
[93] = {
[sym__simple_statements] = STATE(564),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(407),
[sym__indent] = ACTIONS(409),
[sym__string_start] = ACTIONS(81),
},
[94] = {
[sym__simple_statements] = STATE(401),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(411),
[sym__indent] = ACTIONS(413),
[sym__string_start] = ACTIONS(81),
},
[95] = {
[sym__simple_statements] = STATE(325),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(415),
[sym__indent] = ACTIONS(417),
[sym__string_start] = ACTIONS(81),
},
[96] = {
[sym__simple_statements] = STATE(559),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(419),
[sym__indent] = ACTIONS(421),
[sym__string_start] = ACTIONS(81),
},
[97] = {
[sym__simple_statements] = STATE(458),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(423),
[sym__indent] = ACTIONS(425),
[sym__string_start] = ACTIONS(81),
},
[98] = {
[sym__simple_statements] = STATE(569),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(427),
[sym__indent] = ACTIONS(429),
[sym__string_start] = ACTIONS(81),
},
[99] = {
[sym__simple_statements] = STATE(468),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(431),
[sym__indent] = ACTIONS(433),
[sym__string_start] = ACTIONS(81),
},
[100] = {
[sym__simple_statements] = STATE(570),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(435),
[sym__indent] = ACTIONS(437),
[sym__string_start] = ACTIONS(81),
},
[101] = {
[sym__simple_statements] = STATE(515),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(439),
[sym__indent] = ACTIONS(441),
[sym__string_start] = ACTIONS(81),
},
[102] = {
[sym__simple_statements] = STATE(475),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(443),
[sym__indent] = ACTIONS(445),
[sym__string_start] = ACTIONS(81),
},
[103] = {
[sym__simple_statements] = STATE(386),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(447),
[sym__indent] = ACTIONS(449),
[sym__string_start] = ACTIONS(81),
},
[104] = {
[sym__simple_statements] = STATE(565),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(451),
[sym__indent] = ACTIONS(453),
[sym__string_start] = ACTIONS(81),
},
[105] = {
[sym__simple_statements] = STATE(496),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(455),
[sym__indent] = ACTIONS(457),
[sym__string_start] = ACTIONS(81),
},
[106] = {
[sym__simple_statements] = STATE(500),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(459),
[sym__indent] = ACTIONS(461),
[sym__string_start] = ACTIONS(81),
},
[107] = {
[sym__simple_statements] = STATE(331),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(463),
[sym__indent] = ACTIONS(465),
[sym__string_start] = ACTIONS(81),
},
[108] = {
[sym__simple_statements] = STATE(478),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(467),
[sym__indent] = ACTIONS(469),
[sym__string_start] = ACTIONS(81),
},
[109] = {
[sym__simple_statements] = STATE(341),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(471),
[sym__indent] = ACTIONS(473),
[sym__string_start] = ACTIONS(81),
},
[110] = {
[sym__simple_statements] = STATE(1013),
[sym_import_statement] = STATE(1212),
[sym_future_import_statement] = STATE(1212),
[sym_import_from_statement] = STATE(1212),
[sym_print_statement] = STATE(1212),
[sym_assert_statement] = STATE(1212),
[sym_expression_statement] = STATE(1212),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1212),
[sym_delete_statement] = STATE(1212),
[sym_raise_statement] = STATE(1212),
[sym_pass_statement] = STATE(1212),
[sym_break_statement] = STATE(1212),
[sym_continue_statement] = STATE(1212),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1212),
[sym_nonlocal_statement] = STATE(1212),
[sym_exec_statement] = STATE(1212),
[sym_type_alias_statement] = STATE(1212),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(475),
[sym__indent] = ACTIONS(477),
[sym__string_start] = ACTIONS(81),
},
[111] = {
[sym__simple_statements] = STATE(539),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(479),
[sym__indent] = ACTIONS(481),
[sym__string_start] = ACTIONS(81),
},
[112] = {
[sym__simple_statements] = STATE(474),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(483),
[sym__indent] = ACTIONS(485),
[sym__string_start] = ACTIONS(81),
},
[113] = {
[sym__simple_statements] = STATE(389),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(487),
[sym__indent] = ACTIONS(489),
[sym__string_start] = ACTIONS(81),
},
[114] = {
[sym__simple_statements] = STATE(329),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(491),
[sym__indent] = ACTIONS(493),
[sym__string_start] = ACTIONS(81),
},
[115] = {
[sym__simple_statements] = STATE(472),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(495),
[sym__indent] = ACTIONS(497),
[sym__string_start] = ACTIONS(81),
},
[116] = {
[sym__simple_statements] = STATE(402),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(499),
[sym__indent] = ACTIONS(501),
[sym__string_start] = ACTIONS(81),
},
[117] = {
[sym__simple_statements] = STATE(362),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(503),
[sym__indent] = ACTIONS(505),
[sym__string_start] = ACTIONS(81),
},
[118] = {
[sym__simple_statements] = STATE(503),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(507),
[sym__indent] = ACTIONS(509),
[sym__string_start] = ACTIONS(81),
},
[119] = {
[sym__simple_statements] = STATE(279),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(511),
[sym__indent] = ACTIONS(513),
[sym__string_start] = ACTIONS(81),
},
[120] = {
[sym__simple_statements] = STATE(464),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(515),
[sym__indent] = ACTIONS(517),
[sym__string_start] = ACTIONS(81),
},
[121] = {
[sym__simple_statements] = STATE(537),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(519),
[sym__indent] = ACTIONS(521),
[sym__string_start] = ACTIONS(81),
},
[122] = {
[sym__simple_statements] = STATE(347),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(523),
[sym__indent] = ACTIONS(525),
[sym__string_start] = ACTIONS(81),
},
[123] = {
[sym__simple_statements] = STATE(511),
[sym_import_statement] = STATE(1304),
[sym_future_import_statement] = STATE(1304),
[sym_import_from_statement] = STATE(1304),
[sym_print_statement] = STATE(1304),
[sym_assert_statement] = STATE(1304),
[sym_expression_statement] = STATE(1304),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1304),
[sym_delete_statement] = STATE(1304),
[sym_raise_statement] = STATE(1304),
[sym_pass_statement] = STATE(1304),
[sym_break_statement] = STATE(1304),
[sym_continue_statement] = STATE(1304),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1304),
[sym_nonlocal_statement] = STATE(1304),
[sym_exec_statement] = STATE(1304),
[sym_type_alias_statement] = STATE(1304),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(527),
[sym__indent] = ACTIONS(529),
[sym__string_start] = ACTIONS(81),
},
[124] = {
[sym__simple_statements] = STATE(542),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(531),
[sym__indent] = ACTIONS(533),
[sym__string_start] = ACTIONS(81),
},
[125] = {
[sym__simple_statements] = STATE(338),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(535),
[sym__indent] = ACTIONS(537),
[sym__string_start] = ACTIONS(81),
},
[126] = {
[sym__simple_statements] = STATE(506),
[sym_import_statement] = STATE(1213),
[sym_future_import_statement] = STATE(1213),
[sym_import_from_statement] = STATE(1213),
[sym_print_statement] = STATE(1213),
[sym_assert_statement] = STATE(1213),
[sym_expression_statement] = STATE(1213),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1213),
[sym_delete_statement] = STATE(1213),
[sym_raise_statement] = STATE(1213),
[sym_pass_statement] = STATE(1213),
[sym_break_statement] = STATE(1213),
[sym_continue_statement] = STATE(1213),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1213),
[sym_nonlocal_statement] = STATE(1213),
[sym_exec_statement] = STATE(1213),
[sym_type_alias_statement] = STATE(1213),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(539),
[sym__indent] = ACTIONS(541),
[sym__string_start] = ACTIONS(81),
},
[127] = {
[sym_import_statement] = STATE(1341),
[sym_future_import_statement] = STATE(1341),
[sym_import_from_statement] = STATE(1341),
[sym_print_statement] = STATE(1341),
[sym_assert_statement] = STATE(1341),
[sym_expression_statement] = STATE(1341),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1341),
[sym_delete_statement] = STATE(1341),
[sym_raise_statement] = STATE(1341),
[sym_pass_statement] = STATE(1341),
[sym_break_statement] = STATE(1341),
[sym_continue_statement] = STATE(1341),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1341),
[sym_nonlocal_statement] = STATE(1341),
[sym_exec_statement] = STATE(1341),
[sym_type_alias_statement] = STATE(1341),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(543),
[sym__string_start] = ACTIONS(81),
},
[128] = {
[sym_import_statement] = STATE(1341),
[sym_future_import_statement] = STATE(1341),
[sym_import_from_statement] = STATE(1341),
[sym_print_statement] = STATE(1341),
[sym_assert_statement] = STATE(1341),
[sym_expression_statement] = STATE(1341),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1341),
[sym_delete_statement] = STATE(1341),
[sym_raise_statement] = STATE(1341),
[sym_pass_statement] = STATE(1341),
[sym_break_statement] = STATE(1341),
[sym_continue_statement] = STATE(1341),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1341),
[sym_nonlocal_statement] = STATE(1341),
[sym_exec_statement] = STATE(1341),
[sym_type_alias_statement] = STATE(1341),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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__string_start] = ACTIONS(81),
},
[129] = {
[sym_import_statement] = STATE(1341),
[sym_future_import_statement] = STATE(1341),
[sym_import_from_statement] = STATE(1341),
[sym_print_statement] = STATE(1341),
[sym_assert_statement] = STATE(1341),
[sym_expression_statement] = STATE(1341),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1341),
[sym_delete_statement] = STATE(1341),
[sym_raise_statement] = STATE(1341),
[sym_pass_statement] = STATE(1341),
[sym_break_statement] = STATE(1341),
[sym_continue_statement] = STATE(1341),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1341),
[sym_nonlocal_statement] = STATE(1341),
[sym_exec_statement] = STATE(1341),
[sym_type_alias_statement] = STATE(1341),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(547),
[sym__string_start] = ACTIONS(81),
},
[130] = {
[sym_import_statement] = STATE(1341),
[sym_future_import_statement] = STATE(1341),
[sym_import_from_statement] = STATE(1341),
[sym_print_statement] = STATE(1341),
[sym_assert_statement] = STATE(1341),
[sym_expression_statement] = STATE(1341),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1341),
[sym_delete_statement] = STATE(1341),
[sym_raise_statement] = STATE(1341),
[sym_pass_statement] = STATE(1341),
[sym_break_statement] = STATE(1341),
[sym_continue_statement] = STATE(1341),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1341),
[sym_nonlocal_statement] = STATE(1341),
[sym_exec_statement] = STATE(1341),
[sym_type_alias_statement] = STATE(1341),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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),
},
[131] = {
[sym_import_statement] = STATE(1341),
[sym_future_import_statement] = STATE(1341),
[sym_import_from_statement] = STATE(1341),
[sym_print_statement] = STATE(1341),
[sym_assert_statement] = STATE(1341),
[sym_expression_statement] = STATE(1341),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1341),
[sym_delete_statement] = STATE(1341),
[sym_raise_statement] = STATE(1341),
[sym_pass_statement] = STATE(1341),
[sym_break_statement] = STATE(1341),
[sym_continue_statement] = STATE(1341),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1341),
[sym_nonlocal_statement] = STATE(1341),
[sym_exec_statement] = STATE(1341),
[sym_type_alias_statement] = STATE(1341),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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),
},
[132] = {
[sym_import_statement] = STATE(1341),
[sym_future_import_statement] = STATE(1341),
[sym_import_from_statement] = STATE(1341),
[sym_print_statement] = STATE(1341),
[sym_assert_statement] = STATE(1341),
[sym_expression_statement] = STATE(1341),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1341),
[sym_delete_statement] = STATE(1341),
[sym_raise_statement] = STATE(1341),
[sym_pass_statement] = STATE(1341),
[sym_break_statement] = STATE(1341),
[sym_continue_statement] = STATE(1341),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1341),
[sym_nonlocal_statement] = STATE(1341),
[sym_exec_statement] = STATE(1341),
[sym_type_alias_statement] = STATE(1341),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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),
},
[133] = {
[sym_import_statement] = STATE(1341),
[sym_future_import_statement] = STATE(1341),
[sym_import_from_statement] = STATE(1341),
[sym_print_statement] = STATE(1341),
[sym_assert_statement] = STATE(1341),
[sym_expression_statement] = STATE(1341),
[sym_named_expression] = STATE(985),
[sym_return_statement] = STATE(1341),
[sym_delete_statement] = STATE(1341),
[sym_raise_statement] = STATE(1341),
[sym_pass_statement] = STATE(1341),
[sym_break_statement] = STATE(1341),
[sym_continue_statement] = STATE(1341),
[sym_list_splat] = STATE(1321),
[sym_dictionary_splat] = STATE(1321),
[sym_global_statement] = STATE(1341),
[sym_nonlocal_statement] = STATE(1341),
[sym_exec_statement] = STATE(1341),
[sym_type_alias_statement] = STATE(1341),
[sym_expression_list] = STATE(1313),
[sym_pattern] = STATE(871),
[sym_tuple_pattern] = STATE(860),
[sym_list_pattern] = STATE(860),
[sym_list_splat_pattern] = STATE(860),
[sym_expression] = STATE(995),
[sym_primary_expression] = STATE(707),
[sym_not_operator] = STATE(985),
[sym_boolean_operator] = STATE(985),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_comparison_operator] = STATE(985),
[sym_lambda] = STATE(985),
[sym_assignment] = STATE(1313),
[sym_augmented_assignment] = STATE(1313),
[sym_pattern_list] = STATE(880),
[sym_yield] = STATE(1313),
[sym_attribute] = STATE(422),
[sym_subscript] = STATE(422),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_conditional_expression] = STATE(985),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[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(301),
[anon_sym_match] = ACTIONS(301),
[anon_sym_DASH] = ACTIONS(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(637),
[sym_binary_operator] = STATE(605),
[sym_unary_operator] = STATE(605),
[sym_attribute] = STATE(605),
[sym_subscript] = STATE(605),
[sym_call] = STATE(605),
[sym_list] = STATE(605),
[sym_set] = STATE(605),
[sym_tuple] = STATE(605),
[sym_dictionary] = STATE(605),
[sym_list_comprehension] = STATE(605),
[sym_dictionary_comprehension] = STATE(605),
[sym_set_comprehension] = STATE(605),
[sym_generator_expression] = STATE(605),
[sym_parenthesized_expression] = STATE(605),
[sym_concatenated_string] = STATE(605),
[sym_string] = STATE(586),
[sym_await] = STATE(605),
[sym_identifier] = ACTIONS(295),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(262),
[anon_sym_RPAREN] = ACTIONS(555),
[anon_sym_COMMA] = ACTIONS(555),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(558),
[anon_sym_GT_GT] = ACTIONS(260),
[anon_sym_COLON_EQ] = ACTIONS(560),
[anon_sym_if] = ACTIONS(260),
[anon_sym_COLON] = ACTIONS(562),
[anon_sym_async] = ACTIONS(558),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(558),
[anon_sym_PIPE] = ACTIONS(260),
[anon_sym_DASH] = ACTIONS(275),
[anon_sym_PLUS] = ACTIONS(275),
[anon_sym_LBRACK] = ACTIONS(277),
[anon_sym_RBRACK] = ACTIONS(555),
[anon_sym_LBRACE] = ACTIONS(279),
[anon_sym_STAR_STAR] = ACTIONS(260),
[anon_sym_EQ] = ACTIONS(562),
[anon_sym_exec] = ACTIONS(558),
[anon_sym_type] = ACTIONS(558),
[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(285),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[anon_sym_PLUS_EQ] = ACTIONS(564),
[anon_sym_DASH_EQ] = ACTIONS(564),
[anon_sym_STAR_EQ] = ACTIONS(564),
[anon_sym_SLASH_EQ] = ACTIONS(564),
[anon_sym_AT_EQ] = ACTIONS(564),
[anon_sym_SLASH_SLASH_EQ] = ACTIONS(564),
[anon_sym_PERCENT_EQ] = ACTIONS(564),
[anon_sym_STAR_STAR_EQ] = ACTIONS(564),
[anon_sym_GT_GT_EQ] = ACTIONS(564),
[anon_sym_LT_LT_EQ] = ACTIONS(564),
[anon_sym_AMP_EQ] = ACTIONS(564),
[anon_sym_CARET_EQ] = ACTIONS(564),
[anon_sym_PIPE_EQ] = ACTIONS(564),
[sym_ellipsis] = ACTIONS(293),
[sym_integer] = ACTIONS(295),
[sym_float] = ACTIONS(293),
[anon_sym_await] = ACTIONS(566),
[sym_true] = ACTIONS(295),
[sym_false] = ACTIONS(295),
[sym_none] = ACTIONS(295),
[sym_comment] = ACTIONS(3),
[sym__string_start] = ACTIONS(299),
},
[135] = {
[sym_primary_expression] = STATE(725),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_attribute] = STATE(759),
[sym_subscript] = STATE(759),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[sym_identifier] = ACTIONS(77),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(568),
[anon_sym_COMMA] = ACTIONS(264),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(570),
[anon_sym_GT_GT] = ACTIONS(260),
[anon_sym_COLON_EQ] = ACTIONS(271),
[anon_sym_if] = ACTIONS(260),
[anon_sym_COLON] = ACTIONS(273),
[anon_sym_async] = ACTIONS(570),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(570),
[anon_sym_PIPE] = ACTIONS(260),
[anon_sym_DASH] = ACTIONS(572),
[anon_sym_PLUS] = ACTIONS(572),
[anon_sym_LBRACK] = ACTIONS(574),
[anon_sym_LBRACE] = ACTIONS(51),
[anon_sym_STAR_STAR] = ACTIONS(260),
[anon_sym_EQ] = ACTIONS(273),
[anon_sym_exec] = ACTIONS(570),
[anon_sym_type] = ACTIONS(570),
[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(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[anon_sym_PLUS_EQ] = ACTIONS(291),
[anon_sym_DASH_EQ] = ACTIONS(291),
[anon_sym_STAR_EQ] = ACTIONS(291),
[anon_sym_SLASH_EQ] = ACTIONS(291),
[anon_sym_AT_EQ] = ACTIONS(291),
[anon_sym_SLASH_SLASH_EQ] = ACTIONS(291),
[anon_sym_PERCENT_EQ] = ACTIONS(291),
[anon_sym_STAR_STAR_EQ] = ACTIONS(291),
[anon_sym_GT_GT_EQ] = ACTIONS(291),
[anon_sym_LT_LT_EQ] = ACTIONS(291),
[anon_sym_AMP_EQ] = ACTIONS(291),
[anon_sym_CARET_EQ] = ACTIONS(291),
[anon_sym_PIPE_EQ] = ACTIONS(291),
[sym_ellipsis] = ACTIONS(75),
[sym_integer] = ACTIONS(77),
[sym_float] = ACTIONS(75),
[anon_sym_await] = ACTIONS(576),
[sym_true] = ACTIONS(77),
[sym_false] = ACTIONS(77),
[sym_none] = ACTIONS(77),
[sym_comment] = ACTIONS(3),
[sym__semicolon] = ACTIONS(287),
[sym__newline] = ACTIONS(287),
[sym__string_start] = ACTIONS(81),
},
[136] = {
[sym_primary_expression] = STATE(637),
[sym_binary_operator] = STATE(605),
[sym_unary_operator] = STATE(605),
[sym_attribute] = STATE(605),
[sym_subscript] = STATE(605),
[sym_call] = STATE(605),
[sym_list] = STATE(605),
[sym_set] = STATE(605),
[sym_tuple] = STATE(605),
[sym_dictionary] = STATE(605),
[sym_list_comprehension] = STATE(605),
[sym_dictionary_comprehension] = STATE(605),
[sym_set_comprehension] = STATE(605),
[sym_generator_expression] = STATE(605),
[sym_parenthesized_expression] = STATE(605),
[sym_concatenated_string] = STATE(605),
[sym_string] = STATE(586),
[sym_await] = STATE(605),
[sym_identifier] = ACTIONS(295),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(262),
[anon_sym_RPAREN] = ACTIONS(287),
[anon_sym_COMMA] = ACTIONS(287),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(558),
[anon_sym_GT_GT] = ACTIONS(287),
[anon_sym_COLON_EQ] = ACTIONS(560),
[anon_sym_if] = ACTIONS(260),
[anon_sym_COLON] = ACTIONS(260),
[anon_sym_else] = ACTIONS(260),
[anon_sym_async] = ACTIONS(558),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(558),
[anon_sym_PIPE] = ACTIONS(287),
[anon_sym_DASH] = ACTIONS(285),
[anon_sym_PLUS] = ACTIONS(285),
[anon_sym_LBRACK] = ACTIONS(277),
[anon_sym_RBRACK] = ACTIONS(287),
[anon_sym_LBRACE] = ACTIONS(279),
[anon_sym_RBRACE] = ACTIONS(287),
[anon_sym_STAR_STAR] = ACTIONS(287),
[anon_sym_EQ] = ACTIONS(260),
[anon_sym_exec] = ACTIONS(558),
[anon_sym_type] = ACTIONS(558),
[anon_sym_AT] = ACTIONS(287),
[anon_sym_not] = ACTIONS(260),
[anon_sym_and] = ACTIONS(260),
[anon_sym_or] = ACTIONS(260),
[anon_sym_SLASH] = ACTIONS(260),
[anon_sym_PERCENT] = ACTIONS(287),
[anon_sym_SLASH_SLASH] = ACTIONS(287),
[anon_sym_AMP] = ACTIONS(287),
[anon_sym_CARET] = ACTIONS(287),
[anon_sym_LT_LT] = ACTIONS(287),
[anon_sym_TILDE] = ACTIONS(285),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[sym_ellipsis] = ACTIONS(293),
[sym_type_conversion] = ACTIONS(287),
[sym_integer] = ACTIONS(295),
[sym_float] = ACTIONS(293),
[anon_sym_await] = ACTIONS(566),
[sym_true] = ACTIONS(295),
[sym_false] = ACTIONS(295),
[sym_none] = ACTIONS(295),
[sym_comment] = ACTIONS(3),
[sym__string_start] = ACTIONS(299),
},
[137] = {
[sym_primary_expression] = STATE(640),
[sym_binary_operator] = STATE(605),
[sym_unary_operator] = STATE(605),
[sym_attribute] = STATE(605),
[sym_subscript] = STATE(605),
[sym_call] = STATE(605),
[sym_list] = STATE(605),
[sym_set] = STATE(605),
[sym_tuple] = STATE(605),
[sym_dictionary] = STATE(605),
[sym_list_comprehension] = STATE(605),
[sym_dictionary_comprehension] = STATE(605),
[sym_set_comprehension] = STATE(605),
[sym_generator_expression] = STATE(605),
[sym_parenthesized_expression] = STATE(605),
[sym_concatenated_string] = STATE(605),
[sym_string] = STATE(586),
[sym_await] = STATE(605),
[sym_identifier] = ACTIONS(295),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(578),
[anon_sym_RPAREN] = ACTIONS(287),
[anon_sym_COMMA] = ACTIONS(287),
[anon_sym_as] = ACTIONS(260),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(558),
[anon_sym_GT_GT] = ACTIONS(287),
[anon_sym_COLON_EQ] = ACTIONS(580),
[anon_sym_if] = ACTIONS(260),
[anon_sym_COLON] = ACTIONS(260),
[anon_sym_async] = ACTIONS(558),
[anon_sym_for] = ACTIONS(260),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(558),
[anon_sym_PIPE] = ACTIONS(287),
[anon_sym_DASH] = ACTIONS(582),
[anon_sym_PLUS] = ACTIONS(582),
[anon_sym_LBRACK] = ACTIONS(584),
[anon_sym_RBRACK] = ACTIONS(287),
[anon_sym_LBRACE] = ACTIONS(279),
[anon_sym_RBRACE] = ACTIONS(287),
[anon_sym_STAR_STAR] = ACTIONS(287),
[anon_sym_exec] = ACTIONS(558),
[anon_sym_type] = ACTIONS(558),
[anon_sym_AT] = ACTIONS(287),
[anon_sym_not] = ACTIONS(260),
[anon_sym_and] = ACTIONS(260),
[anon_sym_or] = ACTIONS(260),
[anon_sym_SLASH] = ACTIONS(260),
[anon_sym_PERCENT] = ACTIONS(287),
[anon_sym_SLASH_SLASH] = ACTIONS(287),
[anon_sym_AMP] = ACTIONS(287),
[anon_sym_CARET] = ACTIONS(287),
[anon_sym_LT_LT] = ACTIONS(287),
[anon_sym_TILDE] = ACTIONS(582),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[sym_ellipsis] = ACTIONS(293),
[sym_integer] = ACTIONS(295),
[sym_float] = ACTIONS(293),
[anon_sym_await] = ACTIONS(586),
[sym_true] = ACTIONS(295),
[sym_false] = ACTIONS(295),
[sym_none] = ACTIONS(295),
[sym_comment] = ACTIONS(3),
[sym__string_start] = ACTIONS(299),
},
[138] = {
[sym_primary_expression] = STATE(637),
[sym_binary_operator] = STATE(605),
[sym_unary_operator] = STATE(605),
[sym_attribute] = STATE(605),
[sym_subscript] = STATE(605),
[sym_call] = STATE(605),
[sym_list] = STATE(605),
[sym_set] = STATE(605),
[sym_tuple] = STATE(605),
[sym_dictionary] = STATE(605),
[sym_list_comprehension] = STATE(605),
[sym_dictionary_comprehension] = STATE(605),
[sym_set_comprehension] = STATE(605),
[sym_generator_expression] = STATE(605),
[sym_parenthesized_expression] = STATE(605),
[sym_concatenated_string] = STATE(605),
[sym_string] = STATE(586),
[sym_await] = STATE(605),
[sym_identifier] = ACTIONS(295),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(262),
[anon_sym_RPAREN] = ACTIONS(287),
[anon_sym_COMMA] = ACTIONS(287),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(558),
[anon_sym_GT_GT] = ACTIONS(287),
[anon_sym_if] = ACTIONS(260),
[anon_sym_COLON] = ACTIONS(287),
[anon_sym_else] = ACTIONS(260),
[anon_sym_async] = ACTIONS(558),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(558),
[anon_sym_PIPE] = ACTIONS(287),
[anon_sym_DASH] = ACTIONS(285),
[anon_sym_PLUS] = ACTIONS(285),
[anon_sym_LBRACK] = ACTIONS(277),
[anon_sym_RBRACK] = ACTIONS(287),
[anon_sym_LBRACE] = ACTIONS(279),
[anon_sym_RBRACE] = ACTIONS(287),
[anon_sym_STAR_STAR] = ACTIONS(287),
[anon_sym_EQ] = ACTIONS(260),
[anon_sym_exec] = ACTIONS(558),
[anon_sym_type] = ACTIONS(558),
[anon_sym_AT] = ACTIONS(287),
[anon_sym_not] = ACTIONS(260),
[anon_sym_and] = ACTIONS(260),
[anon_sym_or] = ACTIONS(260),
[anon_sym_SLASH] = ACTIONS(260),
[anon_sym_PERCENT] = ACTIONS(287),
[anon_sym_SLASH_SLASH] = ACTIONS(287),
[anon_sym_AMP] = ACTIONS(287),
[anon_sym_CARET] = ACTIONS(287),
[anon_sym_LT_LT] = ACTIONS(287),
[anon_sym_TILDE] = ACTIONS(285),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[sym_ellipsis] = ACTIONS(293),
[sym_type_conversion] = ACTIONS(287),
[sym_integer] = ACTIONS(295),
[sym_float] = ACTIONS(293),
[anon_sym_await] = ACTIONS(566),
[sym_true] = ACTIONS(295),
[sym_false] = ACTIONS(295),
[sym_none] = ACTIONS(295),
[sym_comment] = ACTIONS(3),
[sym__string_start] = ACTIONS(299),
},
[139] = {
[sym_primary_expression] = STATE(640),
[sym_binary_operator] = STATE(605),
[sym_unary_operator] = STATE(605),
[sym_attribute] = STATE(605),
[sym_subscript] = STATE(605),
[sym_call] = STATE(605),
[sym_list] = STATE(605),
[sym_set] = STATE(605),
[sym_tuple] = STATE(605),
[sym_dictionary] = STATE(605),
[sym_list_comprehension] = STATE(605),
[sym_dictionary_comprehension] = STATE(605),
[sym_set_comprehension] = STATE(605),
[sym_generator_expression] = STATE(605),
[sym_parenthesized_expression] = STATE(605),
[sym_concatenated_string] = STATE(605),
[sym_string] = STATE(586),
[sym_await] = STATE(605),
[sym_identifier] = ACTIONS(295),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(578),
[anon_sym_RPAREN] = ACTIONS(287),
[anon_sym_COMMA] = ACTIONS(287),
[anon_sym_as] = ACTIONS(260),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(558),
[anon_sym_GT_GT] = ACTIONS(287),
[anon_sym_if] = ACTIONS(260),
[anon_sym_COLON] = ACTIONS(287),
[anon_sym_async] = ACTIONS(558),
[anon_sym_for] = ACTIONS(260),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(558),
[anon_sym_PIPE] = ACTIONS(287),
[anon_sym_DASH] = ACTIONS(582),
[anon_sym_PLUS] = ACTIONS(582),
[anon_sym_LBRACK] = ACTIONS(584),
[anon_sym_RBRACK] = ACTIONS(287),
[anon_sym_LBRACE] = ACTIONS(279),
[anon_sym_RBRACE] = ACTIONS(287),
[anon_sym_STAR_STAR] = ACTIONS(287),
[anon_sym_exec] = ACTIONS(558),
[anon_sym_type] = ACTIONS(558),
[anon_sym_AT] = ACTIONS(287),
[anon_sym_not] = ACTIONS(260),
[anon_sym_and] = ACTIONS(260),
[anon_sym_or] = ACTIONS(260),
[anon_sym_SLASH] = ACTIONS(260),
[anon_sym_PERCENT] = ACTIONS(287),
[anon_sym_SLASH_SLASH] = ACTIONS(287),
[anon_sym_AMP] = ACTIONS(287),
[anon_sym_CARET] = ACTIONS(287),
[anon_sym_LT_LT] = ACTIONS(287),
[anon_sym_TILDE] = ACTIONS(582),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[sym_ellipsis] = ACTIONS(293),
[sym_integer] = ACTIONS(295),
[sym_float] = ACTIONS(293),
[anon_sym_await] = ACTIONS(586),
[sym_true] = ACTIONS(295),
[sym_false] = ACTIONS(295),
[sym_none] = ACTIONS(295),
[sym_comment] = ACTIONS(3),
[sym__string_start] = ACTIONS(299),
},
[140] = {
[sym_primary_expression] = STATE(637),
[sym_binary_operator] = STATE(605),
[sym_unary_operator] = STATE(605),
[sym_attribute] = STATE(605),
[sym_subscript] = STATE(605),
[sym_call] = STATE(605),
[sym_list] = STATE(605),
[sym_set] = STATE(605),
[sym_tuple] = STATE(605),
[sym_dictionary] = STATE(605),
[sym_list_comprehension] = STATE(605),
[sym_dictionary_comprehension] = STATE(605),
[sym_set_comprehension] = STATE(605),
[sym_generator_expression] = STATE(605),
[sym_parenthesized_expression] = STATE(605),
[sym_concatenated_string] = STATE(605),
[sym_string] = STATE(586),
[sym_await] = STATE(605),
[sym_identifier] = ACTIONS(295),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(262),
[anon_sym_RPAREN] = ACTIONS(291),
[anon_sym_COMMA] = ACTIONS(291),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(558),
[anon_sym_GT_GT] = ACTIONS(260),
[anon_sym_COLON] = ACTIONS(291),
[anon_sym_async] = ACTIONS(558),
[anon_sym_in] = ACTIONS(273),
[anon_sym_match] = ACTIONS(558),
[anon_sym_PIPE] = ACTIONS(260),
[anon_sym_DASH] = ACTIONS(275),
[anon_sym_PLUS] = ACTIONS(275),
[anon_sym_LBRACK] = ACTIONS(277),
[anon_sym_RBRACK] = ACTIONS(291),
[anon_sym_LBRACE] = ACTIONS(279),
[anon_sym_STAR_STAR] = ACTIONS(260),
[anon_sym_EQ] = ACTIONS(291),
[anon_sym_exec] = ACTIONS(558),
[anon_sym_type] = ACTIONS(558),
[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(285),
[anon_sym_PLUS_EQ] = ACTIONS(291),
[anon_sym_DASH_EQ] = ACTIONS(291),
[anon_sym_STAR_EQ] = ACTIONS(291),
[anon_sym_SLASH_EQ] = ACTIONS(291),
[anon_sym_AT_EQ] = ACTIONS(291),
[anon_sym_SLASH_SLASH_EQ] = ACTIONS(291),
[anon_sym_PERCENT_EQ] = ACTIONS(291),
[anon_sym_STAR_STAR_EQ] = ACTIONS(291),
[anon_sym_GT_GT_EQ] = ACTIONS(291),
[anon_sym_LT_LT_EQ] = ACTIONS(291),
[anon_sym_AMP_EQ] = ACTIONS(291),
[anon_sym_CARET_EQ] = ACTIONS(291),
[anon_sym_PIPE_EQ] = ACTIONS(291),
[sym_ellipsis] = ACTIONS(293),
[sym_integer] = ACTIONS(295),
[sym_float] = ACTIONS(293),
[anon_sym_await] = ACTIONS(566),
[sym_true] = ACTIONS(295),
[sym_false] = ACTIONS(295),
[sym_none] = ACTIONS(295),
[sym_comment] = ACTIONS(3),
[sym__string_start] = ACTIONS(299),
},
[141] = {
[sym_primary_expression] = STATE(637),
[sym_binary_operator] = STATE(605),
[sym_unary_operator] = STATE(605),
[sym_attribute] = STATE(605),
[sym_subscript] = STATE(605),
[sym_call] = STATE(605),
[sym_list] = STATE(605),
[sym_set] = STATE(605),
[sym_tuple] = STATE(605),
[sym_dictionary] = STATE(605),
[sym_list_comprehension] = STATE(605),
[sym_dictionary_comprehension] = STATE(605),
[sym_set_comprehension] = STATE(605),
[sym_generator_expression] = STATE(605),
[sym_parenthesized_expression] = STATE(605),
[sym_concatenated_string] = STATE(605),
[sym_string] = STATE(586),
[sym_await] = STATE(605),
[sym_identifier] = ACTIONS(295),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(262),
[anon_sym_RPAREN] = ACTIONS(564),
[anon_sym_COMMA] = ACTIONS(564),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(558),
[anon_sym_GT_GT] = ACTIONS(260),
[anon_sym_COLON] = ACTIONS(564),
[anon_sym_async] = ACTIONS(558),
[anon_sym_in] = ACTIONS(562),
[anon_sym_match] = ACTIONS(558),
[anon_sym_PIPE] = ACTIONS(260),
[anon_sym_DASH] = ACTIONS(275),
[anon_sym_PLUS] = ACTIONS(275),
[anon_sym_LBRACK] = ACTIONS(277),
[anon_sym_RBRACK] = ACTIONS(564),
[anon_sym_LBRACE] = ACTIONS(279),
[anon_sym_STAR_STAR] = ACTIONS(260),
[anon_sym_EQ] = ACTIONS(564),
[anon_sym_exec] = ACTIONS(558),
[anon_sym_type] = ACTIONS(558),
[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(285),
[anon_sym_PLUS_EQ] = ACTIONS(564),
[anon_sym_DASH_EQ] = ACTIONS(564),
[anon_sym_STAR_EQ] = ACTIONS(564),
[anon_sym_SLASH_EQ] = ACTIONS(564),
[anon_sym_AT_EQ] = ACTIONS(564),
[anon_sym_SLASH_SLASH_EQ] = ACTIONS(564),
[anon_sym_PERCENT_EQ] = ACTIONS(564),
[anon_sym_STAR_STAR_EQ] = ACTIONS(564),
[anon_sym_GT_GT_EQ] = ACTIONS(564),
[anon_sym_LT_LT_EQ] = ACTIONS(564),
[anon_sym_AMP_EQ] = ACTIONS(564),
[anon_sym_CARET_EQ] = ACTIONS(564),
[anon_sym_PIPE_EQ] = ACTIONS(564),
[sym_ellipsis] = ACTIONS(293),
[sym_integer] = ACTIONS(295),
[sym_float] = ACTIONS(293),
[anon_sym_await] = ACTIONS(566),
[sym_true] = ACTIONS(295),
[sym_false] = ACTIONS(295),
[sym_none] = ACTIONS(295),
[sym_comment] = ACTIONS(3),
[sym__string_start] = ACTIONS(299),
},
[142] = {
[sym_primary_expression] = STATE(725),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_attribute] = STATE(759),
[sym_subscript] = STATE(759),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[sym_identifier] = ACTIONS(77),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_from] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(568),
[anon_sym_COMMA] = ACTIONS(287),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(570),
[anon_sym_GT_GT] = ACTIONS(287),
[anon_sym_COLON_EQ] = ACTIONS(271),
[anon_sym_if] = ACTIONS(260),
[anon_sym_async] = ACTIONS(570),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(570),
[anon_sym_PIPE] = ACTIONS(287),
[anon_sym_DASH] = ACTIONS(47),
[anon_sym_PLUS] = ACTIONS(47),
[anon_sym_LBRACK] = ACTIONS(574),
[anon_sym_LBRACE] = ACTIONS(51),
[anon_sym_STAR_STAR] = ACTIONS(287),
[anon_sym_EQ] = ACTIONS(260),
[anon_sym_exec] = ACTIONS(570),
[anon_sym_type] = ACTIONS(570),
[anon_sym_AT] = ACTIONS(287),
[anon_sym_not] = ACTIONS(260),
[anon_sym_and] = ACTIONS(260),
[anon_sym_or] = ACTIONS(260),
[anon_sym_SLASH] = ACTIONS(260),
[anon_sym_PERCENT] = ACTIONS(287),
[anon_sym_SLASH_SLASH] = ACTIONS(287),
[anon_sym_AMP] = ACTIONS(287),
[anon_sym_CARET] = ACTIONS(287),
[anon_sym_LT_LT] = ACTIONS(287),
[anon_sym_TILDE] = ACTIONS(47),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[sym_ellipsis] = ACTIONS(75),
[sym_integer] = ACTIONS(77),
[sym_float] = ACTIONS(75),
[anon_sym_await] = ACTIONS(576),
[sym_true] = ACTIONS(77),
[sym_false] = ACTIONS(77),
[sym_none] = ACTIONS(77),
[sym_comment] = ACTIONS(3),
[sym__semicolon] = ACTIONS(287),
[sym__newline] = ACTIONS(287),
[sym__string_start] = ACTIONS(81),
},
[143] = {
[sym_primary_expression] = STATE(640),
[sym_binary_operator] = STATE(605),
[sym_unary_operator] = STATE(605),
[sym_attribute] = STATE(605),
[sym_subscript] = STATE(605),
[sym_call] = STATE(605),
[sym_list] = STATE(605),
[sym_set] = STATE(605),
[sym_tuple] = STATE(605),
[sym_dictionary] = STATE(605),
[sym_list_comprehension] = STATE(605),
[sym_dictionary_comprehension] = STATE(605),
[sym_set_comprehension] = STATE(605),
[sym_generator_expression] = STATE(605),
[sym_parenthesized_expression] = STATE(605),
[sym_concatenated_string] = STATE(605),
[sym_string] = STATE(586),
[sym_await] = STATE(605),
[sym_identifier] = ACTIONS(295),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(578),
[anon_sym_RPAREN] = ACTIONS(264),
[anon_sym_COMMA] = ACTIONS(264),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(558),
[anon_sym_GT_GT] = ACTIONS(287),
[anon_sym_COLON_EQ] = ACTIONS(580),
[anon_sym_if] = ACTIONS(260),
[anon_sym_async] = ACTIONS(558),
[anon_sym_for] = ACTIONS(260),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(558),
[anon_sym_PIPE] = ACTIONS(287),
[anon_sym_DASH] = ACTIONS(582),
[anon_sym_PLUS] = ACTIONS(582),
[anon_sym_LBRACK] = ACTIONS(584),
[anon_sym_RBRACK] = ACTIONS(264),
[anon_sym_LBRACE] = ACTIONS(279),
[anon_sym_STAR_STAR] = ACTIONS(287),
[anon_sym_exec] = ACTIONS(558),
[anon_sym_type] = ACTIONS(558),
[anon_sym_AT] = ACTIONS(287),
[anon_sym_not] = ACTIONS(260),
[anon_sym_and] = ACTIONS(260),
[anon_sym_or] = ACTIONS(260),
[anon_sym_SLASH] = ACTIONS(260),
[anon_sym_PERCENT] = ACTIONS(287),
[anon_sym_SLASH_SLASH] = ACTIONS(287),
[anon_sym_AMP] = ACTIONS(287),
[anon_sym_CARET] = ACTIONS(287),
[anon_sym_LT_LT] = ACTIONS(287),
[anon_sym_TILDE] = ACTIONS(582),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[sym_ellipsis] = ACTIONS(293),
[sym_integer] = ACTIONS(295),
[sym_float] = ACTIONS(293),
[anon_sym_await] = ACTIONS(586),
[sym_true] = ACTIONS(295),
[sym_false] = ACTIONS(295),
[sym_none] = ACTIONS(295),
[sym_comment] = ACTIONS(3),
[sym__string_start] = ACTIONS(299),
},
[144] = {
[sym_primary_expression] = STATE(640),
[sym_binary_operator] = STATE(605),
[sym_unary_operator] = STATE(605),
[sym_attribute] = STATE(605),
[sym_subscript] = STATE(605),
[sym_call] = STATE(605),
[sym_list] = STATE(605),
[sym_set] = STATE(605),
[sym_tuple] = STATE(605),
[sym_dictionary] = STATE(605),
[sym_list_comprehension] = STATE(605),
[sym_dictionary_comprehension] = STATE(605),
[sym_set_comprehension] = STATE(605),
[sym_generator_expression] = STATE(605),
[sym_parenthesized_expression] = STATE(605),
[sym_concatenated_string] = STATE(605),
[sym_string] = STATE(586),
[sym_await] = STATE(605),
[sym_identifier] = ACTIONS(295),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(578),
[anon_sym_RPAREN] = ACTIONS(287),
[anon_sym_COMMA] = ACTIONS(287),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(558),
[anon_sym_GT_GT] = ACTIONS(287),
[anon_sym_COLON_EQ] = ACTIONS(580),
[anon_sym_if] = ACTIONS(260),
[anon_sym_async] = ACTIONS(558),
[anon_sym_for] = ACTIONS(260),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(558),
[anon_sym_PIPE] = ACTIONS(287),
[anon_sym_DASH] = ACTIONS(582),
[anon_sym_PLUS] = ACTIONS(582),
[anon_sym_LBRACK] = ACTIONS(584),
[anon_sym_LBRACE] = ACTIONS(279),
[anon_sym_STAR_STAR] = ACTIONS(287),
[anon_sym_EQ] = ACTIONS(588),
[anon_sym_exec] = ACTIONS(558),
[anon_sym_type] = ACTIONS(558),
[anon_sym_AT] = ACTIONS(287),
[anon_sym_not] = ACTIONS(260),
[anon_sym_and] = ACTIONS(260),
[anon_sym_or] = ACTIONS(260),
[anon_sym_SLASH] = ACTIONS(260),
[anon_sym_PERCENT] = ACTIONS(287),
[anon_sym_SLASH_SLASH] = ACTIONS(287),
[anon_sym_AMP] = ACTIONS(287),
[anon_sym_CARET] = ACTIONS(287),
[anon_sym_LT_LT] = ACTIONS(287),
[anon_sym_TILDE] = ACTIONS(582),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[sym_ellipsis] = ACTIONS(293),
[sym_integer] = ACTIONS(295),
[sym_float] = ACTIONS(293),
[anon_sym_await] = ACTIONS(586),
[sym_true] = ACTIONS(295),
[sym_false] = ACTIONS(295),
[sym_none] = ACTIONS(295),
[sym_comment] = ACTIONS(3),
[sym__string_start] = ACTIONS(299),
},
[145] = {
[sym_primary_expression] = STATE(725),
[sym_binary_operator] = STATE(759),
[sym_unary_operator] = STATE(759),
[sym_attribute] = STATE(759),
[sym_subscript] = STATE(759),
[sym_call] = STATE(759),
[sym_list] = STATE(759),
[sym_set] = STATE(759),
[sym_tuple] = STATE(759),
[sym_dictionary] = STATE(759),
[sym_list_comprehension] = STATE(759),
[sym_dictionary_comprehension] = STATE(759),
[sym_set_comprehension] = STATE(759),
[sym_generator_expression] = STATE(759),
[sym_parenthesized_expression] = STATE(759),
[sym_concatenated_string] = STATE(759),
[sym_string] = STATE(709),
[sym_await] = STATE(759),
[sym_identifier] = ACTIONS(77),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_from] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(568),
[anon_sym_COMMA] = ACTIONS(287),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(570),
[anon_sym_GT_GT] = ACTIONS(287),
[anon_sym_if] = ACTIONS(260),
[anon_sym_async] = ACTIONS(570),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(570),
[anon_sym_PIPE] = ACTIONS(287),
[anon_sym_DASH] = ACTIONS(47),
[anon_sym_PLUS] = ACTIONS(47),
[anon_sym_LBRACK] = ACTIONS(574),
[anon_sym_LBRACE] = ACTIONS(51),
[anon_sym_STAR_STAR] = ACTIONS(287),
[anon_sym_EQ] = ACTIONS(260),
[anon_sym_exec] = ACTIONS(570),
[anon_sym_type] = ACTIONS(570),
[anon_sym_AT] = ACTIONS(287),
[anon_sym_not] = ACTIONS(260),
[anon_sym_and] = ACTIONS(260),
[anon_sym_or] = ACTIONS(260),
[anon_sym_SLASH] = ACTIONS(260),
[anon_sym_PERCENT] = ACTIONS(287),
[anon_sym_SLASH_SLASH] = ACTIONS(287),
[anon_sym_AMP] = ACTIONS(287),
[anon_sym_CARET] = ACTIONS(287),
[anon_sym_LT_LT] = ACTIONS(287),
[anon_sym_TILDE] = ACTIONS(47),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[sym_ellipsis] = ACTIONS(75),
[sym_integer] = ACTIONS(77),
[sym_float] = ACTIONS(75),
[anon_sym_await] = ACTIONS(576),
[sym_true] = ACTIONS(77),
[sym_false] = ACTIONS(77),
[sym_none] = ACTIONS(77),
[sym_comment] = ACTIONS(3),
[sym__semicolon] = ACTIONS(287),
[sym__newline] = ACTIONS(287),
[sym__string_start] = ACTIONS(81),
},
[146] = {
[sym_primary_expression] = STATE(741),
[sym_binary_operator] = STATE(827),
[sym_unary_operator] = STATE(827),
[sym_attribute] = STATE(827),
[sym_subscript] = STATE(827),
[sym_call] = STATE(827),
[sym_list] = STATE(827),
[sym_set] = STATE(827),
[sym_tuple] = STATE(827),
[sym_dictionary] = STATE(827),
[sym_list_comprehension] = STATE(827),
[sym_dictionary_comprehension] = STATE(827),
[sym_set_comprehension] = STATE(827),
[sym_generator_expression] = STATE(827),
[sym_parenthesized_expression] = STATE(827),
[sym_concatenated_string] = STATE(827),
[sym_string] = STATE(713),
[sym_await] = STATE(827),
[sym_identifier] = ACTIONS(590),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(592),
[anon_sym_RPAREN] = ACTIONS(287),
[anon_sym_COMMA] = ACTIONS(287),
[anon_sym_as] = ACTIONS(260),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(594),
[anon_sym_GT_GT] = ACTIONS(287),
[anon_sym_COLON_EQ] = ACTIONS(596),
[anon_sym_if] = ACTIONS(260),
[anon_sym_COLON] = ACTIONS(260),
[anon_sym_async] = ACTIONS(594),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(594),
[anon_sym_PIPE] = ACTIONS(287),
[anon_sym_DASH] = ACTIONS(598),
[anon_sym_PLUS] = ACTIONS(598),
[anon_sym_LBRACK] = ACTIONS(600),
[anon_sym_LBRACE] = ACTIONS(602),
[anon_sym_STAR_STAR] = ACTIONS(287),
[anon_sym_exec] = ACTIONS(594),
[anon_sym_type] = ACTIONS(594),
[anon_sym_AT] = ACTIONS(287),
[anon_sym_not] = ACTIONS(260),
[anon_sym_and] = ACTIONS(260),
[anon_sym_or] = ACTIONS(260),
[anon_sym_SLASH] = ACTIONS(260),
[anon_sym_PERCENT] = ACTIONS(287),
[anon_sym_SLASH_SLASH] = ACTIONS(287),
[anon_sym_AMP] = ACTIONS(287),
[anon_sym_CARET] = ACTIONS(287),
[anon_sym_LT_LT] = ACTIONS(287),
[anon_sym_TILDE] = ACTIONS(598),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[sym_ellipsis] = ACTIONS(604),
[sym_integer] = ACTIONS(590),
[sym_float] = ACTIONS(604),
[anon_sym_await] = ACTIONS(606),
[sym_true] = ACTIONS(590),
[sym_false] = ACTIONS(590),
[sym_none] = ACTIONS(590),
[sym_comment] = ACTIONS(3),
[sym__string_start] = ACTIONS(608),
},
[147] = {
[sym_primary_expression] = STATE(741),
[sym_binary_operator] = STATE(827),
[sym_unary_operator] = STATE(827),
[sym_attribute] = STATE(827),
[sym_subscript] = STATE(827),
[sym_call] = STATE(827),
[sym_list] = STATE(827),
[sym_set] = STATE(827),
[sym_tuple] = STATE(827),
[sym_dictionary] = STATE(827),
[sym_list_comprehension] = STATE(827),
[sym_dictionary_comprehension] = STATE(827),
[sym_set_comprehension] = STATE(827),
[sym_generator_expression] = STATE(827),
[sym_parenthesized_expression] = STATE(827),
[sym_concatenated_string] = STATE(827),
[sym_string] = STATE(713),
[sym_await] = STATE(827),
[sym_identifier] = ACTIONS(590),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(592),
[anon_sym_RPAREN] = ACTIONS(287),
[anon_sym_COMMA] = ACTIONS(287),
[anon_sym_as] = ACTIONS(260),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(594),
[anon_sym_GT_GT] = ACTIONS(287),
[anon_sym_if] = ACTIONS(260),
[anon_sym_COLON] = ACTIONS(287),
[anon_sym_async] = ACTIONS(594),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(594),
[anon_sym_PIPE] = ACTIONS(287),
[anon_sym_DASH] = ACTIONS(598),
[anon_sym_PLUS] = ACTIONS(598),
[anon_sym_LBRACK] = ACTIONS(600),
[anon_sym_LBRACE] = ACTIONS(602),
[anon_sym_STAR_STAR] = ACTIONS(287),
[anon_sym_exec] = ACTIONS(594),
[anon_sym_type] = ACTIONS(594),
[anon_sym_AT] = ACTIONS(287),
[anon_sym_not] = ACTIONS(260),
[anon_sym_and] = ACTIONS(260),
[anon_sym_or] = ACTIONS(260),
[anon_sym_SLASH] = ACTIONS(260),
[anon_sym_PERCENT] = ACTIONS(287),
[anon_sym_SLASH_SLASH] = ACTIONS(287),
[anon_sym_AMP] = ACTIONS(287),
[anon_sym_CARET] = ACTIONS(287),
[anon_sym_LT_LT] = ACTIONS(287),
[anon_sym_TILDE] = ACTIONS(598),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[sym_ellipsis] = ACTIONS(604),
[sym_integer] = ACTIONS(590),
[sym_float] = ACTIONS(604),
[anon_sym_await] = ACTIONS(606),
[sym_true] = ACTIONS(590),
[sym_false] = ACTIONS(590),
[sym_none] = ACTIONS(590),
[sym_comment] = ACTIONS(3),
[sym__string_start] = ACTIONS(608),
},
[148] = {
[sym_primary_expression] = STATE(637),
[sym_binary_operator] = STATE(605),
[sym_unary_operator] = STATE(605),
[sym_attribute] = STATE(605),
[sym_subscript] = STATE(605),
[sym_call] = STATE(605),
[sym_list] = STATE(605),
[sym_set] = STATE(605),
[sym_tuple] = STATE(605),
[sym_dictionary] = STATE(605),
[sym_list_comprehension] = STATE(605),
[sym_dictionary_comprehension] = STATE(605),
[sym_set_comprehension] = STATE(605),
[sym_generator_expression] = STATE(605),
[sym_parenthesized_expression] = STATE(605),
[sym_concatenated_string] = STATE(605),
[sym_string] = STATE(586),
[sym_await] = STATE(605),
[sym_identifier] = ACTIONS(295),
[anon_sym_DOT] = ACTIONS(260),
[anon_sym_LPAREN] = ACTIONS(262),
[anon_sym_RPAREN] = ACTIONS(287),
[anon_sym_COMMA] = ACTIONS(287),
[anon_sym_STAR] = ACTIONS(260),
[anon_sym_print] = ACTIONS(558),
[anon_sym_GT_GT] = ACTIONS(287),
[anon_sym_COLON_EQ] = ACTIONS(560),
[anon_sym_if] = ACTIONS(260),
[anon_sym_async] = ACTIONS(558),
[anon_sym_in] = ACTIONS(260),
[anon_sym_match] = ACTIONS(558),
[anon_sym_PIPE] = ACTIONS(287),
[anon_sym_DASH] = ACTIONS(285),
[anon_sym_PLUS] = ACTIONS(285),
[anon_sym_LBRACK] = ACTIONS(277),
[anon_sym_LBRACE] = ACTIONS(279),
[anon_sym_STAR_STAR] = ACTIONS(287),
[anon_sym_EQ] = ACTIONS(588),
[anon_sym_exec] = ACTIONS(558),
[anon_sym_type] = ACTIONS(558),
[anon_sym_AT] = ACTIONS(287),
[anon_sym_not] = ACTIONS(260),
[anon_sym_and] = ACTIONS(260),
[anon_sym_or] = ACTIONS(260),
[anon_sym_SLASH] = ACTIONS(260),
[anon_sym_PERCENT] = ACTIONS(287),
[anon_sym_SLASH_SLASH] = ACTIONS(287),
[anon_sym_AMP] = ACTIONS(287),
[anon_sym_CARET] = ACTIONS(287),
[anon_sym_LT_LT] = ACTIONS(287),
[anon_sym_TILDE] = ACTIONS(285),
[anon_sym_LT] = ACTIONS(260),
[anon_sym_LT_EQ] = ACTIONS(287),
[anon_sym_EQ_EQ] = ACTIONS(287),
[anon_sym_BANG_EQ] = ACTIONS(287),
[anon_sym_GT_EQ] = ACTIONS(287),
[anon_sym_GT] = ACTIONS(260),
[anon_sym_LT_GT] = ACTIONS(287),
[anon_sym_is] = ACTIONS(260),
[sym_ellipsis] = ACTIONS(293),
[sym_integer] = ACTIONS(295),
[sym_float] = ACTIONS(293),
[anon_sym_await] = ACTIONS(566),
[sym_true] = ACTIONS(295),
[sym_false] = ACTIONS(295),
[sym_none] = ACTIONS(295),
[sym_comment] = ACTIONS(3),
[sym__string_start] = ACTIONS(299),
},
};
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(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(871), 1,
sym_pattern,
STATE(880), 1,
sym_pattern_list,
STATE(1029), 1,
sym_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
STATE(422), 2,
sym_attribute,
sym_subscript,
STATE(1321), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(77), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(301), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1373), 5,
sym_expression_list,
sym_assignment,
sym_augmented_assignment,
sym__right_hand_side,
sym_yield,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(871), 1,
sym_pattern,
STATE(880), 1,
sym_pattern_list,
STATE(1029), 1,
sym_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
STATE(422), 2,
sym_attribute,
sym_subscript,
STATE(1321), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(77), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(301), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1357), 5,
sym_expression_list,
sym_assignment,
sym_augmented_assignment,
sym__right_hand_side,
sym_yield,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(871), 1,
sym_pattern,
STATE(880), 1,
sym_pattern_list,
STATE(1029), 1,
sym_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
STATE(422), 2,
sym_attribute,
sym_subscript,
STATE(1321), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(77), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(301), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1356), 5,
sym_expression_list,
sym_assignment,
sym_augmented_assignment,
sym__right_hand_side,
sym_yield,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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(262), 1,
anon_sym_LPAREN,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(610), 1,
anon_sym_from,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(891), 1,
sym_expression,
STATE(1000), 1,
sym_expression_list,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1367), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
ACTIONS(612), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
STATE(605), 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] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(614), 1,
sym_identifier,
ACTIONS(616), 1,
anon_sym_LPAREN,
ACTIONS(618), 1,
anon_sym_STAR,
ACTIONS(622), 1,
anon_sym_LBRACK,
ACTIONS(624), 1,
anon_sym_RBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(632), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(930), 1,
sym_expression,
STATE(1134), 1,
sym_pattern,
STATE(1402), 1,
sym__patterns,
STATE(1469), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(765), 2,
sym_attribute,
sym_subscript,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
STATE(1100), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(620), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[579] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(614), 1,
sym_identifier,
ACTIONS(616), 1,
anon_sym_LPAREN,
ACTIONS(618), 1,
anon_sym_STAR,
ACTIONS(622), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(632), 1,
anon_sym_await,
ACTIONS(634), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(918), 1,
sym_expression,
STATE(1134), 1,
sym_pattern,
STATE(1216), 1,
sym_yield,
STATE(1298), 1,
sym_list_splat,
STATE(1303), 1,
sym_parenthesized_list_splat,
STATE(1426), 1,
sym__patterns,
STATE(1471), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(765), 2,
sym_attribute,
sym_subscript,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(620), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(614), 1,
sym_identifier,
ACTIONS(616), 1,
anon_sym_LPAREN,
ACTIONS(618), 1,
anon_sym_STAR,
ACTIONS(622), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(632), 1,
anon_sym_await,
ACTIONS(636), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(934), 1,
sym_expression,
STATE(1134), 1,
sym_pattern,
STATE(1307), 1,
sym_yield,
STATE(1418), 1,
sym__collection_elements,
STATE(1426), 1,
sym__patterns,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(765), 2,
sym_attribute,
sym_subscript,
STATE(1100), 2,
sym_list_splat,
sym_parenthesized_list_splat,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(620), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[815] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(614), 1,
sym_identifier,
ACTIONS(616), 1,
anon_sym_LPAREN,
ACTIONS(618), 1,
anon_sym_STAR,
ACTIONS(622), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(632), 1,
anon_sym_await,
ACTIONS(638), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(930), 1,
sym_expression,
STATE(1134), 1,
sym_pattern,
STATE(1402), 1,
sym__patterns,
STATE(1469), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(765), 2,
sym_attribute,
sym_subscript,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
STATE(1100), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(620), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[930] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(614), 1,
sym_identifier,
ACTIONS(616), 1,
anon_sym_LPAREN,
ACTIONS(618), 1,
anon_sym_STAR,
ACTIONS(622), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(632), 1,
anon_sym_await,
ACTIONS(640), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(929), 1,
sym_expression,
STATE(1134), 1,
sym_pattern,
STATE(1402), 1,
sym__patterns,
STATE(1403), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(765), 2,
sym_attribute,
sym_subscript,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
STATE(1100), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(620), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[1045] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(285), 1,
anon_sym_TILDE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(644), 1,
anon_sym_LPAREN,
ACTIONS(646), 1,
anon_sym_STAR,
ACTIONS(652), 1,
anon_sym_in,
ACTIONS(654), 1,
anon_sym_LBRACK,
ACTIONS(656), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(856), 1,
sym_pattern,
STATE(865), 1,
sym_primary_expression,
ACTIONS(275), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(729), 2,
sym_attribute,
sym_subscript,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(648), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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(650), 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,
[1148] = 28,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(614), 1,
sym_identifier,
ACTIONS(616), 1,
anon_sym_LPAREN,
ACTIONS(618), 1,
anon_sym_STAR,
ACTIONS(622), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(632), 1,
anon_sym_await,
ACTIONS(658), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(918), 1,
sym_expression,
STATE(1134), 1,
sym_pattern,
STATE(1216), 1,
sym_yield,
STATE(1426), 1,
sym__patterns,
STATE(1471), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(765), 2,
sym_attribute,
sym_subscript,
STATE(1100), 2,
sym_list_splat,
sym_parenthesized_list_splat,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(620), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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(279), 1,
anon_sym_LBRACE,
ACTIONS(285), 1,
anon_sym_TILDE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(644), 1,
anon_sym_LPAREN,
ACTIONS(646), 1,
anon_sym_STAR,
ACTIONS(654), 1,
anon_sym_LBRACK,
ACTIONS(656), 1,
anon_sym_await,
ACTIONS(662), 1,
anon_sym_in,
STATE(586), 1,
sym_string,
STATE(856), 1,
sym_pattern,
STATE(865), 1,
sym_primary_expression,
ACTIONS(275), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(729), 2,
sym_attribute,
sym_subscript,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(648), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[1368] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(920), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1004), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
ACTIONS(664), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
STATE(605), 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(262), 1,
anon_sym_LPAREN,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(920), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1004), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
ACTIONS(666), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
STATE(605), 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] = 27,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(672), 1,
anon_sym_COMMA,
ACTIONS(676), 1,
anon_sym_RBRACE,
ACTIONS(678), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(907), 1,
sym_expression,
STATE(1031), 1,
sym_pair,
STATE(1192), 1,
sym_dictionary_splat,
STATE(1392), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1100), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[1690] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(920), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1004), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
ACTIONS(664), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
STATE(605), 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(267), 1,
anon_sym_STAR,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(680), 1,
anon_sym_COMMA,
ACTIONS(682), 1,
anon_sym_RBRACE,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(893), 1,
sym_expression,
STATE(1035), 1,
sym_pair,
STATE(1223), 1,
sym_dictionary_splat,
STATE(1467), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1100), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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(267), 1,
anon_sym_STAR,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(684), 1,
anon_sym_COMMA,
ACTIONS(686), 1,
anon_sym_RBRACE,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(889), 1,
sym_expression,
STATE(1032), 1,
sym_pair,
STATE(1230), 1,
sym_dictionary_splat,
STATE(1429), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1100), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(692), 1,
anon_sym_RPAREN,
ACTIONS(694), 1,
anon_sym_COMMA,
ACTIONS(698), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1036), 1,
sym_expression,
STATE(1252), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1251), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[2127] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(630), 1,
anon_sym_yield,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(937), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1367), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1073), 3,
sym_expression_list,
sym_yield,
sym__f_expression,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[2230] = 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(267), 1,
anon_sym_STAR,
ACTIONS(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(700), 1,
anon_sym_from,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(946), 1,
sym_expression,
STATE(1227), 1,
sym_expression_list,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(702), 2,
sym__newline,
sym__semicolon,
STATE(1321), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[2335] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1005), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(704), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
STATE(1167), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[2436] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(708), 1,
sym_identifier,
ACTIONS(710), 1,
anon_sym_RPAREN,
ACTIONS(712), 1,
anon_sym_COMMA,
ACTIONS(716), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(927), 1,
sym_expression,
STATE(1211), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1218), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(714), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[2541] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(630), 1,
anon_sym_yield,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(937), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1367), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1090), 3,
sym_expression_list,
sym_yield,
sym__f_expression,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[2644] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1005), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(718), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
STATE(1167), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[2745] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(692), 1,
anon_sym_RPAREN,
ACTIONS(694), 1,
anon_sym_COMMA,
ACTIONS(708), 1,
sym_identifier,
ACTIONS(716), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(932), 1,
sym_expression,
STATE(1252), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1251), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(714), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[2850] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(708), 1,
sym_identifier,
ACTIONS(716), 1,
anon_sym_await,
ACTIONS(720), 1,
anon_sym_RPAREN,
ACTIONS(722), 1,
anon_sym_COMMA,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(917), 1,
sym_expression,
STATE(1196), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1193), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(714), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[2955] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1005), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(718), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
STATE(1167), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[3056] = 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(267), 1,
anon_sym_STAR,
ACTIONS(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(724), 1,
anon_sym_from,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1014), 1,
sym_expression,
STATE(1339), 1,
sym_expression_list,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(612), 2,
sym__newline,
sym__semicolon,
STATE(1321), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[3161] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(726), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(898), 1,
sym_expression,
STATE(1204), 1,
sym_yield,
STATE(1295), 1,
sym_with_item,
STATE(1395), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1100), 2,
sym_list_splat,
sym_parenthesized_list_splat,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(728), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[3370] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(730), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[3472] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(732), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(930), 1,
sym_expression,
STATE(1469), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1100), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[3574] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(734), 1,
anon_sym_from,
ACTIONS(736), 1,
anon_sym_STAR,
ACTIONS(738), 1,
anon_sym_STAR_STAR,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1026), 1,
sym_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(666), 2,
sym__newline,
sym__semicolon,
STATE(1150), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[3676] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(726), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(918), 1,
sym_expression,
STATE(1216), 1,
sym_yield,
STATE(1471), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1100), 2,
sym_list_splat,
sym_parenthesized_list_splat,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(740), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(742), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(918), 1,
sym_expression,
STATE(1216), 1,
sym_yield,
STATE(1298), 1,
sym_list_splat,
STATE(1303), 1,
sym_parenthesized_list_splat,
STATE(1471), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[3988] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(736), 1,
anon_sym_STAR,
ACTIONS(738), 1,
anon_sym_STAR_STAR,
ACTIONS(744), 1,
anon_sym_from,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1026), 1,
sym_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(664), 2,
sym__newline,
sym__semicolon,
STATE(1150), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[4090] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(746), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[4192] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(748), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(934), 1,
sym_expression,
STATE(1307), 1,
sym_yield,
STATE(1418), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1100), 2,
sym_list_splat,
sym_parenthesized_list_splat,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[4296] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(750), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[4398] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(752), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[4500] = 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(267), 1,
anon_sym_STAR,
ACTIONS(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1025), 1,
sym_expression,
STATE(1322), 1,
sym_expression_list,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(754), 2,
sym__newline,
sym__semicolon,
STATE(1321), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[4602] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(760), 1,
anon_sym_lambda,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(935), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1024), 2,
sym__expression_within_for_in_clause,
sym_lambda_within_for_in_clause,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(756), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
ACTIONS(758), 3,
anon_sym_if,
anon_sym_async,
anon_sym_for,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 4,
anon_sym_print,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[4700] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(762), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[4802] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(736), 1,
anon_sym_STAR,
ACTIONS(738), 1,
anon_sym_STAR_STAR,
ACTIONS(744), 1,
anon_sym_from,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1026), 1,
sym_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(664), 2,
sym__newline,
sym__semicolon,
STATE(1150), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[4904] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(764), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(929), 1,
sym_expression,
STATE(1403), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1100), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[5006] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(726), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(918), 1,
sym_expression,
STATE(1216), 1,
sym_yield,
STATE(1298), 1,
sym_list_splat,
STATE(1303), 1,
sym_parenthesized_list_splat,
STATE(1471), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[5112] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(766), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[5214] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(768), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[5316] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(770), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[5418] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(760), 1,
anon_sym_lambda,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(935), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1024), 2,
sym__expression_within_for_in_clause,
sym_lambda_within_for_in_clause,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(772), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
ACTIONS(774), 3,
anon_sym_if,
anon_sym_async,
anon_sym_for,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 4,
anon_sym_print,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[5516] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(776), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[5618] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(760), 1,
anon_sym_lambda,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(935), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1024), 2,
sym__expression_within_for_in_clause,
sym_lambda_within_for_in_clause,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(778), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
ACTIONS(780), 3,
anon_sym_if,
anon_sym_async,
anon_sym_for,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 4,
anon_sym_print,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[5716] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(782), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[5818] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(732), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(913), 1,
sym_expression,
STATE(1397), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1100), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[5920] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(784), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[6022] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(786), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[6124] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(760), 1,
anon_sym_lambda,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(935), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1024), 2,
sym__expression_within_for_in_clause,
sym_lambda_within_for_in_clause,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(788), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
ACTIONS(790), 3,
anon_sym_if,
anon_sym_async,
anon_sym_for,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 4,
anon_sym_print,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[6222] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
ACTIONS(792), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[6324] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(794), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(930), 1,
sym_expression,
STATE(1469), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1100), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[6426] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(726), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(926), 1,
sym_expression,
STATE(1204), 1,
sym_yield,
STATE(1395), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1100), 2,
sym_list_splat,
sym_parenthesized_list_splat,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[6530] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(670), 1,
anon_sym_LPAREN,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(742), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(918), 1,
sym_expression,
STATE(1216), 1,
sym_yield,
STATE(1471), 1,
sym__collection_elements,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1100), 2,
sym_list_splat,
sym_parenthesized_list_splat,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(798), 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(796), 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,
[6695] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(718), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1005), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1167), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[6794] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(802), 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(800), 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,
[6855] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 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(804), 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,
[6916] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 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(804), 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,
[6977] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(810), 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(808), 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,
[7038] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 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(812), 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,
[7099] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(688), 1,
sym_identifier,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(698), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1089), 1,
sym_expression,
STATE(1370), 1,
sym_parenthesized_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1371), 3,
sym_list_splat,
sym_dictionary_splat,
sym_keyword_argument,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(696), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[7198] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(798), 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(796), 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,
[7259] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(718), 1,
anon_sym_RPAREN,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1005), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1167), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[7358] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(566), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(637), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(260), 3,
anon_sym_DOT,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(816), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
ACTIONS(287), 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(605), 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,
[7445] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
ACTIONS(824), 1,
anon_sym_except,
ACTIONS(826), 1,
anon_sym_finally,
STATE(436), 1,
sym_else_clause,
STATE(519), 1,
sym_finally_clause,
STATE(285), 2,
sym_except_group_clause,
aux_sym_try_statement_repeat2,
ACTIONS(820), 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(818), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[7517] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(828), 1,
anon_sym_COLON,
ACTIONS(830), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1054), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1369), 2,
sym_list_splat,
sym_slice,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[7615] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
ACTIONS(826), 1,
anon_sym_finally,
ACTIONS(832), 1,
anon_sym_except,
STATE(436), 1,
sym_else_clause,
STATE(519), 1,
sym_finally_clause,
STATE(284), 2,
sym_except_clause,
aux_sym_try_statement_repeat1,
ACTIONS(820), 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(818), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[7687] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(828), 1,
anon_sym_COLON,
ACTIONS(834), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1054), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1369), 2,
sym_list_splat,
sym_slice,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[7785] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(828), 1,
anon_sym_COLON,
ACTIONS(836), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1054), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1369), 2,
sym_list_splat,
sym_slice,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[7883] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(630), 1,
anon_sym_yield,
ACTIONS(690), 1,
anon_sym_LPAREN,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1005), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(1167), 3,
sym_list_splat,
sym_parenthesized_list_splat,
sym_yield,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[7979] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1049), 1,
sym_expression,
STATE(1505), 1,
sym_expression_list,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1367), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[8077] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
ACTIONS(844), 1,
anon_sym_except,
ACTIONS(846), 1,
anon_sym_finally,
STATE(440), 1,
sym_else_clause,
STATE(477), 1,
sym_finally_clause,
STATE(297), 2,
sym_except_clause,
aux_sym_try_statement_repeat1,
ACTIONS(838), 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(840), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[8149] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
ACTIONS(846), 1,
anon_sym_finally,
ACTIONS(848), 1,
anon_sym_except,
STATE(440), 1,
sym_else_clause,
STATE(477), 1,
sym_finally_clause,
STATE(296), 2,
sym_except_group_clause,
aux_sym_try_statement_repeat2,
ACTIONS(838), 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(840), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[8221] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1067), 1,
sym_expression,
STATE(1444), 1,
sym_expression_list,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1367), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[8319] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(828), 1,
anon_sym_COLON,
ACTIONS(850), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1054), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1369), 2,
sym_list_splat,
sym_slice,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[8417] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(828), 1,
anon_sym_COLON,
ACTIONS(852), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1054), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1369), 2,
sym_list_splat,
sym_slice,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[8515] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
ACTIONS(844), 1,
anon_sym_except,
ACTIONS(846), 1,
anon_sym_finally,
STATE(438), 1,
sym_else_clause,
STATE(510), 1,
sym_finally_clause,
STATE(297), 2,
sym_except_clause,
aux_sym_try_statement_repeat1,
ACTIONS(820), 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(818), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[8587] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(828), 1,
anon_sym_COLON,
ACTIONS(854), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1054), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1369), 2,
sym_list_splat,
sym_slice,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[8685] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
ACTIONS(846), 1,
anon_sym_finally,
ACTIONS(848), 1,
anon_sym_except,
STATE(438), 1,
sym_else_clause,
STATE(510), 1,
sym_finally_clause,
STATE(296), 2,
sym_except_group_clause,
aux_sym_try_statement_repeat2,
ACTIONS(820), 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(818), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[8757] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
ACTIONS(826), 1,
anon_sym_finally,
ACTIONS(832), 1,
anon_sym_except,
STATE(453), 1,
sym_else_clause,
STATE(531), 1,
sym_finally_clause,
STATE(284), 2,
sym_except_clause,
aux_sym_try_statement_repeat1,
ACTIONS(838), 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(840), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[8829] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1057), 1,
sym_expression,
STATE(1481), 1,
sym_expression_list,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1367), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[8927] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(828), 1,
anon_sym_COLON,
ACTIONS(856), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1054), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1369), 2,
sym_list_splat,
sym_slice,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[9025] = 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(267), 1,
anon_sym_STAR,
ACTIONS(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1027), 1,
sym_expression,
STATE(1333), 1,
sym_expression_list,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
STATE(1321), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[9123] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(828), 1,
anon_sym_COLON,
ACTIONS(858), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1054), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1369), 2,
sym_list_splat,
sym_slice,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[9221] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
ACTIONS(824), 1,
anon_sym_except,
ACTIONS(826), 1,
anon_sym_finally,
STATE(453), 1,
sym_else_clause,
STATE(531), 1,
sym_finally_clause,
STATE(285), 2,
sym_except_group_clause,
aux_sym_try_statement_repeat2,
ACTIONS(838), 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(840), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[9293] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1066), 1,
sym_expression,
STATE(1451), 1,
sym_expression_list,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1367), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[9391] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(828), 1,
anon_sym_COLON,
ACTIONS(860), 1,
anon_sym_RBRACK,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1054), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1369), 2,
sym_list_splat,
sym_slice,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[9489] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(267), 1,
anon_sym_STAR,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(920), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1004), 2,
sym_list_splat,
sym_dictionary_splat,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[9584] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(862), 1,
anon_sym_RBRACE,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1142), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1334), 2,
sym_dictionary_splat,
sym_pair,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[9679] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(864), 1,
anon_sym_RBRACE,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1142), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1334), 2,
sym_dictionary_splat,
sym_pair,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[9774] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(828), 1,
anon_sym_COLON,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1023), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1254), 2,
sym_list_splat,
sym_slice,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[9869] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(264), 1,
anon_sym_COMMA,
ACTIONS(271), 1,
anon_sym_COLON_EQ,
ACTIONS(866), 1,
anon_sym_for,
ACTIONS(868), 1,
anon_sym_with,
ACTIONS(870), 1,
anon_sym_def,
ACTIONS(273), 2,
anon_sym_COLON,
anon_sym_EQ,
ACTIONS(291), 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(287), 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,
[9942] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(736), 1,
anon_sym_STAR,
ACTIONS(738), 1,
anon_sym_STAR_STAR,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1026), 1,
sym_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
STATE(1150), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[10037] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(872), 1,
anon_sym_RBRACE,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1142), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1334), 2,
sym_dictionary_splat,
sym_pair,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[10132] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(874), 1,
anon_sym_RBRACE,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1142), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1334), 2,
sym_dictionary_splat,
sym_pair,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[10227] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(876), 1,
anon_sym_RBRACE,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1142), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1334), 2,
sym_dictionary_splat,
sym_pair,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[10322] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(878), 1,
anon_sym_RBRACE,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1142), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1334), 2,
sym_dictionary_splat,
sym_pair,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[10417] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(264), 1,
anon_sym_COMMA,
ACTIONS(271), 1,
anon_sym_COLON_EQ,
ACTIONS(880), 1,
anon_sym_for,
ACTIONS(882), 1,
anon_sym_with,
ACTIONS(884), 1,
anon_sym_def,
ACTIONS(273), 2,
anon_sym_COLON,
anon_sym_EQ,
ACTIONS(291), 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(287), 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,
[10490] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(886), 1,
anon_sym_RBRACE,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1142), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1334), 2,
sym_dictionary_splat,
sym_pair,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[10585] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(888), 1,
anon_sym_RBRACE,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1142), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1334), 2,
sym_dictionary_splat,
sym_pair,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[10680] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(828), 1,
anon_sym_COLON,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1018), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1209), 2,
sym_list_splat,
sym_slice,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[10775] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(890), 1,
anon_sym_RBRACE,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1142), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1334), 2,
sym_dictionary_splat,
sym_pair,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[10870] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(828), 1,
anon_sym_COLON,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1054), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1369), 2,
sym_list_splat,
sym_slice,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[10965] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
ACTIONS(828), 1,
anon_sym_COLON,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1028), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1202), 2,
sym_list_splat,
sym_slice,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[11060] = 3,
ACTIONS(3), 1,
sym_comment,
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), 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,
[11118] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(896), 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), 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,
[11176] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(900), 1,
anon_sym_STAR,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1040), 1,
sym_expression,
STATE(1237), 1,
sym_type,
STATE(1243), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[11270] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(902), 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(904), 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,
[11328] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(908), 1,
anon_sym_COLON,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1051), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(906), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[11420] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
ACTIONS(914), 1,
anon_sym_elif,
STATE(318), 1,
aux_sym_if_statement_repeat1,
STATE(368), 1,
sym_elif_clause,
STATE(489), 1,
sym_else_clause,
ACTIONS(912), 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(910), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[11488] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1011), 1,
sym_expression,
STATE(1153), 1,
sym_list_splat,
STATE(1456), 1,
sym_type,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[11582] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1011), 1,
sym_expression,
STATE(1153), 1,
sym_list_splat,
STATE(1417), 1,
sym_type,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[11676] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(264), 1,
anon_sym_COMMA,
ACTIONS(271), 1,
anon_sym_COLON_EQ,
ACTIONS(916), 1,
sym__string_start,
STATE(1239), 1,
sym_string,
ACTIONS(273), 2,
anon_sym_COLON,
anon_sym_EQ,
ACTIONS(291), 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(287), 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,
[11746] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
ACTIONS(914), 1,
anon_sym_elif,
STATE(280), 1,
aux_sym_if_statement_repeat1,
STATE(368), 1,
sym_elif_clause,
STATE(516), 1,
sym_else_clause,
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), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[11814] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1011), 1,
sym_expression,
STATE(1153), 1,
sym_list_splat,
STATE(1458), 1,
sym_type,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[11908] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1011), 1,
sym_expression,
STATE(1153), 1,
sym_list_splat,
STATE(1420), 1,
sym_type,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[12002] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(924), 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(922), 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,
[12060] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(902), 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(904), 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,
[12118] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 1,
anon_sym_STAR_STAR,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1142), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1334), 2,
sym_dictionary_splat,
sym_pair,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[12210] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(928), 1,
anon_sym_COLON,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1052), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(926), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[12302] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
ACTIONS(930), 1,
anon_sym_elif,
STATE(286), 1,
aux_sym_if_statement_repeat1,
STATE(400), 1,
sym_elif_clause,
STATE(492), 1,
sym_else_clause,
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), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[12370] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
ACTIONS(914), 1,
anon_sym_elif,
STATE(318), 1,
aux_sym_if_statement_repeat1,
STATE(368), 1,
sym_elif_clause,
STATE(574), 1,
sym_else_clause,
ACTIONS(934), 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(932), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[12438] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
ACTIONS(914), 1,
anon_sym_elif,
STATE(268), 1,
aux_sym_if_statement_repeat1,
STATE(368), 1,
sym_elif_clause,
STATE(573), 1,
sym_else_clause,
ACTIONS(938), 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(936), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[12506] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1011), 1,
sym_expression,
STATE(1153), 1,
sym_list_splat,
STATE(1474), 1,
sym_type,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[12600] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1011), 1,
sym_expression,
STATE(1153), 1,
sym_list_splat,
STATE(1171), 1,
sym_type,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[12694] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(944), 1,
anon_sym_except,
STATE(284), 2,
sym_except_clause,
aux_sym_try_statement_repeat1,
ACTIONS(942), 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(940), 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,
[12756] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(951), 1,
anon_sym_except,
STATE(285), 2,
sym_except_group_clause,
aux_sym_try_statement_repeat2,
ACTIONS(949), 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(947), 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,
[12818] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
ACTIONS(930), 1,
anon_sym_elif,
STATE(304), 1,
aux_sym_if_statement_repeat1,
STATE(400), 1,
sym_elif_clause,
STATE(499), 1,
sym_else_clause,
ACTIONS(934), 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(932), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[12886] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
ACTIONS(930), 1,
anon_sym_elif,
STATE(304), 1,
aux_sym_if_statement_repeat1,
STATE(400), 1,
sym_elif_clause,
STATE(540), 1,
sym_else_clause,
ACTIONS(912), 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(910), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[12954] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1011), 1,
sym_expression,
STATE(1153), 1,
sym_list_splat,
STATE(1312), 1,
sym_type,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[13048] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
ACTIONS(930), 1,
anon_sym_elif,
STATE(287), 1,
aux_sym_if_statement_repeat1,
STATE(400), 1,
sym_elif_clause,
STATE(494), 1,
sym_else_clause,
ACTIONS(938), 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(936), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[13116] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1011), 1,
sym_expression,
STATE(1153), 1,
sym_list_splat,
STATE(1472), 1,
sym_type,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[13210] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(954), 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(956), 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,
[13268] = 3,
ACTIONS(3), 1,
sym_comment,
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), 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,
[13326] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(896), 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), 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,
[13384] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(954), 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(956), 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,
[13442] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1011), 1,
sym_expression,
STATE(1153), 1,
sym_list_splat,
STATE(1461), 1,
sym_type,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[13536] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(958), 1,
anon_sym_except,
STATE(296), 2,
sym_except_group_clause,
aux_sym_try_statement_repeat2,
ACTIONS(949), 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(947), 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,
[13598] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(961), 1,
anon_sym_except,
STATE(297), 2,
sym_except_clause,
aux_sym_try_statement_repeat1,
ACTIONS(942), 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(940), 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,
[13660] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1011), 1,
sym_expression,
STATE(1153), 1,
sym_list_splat,
STATE(1462), 1,
sym_type,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[13754] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(924), 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(922), 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,
[13812] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1076), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(964), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[13901] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1060), 1,
sym_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(966), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[13990] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(760), 1,
anon_sym_lambda,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(936), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1034), 2,
sym__expression_within_for_in_clause,
sym_lambda_within_for_in_clause,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[14079] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(760), 1,
anon_sym_lambda,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(935), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(980), 2,
sym__expression_within_for_in_clause,
sym_lambda_within_for_in_clause,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[14168] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(972), 1,
anon_sym_elif,
STATE(304), 1,
aux_sym_if_statement_repeat1,
STATE(400), 1,
sym_elif_clause,
ACTIONS(968), 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(970), 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,
[14231] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1060), 1,
sym_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(975), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[14320] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(979), 1,
anon_sym_STAR,
ACTIONS(983), 1,
anon_sym_COLON,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1063), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[14411] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1060), 1,
sym_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(991), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[14500] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(760), 1,
anon_sym_lambda,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(935), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1024), 2,
sym__expression_within_for_in_clause,
sym_lambda_within_for_in_clause,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[14589] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(760), 1,
anon_sym_lambda,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(938), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(1022), 2,
sym__expression_within_for_in_clause,
sym_lambda_within_for_in_clause,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[14678] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1060), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[14767] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1078), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(995), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[14856] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1093), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(997), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[14945] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
ACTIONS(999), 1,
anon_sym_LPAREN,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1033), 1,
sym_expression,
STATE(1201), 1,
sym_with_item,
STATE(1405), 1,
sym_with_clause,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[15036] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1099), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(1001), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[15125] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
ACTIONS(1003), 1,
anon_sym_RPAREN,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1033), 1,
sym_expression,
STATE(1268), 1,
sym_with_item,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[15216] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(706), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1092), 1,
sym_expression,
STATE(1335), 1,
sym_list_splat,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[15307] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
ACTIONS(999), 1,
anon_sym_LPAREN,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1033), 1,
sym_expression,
STATE(1201), 1,
sym_with_item,
STATE(1438), 1,
sym_with_clause,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[15398] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1005), 1,
anon_sym_elif,
STATE(318), 1,
aux_sym_if_statement_repeat1,
STATE(368), 1,
sym_elif_clause,
ACTIONS(968), 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(970), 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,
[15461] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
ACTIONS(1008), 1,
anon_sym_RPAREN,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1033), 1,
sym_expression,
STATE(1268), 1,
sym_with_item,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[15552] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
ACTIONS(999), 1,
anon_sym_LPAREN,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1033), 1,
sym_expression,
STATE(1201), 1,
sym_with_item,
STATE(1430), 1,
sym_with_clause,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[15643] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
ACTIONS(999), 1,
anon_sym_LPAREN,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1033), 1,
sym_expression,
STATE(1201), 1,
sym_with_item,
STATE(1427), 1,
sym_with_clause,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[15734] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(264), 1,
anon_sym_COMMA,
ACTIONS(271), 1,
anon_sym_COLON_EQ,
ACTIONS(1010), 1,
sym_identifier,
ACTIONS(273), 2,
anon_sym_COLON,
anon_sym_EQ,
ACTIONS(287), 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(291), 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,
[15801] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
ACTIONS(760), 1,
anon_sym_lambda,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(935), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(957), 2,
sym__expression_within_for_in_clause,
sym_lambda_within_for_in_clause,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[15890] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
ACTIONS(1012), 1,
anon_sym_STAR,
ACTIONS(1014), 1,
anon_sym_COLON,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1056), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[15981] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1018), 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(1016), 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,
[16037] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 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(804), 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,
[16093] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 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(812), 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,
[16149] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1024), 1,
anon_sym_case,
STATE(328), 2,
sym_case_block,
aux_sym_cases_repeat1,
ACTIONS(1022), 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(1020), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[16209] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1027), 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(1029), 36,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_else,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_except,
anon_sym_finally,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[16265] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1031), 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(1033), 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,
[16321] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1035), 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(1037), 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,
[16377] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
ACTIONS(1014), 1,
anon_sym_COLON,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1056), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[16465] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1039), 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(1041), 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,
[16521] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1047), 1,
anon_sym_case,
STATE(328), 2,
sym_case_block,
aux_sym_cases_repeat1,
ACTIONS(1045), 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(1043), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[16581] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(264), 1,
anon_sym_COMMA,
ACTIONS(271), 1,
anon_sym_COLON_EQ,
ACTIONS(273), 2,
anon_sym_COLON,
anon_sym_EQ,
ACTIONS(291), 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(287), 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,
[16645] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1051), 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(1049), 36,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_else,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_except,
anon_sym_finally,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[16701] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1055), 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(1053), 36,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_else,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_except,
anon_sym_finally,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[16757] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 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(1057), 36,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_else,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_except,
anon_sym_finally,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[16813] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1061), 1,
anon_sym_case,
STATE(339), 2,
sym_case_block,
aux_sym_cases_repeat1,
ACTIONS(1022), 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(1020), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[16873] = 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,
[16929] = 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,
[16985] = 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,
[17041] = 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,
[17097] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1033), 1,
sym_expression,
STATE(1268), 1,
sym_with_item,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[17185] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1072), 1,
anon_sym_case,
STATE(339), 2,
sym_case_block,
aux_sym_cases_repeat1,
ACTIONS(1045), 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(1043), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[17245] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1039), 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(1041), 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,
[17301] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1018), 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(1016), 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,
[17357] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1059), 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(1057), 36,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_else,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_except,
anon_sym_finally,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[17413] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1035), 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(1037), 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,
[17469] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(798), 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(796), 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,
[17525] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(802), 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(800), 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,
[17581] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1055), 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(1053), 36,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_else,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_except,
anon_sym_finally,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[17637] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(798), 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(796), 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,
[17693] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(810), 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(808), 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,
[17749] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1051), 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(1049), 36,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_else,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_except,
anon_sym_finally,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[17805] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(983), 1,
anon_sym_COLON,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1063), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[17893] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1076), 1,
anon_sym_COMMA,
ACTIONS(1081), 1,
anon_sym_COLON_EQ,
ACTIONS(1083), 2,
anon_sym_COLON,
anon_sym_EQ,
ACTIONS(1085), 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(1079), 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(1074), 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,
[17957] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(560), 1,
anon_sym_COLON_EQ,
ACTIONS(562), 2,
anon_sym_COLON,
anon_sym_EQ,
ACTIONS(555), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
ACTIONS(564), 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(287), 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,
[18021] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 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(804), 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,
[18077] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1090), 1,
anon_sym_COLON_EQ,
ACTIONS(1092), 2,
anon_sym_COLON,
anon_sym_EQ,
ACTIONS(1087), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
ACTIONS(1094), 13,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_AT_EQ,
anon_sym_SLASH_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_STAR_STAR_EQ,
anon_sym_GT_GT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
ACTIONS(1074), 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(1079), 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,
[18141] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1031), 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(1033), 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,
[18197] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1027), 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(1029), 36,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_else,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_except,
anon_sym_finally,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[18253] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1166), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[18338] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1010), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[18423] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(996), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[18508] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(882), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[18593] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
STATE(572), 1,
sym_else_clause,
ACTIONS(1098), 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,
[18652] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1102), 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(1100), 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,
[18707] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(909), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[18792] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1151), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[18877] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
STATE(567), 1,
sym_else_clause,
ACTIONS(1106), 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(1104), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[18936] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(910), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[19021] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1110), 1,
anon_sym_COMMA,
ACTIONS(1117), 1,
anon_sym_EQ,
ACTIONS(1115), 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(1113), 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(1108), 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,
[19082] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1086), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[19167] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(901), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[19252] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(977), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[19337] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(999), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[19422] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(911), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[19507] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
anon_sym_EQ,
ACTIONS(1087), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
ACTIONS(1074), 14,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_if,
anon_sym_in,
anon_sym_LBRACK,
anon_sym_not,
anon_sym_and,
anon_sym_or,
anon_sym_LT_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_GT_EQ,
anon_sym_LT_GT,
anon_sym_is,
ACTIONS(1094), 14,
anon_sym_COLON,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_AT_EQ,
anon_sym_SLASH_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_STAR_STAR_EQ,
anon_sym_GT_GT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
ACTIONS(1079), 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,
[19568] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(987), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[19653] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(900), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[19738] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1041), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[19823] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(971), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[19908] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[19993] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1065), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[20078] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1121), 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(1119), 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,
[20133] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[20218] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1097), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[20303] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
STATE(502), 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,
[20362] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(998), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[20447] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(912), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[20532] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(888), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[20617] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[20702] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(1002), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[20787] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
STATE(547), 1,
sym_else_clause,
ACTIONS(1129), 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(1127), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[20846] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1175), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[20931] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1122), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[21016] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(979), 1,
sym_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(77), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[21101] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1064), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[21186] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1102), 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(1100), 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,
[21241] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
STATE(507), 1,
sym_else_clause,
ACTIONS(1133), 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(1131), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[21300] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
STATE(504), 1,
sym_else_clause,
ACTIONS(1098), 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,
[21359] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1084), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[21444] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(956), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[21529] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(950), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[21614] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1110), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[21699] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1007), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[21784] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(914), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[21869] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(904), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[21954] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1137), 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(1135), 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,
[22009] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
STATE(518), 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,
[22068] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(882), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[22153] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1045), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[22238] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(908), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[22323] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1008), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[22408] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(822), 1,
anon_sym_else,
STATE(562), 1,
sym_else_clause,
ACTIONS(1141), 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(1139), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[22467] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1009), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[22552] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
STATE(533), 1,
sym_else_clause,
ACTIONS(1133), 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(1131), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[22611] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1012), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[22696] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1016), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[22781] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1017), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[22866] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1076), 1,
anon_sym_COMMA,
ACTIONS(1083), 1,
anon_sym_EQ,
ACTIONS(1085), 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(1079), 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(1074), 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,
[22927] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1060), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[23012] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(890), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[23097] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1145), 1,
anon_sym_COMMA,
ACTIONS(1152), 1,
anon_sym_EQ,
ACTIONS(1150), 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(1148), 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(1143), 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,
[23158] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1087), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[23243] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1137), 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(1135), 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,
[23298] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1059), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[23383] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1140), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[23468] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1126), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[23553] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(903), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[23638] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
STATE(498), 1,
sym_else_clause,
ACTIONS(1106), 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(1104), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[23697] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1079), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[23782] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1112), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[23867] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(973), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[23952] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(826), 1,
anon_sym_finally,
STATE(532), 1,
sym_finally_clause,
ACTIONS(1156), 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(1154), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[24011] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1115), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[24096] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(846), 1,
anon_sym_finally,
STATE(482), 1,
sym_finally_clause,
ACTIONS(1156), 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(1154), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[24155] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(894), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[24240] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(846), 1,
anon_sym_finally,
STATE(528), 1,
sym_finally_clause,
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), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[24299] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1160), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[24384] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1173), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[24469] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(977), 1,
sym_identifier,
ACTIONS(985), 1,
anon_sym_not,
ACTIONS(987), 1,
anon_sym_lambda,
ACTIONS(989), 1,
anon_sym_await,
STATE(713), 1,
sym_string,
STATE(726), 1,
sym_primary_expression,
STATE(1106), 1,
sym_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(981), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(1003), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(827), 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,
[24554] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
STATE(490), 1,
sym_else_clause,
ACTIONS(1141), 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(1139), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[24613] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(896), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[24698] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1117), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[24783] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(975), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[24868] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1021), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[24953] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_else,
STATE(480), 1,
sym_else_clause,
ACTIONS(1129), 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(1127), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[25012] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(1162), 1,
sym_identifier,
ACTIONS(1166), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(912), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(379), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(1164), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[25099] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1132), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[25184] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(962), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[25269] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(826), 1,
anon_sym_finally,
STATE(524), 1,
sym_finally_clause,
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), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[25328] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1081), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[25413] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1082), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[25498] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(899), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[25583] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1138), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[25668] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1121), 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(1119), 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,
[25723] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(1109), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[25808] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(626), 1,
anon_sym_not,
ACTIONS(628), 1,
anon_sym_lambda,
ACTIONS(668), 1,
sym_identifier,
ACTIONS(678), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(590), 1,
sym_primary_expression,
STATE(897), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(674), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[25893] = 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(327), 1,
sym_identifier,
ACTIONS(333), 1,
anon_sym_await,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
STATE(707), 1,
sym_primary_expression,
STATE(709), 1,
sym_string,
STATE(1102), 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(329), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(985), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(759), 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,
[25978] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
sym_identifier,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(283), 1,
anon_sym_not,
ACTIONS(289), 1,
anon_sym_lambda,
ACTIONS(297), 1,
anon_sym_await,
ACTIONS(299), 1,
sym__string_start,
STATE(586), 1,
sym_string,
STATE(616), 1,
sym_primary_expression,
STATE(895), 1,
sym_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(269), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(883), 6,
sym_named_expression,
sym_not_operator,
sym_boolean_operator,
sym_comparison_operator,
sym_lambda,
sym_conditional_expression,
STATE(605), 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,
[26063] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1168), 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,
[26117] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1174), 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(1172), 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,
[26171] = 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(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,
[26225] = 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(1182), 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,
[26279] = 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(1184), 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,
[26333] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1188), 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), 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,
[26387] = 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(1182), 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,
[26441] = 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(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,
[26495] = 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(1184), 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,
[26549] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1174), 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(1172), 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,
[26603] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1168), 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,
[26657] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1188), 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), 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,
[26711] = 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(1194), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[26764] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1196), 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,
[26817] = 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), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[26870] = 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(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,
[26923] = 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(1206), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[26976] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1208), 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(1210), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[27029] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(820), 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(818), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[27082] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1212), 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(1214), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[27135] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1216), 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,
[27188] = 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(1222), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[27241] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1226), 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,
[27294] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1230), 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(1228), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[27347] = 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(1232), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[27400] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1236), 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(1238), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[27453] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1242), 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(1240), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[27506] = 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(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,
[27559] = 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(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,
[27612] = 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(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,
[27665] = 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(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,
[27718] = 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(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,
[27771] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(644), 1,
anon_sym_LPAREN,
ACTIONS(654), 1,
anon_sym_LBRACK,
ACTIONS(656), 1,
anon_sym_await,
ACTIONS(1264), 1,
anon_sym_RPAREN,
ACTIONS(1266), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(865), 1,
sym_primary_expression,
STATE(1134), 1,
sym_pattern,
STATE(1426), 1,
sym__patterns,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(729), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(648), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[27858] = 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(1270), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[27911] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1274), 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,
[27964] = 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(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,
[28017] = 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(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,
[28070] = 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(1194), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[28123] = 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(1286), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[28176] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1288), 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,
[28229] = 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(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,
[28282] = 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(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,
[28335] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1302), 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(1300), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[28388] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1306), 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(1304), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[28441] = 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(1308), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[28494] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1312), 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(1314), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[28547] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1316), 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,
[28600] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1156), 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(1154), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[28653] = 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(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,
[28706] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1274), 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,
[28759] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1326), 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(1324), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[28812] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(838), 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(840), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[28865] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1330), 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(1328), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[28918] = 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(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,
[28971] = 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(1270), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[29024] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1288), 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,
[29077] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1156), 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(1154), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[29130] = 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(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,
[29183] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(644), 1,
anon_sym_LPAREN,
ACTIONS(654), 1,
anon_sym_LBRACK,
ACTIONS(656), 1,
anon_sym_await,
ACTIONS(1266), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(856), 1,
sym_pattern,
STATE(865), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(1336), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
STATE(729), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(648), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[29268] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(838), 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(840), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[29321] = 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,
[29374] = 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,
[29427] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1346), 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(1348), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[29480] = 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(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,
[29533] = 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,
[29586] = 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,
[29639] = 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,
[29692] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(644), 1,
anon_sym_LPAREN,
ACTIONS(654), 1,
anon_sym_LBRACK,
ACTIONS(656), 1,
anon_sym_await,
ACTIONS(1266), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(856), 1,
sym_pattern,
STATE(865), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(1354), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
STATE(729), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(648), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[29777] = 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), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[29830] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1212), 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(1214), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[29883] = 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(1308), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[29936] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1358), 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(1356), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[29989] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1196), 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,
[30042] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1362), 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(1360), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30095] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1306), 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(1304), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30148] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1302), 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(1300), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30201] = 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(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,
[30254] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1242), 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(1240), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30307] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1366), 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(1364), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30360] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1370), 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(1368), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30413] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1374), 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(1372), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30466] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1316), 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,
[30519] = 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(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,
[30572] = 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(1206), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30625] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1208), 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(1210), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30678] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1378), 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(1376), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30731] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1216), 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,
[30784] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1362), 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(1360), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30837] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1312), 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(1314), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30890] = 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(1222), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30943] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1358), 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(1356), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[30996] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1346), 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(1348), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[31049] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(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(1232), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[31102] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1230), 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(1228), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[31155] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1366), 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(1364), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[31208] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1370), 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(1368), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[31261] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1236), 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(1238), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[31314] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1378), 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(1376), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[31367] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1374), 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(1372), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[31420] = 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(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,
[31473] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1326), 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(1324), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[31526] = 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(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,
[31579] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1226), 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,
[31632] = 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(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,
[31685] = 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(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,
[31738] = 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(1286), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[31791] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1330), 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(1328), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[31844] = 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(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,
[31897] = 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,
[31950] = 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(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,
[32003] = 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(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,
[32056] = 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(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,
[32109] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(820), 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(818), 33,
anon_sym_import,
anon_sym_from,
anon_sym_STAR,
anon_sym_print,
anon_sym_assert,
anon_sym_return,
anon_sym_del,
anon_sym_raise,
anon_sym_pass,
anon_sym_break,
anon_sym_continue,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_while,
anon_sym_try,
anon_sym_with,
anon_sym_match,
anon_sym_def,
anon_sym_global,
anon_sym_nonlocal,
anon_sym_exec,
anon_sym_type,
anon_sym_class,
anon_sym_not,
anon_sym_lambda,
anon_sym_yield,
sym_integer,
sym_identifier,
anon_sym_await,
sym_true,
sym_false,
sym_none,
[32162] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(644), 1,
anon_sym_LPAREN,
ACTIONS(654), 1,
anon_sym_LBRACK,
ACTIONS(656), 1,
anon_sym_await,
ACTIONS(1266), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(865), 1,
sym_primary_expression,
STATE(1186), 1,
sym_pattern,
STATE(1479), 1,
sym_pattern_list,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(729), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(648), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[32246] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(644), 1,
anon_sym_LPAREN,
ACTIONS(654), 1,
anon_sym_LBRACK,
ACTIONS(656), 1,
anon_sym_await,
ACTIONS(1266), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(865), 1,
sym_primary_expression,
STATE(1301), 1,
sym_pattern,
STATE(1425), 1,
sym_pattern_list,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(729), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(648), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[32330] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(644), 1,
anon_sym_LPAREN,
ACTIONS(654), 1,
anon_sym_LBRACK,
ACTIONS(656), 1,
anon_sym_await,
ACTIONS(1266), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(865), 1,
sym_primary_expression,
STATE(1190), 1,
sym_pattern,
STATE(1503), 1,
sym_pattern_list,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(729), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(648), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[32414] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(644), 1,
anon_sym_LPAREN,
ACTIONS(654), 1,
anon_sym_LBRACK,
ACTIONS(656), 1,
anon_sym_await,
ACTIONS(1266), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(865), 1,
sym_primary_expression,
STATE(1191), 1,
sym_pattern,
STATE(1500), 1,
sym_pattern_list,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(729), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(648), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[32498] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(644), 1,
anon_sym_LPAREN,
ACTIONS(654), 1,
anon_sym_LBRACK,
ACTIONS(656), 1,
anon_sym_await,
ACTIONS(1266), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(865), 1,
sym_primary_expression,
STATE(1224), 1,
sym_pattern,
STATE(1502), 1,
sym_pattern_list,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(729), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(648), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[32582] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(644), 1,
anon_sym_LPAREN,
ACTIONS(654), 1,
anon_sym_LBRACK,
ACTIONS(656), 1,
anon_sym_await,
ACTIONS(1266), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(865), 1,
sym_primary_expression,
STATE(1180), 1,
sym_pattern,
STATE(1387), 1,
sym_pattern_list,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(729), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(648), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[32666] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(299), 1,
sym__string_start,
STATE(584), 2,
sym_string,
aux_sym_concatenated_string_repeat1,
ACTIONS(1382), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1380), 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,
[32721] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(644), 1,
anon_sym_LPAREN,
ACTIONS(654), 1,
anon_sym_LBRACK,
ACTIONS(656), 1,
anon_sym_await,
ACTIONS(1266), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(856), 1,
sym_pattern,
STATE(865), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(729), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(648), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[32802] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1388), 1,
sym__string_start,
STATE(584), 2,
sym_string,
aux_sym_concatenated_string_repeat1,
ACTIONS(1386), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1384), 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,
[32857] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(642), 1,
sym_identifier,
ACTIONS(644), 1,
anon_sym_LPAREN,
ACTIONS(654), 1,
anon_sym_LBRACK,
ACTIONS(656), 1,
anon_sym_await,
ACTIONS(1266), 1,
anon_sym_STAR,
STATE(586), 1,
sym_string,
STATE(865), 1,
sym_primary_expression,
STATE(1271), 1,
sym_pattern,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(729), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
STATE(860), 3,
sym_tuple_pattern,
sym_list_pattern,
sym_list_splat_pattern,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(648), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[32938] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(299), 1,
sym__string_start,
STATE(582), 2,
sym_string,
aux_sym_concatenated_string_repeat1,
ACTIONS(1079), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[32993] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(1391), 1,
sym_identifier,
ACTIONS(1397), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(865), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(749), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(1393), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(1395), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[33068] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1401), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1399), 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,
[33117] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1405), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1403), 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,
[33166] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1413), 1,
anon_sym_as,
ACTIONS(1421), 1,
anon_sym_PIPE,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1427), 1,
anon_sym_STAR_STAR,
ACTIONS(1431), 1,
anon_sym_not,
ACTIONS(1433), 1,
anon_sym_AMP,
ACTIONS(1435), 1,
anon_sym_CARET,
ACTIONS(1439), 1,
anon_sym_is,
STATE(852), 1,
aux_sym_comparison_operator_repeat1,
ACTIONS(1415), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1417), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1423), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(1437), 2,
anon_sym_LT,
anon_sym_GT,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1429), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1419), 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(1411), 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,
[33248] = 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,
[33296] = 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,
[33344] = 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,
[33392] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1455), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1453), 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,
[33440] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1455), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1453), 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,
[33488] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1459), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1457), 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,
[33536] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1463), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1461), 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,
[33584] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1467), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1465), 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,
[33632] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1471), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1469), 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,
[33680] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1475), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1473), 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,
[33728] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1479), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1477), 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,
[33776] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1483), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1481), 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,
[33824] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1487), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1485), 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,
[33872] = 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(287), 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,
[33920] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1079), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[33968] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1491), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1489), 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,
[34016] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1467), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1465), 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,
[34064] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1495), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1493), 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,
[34112] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1499), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1497), 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,
[34160] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1503), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1501), 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,
[34208] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1507), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1505), 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,
[34256] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1511), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1509), 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,
[34304] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1515), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1513), 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,
[34352] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1491), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1489), 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,
[34400] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1519), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1517), 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,
[34448] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1413), 1,
anon_sym_EQ,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1527), 1,
anon_sym_PIPE,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
ACTIONS(1535), 1,
anon_sym_not,
ACTIONS(1537), 1,
anon_sym_AMP,
ACTIONS(1539), 1,
anon_sym_CARET,
ACTIONS(1543), 1,
anon_sym_is,
STATE(851), 1,
aux_sym_comparison_operator_repeat1,
ACTIONS(1521), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1523), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1529), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(1541), 2,
anon_sym_LT,
anon_sym_GT,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1533), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1525), 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(1411), 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,
[34530] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1547), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1545), 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,
[34578] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1551), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1549), 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,
[34626] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1555), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1553), 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,
[34674] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1559), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1557), 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,
[34722] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1563), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1561), 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,
[34770] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1559), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1557), 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,
[34818] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1427), 1,
anon_sym_STAR_STAR,
ACTIONS(1415), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1417), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1423), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1429), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1567), 3,
anon_sym_as,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[34883] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1427), 1,
anon_sym_STAR_STAR,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1567), 5,
anon_sym_as,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[34940] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1527), 1,
anon_sym_PIPE,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
ACTIONS(1537), 1,
anon_sym_AMP,
ACTIONS(1539), 1,
anon_sym_CARET,
ACTIONS(1521), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1523), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1529), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1533), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1571), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1569), 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,
[35011] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(606), 1,
anon_sym_await,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1573), 1,
anon_sym_not,
STATE(713), 1,
sym_string,
STATE(743), 1,
sym_primary_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(594), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(827), 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,
[35080] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1577), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1575), 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,
[35137] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
ACTIONS(1521), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1523), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1529), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1533), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1567), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[35202] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1567), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[35259] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
ACTIONS(1521), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1533), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1567), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[35320] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
ACTIONS(1537), 1,
anon_sym_AMP,
ACTIONS(1539), 1,
anon_sym_CARET,
ACTIONS(1521), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1523), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1529), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1533), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1567), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[35389] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1527), 1,
anon_sym_PIPE,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
ACTIONS(1537), 1,
anon_sym_AMP,
ACTIONS(1539), 1,
anon_sym_CARET,
ACTIONS(1521), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1523), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1529), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1533), 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,
[35460] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
ACTIONS(1521), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1529), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1533), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1567), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[35523] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1567), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[35580] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(566), 1,
anon_sym_await,
ACTIONS(1583), 1,
anon_sym_not,
STATE(586), 1,
sym_string,
STATE(632), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[35649] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
ACTIONS(1539), 1,
anon_sym_CARET,
ACTIONS(1521), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1523), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1529), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1533), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1567), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[35716] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1587), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1585), 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,
[35773] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1421), 1,
anon_sym_PIPE,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1427), 1,
anon_sym_STAR_STAR,
ACTIONS(1433), 1,
anon_sym_AMP,
ACTIONS(1435), 1,
anon_sym_CARET,
ACTIONS(1415), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1417), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1423), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1429), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1571), 3,
anon_sym_as,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1569), 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,
[35844] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1421), 1,
anon_sym_PIPE,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1427), 1,
anon_sym_STAR_STAR,
ACTIONS(1433), 1,
anon_sym_AMP,
ACTIONS(1435), 1,
anon_sym_CARET,
ACTIONS(1415), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1417), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1423), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1429), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1591), 3,
anon_sym_as,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1589), 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,
[35915] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1427), 1,
anon_sym_STAR_STAR,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1587), 5,
anon_sym_as,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1585), 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,
[35972] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
anon_sym_LBRACE,
ACTIONS(81), 1,
sym__string_start,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(576), 1,
anon_sym_await,
ACTIONS(1593), 1,
anon_sym_not,
STATE(709), 1,
sym_string,
STATE(721), 1,
sym_primary_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(77), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(570), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(759), 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,
[36041] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1527), 1,
anon_sym_PIPE,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
ACTIONS(1537), 1,
anon_sym_AMP,
ACTIONS(1539), 1,
anon_sym_CARET,
ACTIONS(1521), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1523), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1529), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1533), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1591), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1589), 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,
[36112] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1427), 1,
anon_sym_STAR_STAR,
ACTIONS(1435), 1,
anon_sym_CARET,
ACTIONS(1415), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1417), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1423), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1429), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1567), 3,
anon_sym_as,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[36179] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1427), 1,
anon_sym_STAR_STAR,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1567), 5,
anon_sym_as,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[36236] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1427), 1,
anon_sym_STAR_STAR,
ACTIONS(1415), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1423), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1429), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1567), 3,
anon_sym_as,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[36299] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(586), 1,
anon_sym_await,
ACTIONS(1595), 1,
anon_sym_not,
STATE(586), 1,
sym_string,
STATE(648), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[36368] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1427), 1,
anon_sym_STAR_STAR,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1577), 5,
anon_sym_as,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1575), 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,
[36425] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1421), 1,
anon_sym_PIPE,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1427), 1,
anon_sym_STAR_STAR,
ACTIONS(1433), 1,
anon_sym_AMP,
ACTIONS(1435), 1,
anon_sym_CARET,
ACTIONS(1415), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1417), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1423), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1429), 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,
[36496] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1427), 1,
anon_sym_STAR_STAR,
ACTIONS(1433), 1,
anon_sym_AMP,
ACTIONS(1435), 1,
anon_sym_CARET,
ACTIONS(1415), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1417), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1423), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1429), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1567), 3,
anon_sym_as,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[36565] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1427), 1,
anon_sym_STAR_STAR,
ACTIONS(1415), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1429), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1567), 3,
anon_sym_as,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[36626] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1090), 1,
anon_sym_COLON_EQ,
ACTIONS(1079), 6,
anon_sym_STAR,
anon_sym_COLON,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[36674] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(586), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(649), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[36740] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(606), 1,
anon_sym_await,
ACTIONS(608), 1,
sym__string_start,
STATE(713), 1,
sym_string,
STATE(748), 1,
sym_primary_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(594), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(827), 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,
[36806] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
anon_sym_LBRACE,
ACTIONS(81), 1,
sym__string_start,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(576), 1,
anon_sym_await,
STATE(709), 1,
sym_string,
STATE(711), 1,
sym_primary_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(77), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(570), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(759), 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,
[36872] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(606), 1,
anon_sym_await,
ACTIONS(608), 1,
sym__string_start,
STATE(713), 1,
sym_string,
STATE(746), 1,
sym_primary_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(594), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(827), 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,
[36938] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(606), 1,
anon_sym_await,
ACTIONS(608), 1,
sym__string_start,
STATE(713), 1,
sym_string,
STATE(745), 1,
sym_primary_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(594), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(827), 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,
[37004] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(566), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(642), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[37070] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(606), 1,
anon_sym_await,
ACTIONS(608), 1,
sym__string_start,
STATE(713), 1,
sym_string,
STATE(742), 1,
sym_primary_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(594), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(827), 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,
[37136] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(606), 1,
anon_sym_await,
ACTIONS(608), 1,
sym__string_start,
STATE(713), 1,
sym_string,
STATE(752), 1,
sym_primary_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(594), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(827), 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,
[37202] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(566), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(625), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[37268] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(606), 1,
anon_sym_await,
ACTIONS(608), 1,
sym__string_start,
STATE(713), 1,
sym_string,
STATE(751), 1,
sym_primary_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(594), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(827), 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,
[37334] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(606), 1,
anon_sym_await,
ACTIONS(608), 1,
sym__string_start,
STATE(713), 1,
sym_string,
STATE(743), 1,
sym_primary_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(594), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(827), 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,
[37400] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(586), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(647), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[37466] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(606), 1,
anon_sym_await,
ACTIONS(608), 1,
sym__string_start,
STATE(713), 1,
sym_string,
STATE(728), 1,
sym_primary_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(594), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(827), 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,
[37532] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(606), 1,
anon_sym_await,
ACTIONS(608), 1,
sym__string_start,
STATE(713), 1,
sym_string,
STATE(731), 1,
sym_primary_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(594), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(827), 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,
[37598] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(586), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(623), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[37664] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(586), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(643), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[37730] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
STATE(674), 2,
sym_string,
aux_sym_concatenated_string_repeat1,
ACTIONS(1382), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1380), 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,
[37780] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(586), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(644), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[37846] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(1597), 1,
sym_identifier,
ACTIONS(1601), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(865), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(862), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(1599), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[37916] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(586), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(650), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[37982] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(560), 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(287), 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,
[38030] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(566), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(628), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[38096] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1603), 1,
sym__string_start,
STATE(674), 2,
sym_string,
aux_sym_concatenated_string_repeat1,
ACTIONS(1386), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1384), 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,
[38146] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(1391), 1,
sym_identifier,
ACTIONS(1397), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(865), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
STATE(749), 2,
sym_attribute,
sym_subscript,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 4,
sym_integer,
sym_true,
sym_false,
sym_none,
ACTIONS(1395), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[38216] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(566), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(636), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[38282] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(606), 1,
anon_sym_await,
ACTIONS(608), 1,
sym__string_start,
STATE(713), 1,
sym_string,
STATE(739), 1,
sym_primary_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(594), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(827), 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,
[38348] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(566), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(629), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[38414] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(566), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(630), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[38480] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(566), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(627), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[38546] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(566), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(632), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[38612] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(566), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(633), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[38678] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(566), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(634), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[38744] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(586), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(648), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[38810] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(586), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(645), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[38876] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(592), 1,
anon_sym_LPAREN,
ACTIONS(600), 1,
anon_sym_LBRACK,
ACTIONS(602), 1,
anon_sym_LBRACE,
ACTIONS(606), 1,
anon_sym_await,
ACTIONS(608), 1,
sym__string_start,
STATE(713), 1,
sym_string,
STATE(738), 1,
sym_primary_expression,
ACTIONS(604), 2,
sym_ellipsis,
sym_float,
ACTIONS(598), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(590), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(594), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(827), 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,
[38942] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(262), 1,
anon_sym_LPAREN,
ACTIONS(277), 1,
anon_sym_LBRACK,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(566), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(631), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(285), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[39008] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(586), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(624), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[39074] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
anon_sym_LBRACE,
ACTIONS(81), 1,
sym__string_start,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(576), 1,
anon_sym_await,
STATE(709), 1,
sym_string,
STATE(724), 1,
sym_primary_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(77), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(570), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(759), 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,
[39140] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
anon_sym_LBRACE,
ACTIONS(81), 1,
sym__string_start,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(576), 1,
anon_sym_await,
STATE(709), 1,
sym_string,
STATE(712), 1,
sym_primary_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(77), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(570), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(759), 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,
[39206] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
anon_sym_LBRACE,
ACTIONS(81), 1,
sym__string_start,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(576), 1,
anon_sym_await,
STATE(709), 1,
sym_string,
STATE(718), 1,
sym_primary_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(77), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(570), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(759), 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,
[39272] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1606), 1,
anon_sym_COLON_EQ,
ACTIONS(1079), 6,
anon_sym_as,
anon_sym_STAR,
anon_sym_COLON,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[39320] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(586), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(638), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[39386] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
anon_sym_LBRACE,
ACTIONS(81), 1,
sym__string_start,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(576), 1,
anon_sym_await,
STATE(709), 1,
sym_string,
STATE(717), 1,
sym_primary_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(77), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(570), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(759), 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,
[39452] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
anon_sym_LBRACE,
ACTIONS(81), 1,
sym__string_start,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(576), 1,
anon_sym_await,
STATE(709), 1,
sym_string,
STATE(721), 1,
sym_primary_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(77), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(570), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(759), 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,
[39518] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
anon_sym_LBRACE,
ACTIONS(81), 1,
sym__string_start,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(576), 1,
anon_sym_await,
STATE(709), 1,
sym_string,
STATE(723), 1,
sym_primary_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(77), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(570), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(759), 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,
[39584] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
anon_sym_LBRACE,
ACTIONS(81), 1,
sym__string_start,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(576), 1,
anon_sym_await,
STATE(709), 1,
sym_string,
STATE(719), 1,
sym_primary_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(77), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(570), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(759), 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,
[39650] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1148), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1143), 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,
[39696] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
anon_sym_LBRACE,
ACTIONS(81), 1,
sym__string_start,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(576), 1,
anon_sym_await,
STATE(709), 1,
sym_string,
STATE(722), 1,
sym_primary_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(77), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(570), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(759), 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,
[39762] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
anon_sym_LBRACE,
ACTIONS(81), 1,
sym__string_start,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(576), 1,
anon_sym_await,
STATE(709), 1,
sym_string,
STATE(716), 1,
sym_primary_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(77), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(570), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(759), 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,
[39828] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1113), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1108), 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,
[39874] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
anon_sym_LBRACE,
ACTIONS(81), 1,
sym__string_start,
ACTIONS(568), 1,
anon_sym_LPAREN,
ACTIONS(574), 1,
anon_sym_LBRACK,
ACTIONS(576), 1,
anon_sym_await,
STATE(709), 1,
sym_string,
STATE(714), 1,
sym_primary_expression,
ACTIONS(75), 2,
sym_ellipsis,
sym_float,
ACTIONS(47), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(77), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(570), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(759), 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,
[39940] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(580), 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(287), 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,
[39988] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_LBRACE,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(578), 1,
anon_sym_LPAREN,
ACTIONS(584), 1,
anon_sym_LBRACK,
ACTIONS(586), 1,
anon_sym_await,
STATE(586), 1,
sym_string,
STATE(639), 1,
sym_primary_expression,
ACTIONS(293), 2,
sym_ellipsis,
sym_float,
ACTIONS(582), 3,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_TILDE,
ACTIONS(295), 5,
sym_integer,
sym_identifier,
sym_true,
sym_false,
sym_none,
ACTIONS(558), 5,
anon_sym_print,
anon_sym_async,
anon_sym_match,
anon_sym_exec,
anon_sym_type,
STATE(605), 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,
[40054] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1148), 5,
anon_sym_as,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1143), 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,
[40099] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1113), 5,
anon_sym_as,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1108), 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,
[40144] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1413), 1,
anon_sym_EQ,
ACTIONS(1608), 1,
anon_sym_DOT,
ACTIONS(1610), 1,
anon_sym_LPAREN,
ACTIONS(1618), 1,
anon_sym_PIPE,
ACTIONS(1622), 1,
anon_sym_LBRACK,
ACTIONS(1624), 1,
anon_sym_STAR_STAR,
ACTIONS(1628), 1,
anon_sym_not,
ACTIONS(1630), 1,
anon_sym_AMP,
ACTIONS(1632), 1,
anon_sym_CARET,
ACTIONS(1636), 1,
anon_sym_is,
STATE(857), 1,
aux_sym_comparison_operator_repeat1,
ACTIONS(1612), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1614), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1620), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(1634), 2,
anon_sym_LT,
anon_sym_GT,
STATE(777), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1626), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1616), 6,
anon_sym_in,
anon_sym_LT_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_GT_EQ,
anon_sym_LT_GT,
ACTIONS(1411), 7,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
anon_sym_if,
anon_sym_and,
anon_sym_or,
sym__semicolon,
[40223] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1638), 1,
sym__string_start,
STATE(708), 2,
sym_string,
aux_sym_concatenated_string_repeat1,
ACTIONS(1386), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1384), 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,
[40272] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(81), 1,
sym__string_start,
STATE(710), 2,
sym_string,
aux_sym_concatenated_string_repeat1,
ACTIONS(1079), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[40321] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(81), 1,
sym__string_start,
STATE(708), 2,
sym_string,
aux_sym_concatenated_string_repeat1,
ACTIONS(1382), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1380), 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,
[40370] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 1,
anon_sym_DOT,
ACTIONS(1610), 1,
anon_sym_LPAREN,
ACTIONS(1618), 1,
anon_sym_PIPE,
ACTIONS(1622), 1,
anon_sym_LBRACK,
ACTIONS(1624), 1,
anon_sym_STAR_STAR,
ACTIONS(1630), 1,
anon_sym_AMP,
ACTIONS(1632), 1,
anon_sym_CARET,
ACTIONS(1612), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1614), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1620), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(777), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1591), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1626), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1589), 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,
[40438] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 1,
anon_sym_DOT,
ACTIONS(1610), 1,
anon_sym_LPAREN,
ACTIONS(1618), 1,
anon_sym_PIPE,
ACTIONS(1622), 1,
anon_sym_LBRACK,
ACTIONS(1624), 1,
anon_sym_STAR_STAR,
ACTIONS(1630), 1,
anon_sym_AMP,
ACTIONS(1632), 1,
anon_sym_CARET,
ACTIONS(1612), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1614), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1620), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(777), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1571), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1626), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1569), 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,
[40506] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
STATE(668), 2,
sym_string,
aux_sym_concatenated_string_repeat1,
ACTIONS(1079), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[40554] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 1,
anon_sym_DOT,
ACTIONS(1610), 1,
anon_sym_LPAREN,
ACTIONS(1622), 1,
anon_sym_LBRACK,
ACTIONS(1624), 1,
anon_sym_STAR_STAR,
ACTIONS(1612), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1614), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1620), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(777), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1567), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1626), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1565), 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,
[40616] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1405), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1403), 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,
[40660] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 1,
anon_sym_DOT,
ACTIONS(1610), 1,
anon_sym_LPAREN,
ACTIONS(1622), 1,
anon_sym_LBRACK,
ACTIONS(1624), 1,
anon_sym_STAR_STAR,
ACTIONS(1632), 1,
anon_sym_CARET,
ACTIONS(1612), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1614), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1620), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(777), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1567), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1626), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1565), 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,
[40724] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 1,
anon_sym_DOT,
ACTIONS(1610), 1,
anon_sym_LPAREN,
ACTIONS(1622), 1,
anon_sym_LBRACK,
ACTIONS(1624), 1,
anon_sym_STAR_STAR,
ACTIONS(1612), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1620), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(777), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1567), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1626), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1565), 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,
[40784] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 1,
anon_sym_DOT,
ACTIONS(1610), 1,
anon_sym_LPAREN,
ACTIONS(1622), 1,
anon_sym_LBRACK,
ACTIONS(1624), 1,
anon_sym_STAR_STAR,
STATE(777), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1567), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[40838] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 1,
anon_sym_DOT,
ACTIONS(1610), 1,
anon_sym_LPAREN,
ACTIONS(1622), 1,
anon_sym_LBRACK,
ACTIONS(1624), 1,
anon_sym_STAR_STAR,
ACTIONS(1612), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(777), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1567), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1626), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1565), 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,
[40896] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1401), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1399), 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,
[40940] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 1,
anon_sym_DOT,
ACTIONS(1610), 1,
anon_sym_LPAREN,
ACTIONS(1618), 1,
anon_sym_PIPE,
ACTIONS(1622), 1,
anon_sym_LBRACK,
ACTIONS(1624), 1,
anon_sym_STAR_STAR,
ACTIONS(1630), 1,
anon_sym_AMP,
ACTIONS(1632), 1,
anon_sym_CARET,
ACTIONS(1612), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1614), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1620), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(777), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1581), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1626), 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,
[41008] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 1,
anon_sym_DOT,
ACTIONS(1610), 1,
anon_sym_LPAREN,
ACTIONS(1622), 1,
anon_sym_LBRACK,
ACTIONS(1624), 1,
anon_sym_STAR_STAR,
STATE(777), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1567), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[41062] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 1,
anon_sym_DOT,
ACTIONS(1610), 1,
anon_sym_LPAREN,
ACTIONS(1622), 1,
anon_sym_LBRACK,
ACTIONS(1624), 1,
anon_sym_STAR_STAR,
ACTIONS(1630), 1,
anon_sym_AMP,
ACTIONS(1632), 1,
anon_sym_CARET,
ACTIONS(1612), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1614), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1620), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(777), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1567), 3,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1626), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1565), 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,
[41128] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 1,
anon_sym_DOT,
ACTIONS(1610), 1,
anon_sym_LPAREN,
ACTIONS(1622), 1,
anon_sym_LBRACK,
ACTIONS(1624), 1,
anon_sym_STAR_STAR,
STATE(777), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1577), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1575), 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,
[41182] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1608), 1,
anon_sym_DOT,
ACTIONS(1610), 1,
anon_sym_LPAREN,
ACTIONS(1622), 1,
anon_sym_LBRACK,
ACTIONS(1624), 1,
anon_sym_STAR_STAR,
STATE(777), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1587), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1585), 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,
[41236] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
anon_sym_DOT,
ACTIONS(1643), 1,
anon_sym_LPAREN,
ACTIONS(1651), 1,
anon_sym_PIPE,
ACTIONS(1655), 1,
anon_sym_LBRACK,
ACTIONS(1657), 1,
anon_sym_STAR_STAR,
ACTIONS(1661), 1,
anon_sym_not,
ACTIONS(1663), 1,
anon_sym_AMP,
ACTIONS(1665), 1,
anon_sym_CARET,
ACTIONS(1669), 1,
anon_sym_is,
STATE(864), 1,
aux_sym_comparison_operator_repeat1,
ACTIONS(1645), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1647), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1653), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(1667), 2,
anon_sym_LT,
anon_sym_GT,
STATE(801), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1659), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1649), 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(1411), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
anon_sym_and,
anon_sym_or,
[41312] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1606), 1,
anon_sym_COLON_EQ,
ACTIONS(1671), 1,
anon_sym_EQ,
ACTIONS(1079), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[41359] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
anon_sym_DOT,
ACTIONS(1643), 1,
anon_sym_LPAREN,
ACTIONS(1655), 1,
anon_sym_LBRACK,
ACTIONS(1657), 1,
anon_sym_STAR_STAR,
ACTIONS(1567), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1645), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1653), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(801), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1659), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1565), 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,
[41418] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1074), 3,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_LBRACK,
ACTIONS(1079), 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(1085), 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,
[41463] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(287), 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(564), 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,
[41508] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
anon_sym_DOT,
ACTIONS(1643), 1,
anon_sym_LPAREN,
ACTIONS(1655), 1,
anon_sym_LBRACK,
ACTIONS(1657), 1,
anon_sym_STAR_STAR,
STATE(801), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1567), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[41561] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1401), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1399), 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,
[41604] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(271), 1,
anon_sym_COLON_EQ,
ACTIONS(260), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(287), 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,
[41649] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1108), 3,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_LBRACK,
ACTIONS(1113), 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(1115), 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,
[41694] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1405), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1403), 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,
[41737] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(287), 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(291), 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,
[41782] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(580), 1,
anon_sym_COLON_EQ,
ACTIONS(264), 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(287), 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,
[41829] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
anon_sym_DOT,
ACTIONS(1643), 1,
anon_sym_LPAREN,
ACTIONS(1651), 1,
anon_sym_PIPE,
ACTIONS(1655), 1,
anon_sym_LBRACK,
ACTIONS(1657), 1,
anon_sym_STAR_STAR,
ACTIONS(1663), 1,
anon_sym_AMP,
ACTIONS(1665), 1,
anon_sym_CARET,
ACTIONS(1571), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1645), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1647), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1653), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(801), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1659), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1569), 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,
[41896] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
anon_sym_DOT,
ACTIONS(1643), 1,
anon_sym_LPAREN,
ACTIONS(1651), 1,
anon_sym_PIPE,
ACTIONS(1655), 1,
anon_sym_LBRACK,
ACTIONS(1657), 1,
anon_sym_STAR_STAR,
ACTIONS(1663), 1,
anon_sym_AMP,
ACTIONS(1665), 1,
anon_sym_CARET,
ACTIONS(1591), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1645), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1647), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1653), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(801), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1659), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1589), 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,
[41963] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1081), 1,
anon_sym_COLON_EQ,
ACTIONS(1079), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[42008] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
anon_sym_DOT,
ACTIONS(1643), 1,
anon_sym_LPAREN,
ACTIONS(1655), 1,
anon_sym_LBRACK,
ACTIONS(1657), 1,
anon_sym_STAR_STAR,
STATE(801), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1587), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1585), 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,
[42061] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
anon_sym_DOT,
ACTIONS(1643), 1,
anon_sym_LPAREN,
ACTIONS(1655), 1,
anon_sym_LBRACK,
ACTIONS(1657), 1,
anon_sym_STAR_STAR,
STATE(801), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1567), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1565), 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,
[42114] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
anon_sym_DOT,
ACTIONS(1643), 1,
anon_sym_LPAREN,
ACTIONS(1651), 1,
anon_sym_PIPE,
ACTIONS(1655), 1,
anon_sym_LBRACK,
ACTIONS(1657), 1,
anon_sym_STAR_STAR,
ACTIONS(1663), 1,
anon_sym_AMP,
ACTIONS(1665), 1,
anon_sym_CARET,
ACTIONS(1581), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1645), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1647), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1653), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(801), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1659), 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,
[42181] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(580), 1,
anon_sym_COLON_EQ,
ACTIONS(588), 1,
anon_sym_EQ,
ACTIONS(260), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(287), 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,
[42228] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
anon_sym_DOT,
ACTIONS(1643), 1,
anon_sym_LPAREN,
ACTIONS(1655), 1,
anon_sym_LBRACK,
ACTIONS(1657), 1,
anon_sym_STAR_STAR,
ACTIONS(1665), 1,
anon_sym_CARET,
ACTIONS(1567), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1645), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1647), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1653), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(801), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1659), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1565), 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,
[42291] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
anon_sym_DOT,
ACTIONS(1643), 1,
anon_sym_LPAREN,
ACTIONS(1655), 1,
anon_sym_LBRACK,
ACTIONS(1657), 1,
anon_sym_STAR_STAR,
ACTIONS(1567), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1645), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1647), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1653), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(801), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1659), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1565), 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,
[42352] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1143), 3,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_LBRACK,
ACTIONS(1148), 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(1150), 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,
[42397] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
anon_sym_DOT,
ACTIONS(1643), 1,
anon_sym_LPAREN,
ACTIONS(1655), 1,
anon_sym_LBRACK,
ACTIONS(1657), 1,
anon_sym_STAR_STAR,
STATE(801), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1577), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1575), 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,
[42450] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1074), 3,
anon_sym_DOT,
anon_sym_LPAREN,
anon_sym_LBRACK,
ACTIONS(1079), 13,
anon_sym_STAR,
anon_sym_GT_GT,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_PLUS,
anon_sym_STAR_STAR,
anon_sym_AT,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
anon_sym_AMP,
anon_sym_CARET,
anon_sym_LT_LT,
ACTIONS(1094), 19,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_in,
anon_sym_RBRACK,
anon_sym_EQ,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_AT_EQ,
anon_sym_SLASH_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_STAR_STAR_EQ,
anon_sym_GT_GT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[42495] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1606), 1,
anon_sym_COLON_EQ,
ACTIONS(1076), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
ACTIONS(1079), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[42542] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
anon_sym_DOT,
ACTIONS(1643), 1,
anon_sym_LPAREN,
ACTIONS(1655), 1,
anon_sym_LBRACK,
ACTIONS(1657), 1,
anon_sym_STAR_STAR,
ACTIONS(1663), 1,
anon_sym_AMP,
ACTIONS(1665), 1,
anon_sym_CARET,
ACTIONS(1567), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1645), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1647), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1653), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(801), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1659), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1565), 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,
[42607] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1641), 1,
anon_sym_DOT,
ACTIONS(1643), 1,
anon_sym_LPAREN,
ACTIONS(1655), 1,
anon_sym_LBRACK,
ACTIONS(1657), 1,
anon_sym_STAR_STAR,
ACTIONS(1567), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1645), 2,
anon_sym_STAR,
anon_sym_SLASH,
STATE(801), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1659), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
ACTIONS(1565), 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,
[42664] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1467), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1465), 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,
[42706] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1113), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1108), 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,
[42748] = 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,
[42790] = 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,
[42832] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1551), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1549), 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,
[42874] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1455), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1453), 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,
[42916] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1079), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[42958] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1483), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1481), 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,
[43000] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1479), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1477), 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,
[43042] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1491), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1489), 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,
[43084] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1547), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1545), 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,
[43126] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1563), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1561), 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,
[43168] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1076), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
ACTIONS(1079), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[43212] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1559), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1557), 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,
[43254] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1519), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1517), 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,
[43296] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1491), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1489), 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,
[43338] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1673), 1,
anon_sym_COLON_EQ,
ACTIONS(1079), 5,
anon_sym_STAR,
anon_sym_COLON,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[43382] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(596), 1,
anon_sym_COLON_EQ,
ACTIONS(260), 5,
anon_sym_STAR,
anon_sym_COLON,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(287), 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,
[43426] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1487), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1485), 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,
[43468] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1559), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1557), 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,
[43510] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1511), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1509), 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,
[43552] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1515), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1513), 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,
[43594] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1507), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1505), 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,
[43636] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1471), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1469), 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,
[43678] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1555), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1553), 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,
[43720] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1503), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1501), 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,
[43762] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1475), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1473), 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,
[43804] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1467), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1465), 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,
[43846] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1499), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1497), 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,
[43888] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1495), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1493), 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,
[43930] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1145), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
ACTIONS(1148), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1143), 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,
[43974] = 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(287), 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,
[44016] = 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,
[44058] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1459), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1457), 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,
[44100] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1455), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1453), 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,
[44142] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1110), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
ACTIONS(1113), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1108), 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,
[44186] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1148), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1143), 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,
[44228] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1463), 5,
anon_sym_STAR,
anon_sym_EQ,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1461), 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,
[44270] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(798), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(796), 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,
[44311] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1563), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1561), 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,
[44352] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1499), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1497), 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,
[44393] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1495), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1493), 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,
[44434] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1491), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1489), 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,
[44475] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1483), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1481), 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,
[44516] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1479), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1477), 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,
[44557] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1475), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1473), 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,
[44598] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(812), 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,
[44639] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1455), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1453), 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,
[44680] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1555), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1553), 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,
[44721] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1459), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1457), 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,
[44762] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1467), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1465), 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,
[44803] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1491), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1489), 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,
[44844] = 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,
[44885] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1455), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1453), 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,
[44926] = 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,
[44967] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(260), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(287), 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,
[45008] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1503), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1501), 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,
[45049] = 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,
[45090] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1487), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1485), 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,
[45131] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1507), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1505), 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,
[45172] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1471), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1469), 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,
[45213] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1467), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1465), 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,
[45254] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(802), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(800), 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,
[45295] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(804), 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,
[45336] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1511), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1509), 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,
[45377] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1515), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1513), 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,
[45418] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(810), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(808), 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,
[45459] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1551), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1549), 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,
[45500] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(804), 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,
[45541] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1559), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1557), 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,
[45582] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1090), 1,
anon_sym_COLON_EQ,
ACTIONS(1671), 1,
anon_sym_EQ,
ACTIONS(1079), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[45627] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(560), 1,
anon_sym_COLON_EQ,
ACTIONS(588), 1,
anon_sym_EQ,
ACTIONS(260), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(287), 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,
[45672] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1519), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1517), 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,
[45713] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1559), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1557), 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,
[45754] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1079), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1074), 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,
[45795] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(798), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(796), 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,
[45836] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1547), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1545), 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,
[45877] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1463), 4,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1461), 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,
[45918] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1679), 1,
anon_sym_STAR,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
STATE(1184), 2,
sym__match_pattern,
sym_match_as_pattern,
STATE(1231), 2,
sym__match_patterns,
sym_open_sequence_match_pattern,
STATE(1380), 2,
sym__match_maybe_star_pattern,
sym_match_star_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(964), 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,
[45992] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1679), 1,
anon_sym_STAR,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1695), 1,
anon_sym_if,
ACTIONS(1697), 1,
anon_sym_COLON,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(1095), 4,
sym__match_pattern,
sym_match_as_pattern,
sym__match_maybe_star_pattern,
sym_match_star_pattern,
STATE(964), 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,
[46066] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1679), 1,
anon_sym_STAR,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
STATE(1183), 2,
sym__match_patterns,
sym_open_sequence_match_pattern,
STATE(1184), 2,
sym__match_pattern,
sym_match_as_pattern,
STATE(1380), 2,
sym__match_maybe_star_pattern,
sym_match_star_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(964), 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,
[46140] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1679), 1,
anon_sym_STAR,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1699), 1,
anon_sym_if,
ACTIONS(1701), 1,
anon_sym_COLON,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(1095), 4,
sym__match_pattern,
sym_match_as_pattern,
sym__match_maybe_star_pattern,
sym_match_star_pattern,
STATE(964), 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,
[46214] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1679), 1,
anon_sym_STAR,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1703), 1,
anon_sym_RBRACK,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(1095), 4,
sym__match_pattern,
sym_match_as_pattern,
sym__match_maybe_star_pattern,
sym_match_star_pattern,
STATE(964), 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,
[46285] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1679), 1,
anon_sym_STAR,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1705), 1,
anon_sym_RBRACK,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(1229), 4,
sym__match_pattern,
sym_match_as_pattern,
sym__match_maybe_star_pattern,
sym_match_star_pattern,
STATE(964), 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,
[46356] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1679), 1,
anon_sym_STAR,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1705), 1,
anon_sym_RPAREN,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
STATE(1360), 2,
sym__match_maybe_star_pattern,
sym_match_star_pattern,
STATE(1364), 2,
sym__match_pattern,
sym_match_as_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(964), 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,
[46429] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1679), 1,
anon_sym_STAR,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1703), 1,
anon_sym_RPAREN,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(1095), 4,
sym__match_pattern,
sym_match_as_pattern,
sym__match_maybe_star_pattern,
sym_match_star_pattern,
STATE(964), 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,
[46500] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1679), 1,
anon_sym_STAR,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1707), 1,
anon_sym_RBRACK,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(1095), 4,
sym__match_pattern,
sym_match_as_pattern,
sym__match_maybe_star_pattern,
sym_match_star_pattern,
STATE(964), 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,
[46571] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1679), 1,
anon_sym_STAR,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1707), 1,
anon_sym_RPAREN,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(1095), 4,
sym__match_pattern,
sym_match_as_pattern,
sym__match_maybe_star_pattern,
sym_match_star_pattern,
STATE(964), 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,
[46642] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1709), 1,
sym_identifier,
ACTIONS(1711), 1,
anon_sym_RPAREN,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1246), 1,
sym_match_keyword_pattern,
STATE(1261), 1,
sym_match_positional_pattern,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
STATE(1331), 2,
sym__match_pattern,
sym_match_as_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(964), 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,
[46714] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1709), 1,
sym_identifier,
ACTIONS(1713), 1,
anon_sym_RPAREN,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1236), 1,
sym_match_keyword_pattern,
STATE(1349), 1,
sym_match_positional_pattern,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
STATE(1331), 2,
sym__match_pattern,
sym_match_as_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(964), 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,
[46786] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1709), 1,
sym_identifier,
ACTIONS(1715), 1,
anon_sym_RPAREN,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1309), 1,
sym_match_keyword_pattern,
STATE(1349), 1,
sym_match_positional_pattern,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
STATE(1331), 2,
sym__match_pattern,
sym_match_as_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(964), 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,
[46858] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1679), 1,
anon_sym_STAR,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(1095), 4,
sym__match_pattern,
sym_match_as_pattern,
sym__match_maybe_star_pattern,
sym_match_star_pattern,
STATE(964), 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,
[46926] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1349), 1,
sym_match_positional_pattern,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
STATE(1331), 2,
sym__match_pattern,
sym_match_as_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(964), 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,
[46992] = 17,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
STATE(1314), 2,
sym__match_pattern,
sym_match_as_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(964), 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,
[47055] = 17,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1683), 1,
sym_match_wildcard_pattern,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
STATE(992), 2,
sym__match_or_pattern,
sym_match_or_pattern,
STATE(1318), 2,
sym__match_pattern,
sym_match_as_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(964), 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,
[47118] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1717), 1,
sym_match_wildcard_pattern,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(944), 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,
[47173] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
ACTIONS(1675), 1,
sym_identifier,
ACTIONS(1677), 1,
anon_sym_LPAREN,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1685), 1,
anon_sym_LBRACK,
ACTIONS(1687), 1,
anon_sym_LBRACE,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1719), 1,
sym_match_wildcard_pattern,
STATE(902), 1,
sym_string,
STATE(969), 1,
sym_concatenated_string,
STATE(1477), 1,
sym_pattern_class_name,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
STATE(948), 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,
[47228] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1723), 1,
anon_sym_as,
ACTIONS(1728), 1,
anon_sym_not,
ACTIONS(1734), 1,
anon_sym_is,
STATE(850), 1,
aux_sym_comparison_operator_repeat1,
ACTIONS(1731), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1725), 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(1721), 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,
[47268] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1535), 1,
anon_sym_not,
ACTIONS(1543), 1,
anon_sym_is,
ACTIONS(1739), 1,
anon_sym_EQ,
STATE(853), 1,
aux_sym_comparison_operator_repeat1,
ACTIONS(1541), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1525), 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(1737), 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,
[47308] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1431), 1,
anon_sym_not,
ACTIONS(1439), 1,
anon_sym_is,
ACTIONS(1739), 1,
anon_sym_as,
STATE(850), 1,
aux_sym_comparison_operator_repeat1,
ACTIONS(1437), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1419), 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(1737), 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,
[47348] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1723), 1,
anon_sym_EQ,
ACTIONS(1744), 1,
anon_sym_not,
ACTIONS(1750), 1,
anon_sym_is,
STATE(853), 1,
aux_sym_comparison_operator_repeat1,
ACTIONS(1747), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1741), 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(1721), 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,
[47388] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1755), 1,
anon_sym_COMMA,
STATE(854), 1,
aux_sym__patterns_repeat1,
ACTIONS(1753), 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,
[47418] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1758), 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,
[47443] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1760), 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,
[47468] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1628), 1,
anon_sym_not,
ACTIONS(1636), 1,
anon_sym_is,
ACTIONS(1739), 1,
anon_sym_EQ,
STATE(858), 1,
aux_sym_comparison_operator_repeat1,
ACTIONS(1634), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1616), 6,
anon_sym_in,
anon_sym_LT_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_GT_EQ,
anon_sym_LT_GT,
ACTIONS(1737), 7,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
anon_sym_if,
anon_sym_and,
anon_sym_or,
sym__semicolon,
[47505] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1723), 1,
anon_sym_EQ,
ACTIONS(1765), 1,
anon_sym_not,
ACTIONS(1771), 1,
anon_sym_is,
STATE(858), 1,
aux_sym_comparison_operator_repeat1,
ACTIONS(1768), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1762), 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(1721), 7,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
anon_sym_if,
anon_sym_and,
anon_sym_or,
sym__semicolon,
[47542] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1774), 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,
[47567] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1085), 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,
[47592] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(260), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(816), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
ACTIONS(287), 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,
[47621] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1079), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1776), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
ACTIONS(1074), 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,
[47650] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1778), 1,
anon_sym_COMMA,
STATE(854), 1,
aux_sym__patterns_repeat1,
ACTIONS(1780), 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,
[47678] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1661), 1,
anon_sym_not,
ACTIONS(1669), 1,
anon_sym_is,
STATE(866), 1,
aux_sym_comparison_operator_repeat1,
ACTIONS(1667), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1649), 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(1737), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
anon_sym_and,
anon_sym_or,
[47712] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1407), 1,
anon_sym_DOT,
ACTIONS(1409), 1,
anon_sym_LPAREN,
ACTIONS(1425), 1,
anon_sym_LBRACK,
ACTIONS(1527), 1,
anon_sym_PIPE,
ACTIONS(1531), 1,
anon_sym_STAR_STAR,
ACTIONS(1537), 1,
anon_sym_AMP,
ACTIONS(1539), 1,
anon_sym_CARET,
ACTIONS(1521), 2,
anon_sym_STAR,
anon_sym_SLASH,
ACTIONS(1523), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1529), 2,
anon_sym_DASH,
anon_sym_PLUS,
STATE(619), 2,
sym_argument_list,
sym_generator_expression,
ACTIONS(1533), 3,
anon_sym_AT,
anon_sym_PERCENT,
anon_sym_SLASH_SLASH,
[47758] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1785), 1,
anon_sym_not,
ACTIONS(1791), 1,
anon_sym_is,
STATE(866), 1,
aux_sym_comparison_operator_repeat1,
ACTIONS(1788), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1782), 6,
anon_sym_in,
anon_sym_LT_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_GT_EQ,
anon_sym_LT_GT,
ACTIONS(1721), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
anon_sym_and,
anon_sym_or,
[47792] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_identifier,
ACTIONS(1796), 1,
anon_sym_LPAREN,
ACTIONS(1798), 1,
anon_sym_STAR,
ACTIONS(1800), 1,
anon_sym_COLON,
ACTIONS(1802), 1,
anon_sym_STAR_STAR,
ACTIONS(1804), 1,
anon_sym_SLASH,
STATE(1258), 1,
sym_parameter,
STATE(1406), 1,
sym_lambda_parameters,
STATE(1407), 1,
sym__parameters,
STATE(1340), 2,
sym_list_splat_pattern,
sym_dictionary_splat_pattern,
STATE(1259), 6,
sym_tuple_pattern,
sym_default_parameter,
sym_typed_default_parameter,
sym_typed_parameter,
sym_positional_separator,
sym_keyword_separator,
[47835] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_identifier,
ACTIONS(1796), 1,
anon_sym_LPAREN,
ACTIONS(1798), 1,
anon_sym_STAR,
ACTIONS(1802), 1,
anon_sym_STAR_STAR,
ACTIONS(1804), 1,
anon_sym_SLASH,
ACTIONS(1806), 1,
anon_sym_COLON,
STATE(1258), 1,
sym_parameter,
STATE(1407), 1,
sym__parameters,
STATE(1421), 1,
sym_lambda_parameters,
STATE(1340), 2,
sym_list_splat_pattern,
sym_dictionary_splat_pattern,
STATE(1259), 6,
sym_tuple_pattern,
sym_default_parameter,
sym_typed_default_parameter,
sym_typed_parameter,
sym_positional_separator,
sym_keyword_separator,
[47878] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_identifier,
ACTIONS(1796), 1,
anon_sym_LPAREN,
ACTIONS(1798), 1,
anon_sym_STAR,
ACTIONS(1802), 1,
anon_sym_STAR_STAR,
ACTIONS(1804), 1,
anon_sym_SLASH,
ACTIONS(1808), 1,
anon_sym_COLON,
STATE(1258), 1,
sym_parameter,
STATE(1407), 1,
sym__parameters,
STATE(1466), 1,
sym_lambda_parameters,
STATE(1340), 2,
sym_list_splat_pattern,
sym_dictionary_splat_pattern,
STATE(1259), 6,
sym_tuple_pattern,
sym_default_parameter,
sym_typed_default_parameter,
sym_typed_parameter,
sym_positional_separator,
sym_keyword_separator,
[47921] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_identifier,
ACTIONS(1796), 1,
anon_sym_LPAREN,
ACTIONS(1798), 1,
anon_sym_STAR,
ACTIONS(1802), 1,
anon_sym_STAR_STAR,
ACTIONS(1804), 1,
anon_sym_SLASH,
ACTIONS(1810), 1,
anon_sym_COLON,
STATE(1258), 1,
sym_parameter,
STATE(1407), 1,
sym__parameters,
STATE(1419), 1,
sym_lambda_parameters,
STATE(1340), 2,
sym_list_splat_pattern,
sym_dictionary_splat_pattern,
STATE(1259), 6,
sym_tuple_pattern,
sym_default_parameter,
sym_typed_default_parameter,
sym_typed_parameter,
sym_positional_separator,
sym_keyword_separator,
[47964] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1812), 1,
anon_sym_COMMA,
ACTIONS(1814), 1,
anon_sym_COLON,
ACTIONS(1816), 1,
anon_sym_EQ,
STATE(863), 1,
aux_sym__patterns_repeat1,
ACTIONS(1818), 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,
[47995] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_identifier,
ACTIONS(1796), 1,
anon_sym_LPAREN,
ACTIONS(1798), 1,
anon_sym_STAR,
ACTIONS(1802), 1,
anon_sym_STAR_STAR,
ACTIONS(1804), 1,
anon_sym_SLASH,
ACTIONS(1820), 1,
anon_sym_COLON,
STATE(1258), 1,
sym_parameter,
STATE(1388), 1,
sym_lambda_parameters,
STATE(1407), 1,
sym__parameters,
STATE(1340), 2,
sym_list_splat_pattern,
sym_dictionary_splat_pattern,
STATE(1259), 6,
sym_tuple_pattern,
sym_default_parameter,
sym_typed_default_parameter,
sym_typed_parameter,
sym_positional_separator,
sym_keyword_separator,
[48038] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1822), 1,
sym_identifier,
ACTIONS(1824), 1,
anon_sym_RBRACE,
ACTIONS(1826), 1,
anon_sym_STAR_STAR,
STATE(969), 1,
sym_concatenated_string,
STATE(1139), 1,
sym_string,
STATE(1248), 1,
sym_match_key_value_pattern,
STATE(1381), 1,
sym_match_double_star_pattern,
STATE(1399), 2,
sym_match_literal_pattern,
sym_match_value_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
[48084] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1796), 1,
anon_sym_LPAREN,
ACTIONS(1798), 1,
anon_sym_STAR,
ACTIONS(1802), 1,
anon_sym_STAR_STAR,
ACTIONS(1804), 1,
anon_sym_SLASH,
ACTIONS(1828), 1,
sym_identifier,
ACTIONS(1830), 1,
anon_sym_RPAREN,
STATE(1226), 1,
sym_parameter,
STATE(1483), 1,
sym__parameters,
STATE(1187), 2,
sym_list_splat_pattern,
sym_dictionary_splat_pattern,
STATE(1259), 6,
sym_tuple_pattern,
sym_default_parameter,
sym_typed_default_parameter,
sym_typed_parameter,
sym_positional_separator,
sym_keyword_separator,
[48124] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1822), 1,
sym_identifier,
ACTIONS(1826), 1,
anon_sym_STAR_STAR,
ACTIONS(1832), 1,
anon_sym_RBRACE,
STATE(969), 1,
sym_concatenated_string,
STATE(1139), 1,
sym_string,
STATE(1358), 1,
sym_match_double_star_pattern,
STATE(1361), 1,
sym_match_key_value_pattern,
STATE(1399), 2,
sym_match_literal_pattern,
sym_match_value_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
[48170] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1822), 1,
sym_identifier,
ACTIONS(1826), 1,
anon_sym_STAR_STAR,
ACTIONS(1834), 1,
anon_sym_RBRACE,
STATE(969), 1,
sym_concatenated_string,
STATE(1139), 1,
sym_string,
STATE(1337), 1,
sym_match_double_star_pattern,
STATE(1361), 1,
sym_match_key_value_pattern,
STATE(1399), 2,
sym_match_literal_pattern,
sym_match_value_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
[48216] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_identifier,
ACTIONS(1796), 1,
anon_sym_LPAREN,
ACTIONS(1798), 1,
anon_sym_STAR,
ACTIONS(1802), 1,
anon_sym_STAR_STAR,
ACTIONS(1804), 1,
anon_sym_SLASH,
ACTIONS(1836), 1,
anon_sym_COLON,
STATE(1305), 1,
sym_parameter,
STATE(1340), 2,
sym_list_splat_pattern,
sym_dictionary_splat_pattern,
STATE(1259), 6,
sym_tuple_pattern,
sym_default_parameter,
sym_typed_default_parameter,
sym_typed_parameter,
sym_positional_separator,
sym_keyword_separator,
[48253] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1796), 1,
anon_sym_LPAREN,
ACTIONS(1798), 1,
anon_sym_STAR,
ACTIONS(1802), 1,
anon_sym_STAR_STAR,
ACTIONS(1804), 1,
anon_sym_SLASH,
ACTIONS(1828), 1,
sym_identifier,
ACTIONS(1836), 1,
anon_sym_RPAREN,
STATE(1305), 1,
sym_parameter,
STATE(1187), 2,
sym_list_splat_pattern,
sym_dictionary_splat_pattern,
STATE(1259), 6,
sym_tuple_pattern,
sym_default_parameter,
sym_typed_default_parameter,
sym_typed_parameter,
sym_positional_separator,
sym_keyword_separator,
[48290] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_identifier,
ACTIONS(1796), 1,
anon_sym_LPAREN,
ACTIONS(1798), 1,
anon_sym_STAR,
ACTIONS(1802), 1,
anon_sym_STAR_STAR,
ACTIONS(1804), 1,
anon_sym_SLASH,
ACTIONS(1838), 1,
anon_sym_COLON,
STATE(1305), 1,
sym_parameter,
STATE(1340), 2,
sym_list_splat_pattern,
sym_dictionary_splat_pattern,
STATE(1259), 6,
sym_tuple_pattern,
sym_default_parameter,
sym_typed_default_parameter,
sym_typed_parameter,
sym_positional_separator,
sym_keyword_separator,
[48327] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1814), 1,
anon_sym_COLON,
ACTIONS(1816), 1,
anon_sym_EQ,
ACTIONS(1818), 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,
[48352] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1796), 1,
anon_sym_LPAREN,
ACTIONS(1798), 1,
anon_sym_STAR,
ACTIONS(1802), 1,
anon_sym_STAR_STAR,
ACTIONS(1804), 1,
anon_sym_SLASH,
ACTIONS(1828), 1,
sym_identifier,
ACTIONS(1838), 1,
anon_sym_RPAREN,
STATE(1305), 1,
sym_parameter,
STATE(1187), 2,
sym_list_splat_pattern,
sym_dictionary_splat_pattern,
STATE(1259), 6,
sym_tuple_pattern,
sym_default_parameter,
sym_typed_default_parameter,
sym_typed_parameter,
sym_positional_separator,
sym_keyword_separator,
[48389] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1842), 1,
anon_sym_as,
ACTIONS(1840), 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,
[48411] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1413), 1,
anon_sym_as,
ACTIONS(1411), 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,
[48433] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1796), 1,
anon_sym_LPAREN,
ACTIONS(1798), 1,
anon_sym_STAR,
ACTIONS(1802), 1,
anon_sym_STAR_STAR,
ACTIONS(1804), 1,
anon_sym_SLASH,
ACTIONS(1828), 1,
sym_identifier,
STATE(1305), 1,
sym_parameter,
STATE(1187), 2,
sym_list_splat_pattern,
sym_dictionary_splat_pattern,
STATE(1259), 6,
sym_tuple_pattern,
sym_default_parameter,
sym_typed_default_parameter,
sym_typed_parameter,
sym_positional_separator,
sym_keyword_separator,
[48467] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1794), 1,
sym_identifier,
ACTIONS(1796), 1,
anon_sym_LPAREN,
ACTIONS(1798), 1,
anon_sym_STAR,
ACTIONS(1802), 1,
anon_sym_STAR_STAR,
ACTIONS(1804), 1,
anon_sym_SLASH,
STATE(1305), 1,
sym_parameter,
STATE(1340), 2,
sym_list_splat_pattern,
sym_dictionary_splat_pattern,
STATE(1259), 6,
sym_tuple_pattern,
sym_default_parameter,
sym_typed_default_parameter,
sym_typed_parameter,
sym_positional_separator,
sym_keyword_separator,
[48501] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(1681), 1,
anon_sym_DASH,
ACTIONS(1689), 1,
sym_integer,
ACTIONS(1691), 1,
sym_float,
ACTIONS(1822), 1,
sym_identifier,
STATE(969), 1,
sym_concatenated_string,
STATE(1139), 1,
sym_string,
STATE(1361), 1,
sym_match_key_value_pattern,
STATE(1399), 2,
sym_match_literal_pattern,
sym_match_value_pattern,
ACTIONS(1693), 3,
sym_true,
sym_false,
sym_none,
[48538] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1846), 1,
anon_sym_DOT,
STATE(887), 1,
aux_sym_match_value_pattern_repeat1,
ACTIONS(1844), 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,
[48560] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1849), 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,
[48581] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1859), 1,
anon_sym_COLON,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(1865), 1,
anon_sym_RBRACE,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
STATE(942), 1,
sym_for_in_clause,
STATE(1072), 1,
aux_sym__collection_elements_repeat1,
STATE(1445), 1,
sym__comprehension_clauses,
[48618] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1871), 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,
[48639] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1875), 1,
anon_sym_COMMA,
ACTIONS(1877), 1,
anon_sym_if,
STATE(951), 1,
aux_sym_expression_list_repeat1,
ACTIONS(1873), 6,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
[48666] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1844), 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,
[48683] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1859), 1,
anon_sym_COLON,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(1865), 1,
anon_sym_RBRACE,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
STATE(942), 1,
sym_for_in_clause,
STATE(1072), 1,
aux_sym__collection_elements_repeat1,
STATE(1453), 1,
sym__comprehension_clauses,
[48720] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1881), 1,
anon_sym_as,
ACTIONS(1879), 8,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_if,
anon_sym_COLON,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[48743] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1879), 9,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_if,
anon_sym_COLON,
anon_sym_else,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
[48764] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1879), 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,
[48783] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1885), 1,
anon_sym_as,
ACTIONS(1883), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[48808] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1887), 1,
anon_sym_RPAREN,
ACTIONS(1889), 1,
anon_sym_COMMA,
ACTIONS(1892), 1,
anon_sym_as,
STATE(942), 1,
sym_for_in_clause,
STATE(1072), 1,
aux_sym__collection_elements_repeat1,
STATE(1385), 1,
sym__comprehension_clauses,
[48845] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1881), 1,
anon_sym_as,
ACTIONS(1879), 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,
[48866] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(1883), 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,
[48889] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(1894), 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,
[48912] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(608), 1,
sym__string_start,
STATE(668), 2,
sym_string,
aux_sym_concatenated_string_repeat1,
ACTIONS(1896), 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,
[48933] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(1898), 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,
[48956] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1900), 1,
anon_sym_as,
ACTIONS(1849), 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,
[48979] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1902), 1,
anon_sym_DOT,
ACTIONS(1904), 1,
anon_sym_LPAREN,
STATE(906), 1,
aux_sym_match_value_pattern_repeat1,
ACTIONS(1906), 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,
[49002] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1902), 1,
anon_sym_DOT,
ACTIONS(1908), 1,
anon_sym_LPAREN,
STATE(887), 1,
aux_sym_match_value_pattern_repeat1,
ACTIONS(1910), 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,
[49025] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1859), 1,
anon_sym_COLON,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(1865), 1,
anon_sym_RBRACE,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
STATE(942), 1,
sym_for_in_clause,
STATE(1072), 1,
aux_sym__collection_elements_repeat1,
STATE(1389), 1,
sym__comprehension_clauses,
[49062] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1912), 1,
anon_sym_as,
ACTIONS(1871), 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,
[49085] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1914), 1,
anon_sym_as,
ACTIONS(1898), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[49110] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1916), 1,
anon_sym_as,
ACTIONS(1894), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[49135] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(1918), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
[49157] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(1920), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
[49179] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(1865), 1,
anon_sym_RBRACK,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
STATE(942), 1,
sym_for_in_clause,
STATE(1072), 1,
aux_sym__collection_elements_repeat1,
STATE(1386), 1,
sym__comprehension_clauses,
[49213] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(1922), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
[49235] = 9,
ACTIONS(1924), 1,
anon_sym_LBRACE2,
ACTIONS(1930), 1,
sym__not_escape_sequence,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(1935), 1,
sym__string_end,
STATE(915), 1,
aux_sym_string_repeat1,
STATE(1001), 1,
aux_sym_string_content_repeat1,
STATE(1043), 1,
sym_string_content,
STATE(1048), 1,
sym_interpolation,
ACTIONS(1927), 3,
sym__string_content,
sym__escape_interpolation,
sym_escape_sequence,
[49265] = 9,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(1937), 1,
anon_sym_LBRACE2,
ACTIONS(1941), 1,
sym__not_escape_sequence,
ACTIONS(1943), 1,
sym__string_end,
STATE(921), 1,
aux_sym_string_repeat1,
STATE(1001), 1,
aux_sym_string_content_repeat1,
STATE(1043), 1,
sym_string_content,
STATE(1048), 1,
sym_interpolation,
ACTIONS(1939), 3,
sym__string_content,
sym__escape_interpolation,
sym_escape_sequence,
[49295] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1945), 1,
anon_sym_RPAREN,
ACTIONS(1947), 1,
anon_sym_COMMA,
STATE(942), 1,
sym_for_in_clause,
STATE(1273), 1,
aux_sym_argument_list_repeat1,
STATE(1385), 1,
sym__comprehension_clauses,
[49329] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1949), 1,
anon_sym_RPAREN,
STATE(942), 1,
sym_for_in_clause,
STATE(1072), 1,
aux_sym__collection_elements_repeat1,
STATE(1457), 1,
sym__comprehension_clauses,
[49363] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1953), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(1951), 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,
[49381] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(1955), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
[49403] = 9,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(1937), 1,
anon_sym_LBRACE2,
ACTIONS(1941), 1,
sym__not_escape_sequence,
ACTIONS(1957), 1,
sym__string_end,
STATE(915), 1,
aux_sym_string_repeat1,
STATE(1001), 1,
aux_sym_string_content_repeat1,
STATE(1043), 1,
sym_string_content,
STATE(1048), 1,
sym_interpolation,
ACTIONS(1939), 3,
sym__string_content,
sym__escape_interpolation,
sym_escape_sequence,
[49433] = 9,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(1937), 1,
anon_sym_LBRACE2,
ACTIONS(1941), 1,
sym__not_escape_sequence,
ACTIONS(1959), 1,
sym__string_end,
STATE(931), 1,
aux_sym_string_repeat1,
STATE(1001), 1,
aux_sym_string_content_repeat1,
STATE(1043), 1,
sym_string_content,
STATE(1048), 1,
sym_interpolation,
ACTIONS(1939), 3,
sym__string_content,
sym__escape_interpolation,
sym_escape_sequence,
[49463] = 9,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(1937), 1,
anon_sym_LBRACE2,
ACTIONS(1941), 1,
sym__not_escape_sequence,
ACTIONS(1961), 1,
sym__string_end,
STATE(915), 1,
aux_sym_string_repeat1,
STATE(1001), 1,
aux_sym_string_content_repeat1,
STATE(1043), 1,
sym_string_content,
STATE(1048), 1,
sym_interpolation,
ACTIONS(1939), 3,
sym__string_content,
sym__escape_interpolation,
sym_escape_sequence,
[49493] = 9,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(1937), 1,
anon_sym_LBRACE2,
ACTIONS(1941), 1,
sym__not_escape_sequence,
ACTIONS(1963), 1,
sym__string_end,
STATE(923), 1,
aux_sym_string_repeat1,
STATE(1001), 1,
aux_sym_string_content_repeat1,
STATE(1043), 1,
sym_string_content,
STATE(1048), 1,
sym_interpolation,
ACTIONS(1939), 3,
sym__string_content,
sym__escape_interpolation,
sym_escape_sequence,
[49523] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1967), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(1965), 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,
[49541] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1887), 1,
anon_sym_RPAREN,
STATE(942), 1,
sym_for_in_clause,
STATE(1072), 1,
aux_sym__collection_elements_repeat1,
STATE(1385), 1,
sym__comprehension_clauses,
[49575] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1969), 1,
anon_sym_RPAREN,
ACTIONS(1971), 1,
anon_sym_COMMA,
STATE(942), 1,
sym_for_in_clause,
STATE(1290), 1,
aux_sym_argument_list_repeat1,
STATE(1416), 1,
sym__comprehension_clauses,
[49609] = 9,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(1937), 1,
anon_sym_LBRACE2,
ACTIONS(1941), 1,
sym__not_escape_sequence,
ACTIONS(1973), 1,
sym__string_end,
STATE(933), 1,
aux_sym_string_repeat1,
STATE(1001), 1,
aux_sym_string_content_repeat1,
STATE(1043), 1,
sym_string_content,
STATE(1048), 1,
sym_interpolation,
ACTIONS(1939), 3,
sym__string_content,
sym__escape_interpolation,
sym_escape_sequence,
[49639] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(1865), 1,
anon_sym_RBRACK,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
STATE(942), 1,
sym_for_in_clause,
STATE(1072), 1,
aux_sym__collection_elements_repeat1,
STATE(1428), 1,
sym__comprehension_clauses,
[49673] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(1865), 1,
anon_sym_RBRACK,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
STATE(942), 1,
sym_for_in_clause,
STATE(1072), 1,
aux_sym__collection_elements_repeat1,
STATE(1455), 1,
sym__comprehension_clauses,
[49707] = 9,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(1937), 1,
anon_sym_LBRACE2,
ACTIONS(1941), 1,
sym__not_escape_sequence,
ACTIONS(1975), 1,
sym__string_end,
STATE(915), 1,
aux_sym_string_repeat1,
STATE(1001), 1,
aux_sym_string_content_repeat1,
STATE(1043), 1,
sym_string_content,
STATE(1048), 1,
sym_interpolation,
ACTIONS(1939), 3,
sym__string_content,
sym__escape_interpolation,
sym_escape_sequence,
[49737] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1977), 1,
anon_sym_RPAREN,
ACTIONS(1979), 1,
anon_sym_COMMA,
STATE(942), 1,
sym_for_in_clause,
STATE(1277), 1,
aux_sym_argument_list_repeat1,
STATE(1457), 1,
sym__comprehension_clauses,
[49771] = 9,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(1937), 1,
anon_sym_LBRACE2,
ACTIONS(1941), 1,
sym__not_escape_sequence,
ACTIONS(1981), 1,
sym__string_end,
STATE(915), 1,
aux_sym_string_repeat1,
STATE(1001), 1,
aux_sym_string_content_repeat1,
STATE(1043), 1,
sym_string_content,
STATE(1048), 1,
sym_interpolation,
ACTIONS(1939), 3,
sym__string_content,
sym__escape_interpolation,
sym_escape_sequence,
[49801] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1983), 1,
anon_sym_RPAREN,
STATE(942), 1,
sym_for_in_clause,
STATE(1072), 1,
aux_sym__collection_elements_repeat1,
STATE(1416), 1,
sym__comprehension_clauses,
[49835] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1985), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[49854] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1985), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[49873] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1875), 1,
anon_sym_COMMA,
ACTIONS(1877), 1,
anon_sym_if,
STATE(951), 1,
aux_sym_expression_list_repeat1,
ACTIONS(1987), 4,
anon_sym_COLON,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
[49898] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(1985), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[49917] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1991), 1,
anon_sym_if,
ACTIONS(1994), 1,
anon_sym_async,
ACTIONS(1997), 1,
anon_sym_for,
ACTIONS(1989), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
STATE(939), 3,
sym_for_in_clause,
sym_if_clause,
aux_sym__comprehension_clauses_repeat1,
[49940] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2002), 1,
anon_sym_PIPE,
STATE(940), 1,
aux_sym_match_or_pattern_repeat1,
ACTIONS(2000), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
[49959] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2007), 1,
anon_sym_PIPE,
STATE(940), 1,
aux_sym_match_or_pattern_repeat1,
ACTIONS(2005), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
[49978] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(2011), 1,
anon_sym_if,
ACTIONS(2009), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
STATE(943), 3,
sym_for_in_clause,
sym_if_clause,
aux_sym__comprehension_clauses_repeat1,
[50001] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(2011), 1,
anon_sym_if,
ACTIONS(2013), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
STATE(939), 3,
sym_for_in_clause,
sym_if_clause,
aux_sym__comprehension_clauses_repeat1,
[50024] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2007), 1,
anon_sym_PIPE,
STATE(941), 1,
aux_sym_match_or_pattern_repeat1,
ACTIONS(2015), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
[50043] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2017), 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,
[50057] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2019), 1,
anon_sym_from,
ACTIONS(2021), 1,
anon_sym_COMMA,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
STATE(1074), 1,
aux_sym_expression_list_repeat1,
ACTIONS(2029), 2,
sym__newline,
sym__semicolon,
[50083] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(2031), 1,
anon_sym_async,
ACTIONS(2033), 1,
anon_sym_def,
ACTIONS(2035), 1,
anon_sym_class,
STATE(554), 2,
sym_function_definition,
sym_class_definition,
STATE(1055), 2,
sym_decorator,
aux_sym_decorated_definition_repeat1,
[50107] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2000), 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,
[50121] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2037), 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,
[50135] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(1879), 6,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
anon_sym_if,
anon_sym_EQ,
sym__semicolon,
[50153] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2041), 1,
anon_sym_COMMA,
STATE(963), 1,
aux_sym_expression_list_repeat1,
ACTIONS(2039), 6,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
[50171] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2043), 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,
[50185] = 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,
[50199] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2047), 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,
[50213] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2049), 1,
anon_sym_COMMA,
STATE(963), 1,
aux_sym_expression_list_repeat1,
ACTIONS(2039), 6,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
[50231] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(1879), 7,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
anon_sym_if,
anon_sym_EQ,
anon_sym_or,
sym__semicolon,
[50247] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2053), 1,
anon_sym_COMMA,
STATE(981), 1,
aux_sym_for_in_clause_repeat1,
ACTIONS(2051), 6,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[50265] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2055), 8,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RBRACE,
[50279] = 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,
[50293] = 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,
[50307] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2061), 8,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RBRACE,
[50321] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(1883), 5,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
anon_sym_EQ,
sym__semicolon,
[50341] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2065), 1,
anon_sym_COMMA,
STATE(963), 1,
aux_sym_expression_list_repeat1,
ACTIONS(2063), 6,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
[50359] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2070), 1,
anon_sym_PIPE,
ACTIONS(2068), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
[50375] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2072), 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,
[50389] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2074), 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,
[50403] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2076), 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,
[50417] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2078), 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,
[50431] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1896), 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,
[50445] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2080), 8,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RBRACE,
[50459] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1840), 8,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
anon_sym_if,
anon_sym_EQ,
anon_sym_and,
anon_sym_or,
sym__semicolon,
[50473] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2084), 1,
anon_sym_COMMA,
STATE(972), 1,
aux_sym_for_in_clause_repeat1,
ACTIONS(2082), 6,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[50491] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(1849), 6,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
anon_sym_if,
anon_sym_EQ,
sym__semicolon,
[50509] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2087), 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,
[50523] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(1894), 5,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
anon_sym_EQ,
sym__semicolon,
[50543] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2091), 1,
anon_sym_COMMA,
STATE(972), 1,
aux_sym_for_in_clause_repeat1,
ACTIONS(2089), 6,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[50561] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(2093), 6,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[50579] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(1871), 6,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
anon_sym_if,
anon_sym_EQ,
sym__semicolon,
[50597] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(1920), 5,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
anon_sym_EQ,
sym__semicolon,
[50617] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2097), 1,
anon_sym_COMMA,
STATE(976), 1,
aux_sym_for_in_clause_repeat1,
ACTIONS(2095), 6,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[50635] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
anon_sym_COMMA,
STATE(972), 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,
[50653] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(67), 1,
anon_sym_AT,
ACTIONS(2103), 1,
anon_sym_async,
ACTIONS(2105), 1,
anon_sym_def,
ACTIONS(2107), 1,
anon_sym_class,
STATE(525), 2,
sym_function_definition,
sym_class_definition,
STATE(1055), 2,
sym_decorator,
aux_sym_decorated_definition_repeat1,
[50677] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1902), 1,
anon_sym_DOT,
ACTIONS(1904), 1,
anon_sym_LPAREN,
ACTIONS(2109), 1,
anon_sym_EQ,
STATE(906), 1,
aux_sym_match_value_pattern_repeat1,
ACTIONS(1906), 4,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_PIPE,
[50699] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2111), 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,
[50713] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1411), 8,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
anon_sym_if,
anon_sym_EQ,
anon_sym_and,
anon_sym_or,
sym__semicolon,
[50727] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2113), 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,
[50741] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(1898), 5,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
anon_sym_EQ,
sym__semicolon,
[50761] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2115), 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,
[50775] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2117), 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,
[50789] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2119), 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,
[50803] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2121), 1,
sym_identifier,
ACTIONS(2123), 1,
anon_sym_LPAREN,
ACTIONS(2125), 1,
anon_sym_STAR,
STATE(1085), 1,
sym_dotted_name,
STATE(1154), 1,
sym_aliased_import,
STATE(1377), 1,
sym__import_list,
STATE(1378), 1,
sym_wildcard_import,
[50828] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2129), 1,
anon_sym_as,
ACTIONS(2127), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_if,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
[50843] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2131), 1,
sym_identifier,
ACTIONS(2133), 1,
anon_sym_DOT,
ACTIONS(2135), 1,
anon_sym___future__,
STATE(1144), 1,
aux_sym_import_prefix_repeat1,
STATE(1260), 1,
sym_import_prefix,
STATE(1437), 2,
sym_relative_import,
sym_dotted_name,
[50866] = 6,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2137), 1,
anon_sym_LBRACE2,
ACTIONS(2142), 1,
sym__not_escape_sequence,
ACTIONS(2145), 1,
sym__string_end,
STATE(994), 1,
aux_sym_string_content_repeat1,
ACTIONS(2139), 3,
sym__string_content,
sym__escape_interpolation,
sym_escape_sequence,
[50887] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2021), 1,
anon_sym_COMMA,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
STATE(1074), 1,
aux_sym_expression_list_repeat1,
ACTIONS(2147), 2,
sym__newline,
sym__semicolon,
[50910] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(1922), 4,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
sym__semicolon,
[50929] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2149), 1,
anon_sym_except,
ACTIONS(2151), 1,
anon_sym_finally,
STATE(514), 1,
sym_finally_clause,
STATE(230), 2,
sym_except_clause,
aux_sym_try_statement_repeat1,
STATE(231), 2,
sym_except_group_clause,
aux_sym_try_statement_repeat2,
[50950] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(2153), 1,
anon_sym_COMMA,
STATE(1172), 1,
aux_sym_assert_statement_repeat1,
ACTIONS(2155), 2,
sym__newline,
sym__semicolon,
[50973] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1840), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
anon_sym_and,
anon_sym_or,
[50986] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1873), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
[50999] = 6,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2157), 1,
anon_sym_LBRACE2,
ACTIONS(2161), 1,
sym__not_escape_sequence,
ACTIONS(2163), 1,
sym__string_end,
STATE(994), 1,
aux_sym_string_content_repeat1,
ACTIONS(2159), 3,
sym__string_content,
sym__escape_interpolation,
sym_escape_sequence,
[51020] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1857), 1,
anon_sym_if,
ACTIONS(1867), 1,
anon_sym_and,
ACTIONS(1869), 1,
anon_sym_or,
ACTIONS(2165), 4,
anon_sym_COMMA,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACE,
[51039] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1411), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
anon_sym_and,
anon_sym_or,
[51052] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1955), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_EQ,
sym_type_conversion,
[51065] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2167), 4,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[51084] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2169), 1,
sym_identifier,
ACTIONS(2171), 1,
anon_sym_STAR,
ACTIONS(2173), 1,
anon_sym_STAR_STAR,
STATE(1317), 4,
sym_typevar_parameter,
sym_typevartuple_parameter,
sym_paramspec_parameter,
sym__type_parameter,
[51103] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 1,
anon_sym_and,
ACTIONS(2177), 1,
anon_sym_or,
ACTIONS(1871), 5,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
[51120] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 1,
anon_sym_and,
ACTIONS(2177), 1,
anon_sym_or,
ACTIONS(2179), 1,
anon_sym_if,
ACTIONS(1894), 4,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_COLON,
[51139] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 1,
anon_sym_and,
ACTIONS(2177), 1,
anon_sym_or,
ACTIONS(1849), 5,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
[51156] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 1,
anon_sym_and,
ACTIONS(1879), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
anon_sym_or,
[51171] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2181), 4,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_EQ,
[51190] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 1,
anon_sym_and,
ACTIONS(2177), 1,
anon_sym_or,
ACTIONS(1879), 5,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_if,
anon_sym_COLON,
[51207] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2149), 1,
anon_sym_except,
ACTIONS(2151), 1,
anon_sym_finally,
STATE(575), 1,
sym_finally_clause,
STATE(235), 2,
sym_except_clause,
aux_sym_try_statement_repeat1,
STATE(237), 2,
sym_except_group_clause,
aux_sym_try_statement_repeat2,
[51228] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2021), 1,
anon_sym_COMMA,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
STATE(1074), 1,
aux_sym_expression_list_repeat1,
ACTIONS(1873), 2,
sym__newline,
sym__semicolon,
[51251] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2169), 1,
sym_identifier,
ACTIONS(2171), 1,
anon_sym_STAR,
ACTIONS(2173), 1,
anon_sym_STAR_STAR,
STATE(1297), 4,
sym_typevar_parameter,
sym_typevartuple_parameter,
sym_paramspec_parameter,
sym__type_parameter,
[51270] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 1,
anon_sym_and,
ACTIONS(2177), 1,
anon_sym_or,
ACTIONS(2179), 1,
anon_sym_if,
ACTIONS(1898), 4,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_COLON,
[51289] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 1,
anon_sym_and,
ACTIONS(2177), 1,
anon_sym_or,
ACTIONS(2179), 1,
anon_sym_if,
ACTIONS(1883), 4,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
anon_sym_COLON,
[51308] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2183), 1,
anon_sym_COMMA,
ACTIONS(2185), 1,
anon_sym_COLON,
ACTIONS(2187), 1,
anon_sym_RBRACK,
STATE(1281), 1,
aux_sym_subscript_repeat1,
[51333] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(2189), 1,
anon_sym_COMMA,
STATE(1130), 1,
aux_sym_print_statement_repeat1,
ACTIONS(2191), 2,
sym__newline,
sym__semicolon,
[51356] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2193), 1,
anon_sym_except,
ACTIONS(2195), 1,
anon_sym_finally,
STATE(522), 1,
sym_finally_clause,
STATE(238), 2,
sym_except_clause,
aux_sym_try_statement_repeat1,
STATE(243), 2,
sym_except_group_clause,
aux_sym_try_statement_repeat2,
[51377] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(2153), 1,
anon_sym_COMMA,
STATE(1131), 1,
aux_sym_assert_statement_repeat1,
ACTIONS(2197), 2,
sym__newline,
sym__semicolon,
[51400] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2199), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[51413] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2185), 1,
anon_sym_COLON,
ACTIONS(2201), 1,
anon_sym_COMMA,
ACTIONS(2203), 1,
anon_sym_RBRACK,
STATE(1280), 1,
aux_sym_subscript_repeat1,
[51438] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2082), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[51451] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2021), 1,
anon_sym_COMMA,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
STATE(1074), 1,
aux_sym_expression_list_repeat1,
ACTIONS(2205), 2,
sym__newline,
sym__semicolon,
[51474] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(1955), 4,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
sym__semicolon,
[51493] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2021), 1,
anon_sym_COMMA,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
STATE(1074), 1,
aux_sym_expression_list_repeat1,
ACTIONS(2207), 2,
sym__newline,
sym__semicolon,
[51516] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2185), 1,
anon_sym_COLON,
ACTIONS(2209), 1,
anon_sym_COMMA,
ACTIONS(2211), 1,
anon_sym_RBRACK,
STATE(1284), 1,
aux_sym_subscript_repeat1,
[51541] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2021), 1,
anon_sym_COMMA,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
STATE(1074), 1,
aux_sym_expression_list_repeat1,
ACTIONS(2213), 2,
sym__newline,
sym__semicolon,
[51564] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2193), 1,
anon_sym_except,
ACTIONS(2195), 1,
anon_sym_finally,
STATE(481), 1,
sym_finally_clause,
STATE(223), 2,
sym_except_group_clause,
aux_sym_try_statement_repeat2,
STATE(225), 2,
sym_except_clause,
aux_sym_try_statement_repeat1,
[51585] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(2215), 1,
anon_sym_COMMA,
ACTIONS(2217), 1,
anon_sym_RBRACE,
STATE(942), 1,
sym_for_in_clause,
STATE(1182), 1,
aux_sym_dictionary_repeat1,
STATE(1390), 1,
sym__comprehension_clauses,
[51610] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(2219), 1,
anon_sym_COMMA,
ACTIONS(2221), 1,
anon_sym_RBRACE,
STATE(942), 1,
sym_for_in_clause,
STATE(1285), 1,
aux_sym_dictionary_repeat1,
STATE(1432), 1,
sym__comprehension_clauses,
[51635] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 1,
anon_sym_and,
ACTIONS(2177), 1,
anon_sym_or,
ACTIONS(2179), 1,
anon_sym_if,
ACTIONS(2225), 1,
anon_sym_as,
ACTIONS(2223), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
[51656] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2227), 7,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_if,
anon_sym_async,
anon_sym_for,
anon_sym_RBRACK,
anon_sym_RBRACE,
[51669] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1861), 1,
anon_sym_async,
ACTIONS(1863), 1,
anon_sym_for,
ACTIONS(2229), 1,
anon_sym_COMMA,
ACTIONS(2231), 1,
anon_sym_RBRACE,
STATE(942), 1,
sym_for_in_clause,
STATE(1242), 1,
aux_sym_dictionary_repeat1,
STATE(1452), 1,
sym__comprehension_clauses,
[51694] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(1977), 1,
anon_sym_RPAREN,
ACTIONS(1979), 1,
anon_sym_COMMA,
STATE(1277), 1,
aux_sym_argument_list_repeat1,
[51716] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2233), 1,
anon_sym_DOT,
STATE(1037), 1,
aux_sym_match_value_pattern_repeat1,
ACTIONS(1844), 4,
sym__newline,
anon_sym_COMMA,
anon_sym_as,
sym__semicolon,
[51732] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1875), 1,
anon_sym_COMMA,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2236), 1,
anon_sym_COLON,
STATE(951), 1,
aux_sym_expression_list_repeat1,
[51754] = 3,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2238), 2,
anon_sym_LBRACE2,
sym__not_escape_sequence,
ACTIONS(2240), 4,
sym__string_content,
sym__string_end,
sym__escape_interpolation,
sym_escape_sequence,
[51768] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(2181), 3,
sym__newline,
anon_sym_EQ,
sym__semicolon,
[51786] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2242), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
[51804] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2244), 1,
anon_sym_DOT,
STATE(1037), 1,
aux_sym_match_value_pattern_repeat1,
ACTIONS(2246), 4,
sym__newline,
anon_sym_COMMA,
anon_sym_as,
sym__semicolon,
[51820] = 3,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2248), 2,
anon_sym_LBRACE2,
sym__not_escape_sequence,
ACTIONS(2250), 4,
sym__string_content,
sym__string_end,
sym__escape_interpolation,
sym_escape_sequence,
[51834] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2254), 1,
anon_sym_COLON,
ACTIONS(2256), 1,
anon_sym_EQ,
STATE(1161), 1,
sym__type_bound,
STATE(1374), 1,
sym__type_param_default,
ACTIONS(2252), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[51854] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2258), 3,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_EQ,
[51872] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1902), 1,
anon_sym_DOT,
STATE(887), 1,
aux_sym_match_value_pattern_repeat1,
ACTIONS(2246), 4,
anon_sym_import,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
[51888] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1875), 1,
anon_sym_COMMA,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2260), 1,
anon_sym_COLON,
STATE(951), 1,
aux_sym_expression_list_repeat1,
[51910] = 3,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2262), 2,
anon_sym_LBRACE2,
sym__not_escape_sequence,
ACTIONS(2264), 4,
sym__string_content,
sym__string_end,
sym__escape_interpolation,
sym_escape_sequence,
[51924] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1875), 1,
anon_sym_COMMA,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2266), 1,
anon_sym_COLON,
STATE(951), 1,
aux_sym_expression_list_repeat1,
[51946] = 3,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2268), 2,
anon_sym_LBRACE2,
sym__not_escape_sequence,
ACTIONS(2270), 4,
sym__string_content,
sym__string_end,
sym__escape_interpolation,
sym_escape_sequence,
[51960] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2274), 1,
anon_sym_COLON,
ACTIONS(2272), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[51980] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2278), 1,
anon_sym_COLON,
ACTIONS(2276), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[52000] = 3,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2280), 2,
anon_sym_LBRACE2,
sym__not_escape_sequence,
ACTIONS(2282), 4,
sym__string_content,
sym__string_end,
sym__escape_interpolation,
sym_escape_sequence,
[52014] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2185), 1,
anon_sym_COLON,
ACTIONS(2284), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[52034] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2288), 1,
anon_sym_AT,
STATE(1055), 2,
sym_decorator,
aux_sym_decorated_definition_repeat1,
ACTIONS(2286), 3,
anon_sym_async,
anon_sym_def,
anon_sym_class,
[52050] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 1,
anon_sym_and,
ACTIONS(2177), 1,
anon_sym_or,
ACTIONS(2179), 1,
anon_sym_if,
ACTIONS(2293), 1,
anon_sym_COLON,
ACTIONS(2291), 2,
anon_sym_COMMA,
anon_sym_as,
[52070] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1875), 1,
anon_sym_COMMA,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2295), 1,
anon_sym_COLON,
STATE(951), 1,
aux_sym_expression_list_repeat1,
[52092] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1902), 1,
anon_sym_DOT,
STATE(1046), 1,
aux_sym_match_value_pattern_repeat1,
ACTIONS(2297), 4,
anon_sym_import,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_as,
[52108] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(2299), 3,
sym__newline,
anon_sym_COMMA,
sym__semicolon,
[52126] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(2301), 3,
sym__newline,
anon_sym_COMMA,
sym__semicolon,
[52144] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2305), 1,
anon_sym_COMMA,
STATE(1061), 1,
aux_sym_open_sequence_match_pattern_repeat1,
ACTIONS(2303), 4,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_COLON,
anon_sym_RBRACK,
[52160] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2308), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_if,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
[52172] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 1,
anon_sym_and,
ACTIONS(2177), 1,
anon_sym_or,
ACTIONS(2179), 1,
anon_sym_if,
ACTIONS(2312), 1,
anon_sym_COLON,
ACTIONS(2310), 2,
anon_sym_COMMA,
anon_sym_as,
[52192] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2314), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
[52210] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(2316), 3,
sym__newline,
anon_sym_COMMA,
sym__semicolon,
[52228] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1875), 1,
anon_sym_COMMA,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2318), 1,
anon_sym_COLON,
STATE(951), 1,
aux_sym_expression_list_repeat1,
[52250] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1875), 1,
anon_sym_COMMA,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2320), 1,
anon_sym_COLON,
STATE(951), 1,
aux_sym_expression_list_repeat1,
[52272] = 3,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2322), 2,
anon_sym_LBRACE2,
sym__not_escape_sequence,
ACTIONS(2324), 4,
sym__string_content,
sym__string_end,
sym__escape_interpolation,
sym_escape_sequence,
[52286] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1906), 6,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_if,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RBRACE,
[52298] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2244), 1,
anon_sym_DOT,
STATE(1042), 1,
aux_sym_match_value_pattern_repeat1,
ACTIONS(2297), 4,
sym__newline,
anon_sym_COMMA,
anon_sym_as,
sym__semicolon,
[52314] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2326), 1,
anon_sym_LPAREN,
ACTIONS(2328), 1,
anon_sym_COLON,
ACTIONS(2330), 1,
anon_sym_LBRACK,
STATE(1255), 1,
sym_type_parameters,
STATE(1442), 1,
sym_argument_list,
[52333] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2334), 1,
anon_sym_COMMA,
STATE(1077), 1,
aux_sym__collection_elements_repeat1,
ACTIONS(2332), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
[52348] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2336), 1,
anon_sym_COLON,
ACTIONS(2338), 1,
anon_sym_RBRACE,
ACTIONS(2340), 1,
anon_sym_EQ,
ACTIONS(2342), 1,
sym_type_conversion,
STATE(1441), 1,
sym_format_specifier,
[52367] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2344), 1,
anon_sym_COMMA,
STATE(1107), 1,
aux_sym_expression_list_repeat1,
ACTIONS(2039), 3,
sym__newline,
anon_sym_from,
sym__semicolon,
[52382] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1844), 5,
sym__newline,
anon_sym_DOT,
anon_sym_COMMA,
anon_sym_as,
sym__semicolon,
[52393] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2346), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[52410] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2350), 1,
anon_sym_COMMA,
STATE(1077), 1,
aux_sym__collection_elements_repeat1,
ACTIONS(2348), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
[52425] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2353), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[52442] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(2355), 2,
sym__newline,
sym__semicolon,
[52459] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2357), 1,
anon_sym_COMMA,
STATE(1107), 1,
aux_sym_expression_list_repeat1,
ACTIONS(2039), 3,
sym__newline,
anon_sym_from,
sym__semicolon,
[52474] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2359), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[52491] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2361), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[52508] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(2363), 2,
sym__newline,
sym__semicolon,
[52525] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 1,
anon_sym_and,
ACTIONS(2177), 1,
anon_sym_or,
ACTIONS(2179), 1,
anon_sym_if,
ACTIONS(2365), 1,
anon_sym_as,
ACTIONS(2367), 1,
anon_sym_COLON,
[52544] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2369), 1,
anon_sym_COMMA,
ACTIONS(2371), 1,
anon_sym_as,
STATE(1124), 1,
aux_sym__import_list_repeat1,
ACTIONS(2373), 2,
sym__newline,
sym__semicolon,
[52561] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2165), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[52578] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(2375), 2,
sym__newline,
sym__semicolon,
[52595] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2121), 1,
sym_identifier,
STATE(1158), 1,
sym_dotted_name,
STATE(1195), 1,
sym_aliased_import,
ACTIONS(2377), 2,
sym__newline,
sym__semicolon,
[52612] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2379), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[52629] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2336), 1,
anon_sym_COLON,
ACTIONS(2381), 1,
anon_sym_RBRACE,
ACTIONS(2383), 1,
anon_sym_EQ,
ACTIONS(2385), 1,
sym_type_conversion,
STATE(1476), 1,
sym_format_specifier,
[52648] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2387), 5,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_if,
anon_sym_COLON,
anon_sym_RBRACK,
[52659] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2389), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[52676] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2391), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[52693] = 6,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2393), 1,
anon_sym_RBRACE,
ACTIONS(2395), 1,
anon_sym_LBRACE2,
ACTIONS(2398), 1,
aux_sym_format_specifier_token1,
STATE(1094), 1,
aux_sym_format_specifier_repeat1,
STATE(1245), 1,
sym_interpolation,
[52712] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2303), 5,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_if,
anon_sym_COLON,
anon_sym_RBRACK,
[52723] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2401), 1,
anon_sym_COMMA,
STATE(1077), 1,
aux_sym__collection_elements_repeat1,
ACTIONS(2332), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
[52738] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(2403), 2,
sym__newline,
sym__semicolon,
[52755] = 6,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2405), 1,
anon_sym_RBRACE,
ACTIONS(2407), 1,
anon_sym_LBRACE2,
ACTIONS(2409), 1,
aux_sym_format_specifier_token1,
STATE(1108), 1,
aux_sym_format_specifier_repeat1,
STATE(1245), 1,
sym_interpolation,
[52774] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2411), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[52791] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
STATE(1096), 1,
aux_sym__collection_elements_repeat1,
ACTIONS(1865), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
[52806] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2121), 1,
sym_identifier,
ACTIONS(2413), 1,
anon_sym_LPAREN,
STATE(1085), 1,
sym_dotted_name,
STATE(1154), 1,
sym_aliased_import,
STATE(1375), 1,
sym__import_list,
[52825] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(1918), 2,
sym__newline,
sym__semicolon,
[52842] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2121), 1,
sym_identifier,
STATE(1158), 1,
sym_dotted_name,
STATE(1195), 1,
sym_aliased_import,
ACTIONS(2415), 2,
sym__newline,
sym__semicolon,
[52859] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2326), 1,
anon_sym_LPAREN,
ACTIONS(2330), 1,
anon_sym_LBRACK,
ACTIONS(2417), 1,
anon_sym_COLON,
STATE(1269), 1,
sym_type_parameters,
STATE(1439), 1,
sym_argument_list,
[52878] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2121), 1,
sym_identifier,
STATE(1158), 1,
sym_dotted_name,
STATE(1195), 1,
sym_aliased_import,
ACTIONS(2377), 2,
sym__newline,
sym__semicolon,
[52895] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2175), 1,
anon_sym_and,
ACTIONS(2177), 1,
anon_sym_or,
ACTIONS(2179), 1,
anon_sym_if,
ACTIONS(2419), 1,
anon_sym_as,
ACTIONS(2421), 1,
anon_sym_COLON,
[52914] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2423), 1,
anon_sym_COMMA,
STATE(1107), 1,
aux_sym_expression_list_repeat1,
ACTIONS(2063), 3,
sym__newline,
anon_sym_from,
sym__semicolon,
[52929] = 6,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2407), 1,
anon_sym_LBRACE2,
ACTIONS(2426), 1,
anon_sym_RBRACE,
ACTIONS(2428), 1,
aux_sym_format_specifier_token1,
STATE(1094), 1,
aux_sym_format_specifier_repeat1,
STATE(1245), 1,
sym_interpolation,
[52948] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2430), 1,
anon_sym_COLON,
[52964] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2432), 1,
anon_sym_else,
[52980] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2121), 1,
sym_identifier,
STATE(1085), 1,
sym_dotted_name,
STATE(1154), 1,
sym_aliased_import,
STATE(1365), 1,
sym__import_list,
[52996] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2434), 1,
anon_sym_COLON,
[53012] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2377), 1,
anon_sym_RPAREN,
ACTIONS(2436), 1,
sym_identifier,
STATE(1253), 1,
sym_dotted_name,
STATE(1326), 1,
sym_aliased_import,
[53028] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2440), 1,
anon_sym_COLON,
ACTIONS(2442), 1,
anon_sym_EQ,
ACTIONS(2438), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[53042] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2444), 1,
anon_sym_COLON,
[53058] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2377), 1,
anon_sym_RPAREN,
ACTIONS(2436), 1,
sym_identifier,
STATE(1253), 1,
sym_dotted_name,
STATE(1326), 1,
sym_aliased_import,
[53074] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2446), 1,
anon_sym_COLON,
[53090] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2330), 1,
anon_sym_LBRACK,
ACTIONS(2448), 1,
anon_sym_LPAREN,
STATE(1329), 1,
sym_parameters,
STATE(1332), 1,
sym_type_parameters,
[53106] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2450), 1,
anon_sym_COMMA,
STATE(1141), 1,
aux_sym_global_statement_repeat1,
ACTIONS(2452), 2,
sym__newline,
sym__semicolon,
[53120] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2450), 1,
anon_sym_COMMA,
STATE(1143), 1,
aux_sym_global_statement_repeat1,
ACTIONS(2454), 2,
sym__newline,
sym__semicolon,
[53134] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2023), 1,
anon_sym_if,
ACTIONS(2025), 1,
anon_sym_and,
ACTIONS(2027), 1,
anon_sym_or,
ACTIONS(2456), 1,
sym__newline,
[53150] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2458), 1,
anon_sym_COLON,
[53166] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2460), 1,
anon_sym_COMMA,
STATE(1155), 1,
aux_sym__import_list_repeat1,
ACTIONS(2462), 2,
sym__newline,
sym__semicolon,
[53180] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2464), 1,
anon_sym_COMMA,
STATE(1155), 1,
aux_sym__import_list_repeat1,
ACTIONS(2462), 2,
sym__newline,
sym__semicolon,
[53194] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2468), 1,
anon_sym_DOT,
STATE(1125), 1,
aux_sym_import_prefix_repeat1,
ACTIONS(2466), 2,
anon_sym_import,
sym_identifier,
[53208] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2471), 1,
anon_sym_COLON,
[53224] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2475), 1,
anon_sym_COMMA,
STATE(854), 1,
aux_sym__patterns_repeat1,
ACTIONS(2473), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[53238] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2477), 1,
anon_sym_COMMA,
STATE(1129), 1,
aux_sym_print_statement_repeat1,
ACTIONS(2479), 2,
sym__newline,
sym__semicolon,
[53252] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2481), 1,
anon_sym_COMMA,
STATE(1159), 1,
aux_sym_print_statement_repeat1,
ACTIONS(2483), 2,
sym__newline,
sym__semicolon,
[53266] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2485), 1,
anon_sym_COMMA,
STATE(1159), 1,
aux_sym_print_statement_repeat1,
ACTIONS(2487), 2,
sym__newline,
sym__semicolon,
[53280] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2153), 1,
anon_sym_COMMA,
STATE(1157), 1,
aux_sym_assert_statement_repeat1,
ACTIONS(2489), 2,
sym__newline,
sym__semicolon,
[53294] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2491), 1,
anon_sym_else,
[53310] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2493), 1,
anon_sym_COMMA,
STATE(1133), 1,
aux_sym_global_statement_repeat1,
ACTIONS(2496), 2,
sym__newline,
sym__semicolon,
[53324] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2500), 1,
anon_sym_COMMA,
STATE(1127), 1,
aux_sym__patterns_repeat1,
ACTIONS(2498), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[53338] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2330), 1,
anon_sym_LBRACK,
ACTIONS(2448), 1,
anon_sym_LPAREN,
STATE(1330), 1,
sym_type_parameters,
STATE(1383), 1,
sym_parameters,
[53354] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2502), 1,
anon_sym_case,
STATE(556), 1,
sym_cases,
STATE(345), 2,
sym_case_block,
aux_sym_cases_repeat1,
[53368] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2502), 1,
anon_sym_case,
STATE(555), 1,
sym_cases,
STATE(345), 2,
sym_case_block,
aux_sym_cases_repeat1,
[53382] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2504), 1,
anon_sym_COLON,
[53398] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(299), 1,
sym__string_start,
ACTIONS(1896), 1,
anon_sym_COLON,
STATE(582), 2,
sym_string,
aux_sym_concatenated_string_repeat1,
[53412] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2506), 1,
anon_sym_COLON,
[53428] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2450), 1,
anon_sym_COMMA,
STATE(1133), 1,
aux_sym_global_statement_repeat1,
ACTIONS(2508), 2,
sym__newline,
sym__semicolon,
[53442] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2510), 1,
anon_sym_COLON,
[53458] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2450), 1,
anon_sym_COMMA,
STATE(1133), 1,
aux_sym_global_statement_repeat1,
ACTIONS(2512), 2,
sym__newline,
sym__semicolon,
[53472] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2516), 1,
anon_sym_DOT,
STATE(1125), 1,
aux_sym_import_prefix_repeat1,
ACTIONS(2514), 2,
anon_sym_import,
sym_identifier,
[53486] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2520), 1,
anon_sym_COMMA,
STATE(1145), 1,
aux_sym_with_clause_repeat1,
ACTIONS(2518), 2,
anon_sym_RPAREN,
anon_sym_COLON,
[53500] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2523), 4,
anon_sym_async,
anon_sym_def,
anon_sym_class,
anon_sym_AT,
[53510] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2525), 1,
anon_sym_COMMA,
STATE(1061), 1,
aux_sym_open_sequence_match_pattern_repeat1,
ACTIONS(1701), 2,
anon_sym_if,
anon_sym_COLON,
[53524] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2330), 1,
anon_sym_LBRACK,
ACTIONS(2448), 1,
anon_sym_LPAREN,
STATE(1315), 1,
sym_type_parameters,
STATE(1345), 1,
sym_parameters,
[53540] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2336), 1,
anon_sym_COLON,
ACTIONS(2527), 1,
anon_sym_RBRACE,
ACTIONS(2529), 1,
sym_type_conversion,
STATE(1433), 1,
sym_format_specifier,
[53556] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1955), 4,
sym__newline,
anon_sym_from,
anon_sym_COMMA,
sym__semicolon,
[53566] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2531), 1,
anon_sym_else,
[53582] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2330), 1,
anon_sym_LBRACK,
ACTIONS(2448), 1,
anon_sym_LPAREN,
STATE(1319), 1,
sym_type_parameters,
STATE(1342), 1,
sym_parameters,
[53598] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2181), 4,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_EQ,
[53608] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2369), 1,
anon_sym_COMMA,
STATE(1123), 1,
aux_sym__import_list_repeat1,
ACTIONS(2373), 2,
sym__newline,
sym__semicolon,
[53622] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2533), 1,
anon_sym_COMMA,
STATE(1155), 1,
aux_sym__import_list_repeat1,
ACTIONS(2536), 2,
sym__newline,
sym__semicolon,
[53636] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2256), 1,
anon_sym_EQ,
STATE(1336), 1,
sym__type_param_default,
ACTIONS(2538), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[53650] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2540), 1,
anon_sym_COMMA,
STATE(1157), 1,
aux_sym_assert_statement_repeat1,
ACTIONS(2299), 2,
sym__newline,
sym__semicolon,
[53664] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2371), 1,
anon_sym_as,
ACTIONS(2543), 3,
sym__newline,
anon_sym_COMMA,
sym__semicolon,
[53676] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2545), 1,
anon_sym_COMMA,
STATE(1159), 1,
aux_sym_print_statement_repeat1,
ACTIONS(2548), 2,
sym__newline,
sym__semicolon,
[53690] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2550), 1,
anon_sym_COLON,
[53706] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2256), 1,
anon_sym_EQ,
STATE(1328), 1,
sym__type_param_default,
ACTIONS(2552), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[53720] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2554), 1,
anon_sym_case,
STATE(487), 1,
sym_cases,
STATE(334), 2,
sym_case_block,
aux_sym_cases_repeat1,
[53734] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2336), 1,
anon_sym_COLON,
ACTIONS(2556), 1,
anon_sym_RBRACE,
ACTIONS(2558), 1,
sym_type_conversion,
STATE(1495), 1,
sym_format_specifier,
[53750] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2554), 1,
anon_sym_case,
STATE(486), 1,
sym_cases,
STATE(334), 2,
sym_case_block,
aux_sym_cases_repeat1,
[53764] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2373), 1,
anon_sym_RPAREN,
ACTIONS(2560), 1,
anon_sym_COMMA,
ACTIONS(2562), 1,
anon_sym_as,
STATE(1208), 1,
aux_sym__import_list_repeat1,
[53780] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2564), 1,
anon_sym_COLON,
[53796] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2167), 4,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[53806] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2415), 1,
anon_sym_RPAREN,
ACTIONS(2436), 1,
sym_identifier,
STATE(1253), 1,
sym_dotted_name,
STATE(1326), 1,
sym_aliased_import,
[53822] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2566), 4,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[53832] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2568), 4,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[53842] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2572), 1,
anon_sym_EQ,
ACTIONS(2570), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
[53854] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2153), 1,
anon_sym_COMMA,
STATE(1157), 1,
aux_sym_assert_statement_repeat1,
ACTIONS(2574), 2,
sym__newline,
sym__semicolon,
[53868] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2576), 1,
anon_sym_COLON,
[53884] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2436), 1,
sym_identifier,
STATE(1165), 1,
sym_dotted_name,
STATE(1215), 1,
sym_aliased_import,
STATE(1499), 1,
sym__import_list,
[53900] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1851), 1,
anon_sym_and,
ACTIONS(1853), 1,
anon_sym_or,
ACTIONS(1877), 1,
anon_sym_if,
ACTIONS(2578), 1,
anon_sym_else,
[53916] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2436), 1,
sym_identifier,
STATE(1165), 1,
sym_dotted_name,
STATE(1215), 1,
sym_aliased_import,
STATE(1496), 1,
sym__import_list,
[53932] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2256), 1,
anon_sym_EQ,
STATE(1344), 1,
sym__type_param_default,
ACTIONS(2580), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[53946] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2582), 3,
sym__newline,
anon_sym_COMMA,
sym__semicolon,
[53955] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2336), 1,
anon_sym_COLON,
ACTIONS(2584), 1,
anon_sym_RBRACE,
STATE(1423), 1,
sym_format_specifier,
[53968] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1812), 1,
anon_sym_COMMA,
ACTIONS(2586), 1,
anon_sym_in,
STATE(863), 1,
aux_sym__patterns_repeat1,
[53981] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2588), 1,
sym_identifier,
ACTIONS(2590), 1,
sym_match_wildcard_pattern,
STATE(1091), 1,
sym_match_capture_pattern,
[53994] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2592), 1,
anon_sym_COMMA,
ACTIONS(2594), 1,
anon_sym_RBRACE,
STATE(1287), 1,
aux_sym_dictionary_repeat1,
[54007] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2596), 1,
anon_sym_if,
ACTIONS(2598), 1,
anon_sym_COLON,
STATE(1443), 1,
sym_guard,
[54020] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2600), 1,
anon_sym_COMMA,
ACTIONS(2602), 2,
anon_sym_if,
anon_sym_COLON,
[54031] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2604), 1,
anon_sym_COMMA,
ACTIONS(2606), 1,
anon_sym_RBRACE,
STATE(1287), 1,
aux_sym_dictionary_repeat1,
[54044] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1812), 1,
anon_sym_COMMA,
ACTIONS(2608), 1,
anon_sym_in,
STATE(863), 1,
aux_sym__patterns_repeat1,
[54057] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2610), 1,
anon_sym_COLON,
ACTIONS(2438), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[54068] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(551), 1,
sym__newline,
ACTIONS(2612), 1,
sym__semicolon,
STATE(1240), 1,
aux_sym__simple_statements_repeat1,
[54081] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2332), 1,
anon_sym_RPAREN,
ACTIONS(2614), 1,
anon_sym_COMMA,
STATE(1077), 1,
aux_sym__collection_elements_repeat1,
[54094] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1812), 1,
anon_sym_COMMA,
ACTIONS(2616), 1,
anon_sym_in,
STATE(863), 1,
aux_sym__patterns_repeat1,
[54107] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1812), 1,
anon_sym_COMMA,
ACTIONS(2618), 1,
anon_sym_in,
STATE(863), 1,
aux_sym__patterns_repeat1,
[54120] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2215), 1,
anon_sym_COMMA,
ACTIONS(2217), 1,
anon_sym_RBRACE,
STATE(1185), 1,
aux_sym_dictionary_repeat1,
[54133] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1945), 1,
anon_sym_RPAREN,
ACTIONS(1947), 1,
anon_sym_COMMA,
STATE(1233), 1,
aux_sym_argument_list_repeat1,
[54146] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1403), 3,
sym__newline,
anon_sym_in,
sym__semicolon,
[54155] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2543), 3,
sym__newline,
anon_sym_COMMA,
sym__semicolon,
[54164] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2620), 1,
anon_sym_RPAREN,
ACTIONS(2622), 1,
anon_sym_COMMA,
STATE(1256), 1,
aux_sym_argument_list_repeat1,
[54177] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1399), 3,
sym__newline,
anon_sym_in,
sym__semicolon,
[54186] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2624), 3,
anon_sym_LPAREN,
anon_sym_COLON,
anon_sym_EQ,
[54195] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2626), 1,
anon_sym_COMMA,
ACTIONS(2628), 1,
anon_sym_RBRACK,
STATE(1306), 1,
aux_sym_type_parameters_repeat1,
[54208] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2462), 1,
anon_sym_RPAREN,
ACTIONS(2630), 1,
anon_sym_COMMA,
STATE(1214), 1,
aux_sym__import_list_repeat1,
[54221] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2632), 1,
anon_sym_COMMA,
ACTIONS(2634), 1,
anon_sym_COLON,
STATE(1293), 1,
aux_sym_with_clause_repeat1,
[54234] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2209), 1,
anon_sym_COMMA,
ACTIONS(2211), 1,
anon_sym_RBRACK,
STATE(1278), 1,
aux_sym_subscript_repeat1,
[54247] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2336), 1,
anon_sym_COLON,
ACTIONS(2556), 1,
anon_sym_RBRACE,
STATE(1495), 1,
sym_format_specifier,
[54260] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(1887), 1,
anon_sym_RPAREN,
STATE(1308), 1,
aux_sym__collection_elements_repeat1,
[54273] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2636), 1,
anon_sym_RPAREN,
ACTIONS(2638), 1,
anon_sym_COMMA,
STATE(1205), 1,
aux_sym_argument_list_repeat1,
[54286] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1715), 1,
anon_sym_RPAREN,
ACTIONS(2641), 1,
anon_sym_COMMA,
STATE(1275), 1,
aux_sym_match_class_pattern_repeat2,
[54299] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2643), 1,
anon_sym_COMMA,
ACTIONS(2646), 1,
anon_sym_RBRACK,
STATE(1207), 1,
aux_sym_subscript_repeat1,
[54312] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2462), 1,
anon_sym_RPAREN,
ACTIONS(2648), 1,
anon_sym_COMMA,
STATE(1214), 1,
aux_sym__import_list_repeat1,
[54325] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2183), 1,
anon_sym_COMMA,
ACTIONS(2187), 1,
anon_sym_RBRACK,
STATE(1289), 1,
aux_sym_subscript_repeat1,
[54338] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1715), 1,
anon_sym_RPAREN,
ACTIONS(2650), 1,
sym_identifier,
STATE(1324), 1,
sym_match_keyword_pattern,
[54351] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2652), 1,
anon_sym_RPAREN,
ACTIONS(2654), 1,
anon_sym_COMMA,
STATE(1296), 1,
aux_sym_argument_list_repeat1,
[54364] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2656), 1,
sym__semicolon,
ACTIONS(2658), 1,
sym__newline,
STATE(1228), 1,
aux_sym__simple_statements_repeat1,
[54377] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2660), 1,
sym__semicolon,
ACTIONS(2662), 1,
sym__newline,
STATE(1188), 1,
aux_sym__simple_statements_repeat1,
[54390] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2536), 1,
anon_sym_RPAREN,
ACTIONS(2664), 1,
anon_sym_COMMA,
STATE(1214), 1,
aux_sym__import_list_repeat1,
[54403] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2373), 1,
anon_sym_RPAREN,
ACTIONS(2560), 1,
anon_sym_COMMA,
STATE(1200), 1,
aux_sym__import_list_repeat1,
[54416] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(1949), 1,
anon_sym_RPAREN,
STATE(1308), 1,
aux_sym__collection_elements_repeat1,
[54429] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2650), 1,
sym_identifier,
ACTIONS(2667), 1,
anon_sym_RPAREN,
STATE(1324), 1,
sym_match_keyword_pattern,
[54442] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1969), 1,
anon_sym_RPAREN,
ACTIONS(1971), 1,
anon_sym_COMMA,
STATE(1310), 1,
aux_sym_argument_list_repeat1,
[54455] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2669), 1,
anon_sym_RPAREN,
ACTIONS(2671), 1,
anon_sym_COMMA,
STATE(1275), 1,
aux_sym_match_class_pattern_repeat2,
[54468] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2650), 1,
sym_identifier,
ACTIONS(2669), 1,
anon_sym_RPAREN,
STATE(1324), 1,
sym_match_keyword_pattern,
[54481] = 3,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2322), 1,
anon_sym_RBRACE,
ACTIONS(2324), 2,
anon_sym_LBRACE2,
aux_sym_format_specifier_token1,
[54492] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1715), 1,
anon_sym_RPAREN,
ACTIONS(2673), 1,
anon_sym_COMMA,
STATE(1300), 1,
aux_sym_match_class_pattern_repeat1,
[54505] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2229), 1,
anon_sym_COMMA,
ACTIONS(2231), 1,
anon_sym_RBRACE,
STATE(1238), 1,
aux_sym_dictionary_repeat1,
[54518] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1812), 1,
anon_sym_COMMA,
ACTIONS(2675), 1,
anon_sym_in,
STATE(863), 1,
aux_sym__patterns_repeat1,
[54531] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2677), 1,
anon_sym_COMMA,
ACTIONS(2680), 1,
anon_sym_RBRACE,
STATE(1225), 1,
aux_sym_match_mapping_pattern_repeat1,
[54544] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2682), 1,
anon_sym_RPAREN,
ACTIONS(2684), 1,
anon_sym_COMMA,
STATE(1244), 1,
aux_sym__parameters_repeat1,
[54557] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2019), 1,
anon_sym_from,
ACTIONS(2029), 2,
sym__newline,
sym__semicolon,
[54568] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(545), 1,
sym__newline,
ACTIONS(2686), 1,
sym__semicolon,
STATE(1240), 1,
aux_sym__simple_statements_repeat1,
[54581] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2688), 1,
anon_sym_COMMA,
ACTIONS(2690), 1,
anon_sym_RBRACK,
STATE(1286), 1,
aux_sym_open_sequence_match_pattern_repeat1,
[54594] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2219), 1,
anon_sym_COMMA,
ACTIONS(2221), 1,
anon_sym_RBRACE,
STATE(1288), 1,
aux_sym_dictionary_repeat1,
[54607] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2596), 1,
anon_sym_if,
ACTIONS(2692), 1,
anon_sym_COLON,
STATE(1460), 1,
sym_guard,
[54620] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1902), 1,
anon_sym_DOT,
ACTIONS(1910), 1,
anon_sym_COLON,
STATE(887), 1,
aux_sym_match_value_pattern_repeat1,
[54633] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2694), 1,
anon_sym_RPAREN,
ACTIONS(2696), 1,
anon_sym_COMMA,
STATE(1205), 1,
aux_sym_argument_list_repeat1,
[54646] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2121), 1,
sym_identifier,
STATE(1158), 1,
sym_dotted_name,
STATE(1195), 1,
sym_aliased_import,
[54659] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2336), 1,
anon_sym_COLON,
ACTIONS(2698), 1,
anon_sym_RBRACE,
STATE(1473), 1,
sym_format_specifier,
[54672] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2700), 1,
anon_sym_RPAREN,
ACTIONS(2702), 1,
anon_sym_COMMA,
STATE(1219), 1,
aux_sym_match_class_pattern_repeat2,
[54685] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2704), 1,
anon_sym_EQ,
ACTIONS(2706), 2,
sym__newline,
sym__semicolon,
[54696] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2708), 1,
anon_sym_COMMA,
ACTIONS(2710), 1,
anon_sym_RBRACE,
STATE(1287), 1,
aux_sym_dictionary_repeat1,
[54709] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2712), 1,
anon_sym_in,
ACTIONS(2714), 2,
sym__newline,
sym__semicolon,
[54720] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2716), 1,
sym__semicolon,
ACTIONS(2719), 1,
sym__newline,
STATE(1240), 1,
aux_sym__simple_statements_repeat1,
[54733] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2330), 1,
anon_sym_LBRACK,
ACTIONS(2721), 1,
anon_sym_EQ,
STATE(1436), 1,
sym_type_parameters,
[54746] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2723), 1,
anon_sym_COMMA,
ACTIONS(2725), 1,
anon_sym_RBRACE,
STATE(1287), 1,
aux_sym_dictionary_repeat1,
[54759] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2181), 3,
sym__newline,
anon_sym_EQ,
sym__semicolon,
[54768] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1836), 1,
anon_sym_RPAREN,
ACTIONS(2727), 1,
anon_sym_COMMA,
STATE(1272), 1,
aux_sym__parameters_repeat1,
[54781] = 3,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2729), 1,
anon_sym_RBRACE,
ACTIONS(2731), 2,
anon_sym_LBRACE2,
aux_sym_format_specifier_token1,
[54792] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2733), 1,
anon_sym_RPAREN,
ACTIONS(2735), 1,
anon_sym_COMMA,
STATE(1206), 1,
aux_sym_match_class_pattern_repeat2,
[54805] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2700), 1,
anon_sym_RPAREN,
ACTIONS(2702), 1,
anon_sym_COMMA,
STATE(1275), 1,
aux_sym_match_class_pattern_repeat2,
[54818] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2737), 1,
anon_sym_COMMA,
ACTIONS(2739), 1,
anon_sym_RBRACE,
STATE(1283), 1,
aux_sym_match_mapping_pattern_repeat1,
[54831] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2741), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
[54840] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2442), 1,
anon_sym_EQ,
ACTIONS(2438), 2,
anon_sym_COMMA,
anon_sym_COLON,
[54851] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1977), 1,
anon_sym_RPAREN,
ACTIONS(1979), 1,
anon_sym_COMMA,
STATE(1274), 1,
aux_sym_argument_list_repeat1,
[54864] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2743), 1,
anon_sym_RPAREN,
ACTIONS(2745), 1,
anon_sym_COMMA,
STATE(1276), 1,
aux_sym_argument_list_repeat1,
[54877] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2562), 1,
anon_sym_as,
ACTIONS(2543), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[54888] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2201), 1,
anon_sym_COMMA,
ACTIONS(2203), 1,
anon_sym_RBRACK,
STATE(1279), 1,
aux_sym_subscript_repeat1,
[54901] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2326), 1,
anon_sym_LPAREN,
ACTIONS(2747), 1,
anon_sym_COLON,
STATE(1449), 1,
sym_argument_list,
[54914] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2749), 1,
anon_sym_RPAREN,
ACTIONS(2751), 1,
anon_sym_COMMA,
STATE(1205), 1,
aux_sym_argument_list_repeat1,
[54927] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2336), 1,
anon_sym_COLON,
ACTIONS(2527), 1,
anon_sym_RBRACE,
STATE(1433), 1,
sym_format_specifier,
[54940] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2682), 1,
anon_sym_COLON,
ACTIONS(2753), 1,
anon_sym_COMMA,
STATE(1263), 1,
aux_sym__parameters_repeat1,
[54953] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2438), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
[54962] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2131), 1,
sym_identifier,
ACTIONS(2755), 1,
anon_sym_import,
STATE(1414), 1,
sym_dotted_name,
[54975] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2733), 1,
anon_sym_RPAREN,
ACTIONS(2757), 1,
anon_sym_COMMA,
STATE(1222), 1,
aux_sym_match_class_pattern_repeat1,
[54988] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(543), 1,
sym__newline,
ACTIONS(2759), 1,
sym__semicolon,
STATE(1240), 1,
aux_sym__simple_statements_repeat1,
[55001] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1836), 1,
anon_sym_COLON,
ACTIONS(2761), 1,
anon_sym_COMMA,
STATE(1311), 1,
aux_sym__parameters_repeat1,
[55014] = 3,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2238), 1,
anon_sym_RBRACE,
ACTIONS(2240), 2,
anon_sym_LBRACE2,
aux_sym_format_specifier_token1,
[55025] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1115), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
[55034] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2436), 1,
sym_identifier,
STATE(1253), 1,
sym_dotted_name,
STATE(1326), 1,
sym_aliased_import,
[55047] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1008), 1,
anon_sym_RPAREN,
ACTIONS(2763), 1,
anon_sym_COMMA,
STATE(1145), 1,
aux_sym_with_clause_repeat1,
[55060] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2518), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
[55069] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2326), 1,
anon_sym_LPAREN,
ACTIONS(2765), 1,
anon_sym_COLON,
STATE(1486), 1,
sym_argument_list,
[55082] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2650), 1,
sym_identifier,
ACTIONS(2700), 1,
anon_sym_RPAREN,
STATE(1324), 1,
sym_match_keyword_pattern,
[55095] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2767), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
[55104] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2769), 1,
anon_sym_RPAREN,
ACTIONS(2771), 1,
anon_sym_COMMA,
STATE(1272), 1,
aux_sym__parameters_repeat1,
[55117] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2774), 1,
anon_sym_RPAREN,
ACTIONS(2776), 1,
anon_sym_COMMA,
STATE(1205), 1,
aux_sym_argument_list_repeat1,
[55130] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2778), 1,
anon_sym_RPAREN,
ACTIONS(2780), 1,
anon_sym_COMMA,
STATE(1205), 1,
aux_sym_argument_list_repeat1,
[55143] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2782), 1,
anon_sym_RPAREN,
ACTIONS(2784), 1,
anon_sym_COMMA,
STATE(1275), 1,
aux_sym_match_class_pattern_repeat2,
[55156] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2787), 1,
anon_sym_RPAREN,
ACTIONS(2789), 1,
anon_sym_COMMA,
STATE(1205), 1,
aux_sym_argument_list_repeat1,
[55169] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2791), 1,
anon_sym_RPAREN,
ACTIONS(2793), 1,
anon_sym_COMMA,
STATE(1205), 1,
aux_sym_argument_list_repeat1,
[55182] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2795), 1,
anon_sym_COMMA,
ACTIONS(2797), 1,
anon_sym_RBRACK,
STATE(1207), 1,
aux_sym_subscript_repeat1,
[55195] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2799), 1,
anon_sym_COMMA,
ACTIONS(2801), 1,
anon_sym_RBRACK,
STATE(1207), 1,
aux_sym_subscript_repeat1,
[55208] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2803), 1,
anon_sym_COMMA,
ACTIONS(2805), 1,
anon_sym_RBRACK,
STATE(1207), 1,
aux_sym_subscript_repeat1,
[55221] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2807), 1,
anon_sym_COMMA,
ACTIONS(2809), 1,
anon_sym_RBRACK,
STATE(1207), 1,
aux_sym_subscript_repeat1,
[55234] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1713), 1,
anon_sym_RPAREN,
ACTIONS(2650), 1,
sym_identifier,
STATE(1324), 1,
sym_match_keyword_pattern,
[55247] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1832), 1,
anon_sym_RBRACE,
ACTIONS(2811), 1,
anon_sym_COMMA,
STATE(1225), 1,
aux_sym_match_mapping_pattern_repeat1,
[55260] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2813), 1,
anon_sym_COMMA,
ACTIONS(2815), 1,
anon_sym_RBRACK,
STATE(1207), 1,
aux_sym_subscript_repeat1,
[55273] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2817), 1,
anon_sym_COMMA,
ACTIONS(2819), 1,
anon_sym_RBRACE,
STATE(1287), 1,
aux_sym_dictionary_repeat1,
[55286] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1703), 1,
anon_sym_RBRACK,
ACTIONS(2821), 1,
anon_sym_COMMA,
STATE(1061), 1,
aux_sym_open_sequence_match_pattern_repeat1,
[55299] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2823), 1,
anon_sym_COMMA,
ACTIONS(2826), 1,
anon_sym_RBRACE,
STATE(1287), 1,
aux_sym_dictionary_repeat1,
[55312] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2828), 1,
anon_sym_COMMA,
ACTIONS(2830), 1,
anon_sym_RBRACE,
STATE(1287), 1,
aux_sym_dictionary_repeat1,
[55325] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2832), 1,
anon_sym_COMMA,
ACTIONS(2834), 1,
anon_sym_RBRACK,
STATE(1207), 1,
aux_sym_subscript_repeat1,
[55338] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2836), 1,
anon_sym_RPAREN,
ACTIONS(2838), 1,
anon_sym_COMMA,
STATE(1205), 1,
aux_sym_argument_list_repeat1,
[55351] = 3,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2280), 1,
anon_sym_RBRACE,
ACTIONS(2282), 2,
anon_sym_LBRACE2,
aux_sym_format_specifier_token1,
[55362] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1703), 1,
anon_sym_RPAREN,
ACTIONS(2840), 1,
anon_sym_COMMA,
STATE(1061), 1,
aux_sym_open_sequence_match_pattern_repeat1,
[55375] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2632), 1,
anon_sym_COMMA,
ACTIONS(2842), 1,
anon_sym_COLON,
STATE(1145), 1,
aux_sym_with_clause_repeat1,
[55388] = 3,
ACTIONS(1933), 1,
sym_comment,
ACTIONS(2268), 1,
anon_sym_RBRACE,
ACTIONS(2270), 2,
anon_sym_LBRACE2,
aux_sym_format_specifier_token1,
[55399] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2844), 1,
anon_sym_RPAREN,
ACTIONS(2846), 1,
anon_sym_COMMA,
STATE(1267), 1,
aux_sym_with_clause_repeat1,
[55412] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2848), 1,
anon_sym_RPAREN,
ACTIONS(2850), 1,
anon_sym_COMMA,
STATE(1205), 1,
aux_sym_argument_list_repeat1,
[55425] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2626), 1,
anon_sym_COMMA,
ACTIONS(2852), 1,
anon_sym_RBRACK,
STATE(1199), 1,
aux_sym_type_parameters_repeat1,
[55438] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(2854), 1,
anon_sym_RPAREN,
STATE(1096), 1,
aux_sym__collection_elements_repeat1,
[55451] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2496), 3,
sym__newline,
anon_sym_COMMA,
sym__semicolon,
[55460] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2856), 1,
anon_sym_RPAREN,
ACTIONS(2858), 1,
anon_sym_COMMA,
STATE(1300), 1,
aux_sym_match_class_pattern_repeat1,
[55473] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1812), 1,
anon_sym_COMMA,
ACTIONS(2861), 1,
anon_sym_in,
STATE(863), 1,
aux_sym__patterns_repeat1,
[55486] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2863), 3,
anon_sym_LPAREN,
anon_sym_COLON,
anon_sym_EQ,
[55495] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(2865), 1,
anon_sym_RPAREN,
STATE(1189), 1,
aux_sym__collection_elements_repeat1,
[55508] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2867), 1,
sym__semicolon,
ACTIONS(2869), 1,
sym__newline,
STATE(1262), 1,
aux_sym__simple_statements_repeat1,
[55521] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2769), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
[55530] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2871), 1,
anon_sym_COMMA,
ACTIONS(2874), 1,
anon_sym_RBRACK,
STATE(1306), 1,
aux_sym_type_parameters_repeat1,
[55543] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1855), 1,
anon_sym_COMMA,
ACTIONS(1983), 1,
anon_sym_RPAREN,
STATE(1308), 1,
aux_sym__collection_elements_repeat1,
[55556] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2332), 1,
anon_sym_RPAREN,
ACTIONS(2876), 1,
anon_sym_COMMA,
STATE(1077), 1,
aux_sym__collection_elements_repeat1,
[55569] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1713), 1,
anon_sym_RPAREN,
ACTIONS(2878), 1,
anon_sym_COMMA,
STATE(1247), 1,
aux_sym_match_class_pattern_repeat2,
[55582] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2880), 1,
anon_sym_RPAREN,
ACTIONS(2882), 1,
anon_sym_COMMA,
STATE(1205), 1,
aux_sym_argument_list_repeat1,
[55595] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2769), 1,
anon_sym_COLON,
ACTIONS(2884), 1,
anon_sym_COMMA,
STATE(1311), 1,
aux_sym__parameters_repeat1,
[55608] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2570), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
[55617] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2147), 2,
sym__newline,
sym__semicolon,
[55625] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2887), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[55633] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2448), 1,
anon_sym_LPAREN,
STATE(1351), 1,
sym_parameters,
[55643] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2889), 1,
anon_sym_COLON,
ACTIONS(2891), 1,
anon_sym_DASH_GT,
[55653] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2893), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[55661] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2895), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[55669] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2448), 1,
anon_sym_LPAREN,
STATE(1350), 1,
sym_parameters,
[55679] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2897), 1,
sym_integer,
ACTIONS(2899), 1,
sym_float,
[55689] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2021), 1,
anon_sym_COMMA,
STATE(1080), 1,
aux_sym_expression_list_repeat1,
[55699] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2205), 2,
sym__newline,
sym__semicolon,
[55707] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2901), 2,
anon_sym_COLON,
anon_sym_DASH_GT,
[55715] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2782), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[55723] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2903), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[55731] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2543), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[55739] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2905), 1,
sym_integer,
ACTIONS(2907), 1,
sym_float,
[55749] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2909), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[55757] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2911), 1,
anon_sym_COLON,
ACTIONS(2913), 1,
anon_sym_DASH_GT,
[55767] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2448), 1,
anon_sym_LPAREN,
STATE(1343), 1,
sym_parameters,
[55777] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2915), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[55785] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2448), 1,
anon_sym_LPAREN,
STATE(1316), 1,
sym_parameters,
[55795] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2207), 2,
sym__newline,
sym__semicolon,
[55803] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2917), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[55811] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2389), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[55819] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2919), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[55827] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2921), 1,
anon_sym_COMMA,
ACTIONS(2923), 1,
anon_sym_RBRACE,
[55837] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(894), 2,
anon_sym_except,
anon_sym_finally,
[55845] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1873), 2,
sym__newline,
sym__semicolon,
[55853] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2438), 2,
anon_sym_COMMA,
anon_sym_COLON,
[55861] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 2,
sym__newline,
sym__semicolon,
[55869] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2925), 1,
anon_sym_COLON,
ACTIONS(2927), 1,
anon_sym_DASH_GT,
[55879] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2929), 1,
anon_sym_COLON,
ACTIONS(2931), 1,
anon_sym_DASH_GT,
[55889] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2933), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[55897] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2935), 1,
anon_sym_COLON,
ACTIONS(2937), 1,
anon_sym_DASH_GT,
[55907] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(896), 2,
anon_sym_except,
anon_sym_finally,
[55915] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(902), 2,
anon_sym_except,
anon_sym_finally,
[55923] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(924), 2,
anon_sym_except,
anon_sym_finally,
[55931] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2856), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[55939] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2939), 1,
anon_sym_COLON,
ACTIONS(2941), 1,
anon_sym_DASH_GT,
[55949] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2943), 1,
anon_sym_COLON,
ACTIONS(2945), 1,
anon_sym_DASH_GT,
[55959] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1902), 1,
anon_sym_DOT,
STATE(1232), 1,
aux_sym_match_value_pattern_repeat1,
[55969] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2947), 2,
sym__newline,
sym__semicolon,
[55977] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2949), 1,
sym_identifier,
STATE(1325), 1,
sym_match_capture_pattern,
[55987] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2951), 2,
sym__newline,
sym__semicolon,
[55995] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2953), 2,
sym__newline,
sym__semicolon,
[56003] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2955), 2,
sym__newline,
sym__semicolon,
[56011] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1834), 1,
anon_sym_RBRACE,
ACTIONS(2957), 1,
anon_sym_COMMA,
[56021] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(954), 2,
anon_sym_except,
anon_sym_finally,
[56029] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2959), 1,
anon_sym_COMMA,
STATE(1292), 1,
aux_sym_open_sequence_match_pattern_repeat1,
[56039] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2680), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[56047] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2961), 2,
sym__newline,
sym__semicolon,
[56055] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2650), 1,
sym_identifier,
STATE(1324), 1,
sym_match_keyword_pattern,
[56065] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2600), 1,
anon_sym_COMMA,
ACTIONS(2963), 1,
anon_sym_RPAREN,
[56075] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2965), 2,
sym__newline,
sym__semicolon,
[56083] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2967), 2,
sym__newline,
sym__semicolon,
[56091] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1875), 1,
anon_sym_COMMA,
STATE(955), 1,
aux_sym_expression_list_repeat1,
[56101] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2969), 2,
sym__newline,
sym__semicolon,
[56109] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2284), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[56117] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2971), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[56125] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2379), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[56133] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2582), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[56141] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2973), 2,
sym__newline,
sym__semicolon,
[56149] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2975), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[56157] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2977), 2,
sym__newline,
sym__semicolon,
[56165] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2979), 2,
sym__newline,
sym__semicolon,
[56173] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2981), 2,
sym__newline,
sym__semicolon,
[56181] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2983), 2,
sym__newline,
sym__semicolon,
[56189] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2985), 2,
anon_sym_COLON,
anon_sym_DASH_GT,
[56197] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2987), 1,
anon_sym_COMMA,
STATE(1147), 1,
aux_sym_open_sequence_match_pattern_repeat1,
[56207] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2739), 1,
anon_sym_RBRACE,
ACTIONS(2989), 1,
anon_sym_COMMA,
[56217] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2991), 1,
sym_integer,
ACTIONS(2993), 1,
sym_float,
[56227] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2995), 1,
anon_sym_COLON,
ACTIONS(2997), 1,
anon_sym_DASH_GT,
[56237] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2999), 1,
anon_sym_COLON,
[56244] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3001), 1,
anon_sym_RPAREN,
[56251] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3003), 1,
anon_sym_RBRACK,
[56258] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2586), 1,
anon_sym_in,
[56265] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3005), 1,
anon_sym_COLON,
[56272] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3007), 1,
anon_sym_RBRACE,
[56279] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3009), 1,
anon_sym_RBRACE,
[56286] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3011), 1,
sym_identifier,
[56293] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3013), 1,
anon_sym_RBRACE,
[56300] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3015), 1,
anon_sym_in,
[56307] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3017), 1,
anon_sym_RPAREN,
[56314] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3019), 1,
anon_sym_RPAREN,
[56321] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3021), 1,
anon_sym_RBRACE,
[56328] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3023), 1,
anon_sym_RBRACK,
[56335] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2923), 1,
anon_sym_RBRACE,
[56342] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3025), 1,
anon_sym_COLON,
[56349] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3027), 1,
sym_identifier,
[56356] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3029), 1,
anon_sym_COLON,
[56363] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3031), 1,
anon_sym_RBRACK,
[56370] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3033), 1,
anon_sym_RBRACK,
[56377] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3035), 1,
anon_sym_RBRACE,
[56384] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3037), 1,
anon_sym_COLON,
[56391] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3039), 1,
anon_sym_COLON,
[56398] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3041), 1,
anon_sym_COLON,
[56405] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3043), 1,
sym_identifier,
[56412] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3045), 1,
anon_sym_in,
[56419] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(884), 1,
anon_sym_def,
[56426] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1832), 1,
anon_sym_RBRACE,
[56433] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3047), 1,
sym_identifier,
[56440] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3049), 1,
sym_identifier,
[56447] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3051), 1,
anon_sym_import,
[56454] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3053), 1,
anon_sym_for,
[56461] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3055), 1,
anon_sym_RPAREN,
[56468] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3057), 1,
anon_sym_COLON,
[56475] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3059), 1,
anon_sym_RPAREN,
[56482] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3061), 1,
anon_sym_COLON,
[56489] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3063), 1,
anon_sym_COLON,
[56496] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3065), 1,
anon_sym_COLON,
[56503] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3067), 1,
anon_sym_in,
[56510] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3069), 1,
anon_sym_RBRACE,
[56517] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2109), 1,
anon_sym_EQ,
[56524] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2861), 1,
anon_sym_in,
[56531] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3071), 1,
anon_sym_RPAREN,
[56538] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3073), 1,
anon_sym_COLON,
[56545] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3075), 1,
anon_sym_RBRACK,
[56552] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3077), 1,
anon_sym_RBRACE,
[56559] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3079), 1,
anon_sym_COLON,
[56566] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3081), 1,
anon_sym_COLON,
[56573] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3083), 1,
anon_sym_RBRACE,
[56580] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2584), 1,
anon_sym_RBRACE,
[56587] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3085), 1,
anon_sym_RBRACE,
[56594] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3087), 1,
sym_identifier,
[56601] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3089), 1,
anon_sym_EQ,
[56608] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3091), 1,
anon_sym_import,
[56615] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3093), 1,
anon_sym_COLON,
[56622] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3095), 1,
anon_sym_COLON,
[56629] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3097), 1,
sym_identifier,
[56636] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2527), 1,
anon_sym_RBRACE,
[56643] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3099), 1,
anon_sym_COLON,
[56650] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3101), 1,
anon_sym_COLON,
[56657] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2320), 1,
anon_sym_COLON,
[56664] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3103), 1,
anon_sym_RBRACE,
[56671] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3105), 1,
anon_sym_import,
[56678] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3107), 1,
anon_sym_COLON,
[56685] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3109), 1,
anon_sym_RPAREN,
[56692] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3111), 1,
anon_sym_COLON,
[56699] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3113), 1,
anon_sym_COLON,
[56706] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2318), 1,
anon_sym_COLON,
[56713] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3115), 1,
anon_sym_RBRACE,
[56720] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3117), 1,
anon_sym_RBRACE,
[56727] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1012), 1,
anon_sym_STAR,
[56734] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3119), 1,
anon_sym_RBRACK,
[56741] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3121), 1,
anon_sym_COLON,
[56748] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3123), 1,
anon_sym_RPAREN,
[56755] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3125), 1,
anon_sym_COLON,
[56762] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3127), 1,
sym_identifier,
[56769] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3129), 1,
anon_sym_COLON,
[56776] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3131), 1,
anon_sym_COLON,
[56783] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3133), 1,
anon_sym_COLON,
[56790] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3135), 1,
sym_identifier,
[56797] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3137), 1,
anon_sym_in,
[56804] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3139), 1,
sym_identifier,
[56811] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3141), 1,
anon_sym_COLON,
[56818] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3143), 1,
anon_sym_RBRACE,
[56825] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3145), 1,
anon_sym_RBRACE,
[56832] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3147), 1,
anon_sym_RBRACK,
[56839] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3149), 1,
anon_sym_RPAREN,
[56846] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3151), 1,
anon_sym_RPAREN,
[56853] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3153), 1,
anon_sym_COLON,
[56860] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3155), 1,
anon_sym_RBRACE,
[56867] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3157), 1,
anon_sym_COLON,
[56874] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3159), 1,
anon_sym_COLON,
[56881] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2556), 1,
anon_sym_RBRACE,
[56888] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3161), 1,
anon_sym_LPAREN,
[56895] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3163), 1,
sym_identifier,
[56902] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2608), 1,
anon_sym_in,
[56909] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3165), 1,
anon_sym_COLON,
[56916] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2295), 1,
anon_sym_COLON,
[56923] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3167), 1,
anon_sym_COLON,
[56930] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3169), 1,
anon_sym_RPAREN,
[56937] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3171), 1,
sym_identifier,
[56944] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3173), 1,
sym_identifier,
[56951] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3175), 1,
anon_sym_COLON,
[56958] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3177), 1,
ts_builtin_sym_end,
[56965] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3179), 1,
sym_identifier,
[56972] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3181), 1,
sym_identifier,
[56979] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3183), 1,
sym_identifier,
[56986] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(979), 1,
anon_sym_STAR,
[56993] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3185), 1,
sym_identifier,
[57000] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3187), 1,
anon_sym_COLON,
[57007] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3189), 1,
anon_sym_COLON,
[57014] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2698), 1,
anon_sym_RBRACE,
[57021] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3191), 1,
anon_sym_RPAREN,
[57028] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3193), 1,
sym_identifier,
[57035] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3195), 1,
sym_identifier,
[57042] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3197), 1,
anon_sym_RPAREN,
[57049] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2618), 1,
anon_sym_in,
[57056] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(870), 1,
anon_sym_def,
[57063] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2675), 1,
anon_sym_in,
[57070] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2616), 1,
anon_sym_in,
[57077] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3199), 1,
anon_sym_COLON,
[57084] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2266), 1,
anon_sym_COLON,
};
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)] = 579,
[SMALL_STATE(155)] = 698,
[SMALL_STATE(156)] = 815,
[SMALL_STATE(157)] = 930,
[SMALL_STATE(158)] = 1045,
[SMALL_STATE(159)] = 1148,
[SMALL_STATE(160)] = 1265,
[SMALL_STATE(161)] = 1368,
[SMALL_STATE(162)] = 1472,
[SMALL_STATE(163)] = 1576,
[SMALL_STATE(164)] = 1690,
[SMALL_STATE(165)] = 1794,
[SMALL_STATE(166)] = 1908,
[SMALL_STATE(167)] = 2022,
[SMALL_STATE(168)] = 2127,
[SMALL_STATE(169)] = 2230,
[SMALL_STATE(170)] = 2335,
[SMALL_STATE(171)] = 2436,
[SMALL_STATE(172)] = 2541,
[SMALL_STATE(173)] = 2644,
[SMALL_STATE(174)] = 2745,
[SMALL_STATE(175)] = 2850,
[SMALL_STATE(176)] = 2955,
[SMALL_STATE(177)] = 3056,
[SMALL_STATE(178)] = 3161,
[SMALL_STATE(179)] = 3268,
[SMALL_STATE(180)] = 3370,
[SMALL_STATE(181)] = 3472,
[SMALL_STATE(182)] = 3574,
[SMALL_STATE(183)] = 3676,
[SMALL_STATE(184)] = 3780,
[SMALL_STATE(185)] = 3882,
[SMALL_STATE(186)] = 3988,
[SMALL_STATE(187)] = 4090,
[SMALL_STATE(188)] = 4192,
[SMALL_STATE(189)] = 4296,
[SMALL_STATE(190)] = 4398,
[SMALL_STATE(191)] = 4500,
[SMALL_STATE(192)] = 4602,
[SMALL_STATE(193)] = 4700,
[SMALL_STATE(194)] = 4802,
[SMALL_STATE(195)] = 4904,
[SMALL_STATE(196)] = 5006,
[SMALL_STATE(197)] = 5112,
[SMALL_STATE(198)] = 5214,
[SMALL_STATE(199)] = 5316,
[SMALL_STATE(200)] = 5418,
[SMALL_STATE(201)] = 5516,
[SMALL_STATE(202)] = 5618,
[SMALL_STATE(203)] = 5716,
[SMALL_STATE(204)] = 5818,
[SMALL_STATE(205)] = 5920,
[SMALL_STATE(206)] = 6022,
[SMALL_STATE(207)] = 6124,
[SMALL_STATE(208)] = 6222,
[SMALL_STATE(209)] = 6324,
[SMALL_STATE(210)] = 6426,
[SMALL_STATE(211)] = 6530,
[SMALL_STATE(212)] = 6634,
[SMALL_STATE(213)] = 6695,
[SMALL_STATE(214)] = 6794,
[SMALL_STATE(215)] = 6855,
[SMALL_STATE(216)] = 6916,
[SMALL_STATE(217)] = 6977,
[SMALL_STATE(218)] = 7038,
[SMALL_STATE(219)] = 7099,
[SMALL_STATE(220)] = 7198,
[SMALL_STATE(221)] = 7259,
[SMALL_STATE(222)] = 7358,
[SMALL_STATE(223)] = 7445,
[SMALL_STATE(224)] = 7517,
[SMALL_STATE(225)] = 7615,
[SMALL_STATE(226)] = 7687,
[SMALL_STATE(227)] = 7785,
[SMALL_STATE(228)] = 7883,
[SMALL_STATE(229)] = 7979,
[SMALL_STATE(230)] = 8077,
[SMALL_STATE(231)] = 8149,
[SMALL_STATE(232)] = 8221,
[SMALL_STATE(233)] = 8319,
[SMALL_STATE(234)] = 8417,
[SMALL_STATE(235)] = 8515,
[SMALL_STATE(236)] = 8587,
[SMALL_STATE(237)] = 8685,
[SMALL_STATE(238)] = 8757,
[SMALL_STATE(239)] = 8829,
[SMALL_STATE(240)] = 8927,
[SMALL_STATE(241)] = 9025,
[SMALL_STATE(242)] = 9123,
[SMALL_STATE(243)] = 9221,
[SMALL_STATE(244)] = 9293,
[SMALL_STATE(245)] = 9391,
[SMALL_STATE(246)] = 9489,
[SMALL_STATE(247)] = 9584,
[SMALL_STATE(248)] = 9679,
[SMALL_STATE(249)] = 9774,
[SMALL_STATE(250)] = 9869,
[SMALL_STATE(251)] = 9942,
[SMALL_STATE(252)] = 10037,
[SMALL_STATE(253)] = 10132,
[SMALL_STATE(254)] = 10227,
[SMALL_STATE(255)] = 10322,
[SMALL_STATE(256)] = 10417,
[SMALL_STATE(257)] = 10490,
[SMALL_STATE(258)] = 10585,
[SMALL_STATE(259)] = 10680,
[SMALL_STATE(260)] = 10775,
[SMALL_STATE(261)] = 10870,
[SMALL_STATE(262)] = 10965,
[SMALL_STATE(263)] = 11060,
[SMALL_STATE(264)] = 11118,
[SMALL_STATE(265)] = 11176,
[SMALL_STATE(266)] = 11270,
[SMALL_STATE(267)] = 11328,
[SMALL_STATE(268)] = 11420,
[SMALL_STATE(269)] = 11488,
[SMALL_STATE(270)] = 11582,
[SMALL_STATE(271)] = 11676,
[SMALL_STATE(272)] = 11746,
[SMALL_STATE(273)] = 11814,
[SMALL_STATE(274)] = 11908,
[SMALL_STATE(275)] = 12002,
[SMALL_STATE(276)] = 12060,
[SMALL_STATE(277)] = 12118,
[SMALL_STATE(278)] = 12210,
[SMALL_STATE(279)] = 12302,
[SMALL_STATE(280)] = 12370,
[SMALL_STATE(281)] = 12438,
[SMALL_STATE(282)] = 12506,
[SMALL_STATE(283)] = 12600,
[SMALL_STATE(284)] = 12694,
[SMALL_STATE(285)] = 12756,
[SMALL_STATE(286)] = 12818,
[SMALL_STATE(287)] = 12886,
[SMALL_STATE(288)] = 12954,
[SMALL_STATE(289)] = 13048,
[SMALL_STATE(290)] = 13116,
[SMALL_STATE(291)] = 13210,
[SMALL_STATE(292)] = 13268,
[SMALL_STATE(293)] = 13326,
[SMALL_STATE(294)] = 13384,
[SMALL_STATE(295)] = 13442,
[SMALL_STATE(296)] = 13536,
[SMALL_STATE(297)] = 13598,
[SMALL_STATE(298)] = 13660,
[SMALL_STATE(299)] = 13754,
[SMALL_STATE(300)] = 13812,
[SMALL_STATE(301)] = 13901,
[SMALL_STATE(302)] = 13990,
[SMALL_STATE(303)] = 14079,
[SMALL_STATE(304)] = 14168,
[SMALL_STATE(305)] = 14231,
[SMALL_STATE(306)] = 14320,
[SMALL_STATE(307)] = 14411,
[SMALL_STATE(308)] = 14500,
[SMALL_STATE(309)] = 14589,
[SMALL_STATE(310)] = 14678,
[SMALL_STATE(311)] = 14767,
[SMALL_STATE(312)] = 14856,
[SMALL_STATE(313)] = 14945,
[SMALL_STATE(314)] = 15036,
[SMALL_STATE(315)] = 15125,
[SMALL_STATE(316)] = 15216,
[SMALL_STATE(317)] = 15307,
[SMALL_STATE(318)] = 15398,
[SMALL_STATE(319)] = 15461,
[SMALL_STATE(320)] = 15552,
[SMALL_STATE(321)] = 15643,
[SMALL_STATE(322)] = 15734,
[SMALL_STATE(323)] = 15801,
[SMALL_STATE(324)] = 15890,
[SMALL_STATE(325)] = 15981,
[SMALL_STATE(326)] = 16037,
[SMALL_STATE(327)] = 16093,
[SMALL_STATE(328)] = 16149,
[SMALL_STATE(329)] = 16209,
[SMALL_STATE(330)] = 16265,
[SMALL_STATE(331)] = 16321,
[SMALL_STATE(332)] = 16377,
[SMALL_STATE(333)] = 16465,
[SMALL_STATE(334)] = 16521,
[SMALL_STATE(335)] = 16581,
[SMALL_STATE(336)] = 16645,
[SMALL_STATE(337)] = 16701,
[SMALL_STATE(338)] = 16757,
[SMALL_STATE(339)] = 16813,
[SMALL_STATE(340)] = 16873,
[SMALL_STATE(341)] = 16929,
[SMALL_STATE(342)] = 16985,
[SMALL_STATE(343)] = 17041,
[SMALL_STATE(344)] = 17097,
[SMALL_STATE(345)] = 17185,
[SMALL_STATE(346)] = 17245,
[SMALL_STATE(347)] = 17301,
[SMALL_STATE(348)] = 17357,
[SMALL_STATE(349)] = 17413,
[SMALL_STATE(350)] = 17469,
[SMALL_STATE(351)] = 17525,
[SMALL_STATE(352)] = 17581,
[SMALL_STATE(353)] = 17637,
[SMALL_STATE(354)] = 17693,
[SMALL_STATE(355)] = 17749,
[SMALL_STATE(356)] = 17805,
[SMALL_STATE(357)] = 17893,
[SMALL_STATE(358)] = 17957,
[SMALL_STATE(359)] = 18021,
[SMALL_STATE(360)] = 18077,
[SMALL_STATE(361)] = 18141,
[SMALL_STATE(362)] = 18197,
[SMALL_STATE(363)] = 18253,
[SMALL_STATE(364)] = 18338,
[SMALL_STATE(365)] = 18423,
[SMALL_STATE(366)] = 18508,
[SMALL_STATE(367)] = 18593,
[SMALL_STATE(368)] = 18652,
[SMALL_STATE(369)] = 18707,
[SMALL_STATE(370)] = 18792,
[SMALL_STATE(371)] = 18877,
[SMALL_STATE(372)] = 18936,
[SMALL_STATE(373)] = 19021,
[SMALL_STATE(374)] = 19082,
[SMALL_STATE(375)] = 19167,
[SMALL_STATE(376)] = 19252,
[SMALL_STATE(377)] = 19337,
[SMALL_STATE(378)] = 19422,
[SMALL_STATE(379)] = 19507,
[SMALL_STATE(380)] = 19568,
[SMALL_STATE(381)] = 19653,
[SMALL_STATE(382)] = 19738,
[SMALL_STATE(383)] = 19823,
[SMALL_STATE(384)] = 19908,
[SMALL_STATE(385)] = 19993,
[SMALL_STATE(386)] = 20078,
[SMALL_STATE(387)] = 20133,
[SMALL_STATE(388)] = 20218,
[SMALL_STATE(389)] = 20303,
[SMALL_STATE(390)] = 20362,
[SMALL_STATE(391)] = 20447,
[SMALL_STATE(392)] = 20532,
[SMALL_STATE(393)] = 20617,
[SMALL_STATE(394)] = 20702,
[SMALL_STATE(395)] = 20787,
[SMALL_STATE(396)] = 20846,
[SMALL_STATE(397)] = 20931,
[SMALL_STATE(398)] = 21016,
[SMALL_STATE(399)] = 21101,
[SMALL_STATE(400)] = 21186,
[SMALL_STATE(401)] = 21241,
[SMALL_STATE(402)] = 21300,
[SMALL_STATE(403)] = 21359,
[SMALL_STATE(404)] = 21444,
[SMALL_STATE(405)] = 21529,
[SMALL_STATE(406)] = 21614,
[SMALL_STATE(407)] = 21699,
[SMALL_STATE(408)] = 21784,
[SMALL_STATE(409)] = 21869,
[SMALL_STATE(410)] = 21954,
[SMALL_STATE(411)] = 22009,
[SMALL_STATE(412)] = 22068,
[SMALL_STATE(413)] = 22153,
[SMALL_STATE(414)] = 22238,
[SMALL_STATE(415)] = 22323,
[SMALL_STATE(416)] = 22408,
[SMALL_STATE(417)] = 22467,
[SMALL_STATE(418)] = 22552,
[SMALL_STATE(419)] = 22611,
[SMALL_STATE(420)] = 22696,
[SMALL_STATE(421)] = 22781,
[SMALL_STATE(422)] = 22866,
[SMALL_STATE(423)] = 22927,
[SMALL_STATE(424)] = 23012,
[SMALL_STATE(425)] = 23097,
[SMALL_STATE(426)] = 23158,
[SMALL_STATE(427)] = 23243,
[SMALL_STATE(428)] = 23298,
[SMALL_STATE(429)] = 23383,
[SMALL_STATE(430)] = 23468,
[SMALL_STATE(431)] = 23553,
[SMALL_STATE(432)] = 23638,
[SMALL_STATE(433)] = 23697,
[SMALL_STATE(434)] = 23782,
[SMALL_STATE(435)] = 23867,
[SMALL_STATE(436)] = 23952,
[SMALL_STATE(437)] = 24011,
[SMALL_STATE(438)] = 24096,
[SMALL_STATE(439)] = 24155,
[SMALL_STATE(440)] = 24240,
[SMALL_STATE(441)] = 24299,
[SMALL_STATE(442)] = 24384,
[SMALL_STATE(443)] = 24469,
[SMALL_STATE(444)] = 24554,
[SMALL_STATE(445)] = 24613,
[SMALL_STATE(446)] = 24698,
[SMALL_STATE(447)] = 24783,
[SMALL_STATE(448)] = 24868,
[SMALL_STATE(449)] = 24953,
[SMALL_STATE(450)] = 25012,
[SMALL_STATE(451)] = 25099,
[SMALL_STATE(452)] = 25184,
[SMALL_STATE(453)] = 25269,
[SMALL_STATE(454)] = 25328,
[SMALL_STATE(455)] = 25413,
[SMALL_STATE(456)] = 25498,
[SMALL_STATE(457)] = 25583,
[SMALL_STATE(458)] = 25668,
[SMALL_STATE(459)] = 25723,
[SMALL_STATE(460)] = 25808,
[SMALL_STATE(461)] = 25893,
[SMALL_STATE(462)] = 25978,
[SMALL_STATE(463)] = 26063,
[SMALL_STATE(464)] = 26117,
[SMALL_STATE(465)] = 26171,
[SMALL_STATE(466)] = 26225,
[SMALL_STATE(467)] = 26279,
[SMALL_STATE(468)] = 26333,
[SMALL_STATE(469)] = 26387,
[SMALL_STATE(470)] = 26441,
[SMALL_STATE(471)] = 26495,
[SMALL_STATE(472)] = 26549,
[SMALL_STATE(473)] = 26603,
[SMALL_STATE(474)] = 26657,
[SMALL_STATE(475)] = 26711,
[SMALL_STATE(476)] = 26764,
[SMALL_STATE(477)] = 26817,
[SMALL_STATE(478)] = 26870,
[SMALL_STATE(479)] = 26923,
[SMALL_STATE(480)] = 26976,
[SMALL_STATE(481)] = 27029,
[SMALL_STATE(482)] = 27082,
[SMALL_STATE(483)] = 27135,
[SMALL_STATE(484)] = 27188,
[SMALL_STATE(485)] = 27241,
[SMALL_STATE(486)] = 27294,
[SMALL_STATE(487)] = 27347,
[SMALL_STATE(488)] = 27400,
[SMALL_STATE(489)] = 27453,
[SMALL_STATE(490)] = 27506,
[SMALL_STATE(491)] = 27559,
[SMALL_STATE(492)] = 27612,
[SMALL_STATE(493)] = 27665,
[SMALL_STATE(494)] = 27718,
[SMALL_STATE(495)] = 27771,
[SMALL_STATE(496)] = 27858,
[SMALL_STATE(497)] = 27911,
[SMALL_STATE(498)] = 27964,
[SMALL_STATE(499)] = 28017,
[SMALL_STATE(500)] = 28070,
[SMALL_STATE(501)] = 28123,
[SMALL_STATE(502)] = 28176,
[SMALL_STATE(503)] = 28229,
[SMALL_STATE(504)] = 28282,
[SMALL_STATE(505)] = 28335,
[SMALL_STATE(506)] = 28388,
[SMALL_STATE(507)] = 28441,
[SMALL_STATE(508)] = 28494,
[SMALL_STATE(509)] = 28547,
[SMALL_STATE(510)] = 28600,
[SMALL_STATE(511)] = 28653,
[SMALL_STATE(512)] = 28706,
[SMALL_STATE(513)] = 28759,
[SMALL_STATE(514)] = 28812,
[SMALL_STATE(515)] = 28865,
[SMALL_STATE(516)] = 28918,
[SMALL_STATE(517)] = 28971,
[SMALL_STATE(518)] = 29024,
[SMALL_STATE(519)] = 29077,
[SMALL_STATE(520)] = 29130,
[SMALL_STATE(521)] = 29183,
[SMALL_STATE(522)] = 29268,
[SMALL_STATE(523)] = 29321,
[SMALL_STATE(524)] = 29374,
[SMALL_STATE(525)] = 29427,
[SMALL_STATE(526)] = 29480,
[SMALL_STATE(527)] = 29533,
[SMALL_STATE(528)] = 29586,
[SMALL_STATE(529)] = 29639,
[SMALL_STATE(530)] = 29692,
[SMALL_STATE(531)] = 29777,
[SMALL_STATE(532)] = 29830,
[SMALL_STATE(533)] = 29883,
[SMALL_STATE(534)] = 29936,
[SMALL_STATE(535)] = 29989,
[SMALL_STATE(536)] = 30042,
[SMALL_STATE(537)] = 30095,
[SMALL_STATE(538)] = 30148,
[SMALL_STATE(539)] = 30201,
[SMALL_STATE(540)] = 30254,
[SMALL_STATE(541)] = 30307,
[SMALL_STATE(542)] = 30360,
[SMALL_STATE(543)] = 30413,
[SMALL_STATE(544)] = 30466,
[SMALL_STATE(545)] = 30519,
[SMALL_STATE(546)] = 30572,
[SMALL_STATE(547)] = 30625,
[SMALL_STATE(548)] = 30678,
[SMALL_STATE(549)] = 30731,
[SMALL_STATE(550)] = 30784,
[SMALL_STATE(551)] = 30837,
[SMALL_STATE(552)] = 30890,
[SMALL_STATE(553)] = 30943,
[SMALL_STATE(554)] = 30996,
[SMALL_STATE(555)] = 31049,
[SMALL_STATE(556)] = 31102,
[SMALL_STATE(557)] = 31155,
[SMALL_STATE(558)] = 31208,
[SMALL_STATE(559)] = 31261,
[SMALL_STATE(560)] = 31314,
[SMALL_STATE(561)] = 31367,
[SMALL_STATE(562)] = 31420,
[SMALL_STATE(563)] = 31473,
[SMALL_STATE(564)] = 31526,
[SMALL_STATE(565)] = 31579,
[SMALL_STATE(566)] = 31632,
[SMALL_STATE(567)] = 31685,
[SMALL_STATE(568)] = 31738,
[SMALL_STATE(569)] = 31791,
[SMALL_STATE(570)] = 31844,
[SMALL_STATE(571)] = 31897,
[SMALL_STATE(572)] = 31950,
[SMALL_STATE(573)] = 32003,
[SMALL_STATE(574)] = 32056,
[SMALL_STATE(575)] = 32109,
[SMALL_STATE(576)] = 32162,
[SMALL_STATE(577)] = 32246,
[SMALL_STATE(578)] = 32330,
[SMALL_STATE(579)] = 32414,
[SMALL_STATE(580)] = 32498,
[SMALL_STATE(581)] = 32582,
[SMALL_STATE(582)] = 32666,
[SMALL_STATE(583)] = 32721,
[SMALL_STATE(584)] = 32802,
[SMALL_STATE(585)] = 32857,
[SMALL_STATE(586)] = 32938,
[SMALL_STATE(587)] = 32993,
[SMALL_STATE(588)] = 33068,
[SMALL_STATE(589)] = 33117,
[SMALL_STATE(590)] = 33166,
[SMALL_STATE(591)] = 33248,
[SMALL_STATE(592)] = 33296,
[SMALL_STATE(593)] = 33344,
[SMALL_STATE(594)] = 33392,
[SMALL_STATE(595)] = 33440,
[SMALL_STATE(596)] = 33488,
[SMALL_STATE(597)] = 33536,
[SMALL_STATE(598)] = 33584,
[SMALL_STATE(599)] = 33632,
[SMALL_STATE(600)] = 33680,
[SMALL_STATE(601)] = 33728,
[SMALL_STATE(602)] = 33776,
[SMALL_STATE(603)] = 33824,
[SMALL_STATE(604)] = 33872,
[SMALL_STATE(605)] = 33920,
[SMALL_STATE(606)] = 33968,
[SMALL_STATE(607)] = 34016,
[SMALL_STATE(608)] = 34064,
[SMALL_STATE(609)] = 34112,
[SMALL_STATE(610)] = 34160,
[SMALL_STATE(611)] = 34208,
[SMALL_STATE(612)] = 34256,
[SMALL_STATE(613)] = 34304,
[SMALL_STATE(614)] = 34352,
[SMALL_STATE(615)] = 34400,
[SMALL_STATE(616)] = 34448,
[SMALL_STATE(617)] = 34530,
[SMALL_STATE(618)] = 34578,
[SMALL_STATE(619)] = 34626,
[SMALL_STATE(620)] = 34674,
[SMALL_STATE(621)] = 34722,
[SMALL_STATE(622)] = 34770,
[SMALL_STATE(623)] = 34818,
[SMALL_STATE(624)] = 34883,
[SMALL_STATE(625)] = 34940,
[SMALL_STATE(626)] = 35011,
[SMALL_STATE(627)] = 35080,
[SMALL_STATE(628)] = 35137,
[SMALL_STATE(629)] = 35202,
[SMALL_STATE(630)] = 35259,
[SMALL_STATE(631)] = 35320,
[SMALL_STATE(632)] = 35389,
[SMALL_STATE(633)] = 35460,
[SMALL_STATE(634)] = 35523,
[SMALL_STATE(635)] = 35580,
[SMALL_STATE(636)] = 35649,
[SMALL_STATE(637)] = 35716,
[SMALL_STATE(638)] = 35773,
[SMALL_STATE(639)] = 35844,
[SMALL_STATE(640)] = 35915,
[SMALL_STATE(641)] = 35972,
[SMALL_STATE(642)] = 36041,
[SMALL_STATE(643)] = 36112,
[SMALL_STATE(644)] = 36179,
[SMALL_STATE(645)] = 36236,
[SMALL_STATE(646)] = 36299,
[SMALL_STATE(647)] = 36368,
[SMALL_STATE(648)] = 36425,
[SMALL_STATE(649)] = 36496,
[SMALL_STATE(650)] = 36565,
[SMALL_STATE(651)] = 36626,
[SMALL_STATE(652)] = 36674,
[SMALL_STATE(653)] = 36740,
[SMALL_STATE(654)] = 36806,
[SMALL_STATE(655)] = 36872,
[SMALL_STATE(656)] = 36938,
[SMALL_STATE(657)] = 37004,
[SMALL_STATE(658)] = 37070,
[SMALL_STATE(659)] = 37136,
[SMALL_STATE(660)] = 37202,
[SMALL_STATE(661)] = 37268,
[SMALL_STATE(662)] = 37334,
[SMALL_STATE(663)] = 37400,
[SMALL_STATE(664)] = 37466,
[SMALL_STATE(665)] = 37532,
[SMALL_STATE(666)] = 37598,
[SMALL_STATE(667)] = 37664,
[SMALL_STATE(668)] = 37730,
[SMALL_STATE(669)] = 37780,
[SMALL_STATE(670)] = 37846,
[SMALL_STATE(671)] = 37916,
[SMALL_STATE(672)] = 37982,
[SMALL_STATE(673)] = 38030,
[SMALL_STATE(674)] = 38096,
[SMALL_STATE(675)] = 38146,
[SMALL_STATE(676)] = 38216,
[SMALL_STATE(677)] = 38282,
[SMALL_STATE(678)] = 38348,
[SMALL_STATE(679)] = 38414,
[SMALL_STATE(680)] = 38480,
[SMALL_STATE(681)] = 38546,
[SMALL_STATE(682)] = 38612,
[SMALL_STATE(683)] = 38678,
[SMALL_STATE(684)] = 38744,
[SMALL_STATE(685)] = 38810,
[SMALL_STATE(686)] = 38876,
[SMALL_STATE(687)] = 38942,
[SMALL_STATE(688)] = 39008,
[SMALL_STATE(689)] = 39074,
[SMALL_STATE(690)] = 39140,
[SMALL_STATE(691)] = 39206,
[SMALL_STATE(692)] = 39272,
[SMALL_STATE(693)] = 39320,
[SMALL_STATE(694)] = 39386,
[SMALL_STATE(695)] = 39452,
[SMALL_STATE(696)] = 39518,
[SMALL_STATE(697)] = 39584,
[SMALL_STATE(698)] = 39650,
[SMALL_STATE(699)] = 39696,
[SMALL_STATE(700)] = 39762,
[SMALL_STATE(701)] = 39828,
[SMALL_STATE(702)] = 39874,
[SMALL_STATE(703)] = 39940,
[SMALL_STATE(704)] = 39988,
[SMALL_STATE(705)] = 40054,
[SMALL_STATE(706)] = 40099,
[SMALL_STATE(707)] = 40144,
[SMALL_STATE(708)] = 40223,
[SMALL_STATE(709)] = 40272,
[SMALL_STATE(710)] = 40321,
[SMALL_STATE(711)] = 40370,
[SMALL_STATE(712)] = 40438,
[SMALL_STATE(713)] = 40506,
[SMALL_STATE(714)] = 40554,
[SMALL_STATE(715)] = 40616,
[SMALL_STATE(716)] = 40660,
[SMALL_STATE(717)] = 40724,
[SMALL_STATE(718)] = 40784,
[SMALL_STATE(719)] = 40838,
[SMALL_STATE(720)] = 40896,
[SMALL_STATE(721)] = 40940,
[SMALL_STATE(722)] = 41008,
[SMALL_STATE(723)] = 41062,
[SMALL_STATE(724)] = 41128,
[SMALL_STATE(725)] = 41182,
[SMALL_STATE(726)] = 41236,
[SMALL_STATE(727)] = 41312,
[SMALL_STATE(728)] = 41359,
[SMALL_STATE(729)] = 41418,
[SMALL_STATE(730)] = 41463,
[SMALL_STATE(731)] = 41508,
[SMALL_STATE(732)] = 41561,
[SMALL_STATE(733)] = 41604,
[SMALL_STATE(734)] = 41649,
[SMALL_STATE(735)] = 41694,
[SMALL_STATE(736)] = 41737,
[SMALL_STATE(737)] = 41782,
[SMALL_STATE(738)] = 41829,
[SMALL_STATE(739)] = 41896,
[SMALL_STATE(740)] = 41963,
[SMALL_STATE(741)] = 42008,
[SMALL_STATE(742)] = 42061,
[SMALL_STATE(743)] = 42114,
[SMALL_STATE(744)] = 42181,
[SMALL_STATE(745)] = 42228,
[SMALL_STATE(746)] = 42291,
[SMALL_STATE(747)] = 42352,
[SMALL_STATE(748)] = 42397,
[SMALL_STATE(749)] = 42450,
[SMALL_STATE(750)] = 42495,
[SMALL_STATE(751)] = 42542,
[SMALL_STATE(752)] = 42607,
[SMALL_STATE(753)] = 42664,
[SMALL_STATE(754)] = 42706,
[SMALL_STATE(755)] = 42748,
[SMALL_STATE(756)] = 42790,
[SMALL_STATE(757)] = 42832,
[SMALL_STATE(758)] = 42874,
[SMALL_STATE(759)] = 42916,
[SMALL_STATE(760)] = 42958,
[SMALL_STATE(761)] = 43000,
[SMALL_STATE(762)] = 43042,
[SMALL_STATE(763)] = 43084,
[SMALL_STATE(764)] = 43126,
[SMALL_STATE(765)] = 43168,
[SMALL_STATE(766)] = 43212,
[SMALL_STATE(767)] = 43254,
[SMALL_STATE(768)] = 43296,
[SMALL_STATE(769)] = 43338,
[SMALL_STATE(770)] = 43382,
[SMALL_STATE(771)] = 43426,
[SMALL_STATE(772)] = 43468,
[SMALL_STATE(773)] = 43510,
[SMALL_STATE(774)] = 43552,
[SMALL_STATE(775)] = 43594,
[SMALL_STATE(776)] = 43636,
[SMALL_STATE(777)] = 43678,
[SMALL_STATE(778)] = 43720,
[SMALL_STATE(779)] = 43762,
[SMALL_STATE(780)] = 43804,
[SMALL_STATE(781)] = 43846,
[SMALL_STATE(782)] = 43888,
[SMALL_STATE(783)] = 43930,
[SMALL_STATE(784)] = 43974,
[SMALL_STATE(785)] = 44016,
[SMALL_STATE(786)] = 44058,
[SMALL_STATE(787)] = 44100,
[SMALL_STATE(788)] = 44142,
[SMALL_STATE(789)] = 44186,
[SMALL_STATE(790)] = 44228,
[SMALL_STATE(791)] = 44270,
[SMALL_STATE(792)] = 44311,
[SMALL_STATE(793)] = 44352,
[SMALL_STATE(794)] = 44393,
[SMALL_STATE(795)] = 44434,
[SMALL_STATE(796)] = 44475,
[SMALL_STATE(797)] = 44516,
[SMALL_STATE(798)] = 44557,
[SMALL_STATE(799)] = 44598,
[SMALL_STATE(800)] = 44639,
[SMALL_STATE(801)] = 44680,
[SMALL_STATE(802)] = 44721,
[SMALL_STATE(803)] = 44762,
[SMALL_STATE(804)] = 44803,
[SMALL_STATE(805)] = 44844,
[SMALL_STATE(806)] = 44885,
[SMALL_STATE(807)] = 44926,
[SMALL_STATE(808)] = 44967,
[SMALL_STATE(809)] = 45008,
[SMALL_STATE(810)] = 45049,
[SMALL_STATE(811)] = 45090,
[SMALL_STATE(812)] = 45131,
[SMALL_STATE(813)] = 45172,
[SMALL_STATE(814)] = 45213,
[SMALL_STATE(815)] = 45254,
[SMALL_STATE(816)] = 45295,
[SMALL_STATE(817)] = 45336,
[SMALL_STATE(818)] = 45377,
[SMALL_STATE(819)] = 45418,
[SMALL_STATE(820)] = 45459,
[SMALL_STATE(821)] = 45500,
[SMALL_STATE(822)] = 45541,
[SMALL_STATE(823)] = 45582,
[SMALL_STATE(824)] = 45627,
[SMALL_STATE(825)] = 45672,
[SMALL_STATE(826)] = 45713,
[SMALL_STATE(827)] = 45754,
[SMALL_STATE(828)] = 45795,
[SMALL_STATE(829)] = 45836,
[SMALL_STATE(830)] = 45877,
[SMALL_STATE(831)] = 45918,
[SMALL_STATE(832)] = 45992,
[SMALL_STATE(833)] = 46066,
[SMALL_STATE(834)] = 46140,
[SMALL_STATE(835)] = 46214,
[SMALL_STATE(836)] = 46285,
[SMALL_STATE(837)] = 46356,
[SMALL_STATE(838)] = 46429,
[SMALL_STATE(839)] = 46500,
[SMALL_STATE(840)] = 46571,
[SMALL_STATE(841)] = 46642,
[SMALL_STATE(842)] = 46714,
[SMALL_STATE(843)] = 46786,
[SMALL_STATE(844)] = 46858,
[SMALL_STATE(845)] = 46926,
[SMALL_STATE(846)] = 46992,
[SMALL_STATE(847)] = 47055,
[SMALL_STATE(848)] = 47118,
[SMALL_STATE(849)] = 47173,
[SMALL_STATE(850)] = 47228,
[SMALL_STATE(851)] = 47268,
[SMALL_STATE(852)] = 47308,
[SMALL_STATE(853)] = 47348,
[SMALL_STATE(854)] = 47388,
[SMALL_STATE(855)] = 47418,
[SMALL_STATE(856)] = 47443,
[SMALL_STATE(857)] = 47468,
[SMALL_STATE(858)] = 47505,
[SMALL_STATE(859)] = 47542,
[SMALL_STATE(860)] = 47567,
[SMALL_STATE(861)] = 47592,
[SMALL_STATE(862)] = 47621,
[SMALL_STATE(863)] = 47650,
[SMALL_STATE(864)] = 47678,
[SMALL_STATE(865)] = 47712,
[SMALL_STATE(866)] = 47758,
[SMALL_STATE(867)] = 47792,
[SMALL_STATE(868)] = 47835,
[SMALL_STATE(869)] = 47878,
[SMALL_STATE(870)] = 47921,
[SMALL_STATE(871)] = 47964,
[SMALL_STATE(872)] = 47995,
[SMALL_STATE(873)] = 48038,
[SMALL_STATE(874)] = 48084,
[SMALL_STATE(875)] = 48124,
[SMALL_STATE(876)] = 48170,
[SMALL_STATE(877)] = 48216,
[SMALL_STATE(878)] = 48253,
[SMALL_STATE(879)] = 48290,
[SMALL_STATE(880)] = 48327,
[SMALL_STATE(881)] = 48352,
[SMALL_STATE(882)] = 48389,
[SMALL_STATE(883)] = 48411,
[SMALL_STATE(884)] = 48433,
[SMALL_STATE(885)] = 48467,
[SMALL_STATE(886)] = 48501,
[SMALL_STATE(887)] = 48538,
[SMALL_STATE(888)] = 48560,
[SMALL_STATE(889)] = 48581,
[SMALL_STATE(890)] = 48618,
[SMALL_STATE(891)] = 48639,
[SMALL_STATE(892)] = 48666,
[SMALL_STATE(893)] = 48683,
[SMALL_STATE(894)] = 48720,
[SMALL_STATE(895)] = 48743,
[SMALL_STATE(896)] = 48764,
[SMALL_STATE(897)] = 48783,
[SMALL_STATE(898)] = 48808,
[SMALL_STATE(899)] = 48845,
[SMALL_STATE(900)] = 48866,
[SMALL_STATE(901)] = 48889,
[SMALL_STATE(902)] = 48912,
[SMALL_STATE(903)] = 48933,
[SMALL_STATE(904)] = 48956,
[SMALL_STATE(905)] = 48979,
[SMALL_STATE(906)] = 49002,
[SMALL_STATE(907)] = 49025,
[SMALL_STATE(908)] = 49062,
[SMALL_STATE(909)] = 49085,
[SMALL_STATE(910)] = 49110,
[SMALL_STATE(911)] = 49135,
[SMALL_STATE(912)] = 49157,
[SMALL_STATE(913)] = 49179,
[SMALL_STATE(914)] = 49213,
[SMALL_STATE(915)] = 49235,
[SMALL_STATE(916)] = 49265,
[SMALL_STATE(917)] = 49295,
[SMALL_STATE(918)] = 49329,
[SMALL_STATE(919)] = 49363,
[SMALL_STATE(920)] = 49381,
[SMALL_STATE(921)] = 49403,
[SMALL_STATE(922)] = 49433,
[SMALL_STATE(923)] = 49463,
[SMALL_STATE(924)] = 49493,
[SMALL_STATE(925)] = 49523,
[SMALL_STATE(926)] = 49541,
[SMALL_STATE(927)] = 49575,
[SMALL_STATE(928)] = 49609,
[SMALL_STATE(929)] = 49639,
[SMALL_STATE(930)] = 49673,
[SMALL_STATE(931)] = 49707,
[SMALL_STATE(932)] = 49737,
[SMALL_STATE(933)] = 49771,
[SMALL_STATE(934)] = 49801,
[SMALL_STATE(935)] = 49835,
[SMALL_STATE(936)] = 49854,
[SMALL_STATE(937)] = 49873,
[SMALL_STATE(938)] = 49898,
[SMALL_STATE(939)] = 49917,
[SMALL_STATE(940)] = 49940,
[SMALL_STATE(941)] = 49959,
[SMALL_STATE(942)] = 49978,
[SMALL_STATE(943)] = 50001,
[SMALL_STATE(944)] = 50024,
[SMALL_STATE(945)] = 50043,
[SMALL_STATE(946)] = 50057,
[SMALL_STATE(947)] = 50083,
[SMALL_STATE(948)] = 50107,
[SMALL_STATE(949)] = 50121,
[SMALL_STATE(950)] = 50135,
[SMALL_STATE(951)] = 50153,
[SMALL_STATE(952)] = 50171,
[SMALL_STATE(953)] = 50185,
[SMALL_STATE(954)] = 50199,
[SMALL_STATE(955)] = 50213,
[SMALL_STATE(956)] = 50231,
[SMALL_STATE(957)] = 50247,
[SMALL_STATE(958)] = 50265,
[SMALL_STATE(959)] = 50279,
[SMALL_STATE(960)] = 50293,
[SMALL_STATE(961)] = 50307,
[SMALL_STATE(962)] = 50321,
[SMALL_STATE(963)] = 50341,
[SMALL_STATE(964)] = 50359,
[SMALL_STATE(965)] = 50375,
[SMALL_STATE(966)] = 50389,
[SMALL_STATE(967)] = 50403,
[SMALL_STATE(968)] = 50417,
[SMALL_STATE(969)] = 50431,
[SMALL_STATE(970)] = 50445,
[SMALL_STATE(971)] = 50459,
[SMALL_STATE(972)] = 50473,
[SMALL_STATE(973)] = 50491,
[SMALL_STATE(974)] = 50509,
[SMALL_STATE(975)] = 50523,
[SMALL_STATE(976)] = 50543,
[SMALL_STATE(977)] = 50561,
[SMALL_STATE(978)] = 50579,
[SMALL_STATE(979)] = 50597,
[SMALL_STATE(980)] = 50617,
[SMALL_STATE(981)] = 50635,
[SMALL_STATE(982)] = 50653,
[SMALL_STATE(983)] = 50677,
[SMALL_STATE(984)] = 50699,
[SMALL_STATE(985)] = 50713,
[SMALL_STATE(986)] = 50727,
[SMALL_STATE(987)] = 50741,
[SMALL_STATE(988)] = 50761,
[SMALL_STATE(989)] = 50775,
[SMALL_STATE(990)] = 50789,
[SMALL_STATE(991)] = 50803,
[SMALL_STATE(992)] = 50828,
[SMALL_STATE(993)] = 50843,
[SMALL_STATE(994)] = 50866,
[SMALL_STATE(995)] = 50887,
[SMALL_STATE(996)] = 50910,
[SMALL_STATE(997)] = 50929,
[SMALL_STATE(998)] = 50950,
[SMALL_STATE(999)] = 50973,
[SMALL_STATE(1000)] = 50986,
[SMALL_STATE(1001)] = 50999,
[SMALL_STATE(1002)] = 51020,
[SMALL_STATE(1003)] = 51039,
[SMALL_STATE(1004)] = 51052,
[SMALL_STATE(1005)] = 51065,
[SMALL_STATE(1006)] = 51084,
[SMALL_STATE(1007)] = 51103,
[SMALL_STATE(1008)] = 51120,
[SMALL_STATE(1009)] = 51139,
[SMALL_STATE(1010)] = 51156,
[SMALL_STATE(1011)] = 51171,
[SMALL_STATE(1012)] = 51190,
[SMALL_STATE(1013)] = 51207,
[SMALL_STATE(1014)] = 51228,
[SMALL_STATE(1015)] = 51251,
[SMALL_STATE(1016)] = 51270,
[SMALL_STATE(1017)] = 51289,
[SMALL_STATE(1018)] = 51308,
[SMALL_STATE(1019)] = 51333,
[SMALL_STATE(1020)] = 51356,
[SMALL_STATE(1021)] = 51377,
[SMALL_STATE(1022)] = 51400,
[SMALL_STATE(1023)] = 51413,
[SMALL_STATE(1024)] = 51438,
[SMALL_STATE(1025)] = 51451,
[SMALL_STATE(1026)] = 51474,
[SMALL_STATE(1027)] = 51493,
[SMALL_STATE(1028)] = 51516,
[SMALL_STATE(1029)] = 51541,
[SMALL_STATE(1030)] = 51564,
[SMALL_STATE(1031)] = 51585,
[SMALL_STATE(1032)] = 51610,
[SMALL_STATE(1033)] = 51635,
[SMALL_STATE(1034)] = 51656,
[SMALL_STATE(1035)] = 51669,
[SMALL_STATE(1036)] = 51694,
[SMALL_STATE(1037)] = 51716,
[SMALL_STATE(1038)] = 51732,
[SMALL_STATE(1039)] = 51754,
[SMALL_STATE(1040)] = 51768,
[SMALL_STATE(1041)] = 51786,
[SMALL_STATE(1042)] = 51804,
[SMALL_STATE(1043)] = 51820,
[SMALL_STATE(1044)] = 51834,
[SMALL_STATE(1045)] = 51854,
[SMALL_STATE(1046)] = 51872,
[SMALL_STATE(1047)] = 51888,
[SMALL_STATE(1048)] = 51910,
[SMALL_STATE(1049)] = 51924,
[SMALL_STATE(1050)] = 51946,
[SMALL_STATE(1051)] = 51960,
[SMALL_STATE(1052)] = 51980,
[SMALL_STATE(1053)] = 52000,
[SMALL_STATE(1054)] = 52014,
[SMALL_STATE(1055)] = 52034,
[SMALL_STATE(1056)] = 52050,
[SMALL_STATE(1057)] = 52070,
[SMALL_STATE(1058)] = 52092,
[SMALL_STATE(1059)] = 52108,
[SMALL_STATE(1060)] = 52126,
[SMALL_STATE(1061)] = 52144,
[SMALL_STATE(1062)] = 52160,
[SMALL_STATE(1063)] = 52172,
[SMALL_STATE(1064)] = 52192,
[SMALL_STATE(1065)] = 52210,
[SMALL_STATE(1066)] = 52228,
[SMALL_STATE(1067)] = 52250,
[SMALL_STATE(1068)] = 52272,
[SMALL_STATE(1069)] = 52286,
[SMALL_STATE(1070)] = 52298,
[SMALL_STATE(1071)] = 52314,
[SMALL_STATE(1072)] = 52333,
[SMALL_STATE(1073)] = 52348,
[SMALL_STATE(1074)] = 52367,
[SMALL_STATE(1075)] = 52382,
[SMALL_STATE(1076)] = 52393,
[SMALL_STATE(1077)] = 52410,
[SMALL_STATE(1078)] = 52425,
[SMALL_STATE(1079)] = 52442,
[SMALL_STATE(1080)] = 52459,
[SMALL_STATE(1081)] = 52474,
[SMALL_STATE(1082)] = 52491,
[SMALL_STATE(1083)] = 52508,
[SMALL_STATE(1084)] = 52525,
[SMALL_STATE(1085)] = 52544,
[SMALL_STATE(1086)] = 52561,
[SMALL_STATE(1087)] = 52578,
[SMALL_STATE(1088)] = 52595,
[SMALL_STATE(1089)] = 52612,
[SMALL_STATE(1090)] = 52629,
[SMALL_STATE(1091)] = 52648,
[SMALL_STATE(1092)] = 52659,
[SMALL_STATE(1093)] = 52676,
[SMALL_STATE(1094)] = 52693,
[SMALL_STATE(1095)] = 52712,
[SMALL_STATE(1096)] = 52723,
[SMALL_STATE(1097)] = 52738,
[SMALL_STATE(1098)] = 52755,
[SMALL_STATE(1099)] = 52774,
[SMALL_STATE(1100)] = 52791,
[SMALL_STATE(1101)] = 52806,
[SMALL_STATE(1102)] = 52825,
[SMALL_STATE(1103)] = 52842,
[SMALL_STATE(1104)] = 52859,
[SMALL_STATE(1105)] = 52878,
[SMALL_STATE(1106)] = 52895,
[SMALL_STATE(1107)] = 52914,
[SMALL_STATE(1108)] = 52929,
[SMALL_STATE(1109)] = 52948,
[SMALL_STATE(1110)] = 52964,
[SMALL_STATE(1111)] = 52980,
[SMALL_STATE(1112)] = 52996,
[SMALL_STATE(1113)] = 53012,
[SMALL_STATE(1114)] = 53028,
[SMALL_STATE(1115)] = 53042,
[SMALL_STATE(1116)] = 53058,
[SMALL_STATE(1117)] = 53074,
[SMALL_STATE(1118)] = 53090,
[SMALL_STATE(1119)] = 53106,
[SMALL_STATE(1120)] = 53120,
[SMALL_STATE(1121)] = 53134,
[SMALL_STATE(1122)] = 53150,
[SMALL_STATE(1123)] = 53166,
[SMALL_STATE(1124)] = 53180,
[SMALL_STATE(1125)] = 53194,
[SMALL_STATE(1126)] = 53208,
[SMALL_STATE(1127)] = 53224,
[SMALL_STATE(1128)] = 53238,
[SMALL_STATE(1129)] = 53252,
[SMALL_STATE(1130)] = 53266,
[SMALL_STATE(1131)] = 53280,
[SMALL_STATE(1132)] = 53294,
[SMALL_STATE(1133)] = 53310,
[SMALL_STATE(1134)] = 53324,
[SMALL_STATE(1135)] = 53338,
[SMALL_STATE(1136)] = 53354,
[SMALL_STATE(1137)] = 53368,
[SMALL_STATE(1138)] = 53382,
[SMALL_STATE(1139)] = 53398,
[SMALL_STATE(1140)] = 53412,
[SMALL_STATE(1141)] = 53428,
[SMALL_STATE(1142)] = 53442,
[SMALL_STATE(1143)] = 53458,
[SMALL_STATE(1144)] = 53472,
[SMALL_STATE(1145)] = 53486,
[SMALL_STATE(1146)] = 53500,
[SMALL_STATE(1147)] = 53510,
[SMALL_STATE(1148)] = 53524,
[SMALL_STATE(1149)] = 53540,
[SMALL_STATE(1150)] = 53556,
[SMALL_STATE(1151)] = 53566,
[SMALL_STATE(1152)] = 53582,
[SMALL_STATE(1153)] = 53598,
[SMALL_STATE(1154)] = 53608,
[SMALL_STATE(1155)] = 53622,
[SMALL_STATE(1156)] = 53636,
[SMALL_STATE(1157)] = 53650,
[SMALL_STATE(1158)] = 53664,
[SMALL_STATE(1159)] = 53676,
[SMALL_STATE(1160)] = 53690,
[SMALL_STATE(1161)] = 53706,
[SMALL_STATE(1162)] = 53720,
[SMALL_STATE(1163)] = 53734,
[SMALL_STATE(1164)] = 53750,
[SMALL_STATE(1165)] = 53764,
[SMALL_STATE(1166)] = 53780,
[SMALL_STATE(1167)] = 53796,
[SMALL_STATE(1168)] = 53806,
[SMALL_STATE(1169)] = 53822,
[SMALL_STATE(1170)] = 53832,
[SMALL_STATE(1171)] = 53842,
[SMALL_STATE(1172)] = 53854,
[SMALL_STATE(1173)] = 53868,
[SMALL_STATE(1174)] = 53884,
[SMALL_STATE(1175)] = 53900,
[SMALL_STATE(1176)] = 53916,
[SMALL_STATE(1177)] = 53932,
[SMALL_STATE(1178)] = 53946,
[SMALL_STATE(1179)] = 53955,
[SMALL_STATE(1180)] = 53968,
[SMALL_STATE(1181)] = 53981,
[SMALL_STATE(1182)] = 53994,
[SMALL_STATE(1183)] = 54007,
[SMALL_STATE(1184)] = 54020,
[SMALL_STATE(1185)] = 54031,
[SMALL_STATE(1186)] = 54044,
[SMALL_STATE(1187)] = 54057,
[SMALL_STATE(1188)] = 54068,
[SMALL_STATE(1189)] = 54081,
[SMALL_STATE(1190)] = 54094,
[SMALL_STATE(1191)] = 54107,
[SMALL_STATE(1192)] = 54120,
[SMALL_STATE(1193)] = 54133,
[SMALL_STATE(1194)] = 54146,
[SMALL_STATE(1195)] = 54155,
[SMALL_STATE(1196)] = 54164,
[SMALL_STATE(1197)] = 54177,
[SMALL_STATE(1198)] = 54186,
[SMALL_STATE(1199)] = 54195,
[SMALL_STATE(1200)] = 54208,
[SMALL_STATE(1201)] = 54221,
[SMALL_STATE(1202)] = 54234,
[SMALL_STATE(1203)] = 54247,
[SMALL_STATE(1204)] = 54260,
[SMALL_STATE(1205)] = 54273,
[SMALL_STATE(1206)] = 54286,
[SMALL_STATE(1207)] = 54299,
[SMALL_STATE(1208)] = 54312,
[SMALL_STATE(1209)] = 54325,
[SMALL_STATE(1210)] = 54338,
[SMALL_STATE(1211)] = 54351,
[SMALL_STATE(1212)] = 54364,
[SMALL_STATE(1213)] = 54377,
[SMALL_STATE(1214)] = 54390,
[SMALL_STATE(1215)] = 54403,
[SMALL_STATE(1216)] = 54416,
[SMALL_STATE(1217)] = 54429,
[SMALL_STATE(1218)] = 54442,
[SMALL_STATE(1219)] = 54455,
[SMALL_STATE(1220)] = 54468,
[SMALL_STATE(1221)] = 54481,
[SMALL_STATE(1222)] = 54492,
[SMALL_STATE(1223)] = 54505,
[SMALL_STATE(1224)] = 54518,
[SMALL_STATE(1225)] = 54531,
[SMALL_STATE(1226)] = 54544,
[SMALL_STATE(1227)] = 54557,
[SMALL_STATE(1228)] = 54568,
[SMALL_STATE(1229)] = 54581,
[SMALL_STATE(1230)] = 54594,
[SMALL_STATE(1231)] = 54607,
[SMALL_STATE(1232)] = 54620,
[SMALL_STATE(1233)] = 54633,
[SMALL_STATE(1234)] = 54646,
[SMALL_STATE(1235)] = 54659,
[SMALL_STATE(1236)] = 54672,
[SMALL_STATE(1237)] = 54685,
[SMALL_STATE(1238)] = 54696,
[SMALL_STATE(1239)] = 54709,
[SMALL_STATE(1240)] = 54720,
[SMALL_STATE(1241)] = 54733,
[SMALL_STATE(1242)] = 54746,
[SMALL_STATE(1243)] = 54759,
[SMALL_STATE(1244)] = 54768,
[SMALL_STATE(1245)] = 54781,
[SMALL_STATE(1246)] = 54792,
[SMALL_STATE(1247)] = 54805,
[SMALL_STATE(1248)] = 54818,
[SMALL_STATE(1249)] = 54831,
[SMALL_STATE(1250)] = 54840,
[SMALL_STATE(1251)] = 54851,
[SMALL_STATE(1252)] = 54864,
[SMALL_STATE(1253)] = 54877,
[SMALL_STATE(1254)] = 54888,
[SMALL_STATE(1255)] = 54901,
[SMALL_STATE(1256)] = 54914,
[SMALL_STATE(1257)] = 54927,
[SMALL_STATE(1258)] = 54940,
[SMALL_STATE(1259)] = 54953,
[SMALL_STATE(1260)] = 54962,
[SMALL_STATE(1261)] = 54975,
[SMALL_STATE(1262)] = 54988,
[SMALL_STATE(1263)] = 55001,
[SMALL_STATE(1264)] = 55014,
[SMALL_STATE(1265)] = 55025,
[SMALL_STATE(1266)] = 55034,
[SMALL_STATE(1267)] = 55047,
[SMALL_STATE(1268)] = 55060,
[SMALL_STATE(1269)] = 55069,
[SMALL_STATE(1270)] = 55082,
[SMALL_STATE(1271)] = 55095,
[SMALL_STATE(1272)] = 55104,
[SMALL_STATE(1273)] = 55117,
[SMALL_STATE(1274)] = 55130,
[SMALL_STATE(1275)] = 55143,
[SMALL_STATE(1276)] = 55156,
[SMALL_STATE(1277)] = 55169,
[SMALL_STATE(1278)] = 55182,
[SMALL_STATE(1279)] = 55195,
[SMALL_STATE(1280)] = 55208,
[SMALL_STATE(1281)] = 55221,
[SMALL_STATE(1282)] = 55234,
[SMALL_STATE(1283)] = 55247,
[SMALL_STATE(1284)] = 55260,
[SMALL_STATE(1285)] = 55273,
[SMALL_STATE(1286)] = 55286,
[SMALL_STATE(1287)] = 55299,
[SMALL_STATE(1288)] = 55312,
[SMALL_STATE(1289)] = 55325,
[SMALL_STATE(1290)] = 55338,
[SMALL_STATE(1291)] = 55351,
[SMALL_STATE(1292)] = 55362,
[SMALL_STATE(1293)] = 55375,
[SMALL_STATE(1294)] = 55388,
[SMALL_STATE(1295)] = 55399,
[SMALL_STATE(1296)] = 55412,
[SMALL_STATE(1297)] = 55425,
[SMALL_STATE(1298)] = 55438,
[SMALL_STATE(1299)] = 55451,
[SMALL_STATE(1300)] = 55460,
[SMALL_STATE(1301)] = 55473,
[SMALL_STATE(1302)] = 55486,
[SMALL_STATE(1303)] = 55495,
[SMALL_STATE(1304)] = 55508,
[SMALL_STATE(1305)] = 55521,
[SMALL_STATE(1306)] = 55530,
[SMALL_STATE(1307)] = 55543,
[SMALL_STATE(1308)] = 55556,
[SMALL_STATE(1309)] = 55569,
[SMALL_STATE(1310)] = 55582,
[SMALL_STATE(1311)] = 55595,
[SMALL_STATE(1312)] = 55608,
[SMALL_STATE(1313)] = 55617,
[SMALL_STATE(1314)] = 55625,
[SMALL_STATE(1315)] = 55633,
[SMALL_STATE(1316)] = 55643,
[SMALL_STATE(1317)] = 55653,
[SMALL_STATE(1318)] = 55661,
[SMALL_STATE(1319)] = 55669,
[SMALL_STATE(1320)] = 55679,
[SMALL_STATE(1321)] = 55689,
[SMALL_STATE(1322)] = 55699,
[SMALL_STATE(1323)] = 55707,
[SMALL_STATE(1324)] = 55715,
[SMALL_STATE(1325)] = 55723,
[SMALL_STATE(1326)] = 55731,
[SMALL_STATE(1327)] = 55739,
[SMALL_STATE(1328)] = 55749,
[SMALL_STATE(1329)] = 55757,
[SMALL_STATE(1330)] = 55767,
[SMALL_STATE(1331)] = 55777,
[SMALL_STATE(1332)] = 55785,
[SMALL_STATE(1333)] = 55795,
[SMALL_STATE(1334)] = 55803,
[SMALL_STATE(1335)] = 55811,
[SMALL_STATE(1336)] = 55819,
[SMALL_STATE(1337)] = 55827,
[SMALL_STATE(1338)] = 55837,
[SMALL_STATE(1339)] = 55845,
[SMALL_STATE(1340)] = 55853,
[SMALL_STATE(1341)] = 55861,
[SMALL_STATE(1342)] = 55869,
[SMALL_STATE(1343)] = 55879,
[SMALL_STATE(1344)] = 55889,
[SMALL_STATE(1345)] = 55897,
[SMALL_STATE(1346)] = 55907,
[SMALL_STATE(1347)] = 55915,
[SMALL_STATE(1348)] = 55923,
[SMALL_STATE(1349)] = 55931,
[SMALL_STATE(1350)] = 55939,
[SMALL_STATE(1351)] = 55949,
[SMALL_STATE(1352)] = 55959,
[SMALL_STATE(1353)] = 55969,
[SMALL_STATE(1354)] = 55977,
[SMALL_STATE(1355)] = 55987,
[SMALL_STATE(1356)] = 55995,
[SMALL_STATE(1357)] = 56003,
[SMALL_STATE(1358)] = 56011,
[SMALL_STATE(1359)] = 56021,
[SMALL_STATE(1360)] = 56029,
[SMALL_STATE(1361)] = 56039,
[SMALL_STATE(1362)] = 56047,
[SMALL_STATE(1363)] = 56055,
[SMALL_STATE(1364)] = 56065,
[SMALL_STATE(1365)] = 56075,
[SMALL_STATE(1366)] = 56083,
[SMALL_STATE(1367)] = 56091,
[SMALL_STATE(1368)] = 56101,
[SMALL_STATE(1369)] = 56109,
[SMALL_STATE(1370)] = 56117,
[SMALL_STATE(1371)] = 56125,
[SMALL_STATE(1372)] = 56133,
[SMALL_STATE(1373)] = 56141,
[SMALL_STATE(1374)] = 56149,
[SMALL_STATE(1375)] = 56157,
[SMALL_STATE(1376)] = 56165,
[SMALL_STATE(1377)] = 56173,
[SMALL_STATE(1378)] = 56181,
[SMALL_STATE(1379)] = 56189,
[SMALL_STATE(1380)] = 56197,
[SMALL_STATE(1381)] = 56207,
[SMALL_STATE(1382)] = 56217,
[SMALL_STATE(1383)] = 56227,
[SMALL_STATE(1384)] = 56237,
[SMALL_STATE(1385)] = 56244,
[SMALL_STATE(1386)] = 56251,
[SMALL_STATE(1387)] = 56258,
[SMALL_STATE(1388)] = 56265,
[SMALL_STATE(1389)] = 56272,
[SMALL_STATE(1390)] = 56279,
[SMALL_STATE(1391)] = 56286,
[SMALL_STATE(1392)] = 56293,
[SMALL_STATE(1393)] = 56300,
[SMALL_STATE(1394)] = 56307,
[SMALL_STATE(1395)] = 56314,
[SMALL_STATE(1396)] = 56321,
[SMALL_STATE(1397)] = 56328,
[SMALL_STATE(1398)] = 56335,
[SMALL_STATE(1399)] = 56342,
[SMALL_STATE(1400)] = 56349,
[SMALL_STATE(1401)] = 56356,
[SMALL_STATE(1402)] = 56363,
[SMALL_STATE(1403)] = 56370,
[SMALL_STATE(1404)] = 56377,
[SMALL_STATE(1405)] = 56384,
[SMALL_STATE(1406)] = 56391,
[SMALL_STATE(1407)] = 56398,
[SMALL_STATE(1408)] = 56405,
[SMALL_STATE(1409)] = 56412,
[SMALL_STATE(1410)] = 56419,
[SMALL_STATE(1411)] = 56426,
[SMALL_STATE(1412)] = 56433,
[SMALL_STATE(1413)] = 56440,
[SMALL_STATE(1414)] = 56447,
[SMALL_STATE(1415)] = 56454,
[SMALL_STATE(1416)] = 56461,
[SMALL_STATE(1417)] = 56468,
[SMALL_STATE(1418)] = 56475,
[SMALL_STATE(1419)] = 56482,
[SMALL_STATE(1420)] = 56489,
[SMALL_STATE(1421)] = 56496,
[SMALL_STATE(1422)] = 56503,
[SMALL_STATE(1423)] = 56510,
[SMALL_STATE(1424)] = 56517,
[SMALL_STATE(1425)] = 56524,
[SMALL_STATE(1426)] = 56531,
[SMALL_STATE(1427)] = 56538,
[SMALL_STATE(1428)] = 56545,
[SMALL_STATE(1429)] = 56552,
[SMALL_STATE(1430)] = 56559,
[SMALL_STATE(1431)] = 56566,
[SMALL_STATE(1432)] = 56573,
[SMALL_STATE(1433)] = 56580,
[SMALL_STATE(1434)] = 56587,
[SMALL_STATE(1435)] = 56594,
[SMALL_STATE(1436)] = 56601,
[SMALL_STATE(1437)] = 56608,
[SMALL_STATE(1438)] = 56615,
[SMALL_STATE(1439)] = 56622,
[SMALL_STATE(1440)] = 56629,
[SMALL_STATE(1441)] = 56636,
[SMALL_STATE(1442)] = 56643,
[SMALL_STATE(1443)] = 56650,
[SMALL_STATE(1444)] = 56657,
[SMALL_STATE(1445)] = 56664,
[SMALL_STATE(1446)] = 56671,
[SMALL_STATE(1447)] = 56678,
[SMALL_STATE(1448)] = 56685,
[SMALL_STATE(1449)] = 56692,
[SMALL_STATE(1450)] = 56699,
[SMALL_STATE(1451)] = 56706,
[SMALL_STATE(1452)] = 56713,
[SMALL_STATE(1453)] = 56720,
[SMALL_STATE(1454)] = 56727,
[SMALL_STATE(1455)] = 56734,
[SMALL_STATE(1456)] = 56741,
[SMALL_STATE(1457)] = 56748,
[SMALL_STATE(1458)] = 56755,
[SMALL_STATE(1459)] = 56762,
[SMALL_STATE(1460)] = 56769,
[SMALL_STATE(1461)] = 56776,
[SMALL_STATE(1462)] = 56783,
[SMALL_STATE(1463)] = 56790,
[SMALL_STATE(1464)] = 56797,
[SMALL_STATE(1465)] = 56804,
[SMALL_STATE(1466)] = 56811,
[SMALL_STATE(1467)] = 56818,
[SMALL_STATE(1468)] = 56825,
[SMALL_STATE(1469)] = 56832,
[SMALL_STATE(1470)] = 56839,
[SMALL_STATE(1471)] = 56846,
[SMALL_STATE(1472)] = 56853,
[SMALL_STATE(1473)] = 56860,
[SMALL_STATE(1474)] = 56867,
[SMALL_STATE(1475)] = 56874,
[SMALL_STATE(1476)] = 56881,
[SMALL_STATE(1477)] = 56888,
[SMALL_STATE(1478)] = 56895,
[SMALL_STATE(1479)] = 56902,
[SMALL_STATE(1480)] = 56909,
[SMALL_STATE(1481)] = 56916,
[SMALL_STATE(1482)] = 56923,
[SMALL_STATE(1483)] = 56930,
[SMALL_STATE(1484)] = 56937,
[SMALL_STATE(1485)] = 56944,
[SMALL_STATE(1486)] = 56951,
[SMALL_STATE(1487)] = 56958,
[SMALL_STATE(1488)] = 56965,
[SMALL_STATE(1489)] = 56972,
[SMALL_STATE(1490)] = 56979,
[SMALL_STATE(1491)] = 56986,
[SMALL_STATE(1492)] = 56993,
[SMALL_STATE(1493)] = 57000,
[SMALL_STATE(1494)] = 57007,
[SMALL_STATE(1495)] = 57014,
[SMALL_STATE(1496)] = 57021,
[SMALL_STATE(1497)] = 57028,
[SMALL_STATE(1498)] = 57035,
[SMALL_STATE(1499)] = 57042,
[SMALL_STATE(1500)] = 57049,
[SMALL_STATE(1501)] = 57056,
[SMALL_STATE(1502)] = 57063,
[SMALL_STATE(1503)] = 57070,
[SMALL_STATE(1504)] = 57077,
[SMALL_STATE(1505)] = 57084,
};
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(357),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111),
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450),
[17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448),
[21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191),
[23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241),
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169),
[27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355),
[31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353),
[33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437),
[35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256),
[37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581),
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434),
[41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493),
[43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313),
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67),
[47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689),
[49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
[53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
[55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492),
[57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490),
[59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489),
[61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271),
[63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322),
[65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488),
[67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384),
[69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383),
[71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867),
[73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177),
[75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759),
[77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759),
[79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135),
[81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916),
[83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457),
[85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250),
[87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579),
[89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429),
[91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475),
[93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320),
[95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66),
[97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497),
[99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478),
[101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
[103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263),
[105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338),
[107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264),
[109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293),
[111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1),
[113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(357),
[116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1111),
[119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(993),
[122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(155),
[125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(450),
[128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(74),
[131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(448),
[134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(191),
[137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(241),
[140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(169),
[143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1362),
[146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1355),
[149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1353),
[152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(457),
[155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(250),
[158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(579),
[161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(429),
[164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1475),
[167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(320),
[170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(66),
[173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(689),
[176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(157),
[179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(166),
[182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(408),
[185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1497),
[188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1490),
[191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1489),
[194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(271),
[197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(322),
[200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1478),
[203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(384),
[206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(383),
[209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(867),
[212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(177),
[215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(759),
[218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(759),
[221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(135),
[224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2),
[226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(916),
[229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346),
[231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(437),
[234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(256),
[237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(581),
[240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(434),
[243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1493),
[246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(313),
[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(1492),
[255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1488),
[258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651),
[260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1),
[262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1), REDUCE(sym_primary_expression, 1, .production_id = 1),
[267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391),
[269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672),
[271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387),
[273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .production_id = 1),
[275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680),
[277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408),
[283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412),
[285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680),
[287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1),
[289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872),
[291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1),
[293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605),
[295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605),
[297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136),
[299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924),
[301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335),
[303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
[305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030),
[309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342),
[313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466),
[317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272),
[321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
[325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740),
[329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733),
[331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385),
[333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142),
[335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418),
[337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485),
[341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
[345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497),
[349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488),
[353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561),
[357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469),
[361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558),
[365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549),
[369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517),
[373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550),
[377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536),
[381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512),
[385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483),
[389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545),
[393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
[397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543),
[401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
[405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564),
[409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
[413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325),
[417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559),
[421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458),
[425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569),
[429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468),
[433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
[435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570),
[437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515),
[441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475),
[445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386),
[449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565),
[453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3),
[455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496),
[457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500),
[461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331),
[465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
[467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478),
[469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
[471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341),
[473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
[475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013),
[477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539),
[481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474),
[485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389),
[489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329),
[493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472),
[497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
[501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
[505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503),
[509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
[513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464),
[517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537),
[521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
[523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
[525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511),
[529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542),
[533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338),
[537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506),
[541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
[545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359),
[547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348),
[549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
[551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294),
[553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
[555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 8),
[558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604),
[560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424),
[562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 8),
[564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 8),
[566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138),
[568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
[570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784),
[572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689),
[574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145),
[578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414),
[582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663),
[584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139),
[588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454),
[590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827),
[592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808),
[596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407),
[598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653),
[600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
[602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827),
[606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147),
[608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922),
[610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378),
[612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 1),
[614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750),
[616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
[620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737),
[622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747),
[626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366),
[628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869),
[630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152),
[632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143),
[634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788),
[636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
[638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783),
[640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425),
[642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729),
[644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675),
[648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736),
[650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3, .production_id = 16),
[652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3, .production_id = 16),
[654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140),
[658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734),
[660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, .production_id = 7),
[662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2, .production_id = 7),
[664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3, .production_id = 16),
[666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, .production_id = 7),
[668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692),
[670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396),
[674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703),
[676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802),
[678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137),
[680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468),
[682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596),
[684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404),
[686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786),
[688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823),
[690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618),
[694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448),
[696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824),
[698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148),
[700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393),
[702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 1),
[704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, .production_id = 24),
[706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391),
[708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727),
[710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757),
[712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470),
[714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744),
[716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144),
[718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 3, .production_id = 50),
[720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820),
[722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394),
[724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461),
[726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701),
[728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620),
[730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764),
[732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698),
[734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, .production_id = 7),
[736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398),
[738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365),
[740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811),
[742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706),
[744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 3, .production_id = 16),
[746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810),
[748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754),
[750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621),
[752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772),
[754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1),
[756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 101),
[758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, .production_id = 101),
[760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870),
[762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603),
[764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789),
[766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622),
[768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592),
[770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822),
[772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, .production_id = 144),
[774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, .production_id = 144),
[776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766),
[778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 125),
[780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 125),
[782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771),
[784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792),
[786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826),
[788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 126),
[790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 126),
[792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756),
[794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705),
[796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 96),
[798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 96),
[800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 69),
[802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 69),
[804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 96),
[806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 96),
[808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 40),
[810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, .production_id = 40),
[812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 69),
[814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 69),
[816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 33),
[818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 56),
[820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 56),
[822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450),
[824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491),
[826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447),
[828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267),
[830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
[832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356),
[834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
[836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815),
[838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, .production_id = 81),
[840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, .production_id = 81),
[842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504),
[844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332),
[846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494),
[848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454),
[850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220),
[852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
[856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828),
[858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791),
[860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615),
[864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825),
[866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578),
[868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
[870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498),
[872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758),
[874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594),
[876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800),
[878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767),
[880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577),
[882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
[884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400),
[886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806),
[888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787),
[890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595),
[892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1),
[894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1),
[896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2),
[898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2),
[900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
[902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 2),
[904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 2),
[906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1),
[908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
[910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 105),
[912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 105),
[914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363),
[916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928),
[918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 54),
[920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 54),
[922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 4),
[924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 4),
[926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, .production_id = 70),
[928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
[930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459),
[932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 76),
[934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 76),
[936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 77),
[938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 77),
[940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2),
[942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2),
[944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(356),
[947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2),
[949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2),
[951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), SHIFT_REPEAT(1491),
[954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 3),
[956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 3),
[958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), SHIFT_REPEAT(1454),
[961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(332),
[964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 70),
[966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3),
[968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 103),
[970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 103),
[972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 103), SHIFT_REPEAT(459),
[975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 10),
[977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769),
[979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
[981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770),
[983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377),
[987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868),
[989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146),
[991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 28),
[993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 29),
[995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 68),
[997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2),
[999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[1001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 98),
[1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384),
[1005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 103), SHIFT_REPEAT(363),
[1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480),
[1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241),
[1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443),
[1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 3, .production_id = 56),
[1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 3, .production_id = 56),
[1020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2),
[1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cases_repeat1, 2),
[1024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2), SHIFT_REPEAT(831),
[1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, .production_id = 133),
[1029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, .production_id = 133),
[1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, .production_id = 81),
[1033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, .production_id = 81),
[1035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 5, .production_id = 150),
[1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 5, .production_id = 150),
[1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 5, .production_id = 151),
[1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 5, .production_id = 151),
[1043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cases, 1),
[1045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cases, 1),
[1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831),
[1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 8, .production_id = 168),
[1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 8, .production_id = 168),
[1053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 7, .production_id = 167),
[1055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 7, .production_id = 167),
[1057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 7, .production_id = 166),
[1059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 7, .production_id = 166),
[1061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2), SHIFT_REPEAT(833),
[1064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 6, .production_id = 160),
[1066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 6, .production_id = 160),
[1068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 6, .production_id = 161),
[1070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 6, .production_id = 161),
[1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833),
[1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1),
[1076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1), REDUCE(sym_primary_expression, 1),
[1079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1),
[1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435),
[1083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1),
[1085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1),
[1087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 9),
[1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392),
[1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 9),
[1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 9),
[1096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 128),
[1098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 128),
[1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 74),
[1102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 74),
[1104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 132),
[1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 132),
[1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2),
[1110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), REDUCE(sym_tuple, 2),
[1113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2),
[1115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2),
[1117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 2),
[1119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, .production_id = 54),
[1121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, .production_id = 54),
[1123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, .production_id = 55),
[1125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, .production_id = 55),
[1127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 146),
[1129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 146),
[1131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 108),
[1133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 108),
[1135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, .production_id = 77),
[1137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, .production_id = 77),
[1139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 80),
[1141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 80),
[1143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2),
[1145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern, 2), REDUCE(sym_list, 2),
[1148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2),
[1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2),
[1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2),
[1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, .production_id = 56),
[1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, .production_id = 56),
[1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 81),
[1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 81),
[1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360),
[1164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358),
[1166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134),
[1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, .production_id = 81),
[1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, .production_id = 81),
[1172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, .production_id = 56),
[1174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, .production_id = 56),
[1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, .production_id = 153),
[1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, .production_id = 153),
[1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, .production_id = 154),
[1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, .production_id = 154),
[1184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 6, .production_id = 162),
[1186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 6, .production_id = 162),
[1188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 4, .production_id = 137),
[1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 4, .production_id = 137),
[1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 120),
[1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 120),
[1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 164),
[1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 164),
[1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 159),
[1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 159),
[1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 158),
[1206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 158),
[1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 157),
[1210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 157),
[1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 56),
[1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 56),
[1216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 156),
[1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 156),
[1220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 155),
[1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 155),
[1224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, .production_id = 57),
[1226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, .production_id = 57),
[1228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 59),
[1230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 59),
[1232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 60),
[1234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 60),
[1236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 3, .production_id = 56),
[1238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 3, .production_id = 56),
[1240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 127),
[1242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 127),
[1244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, .production_id = 109),
[1246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, .production_id = 109),
[1248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 107),
[1250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 107),
[1252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 75),
[1254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 75),
[1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, .production_id = 106),
[1258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, .production_id = 106),
[1260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 104),
[1262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 104),
[1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265),
[1266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675),
[1268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 78),
[1270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 78),
[1272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 4, .production_id = 64),
[1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 64),
[1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 149),
[1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 149),
[1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 102),
[1282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 102),
[1284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 148),
[1286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 148),
[1288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 79),
[1290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 79),
[1292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 147),
[1294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 147),
[1296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 145),
[1298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 145),
[1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 129),
[1302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 129),
[1304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 130),
[1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 130),
[1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 131),
[1310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 131),
[1312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 142),
[1314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 7, .production_id = 142),
[1316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 141),
[1318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 141),
[1320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 140),
[1322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 140),
[1324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 119),
[1326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 119),
[1328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 118),
[1330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 118),
[1332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 82),
[1334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 82),
[1336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 3, .production_id = 50),
[1338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 4, .production_id = 81),
[1340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 4, .production_id = 81),
[1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 7, .production_id = 81),
[1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 7, .production_id = 81),
[1346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorated_definition, 2, .production_id = 19),
[1348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorated_definition, 2, .production_id = 19),
[1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 117),
[1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 117),
[1354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, .production_id = 24),
[1356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, .production_id = 165),
[1358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, .production_id = 165),
[1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 87),
[1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 87),
[1364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 89),
[1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 89),
[1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 90),
[1370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 90),
[1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 91),
[1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 91),
[1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 121),
[1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 121),
[1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2),
[1382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2),
[1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2),
[1386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2),
[1388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(924),
[1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749),
[1393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1),
[1395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730),
[1397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141),
[1399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, .production_id = 20),
[1401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, .production_id = 20),
[1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, .production_id = 2),
[1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, .production_id = 2),
[1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465),
[1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1),
[1413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1),
[1415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688),
[1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685),
[1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684),
[1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652),
[1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671),
[1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
[1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669),
[1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688),
[1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464),
[1433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667),
[1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666),
[1437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684),
[1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646),
[1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3, .production_id = 25),
[1443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3, .production_id = 25),
[1445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 31),
[1447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 31),
[1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 26),
[1451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 26),
[1453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5, .production_id = 61),
[1455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5, .production_id = 61),
[1457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2),
[1459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2),
[1461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_expression, 4, .production_id = 51),
[1463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_expression, 4, .production_id = 51),
[1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 61),
[1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 61),
[1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 93),
[1471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 93),
[1473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, .production_id = 67),
[1475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, .production_id = 67),
[1477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, .production_id = 31),
[1479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, .production_id = 31),
[1481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3),
[1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3),
[1485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 67),
[1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 67),
[1489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, .production_id = 61),
[1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, .production_id = 61),
[1493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 51),
[1495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 51),
[1497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 4, .production_id = 51),
[1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 4, .production_id = 51),
[1501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, .production_id = 25),
[1503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, .production_id = 25),
[1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3),
[1507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3),
[1509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3, .production_id = 31),
[1511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3, .production_id = 31),
[1513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3, .production_id = 25),
[1515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3, .production_id = 25),
[1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, .production_id = 31),
[1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, .production_id = 31),
[1521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683),
[1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682),
[1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681),
[1527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687),
[1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679),
[1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678),
[1533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683),
[1535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393),
[1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676),
[1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673),
[1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681),
[1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635),
[1545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, .production_id = 51),
[1547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, .production_id = 51),
[1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2),
[1551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2),
[1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, .production_id = 17),
[1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, .production_id = 17),
[1557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 61),
[1559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 61),
[1561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 93),
[1563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 93),
[1565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, .production_id = 39),
[1567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, .production_id = 39),
[1569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 71),
[1571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 71),
[1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677),
[1575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, .production_id = 13),
[1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, .production_id = 13),
[1579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 41),
[1581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 41),
[1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657),
[1585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2),
[1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2),
[1589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 72),
[1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 72),
[1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654),
[1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704),
[1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862),
[1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861),
[1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222),
[1603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(922),
[1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
[1608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408),
[1610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171),
[1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691),
[1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694),
[1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695),
[1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696),
[1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697),
[1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
[1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699),
[1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691),
[1628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409),
[1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700),
[1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702),
[1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695),
[1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641),
[1638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(916),
[1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391),
[1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665),
[1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664),
[1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662),
[1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661),
[1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659),
[1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
[1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658),
[1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665),
[1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422),
[1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656),
[1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655),
[1667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662),
[1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626),
[1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455),
[1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417),
[1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905),
[1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837),
[1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181),
[1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382),
[1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964),
[1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836),
[1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873),
[1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919),
[1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919),
[1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969),
[1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 3),
[1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 3),
[1699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 2),
[1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 2),
[1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968),
[1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949),
[1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954),
[1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983),
[1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984),
[1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961),
[1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953),
[1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944),
[1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948),
[1721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42),
[1723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42),
[1725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(684),
[1728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1464),
[1731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(684),
[1734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(646),
[1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, .production_id = 18),
[1739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, .production_id = 18),
[1741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(681),
[1744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1393),
[1747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(681),
[1750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(635),
[1753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 36),
[1755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 36), SHIFT_REPEAT(583),
[1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, .production_id = 25),
[1760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 31),
[1762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(695),
[1765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1409),
[1768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(695),
[1771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(641),
[1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, .production_id = 25),
[1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 34),
[1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, .production_id = 16),
[1782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(662),
[1785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1422),
[1788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(662),
[1791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(626),
[1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250),
[1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495),
[1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587),
[1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447),
[1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670),
[1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249),
[1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
[1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372),
[1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
[1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265),
[1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
[1822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352),
[1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958),
[1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354),
[1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114),
[1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323),
[1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965),
[1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952),
[1836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 2),
[1838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 3),
[1840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, .production_id = 10),
[1842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, .production_id = 10),
[1844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2),
[1846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2), SHIFT_REPEAT(1463),
[1849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 35),
[1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445),
[1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462),
[1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
[1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394),
[1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415),
[1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576),
[1865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 1, .production_id = 7),
[1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456),
[1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439),
[1871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 27),
[1873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 2),
[1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
[1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406),
[1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, .production_id = 39),
[1881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, .production_id = 39),
[1883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5),
[1885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5),
[1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805),
[1889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = -1, .production_id = 12), SHIFT(170),
[1892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585),
[1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, .production_id = 32),
[1896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1),
[1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, .production_id = 66),
[1900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 35),
[1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463),
[1904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 1),
[1906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_capture_pattern, 1),
[1908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 2),
[1910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_value_pattern, 2),
[1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 27),
[1914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 4, .production_id = 66),
[1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 3, .production_id = 32),
[1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 3),
[1920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2),
[1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2, .production_id = 14),
[1924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(172),
[1927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1001),
[1930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(1001),
[1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
[1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21),
[1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172),
[1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001),
[1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001),
[1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735),
[1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797),
[1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
[1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593),
[1951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1, .production_id = 83),
[1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327),
[1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 31),
[1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732),
[1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715),
[1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588),
[1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589),
[1965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 2, .production_id = 110),
[1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320),
[1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761),
[1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
[1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194),
[1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720),
[1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601),
[1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
[1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197),
[1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785),
[1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_within_for_in_clause, 1),
[1987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__f_expression, 1),
[1989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2),
[1991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(376),
[1994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(1415),
[1997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(576),
[2000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2),
[2002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2), SHIFT_REPEAT(849),
[2005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 4),
[2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849),
[2009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 1),
[2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376),
[2013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 2),
[2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 3),
[2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 7),
[2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426),
[2021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396),
[2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
[2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
[2029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2),
[2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501),
[2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497),
[2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478),
[2037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 2),
[2039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, .production_id = 16),
[2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 5),
[2045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 5, .production_id = 139),
[2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 5),
[2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, .production_id = 101),
[2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 2),
[2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 6),
[2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 4, .production_id = 139),
[2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 6, .production_id = 139),
[2063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36),
[2065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(246),
[2068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_or_pattern, 1),
[2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848),
[2072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 4),
[2074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 7, .production_id = 139),
[2076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 4, .production_id = 152),
[2078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 4),
[2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 8, .production_id = 139),
[2082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2),
[2084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(308),
[2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 9, .production_id = 139),
[2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 144),
[2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[2093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2),
[2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 125),
[2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 126),
[2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410),
[2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492),
[2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488),
[2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847),
[2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 3, .production_id = 139),
[2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_group_pattern, 3, .production_id = 134),
[2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 3),
[2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 3),
[2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 3, .production_id = 135),
[2121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070),
[2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174),
[2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376),
[2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1),
[2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440),
[2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058),
[2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144),
[2135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446),
[2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2),
[2139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(994),
[2142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(994),
[2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2),
[2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1),
[2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324),
[2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494),
[2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428),
[2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, .production_id = 15),
[2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_content, 1),
[2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994),
[2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994),
[2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1),
[2165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 62),
[2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 31),
[2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044),
[2171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484),
[2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485),
[2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364),
[2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419),
[2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451),
[2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1),
[2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
[2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
[2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
[2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305),
[2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, .production_id = 10),
[2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306),
[2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447),
[2197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2),
[2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, .production_id = 32),
[2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
[2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
[2205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2),
[2207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2, .production_id = 11),
[2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799),
[2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_hand_side, 1),
[2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817),
[2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
[2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773),
[2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = -1, .production_id = 12),
[2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585),
[2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, .production_id = 66),
[2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612),
[2233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2), SHIFT_REPEAT(1412),
[2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137),
[2238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 43),
[2240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 43),
[2242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, .production_id = 35),
[2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412),
[2246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 2),
[2248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 3),
[2250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 3),
[2252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 1, .production_id = 6),
[2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413),
[2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316),
[2258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_bound, 2, .production_id = 112),
[2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162),
[2262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 4),
[2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 4),
[2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[2268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 43),
[2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 43),
[2272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, .production_id = 68),
[2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311),
[2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 98),
[2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314),
[2280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, .production_id = 43),
[2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, .production_id = 43),
[2284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 95),
[2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2),
[2288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2), SHIFT_REPEAT(384),
[2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430),
[2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[2297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 1),
[2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2),
[2301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 10),
[2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2),
[2305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2), SHIFT_REPEAT(844),
[2308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_as_pattern, 3, .production_id = 138),
[2310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441),
[2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[2314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, .production_id = 122),
[2316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2),
[2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[2322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, .production_id = 43),
[2324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, .production_id = 43),
[2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015),
[2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, .production_id = 16),
[2334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098),
[2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291),
[2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149),
[2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257),
[2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 124),
[2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 36),
[2350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 36), SHIFT_REPEAT(228),
[2353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 123),
[2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 5, .production_id = 88),
[2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 27),
[2361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 35),
[2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, .production_id = 30),
[2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442),
[2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103),
[2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413),
[2373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 1, .production_id = 6),
[2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 4, .production_id = 53),
[2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 3, .production_id = 22),
[2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 31),
[2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053),
[2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163),
[2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203),
[2387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_star_pattern, 2, .production_id = 11),
[2389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_param_default, 2, .production_id = 113),
[2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 94),
[2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2),
[2395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(168),
[2398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(1094),
[2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 4, .production_id = 63),
[2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1),
[2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108),
[2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5, .production_id = 143),
[2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176),
[2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 6),
[2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446),
[2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[2423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(251),
[2426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2),
[2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094),
[2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381),
[2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058),
[2438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1),
[2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283),
[2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382),
[2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874),
[2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435),
[2452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 2),
[2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 2),
[2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146),
[2458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 2, .production_id = 136),
[2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105),
[2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 22),
[2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088),
[2466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_prefix_repeat1, 2),
[2468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_prefix_repeat1, 2), SHIFT_REPEAT(1125),
[2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[2473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, .production_id = 16),
[2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521),
[2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301),
[2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2),
[2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307),
[2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 28),
[2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
[2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 29),
[2489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3),
[2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
[2493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2), SHIFT_REPEAT(1435),
[2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2),
[2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 1, .production_id = 7),
[2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530),
[2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833),
[2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 3),
[2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
[2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 3),
[2514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_prefix, 1),
[2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125),
[2518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2),
[2520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), SHIFT_REPEAT(344),
[2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 3),
[2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832),
[2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264),
[2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179),
[2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
[2533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44), SHIFT_REPEAT(1234),
[2536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44),
[2538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 2, .production_id = 23),
[2540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(428),
[2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 23),
[2545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 52), SHIFT_REPEAT(423),
[2548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 52),
[2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[2552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, .production_id = 84),
[2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831),
[2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039),
[2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235),
[2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168),
[2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459),
[2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[2566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, .production_id = 49),
[2568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3),
[2570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, .production_id = 65),
[2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399),
[2574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, .production_id = 15),
[2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452),
[2580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 2, .production_id = 23),
[2582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aliased_import, 3, .production_id = 45),
[2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294),
[2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
[2588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069),
[2590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091),
[2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
[2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795),
[2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397),
[2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[2600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_maybe_star_pattern, 1),
[2602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_patterns, 1),
[2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
[2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804),
[2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
[2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288),
[2612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
[2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798),
[2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[2624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, .production_id = 86),
[2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006),
[2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302),
[2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116),
[2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
[2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1),
[2636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 36),
[2638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(219),
[2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282),
[2643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 97), SHIFT_REPEAT(261),
[2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_subscript_repeat1, 2, .production_id = 97),
[2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113),
[2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424),
[2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779),
[2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347),
[2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
[2664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44), SHIFT_REPEAT(1266),
[2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974),
[2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970),
[2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217),
[2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842),
[2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303),
[2677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2), SHIFT_REPEAT(886),
[2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2),
[2682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 1),
[2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878),
[2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835),
[2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989),
[2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803),
[2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050),
[2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966),
[2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220),
[2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[2706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 37),
[2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
[2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614),
[2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390),
[2714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, .production_id = 15),
[2716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), SHIFT_REPEAT(133),
[2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2),
[2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388),
[2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
[2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606),
[2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881),
[2729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 73),
[2731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 73),
[2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960),
[2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210),
[2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875),
[2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988),
[2741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1),
[2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600),
[2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813),
[2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
[2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877),
[2755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relative_import, 1),
[2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843),
[2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
[2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879),
[2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315),
[2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 3, .dynamic_precedence = -1, .production_id = 58),
[2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2),
[2771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(884),
[2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814),
[2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
[2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607),
[2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
[2782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2),
[2784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2), SHIFT_REPEAT(1363),
[2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599),
[2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598),
[2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816),
[2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
[2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
[2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
[2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
[2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
[2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876),
[2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821),
[2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
[2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762),
[2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839),
[2823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 36), SHIFT_REPEAT(277),
[2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 36),
[2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
[2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768),
[2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
[2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780),
[2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
[2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840),
[2842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2),
[2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482),
[2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319),
[2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776),
[2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198),
[2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170),
[2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2),
[2858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2), SHIFT_REPEAT(845),
[2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
[2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, .production_id = 115),
[2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169),
[2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
[2871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 116), SHIFT_REPEAT(1006),
[2874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 116),
[2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270),
[2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753),
[2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[2884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(885),
[2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_key_value_pattern, 3, .production_id = 62),
[2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274),
[2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 86),
[2895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_keyword_pattern, 3, .production_id = 163),
[2897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967),
[2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967),
[2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2),
[2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_double_star_pattern, 2, .production_id = 11),
[2905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990),
[2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990),
[2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 3, .production_id = 114),
[2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
[2915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_positional_pattern, 1),
[2917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 31),
[2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 3, .production_id = 111),
[2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434),
[2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959),
[2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269),
[2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
[2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 3, .production_id = 111),
[2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
[2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295),
[2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
[2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1),
[2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069),
[2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1),
[2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 38),
[2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, .production_id = 39),
[2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398),
[2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838),
[2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1),
[2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986),
[2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, .production_id = 5),
[2967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 6, .production_id = 100),
[2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 6, .production_id = 99),
[2971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 67),
[2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, .production_id = 92),
[2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, .production_id = 85),
[2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 4, .production_id = 46),
[2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_import, 1),
[2981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, .production_id = 47),
[2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, .production_id = 48),
[2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3),
[2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834),
[2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411),
[2991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925),
[2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925),
[2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
[2999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5),
[3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830),
[3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829),
[3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
[3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793),
[3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794),
[3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819),
[3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818),
[3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660),
[3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796),
[3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807),
[3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812),
[3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809),
[3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846),
[3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135),
[3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136),
[3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859),
[3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778),
[3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775),
[3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380),
[3041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1),
[3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
[3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690),
[3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075),
[3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178),
[3051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_import, 2, .production_id = 23),
[3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580),
[3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790),
[3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755),
[3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302),
[3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420),
[3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686),
[3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221),
[3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855),
[3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763),
[3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774),
[3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164),
[3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782),
[3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945),
[3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299),
[3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433),
[3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991),
[3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062),
[3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781),
[3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101),
[3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602),
[3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608),
[3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609),
[3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617),
[3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597),
[3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372),
[3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892),
[3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693),
[3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217),
[3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
[3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613),
[3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611),
[3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610),
[3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760),
[3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591),
[3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068),
[3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841),
[3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071),
[3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4),
[3167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3),
[3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379),
[3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177),
[3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156),
[3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[3177] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104),
[3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120),
[3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119),
[3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118),
[3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368),
[3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152),
[3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148),
[3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366),
[3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
};
#ifdef __cplusplus
extern "C" {
#endif
void *tree_sitter_python_external_scanner_create(void);
void tree_sitter_python_external_scanner_destroy(void *);
bool tree_sitter_python_external_scanner_scan(void *, TSLexer *, const bool *);
unsigned tree_sitter_python_external_scanner_serialize(void *, char *);
void tree_sitter_python_external_scanner_deserialize(void *, const char *, unsigned);
#ifdef _WIN32
#define extern __declspec(dllexport)
#endif
extern const TSLanguage *tree_sitter_python(void) {
static const TSLanguage language = {
.version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.field_names = ts_field_names,
.field_map_slices = ts_field_map_slices,
.field_map_entries = ts_field_map_entries,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = ts_lex_modes,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym_identifier,
.external_scanner = {
&ts_external_scanner_states[0][0],
ts_external_scanner_symbol_map,
tree_sitter_python_external_scanner_create,
tree_sitter_python_external_scanner_destroy,
tree_sitter_python_external_scanner_scan,
tree_sitter_python_external_scanner_serialize,
tree_sitter_python_external_scanner_deserialize,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif