mirror of
https://github.com/github/codeql.git
synced 2026-07-22 03:32:03 +02:00
71194 lines
1.9 MiB
71194 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 1479
|
|
#define LARGE_STATE_COUNT 149
|
|
#define SYMBOL_COUNT 282
|
|
#define ALIAS_COUNT 3
|
|
#define TOKEN_COUNT 107
|
|
#define EXTERNAL_TOKEN_COUNT 6
|
|
#define FIELD_COUNT 54
|
|
#define MAX_ALIAS_SEQUENCE_LENGTH 10
|
|
#define PRODUCTION_ID_COUNT 166
|
|
|
|
enum {
|
|
sym_identifier = 1,
|
|
anon_sym_import = 2,
|
|
anon_sym_DOT = 3,
|
|
anon_sym_from = 4,
|
|
anon_sym___future__ = 5,
|
|
anon_sym_LPAREN = 6,
|
|
anon_sym_RPAREN = 7,
|
|
anon_sym_COMMA = 8,
|
|
anon_sym_as = 9,
|
|
anon_sym_STAR = 10,
|
|
anon_sym_print = 11,
|
|
anon_sym_GT_GT = 12,
|
|
anon_sym_assert = 13,
|
|
anon_sym_COLON_EQ = 14,
|
|
anon_sym_return = 15,
|
|
anon_sym_del = 16,
|
|
anon_sym_raise = 17,
|
|
anon_sym_pass = 18,
|
|
anon_sym_break = 19,
|
|
anon_sym_continue = 20,
|
|
anon_sym_if = 21,
|
|
anon_sym_COLON = 22,
|
|
anon_sym_elif = 23,
|
|
anon_sym_else = 24,
|
|
anon_sym_async = 25,
|
|
anon_sym_for = 26,
|
|
anon_sym_in = 27,
|
|
anon_sym_while = 28,
|
|
anon_sym_try = 29,
|
|
anon_sym_except = 30,
|
|
anon_sym_finally = 31,
|
|
anon_sym_with = 32,
|
|
anon_sym_match = 33,
|
|
anon_sym_case = 34,
|
|
anon_sym_PIPE = 35,
|
|
anon_sym_DASH = 36,
|
|
anon_sym_PLUS = 37,
|
|
sym_match_wildcard_pattern = 38,
|
|
anon_sym_LBRACK = 39,
|
|
anon_sym_RBRACK = 40,
|
|
anon_sym_LBRACE = 41,
|
|
anon_sym_RBRACE = 42,
|
|
anon_sym_STAR_STAR = 43,
|
|
anon_sym_EQ = 44,
|
|
anon_sym_def = 45,
|
|
anon_sym_DASH_GT = 46,
|
|
anon_sym_global = 47,
|
|
anon_sym_nonlocal = 48,
|
|
anon_sym_exec = 49,
|
|
anon_sym_type = 50,
|
|
anon_sym_class = 51,
|
|
anon_sym_AT = 52,
|
|
anon_sym_not = 53,
|
|
anon_sym_and = 54,
|
|
anon_sym_or = 55,
|
|
anon_sym_SLASH = 56,
|
|
anon_sym_PERCENT = 57,
|
|
anon_sym_SLASH_SLASH = 58,
|
|
anon_sym_AMP = 59,
|
|
anon_sym_CARET = 60,
|
|
anon_sym_LT_LT = 61,
|
|
anon_sym_TILDE = 62,
|
|
anon_sym_LT = 63,
|
|
anon_sym_LT_EQ = 64,
|
|
anon_sym_EQ_EQ = 65,
|
|
anon_sym_BANG_EQ = 66,
|
|
anon_sym_GT_EQ = 67,
|
|
anon_sym_GT = 68,
|
|
anon_sym_LT_GT = 69,
|
|
anon_sym_is = 70,
|
|
anon_sym_lambda = 71,
|
|
anon_sym_PLUS_EQ = 72,
|
|
anon_sym_DASH_EQ = 73,
|
|
anon_sym_STAR_EQ = 74,
|
|
anon_sym_SLASH_EQ = 75,
|
|
anon_sym_AT_EQ = 76,
|
|
anon_sym_SLASH_SLASH_EQ = 77,
|
|
anon_sym_PERCENT_EQ = 78,
|
|
anon_sym_STAR_STAR_EQ = 79,
|
|
anon_sym_GT_GT_EQ = 80,
|
|
anon_sym_LT_LT_EQ = 81,
|
|
anon_sym_AMP_EQ = 82,
|
|
anon_sym_CARET_EQ = 83,
|
|
anon_sym_PIPE_EQ = 84,
|
|
anon_sym_yield = 85,
|
|
sym_ellipsis = 86,
|
|
anon_sym_LBRACE2 = 87,
|
|
sym__escape_interpolation = 88,
|
|
sym_escape_sequence = 89,
|
|
sym__not_escape_sequence = 90,
|
|
aux_sym_format_specifier_token1 = 91,
|
|
sym_type_conversion = 92,
|
|
sym_integer = 93,
|
|
sym_float = 94,
|
|
anon_sym_await = 95,
|
|
sym_true = 96,
|
|
sym_false = 97,
|
|
sym_none = 98,
|
|
sym_comment = 99,
|
|
sym__semicolon = 100,
|
|
sym__newline = 101,
|
|
sym__indent = 102,
|
|
sym__dedent = 103,
|
|
sym__string_start = 104,
|
|
sym__string_content = 105,
|
|
sym__string_end = 106,
|
|
sym_module = 107,
|
|
sym__statement = 108,
|
|
sym__simple_statements = 109,
|
|
sym_import_statement = 110,
|
|
sym_import_prefix = 111,
|
|
sym_relative_import = 112,
|
|
sym_future_import_statement = 113,
|
|
sym_import_from_statement = 114,
|
|
sym__import_list = 115,
|
|
sym_aliased_import = 116,
|
|
sym_wildcard_import = 117,
|
|
sym_print_statement = 118,
|
|
sym_chevron = 119,
|
|
sym_assert_statement = 120,
|
|
sym_expression_statement = 121,
|
|
sym_named_expression = 122,
|
|
sym_return_statement = 123,
|
|
sym_delete_statement = 124,
|
|
sym_raise_statement = 125,
|
|
sym_pass_statement = 126,
|
|
sym_break_statement = 127,
|
|
sym_continue_statement = 128,
|
|
sym_if_statement = 129,
|
|
sym_elif_clause = 130,
|
|
sym_else_clause = 131,
|
|
sym_for_statement = 132,
|
|
sym_while_statement = 133,
|
|
sym_try_statement = 134,
|
|
sym_except_clause = 135,
|
|
sym_except_group_clause = 136,
|
|
sym_finally_clause = 137,
|
|
sym_with_statement = 138,
|
|
sym_with_clause = 139,
|
|
sym_with_item = 140,
|
|
sym_match_statement = 141,
|
|
sym_cases = 142,
|
|
sym_case_block = 143,
|
|
sym__match_patterns = 144,
|
|
sym_open_sequence_match_pattern = 145,
|
|
sym__match_pattern = 146,
|
|
sym_match_as_pattern = 147,
|
|
sym__match_or_pattern = 148,
|
|
sym_match_or_pattern = 149,
|
|
sym__closed_pattern = 150,
|
|
sym_match_literal_pattern = 151,
|
|
sym_match_capture_pattern = 152,
|
|
sym_match_value_pattern = 153,
|
|
sym_match_group_pattern = 154,
|
|
sym_match_sequence_pattern = 155,
|
|
sym__match_maybe_star_pattern = 156,
|
|
sym_match_star_pattern = 157,
|
|
sym_match_mapping_pattern = 158,
|
|
sym_match_double_star_pattern = 159,
|
|
sym_match_key_value_pattern = 160,
|
|
sym_match_class_pattern = 161,
|
|
sym_pattern_class_name = 162,
|
|
sym_match_positional_pattern = 163,
|
|
sym_match_keyword_pattern = 164,
|
|
sym_guard = 165,
|
|
sym_function_definition = 166,
|
|
sym_parameters = 167,
|
|
sym_lambda_parameters = 168,
|
|
sym_list_splat = 169,
|
|
sym_dictionary_splat = 170,
|
|
sym_global_statement = 171,
|
|
sym_nonlocal_statement = 172,
|
|
sym_exec_statement = 173,
|
|
sym_type_alias_statement = 174,
|
|
sym_class_definition = 175,
|
|
sym_type_parameters = 176,
|
|
sym__type_bound = 177,
|
|
sym_typevar_parameter = 178,
|
|
sym_typevartuple_parameter = 179,
|
|
sym_paramspec_parameter = 180,
|
|
sym__type_parameter = 181,
|
|
sym__type_param_default = 182,
|
|
sym_parenthesized_list_splat = 183,
|
|
sym_argument_list = 184,
|
|
sym_decorated_definition = 185,
|
|
sym_decorator = 186,
|
|
sym_block = 187,
|
|
sym_expression_list = 188,
|
|
sym_dotted_name = 189,
|
|
sym__parameters = 190,
|
|
sym__patterns = 191,
|
|
sym_parameter = 192,
|
|
sym_pattern = 193,
|
|
sym_tuple_pattern = 194,
|
|
sym_list_pattern = 195,
|
|
sym_default_parameter = 196,
|
|
sym_typed_default_parameter = 197,
|
|
sym_list_splat_pattern = 198,
|
|
sym_dictionary_splat_pattern = 199,
|
|
sym__expression_within_for_in_clause = 200,
|
|
sym_expression = 201,
|
|
sym_primary_expression = 202,
|
|
sym_not_operator = 203,
|
|
sym_boolean_operator = 204,
|
|
sym_binary_operator = 205,
|
|
sym_unary_operator = 206,
|
|
sym_comparison_operator = 207,
|
|
sym_lambda = 208,
|
|
sym_lambda_within_for_in_clause = 209,
|
|
sym_assignment = 210,
|
|
sym_augmented_assignment = 211,
|
|
sym_pattern_list = 212,
|
|
sym__right_hand_side = 213,
|
|
sym_yield = 214,
|
|
sym_attribute = 215,
|
|
sym__index_expression = 216,
|
|
sym_index_expression_list = 217,
|
|
sym_subscript = 218,
|
|
sym_slice = 219,
|
|
sym_call = 220,
|
|
sym_typed_parameter = 221,
|
|
sym_type = 222,
|
|
sym_keyword_argument = 223,
|
|
sym_list = 224,
|
|
sym_set = 225,
|
|
sym_tuple = 226,
|
|
sym_dictionary = 227,
|
|
sym_pair = 228,
|
|
sym_list_comprehension = 229,
|
|
sym_dictionary_comprehension = 230,
|
|
sym_set_comprehension = 231,
|
|
sym_generator_expression = 232,
|
|
sym__comprehension_clauses = 233,
|
|
sym_parenthesized_expression = 234,
|
|
sym__collection_elements = 235,
|
|
sym_for_in_clause = 236,
|
|
sym_if_clause = 237,
|
|
sym_conditional_expression = 238,
|
|
sym_concatenated_string = 239,
|
|
sym_string = 240,
|
|
sym_string_content = 241,
|
|
sym_interpolation = 242,
|
|
sym__f_expression = 243,
|
|
sym_format_specifier = 244,
|
|
sym_await = 245,
|
|
sym_positional_separator = 246,
|
|
sym_keyword_separator = 247,
|
|
aux_sym_module_repeat1 = 248,
|
|
aux_sym__simple_statements_repeat1 = 249,
|
|
aux_sym_import_prefix_repeat1 = 250,
|
|
aux_sym__import_list_repeat1 = 251,
|
|
aux_sym_print_statement_repeat1 = 252,
|
|
aux_sym_assert_statement_repeat1 = 253,
|
|
aux_sym_if_statement_repeat1 = 254,
|
|
aux_sym_try_statement_repeat1 = 255,
|
|
aux_sym_try_statement_repeat2 = 256,
|
|
aux_sym_with_clause_repeat1 = 257,
|
|
aux_sym_cases_repeat1 = 258,
|
|
aux_sym_open_sequence_match_pattern_repeat1 = 259,
|
|
aux_sym_match_or_pattern_repeat1 = 260,
|
|
aux_sym_match_value_pattern_repeat1 = 261,
|
|
aux_sym_match_mapping_pattern_repeat1 = 262,
|
|
aux_sym_match_class_pattern_repeat1 = 263,
|
|
aux_sym_match_class_pattern_repeat2 = 264,
|
|
aux_sym_global_statement_repeat1 = 265,
|
|
aux_sym_type_parameters_repeat1 = 266,
|
|
aux_sym_argument_list_repeat1 = 267,
|
|
aux_sym_decorated_definition_repeat1 = 268,
|
|
aux_sym_expression_list_repeat1 = 269,
|
|
aux_sym__parameters_repeat1 = 270,
|
|
aux_sym__patterns_repeat1 = 271,
|
|
aux_sym_comparison_operator_repeat1 = 272,
|
|
aux_sym_index_expression_list_repeat1 = 273,
|
|
aux_sym_dictionary_repeat1 = 274,
|
|
aux_sym__comprehension_clauses_repeat1 = 275,
|
|
aux_sym__collection_elements_repeat1 = 276,
|
|
aux_sym_for_in_clause_repeat1 = 277,
|
|
aux_sym_concatenated_string_repeat1 = 278,
|
|
aux_sym_string_repeat1 = 279,
|
|
aux_sym_string_content_repeat1 = 280,
|
|
aux_sym_format_specifier_repeat1 = 281,
|
|
alias_sym_format_expression = 282,
|
|
anon_alias_sym_isnot = 283,
|
|
anon_alias_sym_notin = 284,
|
|
};
|
|
|
|
static const char * const ts_symbol_names[] = {
|
|
[ts_builtin_sym_end] = "end",
|
|
[sym_identifier] = "identifier",
|
|
[anon_sym_import] = "import",
|
|
[anon_sym_DOT] = ".",
|
|
[anon_sym_from] = "from",
|
|
[anon_sym___future__] = "__future__",
|
|
[anon_sym_LPAREN] = "(",
|
|
[anon_sym_RPAREN] = ")",
|
|
[anon_sym_COMMA] = ",",
|
|
[anon_sym_as] = "as",
|
|
[anon_sym_STAR] = "*",
|
|
[anon_sym_print] = "print",
|
|
[anon_sym_GT_GT] = ">>",
|
|
[anon_sym_assert] = "assert",
|
|
[anon_sym_COLON_EQ] = ":=",
|
|
[anon_sym_return] = "return",
|
|
[anon_sym_del] = "del",
|
|
[anon_sym_raise] = "raise",
|
|
[anon_sym_pass] = "pass",
|
|
[anon_sym_break] = "break",
|
|
[anon_sym_continue] = "continue",
|
|
[anon_sym_if] = "if",
|
|
[anon_sym_COLON] = ":",
|
|
[anon_sym_elif] = "elif",
|
|
[anon_sym_else] = "else",
|
|
[anon_sym_async] = "async",
|
|
[anon_sym_for] = "for",
|
|
[anon_sym_in] = "in",
|
|
[anon_sym_while] = "while",
|
|
[anon_sym_try] = "try",
|
|
[anon_sym_except] = "except",
|
|
[anon_sym_finally] = "finally",
|
|
[anon_sym_with] = "with",
|
|
[anon_sym_match] = "match",
|
|
[anon_sym_case] = "case",
|
|
[anon_sym_PIPE] = "|",
|
|
[anon_sym_DASH] = "-",
|
|
[anon_sym_PLUS] = "+",
|
|
[sym_match_wildcard_pattern] = "match_wildcard_pattern",
|
|
[anon_sym_LBRACK] = "[",
|
|
[anon_sym_RBRACK] = "]",
|
|
[anon_sym_LBRACE] = "{",
|
|
[anon_sym_RBRACE] = "}",
|
|
[anon_sym_STAR_STAR] = "**",
|
|
[anon_sym_EQ] = "=",
|
|
[anon_sym_def] = "def",
|
|
[anon_sym_DASH_GT] = "->",
|
|
[anon_sym_global] = "global",
|
|
[anon_sym_nonlocal] = "nonlocal",
|
|
[anon_sym_exec] = "exec",
|
|
[anon_sym_type] = "type",
|
|
[anon_sym_class] = "class",
|
|
[anon_sym_AT] = "@",
|
|
[anon_sym_not] = "not",
|
|
[anon_sym_and] = "and",
|
|
[anon_sym_or] = "or",
|
|
[anon_sym_SLASH] = "/",
|
|
[anon_sym_PERCENT] = "%",
|
|
[anon_sym_SLASH_SLASH] = "//",
|
|
[anon_sym_AMP] = "&",
|
|
[anon_sym_CARET] = "^",
|
|
[anon_sym_LT_LT] = "<<",
|
|
[anon_sym_TILDE] = "~",
|
|
[anon_sym_LT] = "<",
|
|
[anon_sym_LT_EQ] = "<=",
|
|
[anon_sym_EQ_EQ] = "==",
|
|
[anon_sym_BANG_EQ] = "!=",
|
|
[anon_sym_GT_EQ] = ">=",
|
|
[anon_sym_GT] = ">",
|
|
[anon_sym_LT_GT] = "<>",
|
|
[anon_sym_is] = "is",
|
|
[anon_sym_lambda] = "lambda",
|
|
[anon_sym_PLUS_EQ] = "+=",
|
|
[anon_sym_DASH_EQ] = "-=",
|
|
[anon_sym_STAR_EQ] = "*=",
|
|
[anon_sym_SLASH_EQ] = "/=",
|
|
[anon_sym_AT_EQ] = "@=",
|
|
[anon_sym_SLASH_SLASH_EQ] = "//=",
|
|
[anon_sym_PERCENT_EQ] = "%=",
|
|
[anon_sym_STAR_STAR_EQ] = "**=",
|
|
[anon_sym_GT_GT_EQ] = ">>=",
|
|
[anon_sym_LT_LT_EQ] = "<<=",
|
|
[anon_sym_AMP_EQ] = "&=",
|
|
[anon_sym_CARET_EQ] = "^=",
|
|
[anon_sym_PIPE_EQ] = "|=",
|
|
[anon_sym_yield] = "yield",
|
|
[sym_ellipsis] = "ellipsis",
|
|
[anon_sym_LBRACE2] = "{",
|
|
[sym__escape_interpolation] = "_escape_interpolation",
|
|
[sym_escape_sequence] = "escape_sequence",
|
|
[sym__not_escape_sequence] = "_not_escape_sequence",
|
|
[aux_sym_format_specifier_token1] = "format_specifier_token1",
|
|
[sym_type_conversion] = "type_conversion",
|
|
[sym_integer] = "integer",
|
|
[sym_float] = "float",
|
|
[anon_sym_await] = "await",
|
|
[sym_true] = "true",
|
|
[sym_false] = "false",
|
|
[sym_none] = "none",
|
|
[sym_comment] = "comment",
|
|
[sym__semicolon] = "_semicolon",
|
|
[sym__newline] = "_newline",
|
|
[sym__indent] = "_indent",
|
|
[sym__dedent] = "_dedent",
|
|
[sym__string_start] = "\"",
|
|
[sym__string_content] = "_string_content",
|
|
[sym__string_end] = "\"",
|
|
[sym_module] = "module",
|
|
[sym__statement] = "_statement",
|
|
[sym__simple_statements] = "_simple_statements",
|
|
[sym_import_statement] = "import_statement",
|
|
[sym_import_prefix] = "import_prefix",
|
|
[sym_relative_import] = "relative_import",
|
|
[sym_future_import_statement] = "future_import_statement",
|
|
[sym_import_from_statement] = "import_from_statement",
|
|
[sym__import_list] = "_import_list",
|
|
[sym_aliased_import] = "aliased_import",
|
|
[sym_wildcard_import] = "wildcard_import",
|
|
[sym_print_statement] = "print_statement",
|
|
[sym_chevron] = "chevron",
|
|
[sym_assert_statement] = "assert_statement",
|
|
[sym_expression_statement] = "expression_statement",
|
|
[sym_named_expression] = "named_expression",
|
|
[sym_return_statement] = "return_statement",
|
|
[sym_delete_statement] = "delete_statement",
|
|
[sym_raise_statement] = "raise_statement",
|
|
[sym_pass_statement] = "pass_statement",
|
|
[sym_break_statement] = "break_statement",
|
|
[sym_continue_statement] = "continue_statement",
|
|
[sym_if_statement] = "if_statement",
|
|
[sym_elif_clause] = "elif_clause",
|
|
[sym_else_clause] = "else_clause",
|
|
[sym_for_statement] = "for_statement",
|
|
[sym_while_statement] = "while_statement",
|
|
[sym_try_statement] = "try_statement",
|
|
[sym_except_clause] = "except_clause",
|
|
[sym_except_group_clause] = "except_group_clause",
|
|
[sym_finally_clause] = "finally_clause",
|
|
[sym_with_statement] = "with_statement",
|
|
[sym_with_clause] = "with_clause",
|
|
[sym_with_item] = "with_item",
|
|
[sym_match_statement] = "match_statement",
|
|
[sym_cases] = "cases",
|
|
[sym_case_block] = "case_block",
|
|
[sym__match_patterns] = "_match_patterns",
|
|
[sym_open_sequence_match_pattern] = "match_sequence_pattern",
|
|
[sym__match_pattern] = "_match_pattern",
|
|
[sym_match_as_pattern] = "match_as_pattern",
|
|
[sym__match_or_pattern] = "_match_or_pattern",
|
|
[sym_match_or_pattern] = "match_or_pattern",
|
|
[sym__closed_pattern] = "_closed_pattern",
|
|
[sym_match_literal_pattern] = "match_literal_pattern",
|
|
[sym_match_capture_pattern] = "match_capture_pattern",
|
|
[sym_match_value_pattern] = "match_value_pattern",
|
|
[sym_match_group_pattern] = "match_group_pattern",
|
|
[sym_match_sequence_pattern] = "match_sequence_pattern",
|
|
[sym__match_maybe_star_pattern] = "_match_maybe_star_pattern",
|
|
[sym_match_star_pattern] = "match_star_pattern",
|
|
[sym_match_mapping_pattern] = "match_mapping_pattern",
|
|
[sym_match_double_star_pattern] = "match_double_star_pattern",
|
|
[sym_match_key_value_pattern] = "match_key_value_pattern",
|
|
[sym_match_class_pattern] = "match_class_pattern",
|
|
[sym_pattern_class_name] = "pattern_class_name",
|
|
[sym_match_positional_pattern] = "match_positional_pattern",
|
|
[sym_match_keyword_pattern] = "match_keyword_pattern",
|
|
[sym_guard] = "guard",
|
|
[sym_function_definition] = "function_definition",
|
|
[sym_parameters] = "parameters",
|
|
[sym_lambda_parameters] = "lambda_parameters",
|
|
[sym_list_splat] = "list_splat",
|
|
[sym_dictionary_splat] = "dictionary_splat",
|
|
[sym_global_statement] = "global_statement",
|
|
[sym_nonlocal_statement] = "nonlocal_statement",
|
|
[sym_exec_statement] = "exec_statement",
|
|
[sym_type_alias_statement] = "type_alias_statement",
|
|
[sym_class_definition] = "class_definition",
|
|
[sym_type_parameters] = "type_parameters",
|
|
[sym__type_bound] = "_type_bound",
|
|
[sym_typevar_parameter] = "typevar_parameter",
|
|
[sym_typevartuple_parameter] = "typevartuple_parameter",
|
|
[sym_paramspec_parameter] = "paramspec_parameter",
|
|
[sym__type_parameter] = "_type_parameter",
|
|
[sym__type_param_default] = "_type_param_default",
|
|
[sym_parenthesized_list_splat] = "parenthesized_list_splat",
|
|
[sym_argument_list] = "argument_list",
|
|
[sym_decorated_definition] = "decorated_definition",
|
|
[sym_decorator] = "decorator",
|
|
[sym_block] = "block",
|
|
[sym_expression_list] = "expression_list",
|
|
[sym_dotted_name] = "dotted_name",
|
|
[sym__parameters] = "_parameters",
|
|
[sym__patterns] = "_patterns",
|
|
[sym_parameter] = "parameter",
|
|
[sym_pattern] = "pattern",
|
|
[sym_tuple_pattern] = "tuple_pattern",
|
|
[sym_list_pattern] = "list_pattern",
|
|
[sym_default_parameter] = "default_parameter",
|
|
[sym_typed_default_parameter] = "typed_default_parameter",
|
|
[sym_list_splat_pattern] = "list_splat_pattern",
|
|
[sym_dictionary_splat_pattern] = "dictionary_splat_pattern",
|
|
[sym__expression_within_for_in_clause] = "_expression_within_for_in_clause",
|
|
[sym_expression] = "expression",
|
|
[sym_primary_expression] = "primary_expression",
|
|
[sym_not_operator] = "not_operator",
|
|
[sym_boolean_operator] = "boolean_operator",
|
|
[sym_binary_operator] = "binary_operator",
|
|
[sym_unary_operator] = "unary_operator",
|
|
[sym_comparison_operator] = "comparison_operator",
|
|
[sym_lambda] = "lambda",
|
|
[sym_lambda_within_for_in_clause] = "lambda",
|
|
[sym_assignment] = "assignment",
|
|
[sym_augmented_assignment] = "augmented_assignment",
|
|
[sym_pattern_list] = "pattern_list",
|
|
[sym__right_hand_side] = "_right_hand_side",
|
|
[sym_yield] = "yield",
|
|
[sym_attribute] = "attribute",
|
|
[sym__index_expression] = "_index_expression",
|
|
[sym_index_expression_list] = "index_expression_list",
|
|
[sym_subscript] = "subscript",
|
|
[sym_slice] = "slice",
|
|
[sym_call] = "call",
|
|
[sym_typed_parameter] = "typed_parameter",
|
|
[sym_type] = "type",
|
|
[sym_keyword_argument] = "keyword_argument",
|
|
[sym_list] = "list",
|
|
[sym_set] = "set",
|
|
[sym_tuple] = "tuple",
|
|
[sym_dictionary] = "dictionary",
|
|
[sym_pair] = "pair",
|
|
[sym_list_comprehension] = "list_comprehension",
|
|
[sym_dictionary_comprehension] = "dictionary_comprehension",
|
|
[sym_set_comprehension] = "set_comprehension",
|
|
[sym_generator_expression] = "generator_expression",
|
|
[sym__comprehension_clauses] = "_comprehension_clauses",
|
|
[sym_parenthesized_expression] = "parenthesized_expression",
|
|
[sym__collection_elements] = "_collection_elements",
|
|
[sym_for_in_clause] = "for_in_clause",
|
|
[sym_if_clause] = "if_clause",
|
|
[sym_conditional_expression] = "conditional_expression",
|
|
[sym_concatenated_string] = "concatenated_string",
|
|
[sym_string] = "string",
|
|
[sym_string_content] = "string_content",
|
|
[sym_interpolation] = "interpolation",
|
|
[sym__f_expression] = "_f_expression",
|
|
[sym_format_specifier] = "format_specifier",
|
|
[sym_await] = "await",
|
|
[sym_positional_separator] = "positional_separator",
|
|
[sym_keyword_separator] = "keyword_separator",
|
|
[aux_sym_module_repeat1] = "module_repeat1",
|
|
[aux_sym__simple_statements_repeat1] = "_simple_statements_repeat1",
|
|
[aux_sym_import_prefix_repeat1] = "import_prefix_repeat1",
|
|
[aux_sym__import_list_repeat1] = "_import_list_repeat1",
|
|
[aux_sym_print_statement_repeat1] = "print_statement_repeat1",
|
|
[aux_sym_assert_statement_repeat1] = "assert_statement_repeat1",
|
|
[aux_sym_if_statement_repeat1] = "if_statement_repeat1",
|
|
[aux_sym_try_statement_repeat1] = "try_statement_repeat1",
|
|
[aux_sym_try_statement_repeat2] = "try_statement_repeat2",
|
|
[aux_sym_with_clause_repeat1] = "with_clause_repeat1",
|
|
[aux_sym_cases_repeat1] = "cases_repeat1",
|
|
[aux_sym_open_sequence_match_pattern_repeat1] = "open_sequence_match_pattern_repeat1",
|
|
[aux_sym_match_or_pattern_repeat1] = "match_or_pattern_repeat1",
|
|
[aux_sym_match_value_pattern_repeat1] = "match_value_pattern_repeat1",
|
|
[aux_sym_match_mapping_pattern_repeat1] = "match_mapping_pattern_repeat1",
|
|
[aux_sym_match_class_pattern_repeat1] = "match_class_pattern_repeat1",
|
|
[aux_sym_match_class_pattern_repeat2] = "match_class_pattern_repeat2",
|
|
[aux_sym_global_statement_repeat1] = "global_statement_repeat1",
|
|
[aux_sym_type_parameters_repeat1] = "type_parameters_repeat1",
|
|
[aux_sym_argument_list_repeat1] = "argument_list_repeat1",
|
|
[aux_sym_decorated_definition_repeat1] = "decorated_definition_repeat1",
|
|
[aux_sym_expression_list_repeat1] = "expression_list_repeat1",
|
|
[aux_sym__parameters_repeat1] = "_parameters_repeat1",
|
|
[aux_sym__patterns_repeat1] = "_patterns_repeat1",
|
|
[aux_sym_comparison_operator_repeat1] = "comparison_operator_repeat1",
|
|
[aux_sym_index_expression_list_repeat1] = "index_expression_list_repeat1",
|
|
[aux_sym_dictionary_repeat1] = "dictionary_repeat1",
|
|
[aux_sym__comprehension_clauses_repeat1] = "_comprehension_clauses_repeat1",
|
|
[aux_sym__collection_elements_repeat1] = "_collection_elements_repeat1",
|
|
[aux_sym_for_in_clause_repeat1] = "for_in_clause_repeat1",
|
|
[aux_sym_concatenated_string_repeat1] = "concatenated_string_repeat1",
|
|
[aux_sym_string_repeat1] = "string_repeat1",
|
|
[aux_sym_string_content_repeat1] = "string_content_repeat1",
|
|
[aux_sym_format_specifier_repeat1] = "format_specifier_repeat1",
|
|
[alias_sym_format_expression] = "format_expression",
|
|
[anon_alias_sym_isnot] = "is not",
|
|
[anon_alias_sym_notin] = "not in",
|
|
};
|
|
|
|
static const TSSymbol ts_symbol_map[] = {
|
|
[ts_builtin_sym_end] = ts_builtin_sym_end,
|
|
[sym_identifier] = sym_identifier,
|
|
[anon_sym_import] = anon_sym_import,
|
|
[anon_sym_DOT] = anon_sym_DOT,
|
|
[anon_sym_from] = anon_sym_from,
|
|
[anon_sym___future__] = anon_sym___future__,
|
|
[anon_sym_LPAREN] = anon_sym_LPAREN,
|
|
[anon_sym_RPAREN] = anon_sym_RPAREN,
|
|
[anon_sym_COMMA] = anon_sym_COMMA,
|
|
[anon_sym_as] = anon_sym_as,
|
|
[anon_sym_STAR] = anon_sym_STAR,
|
|
[anon_sym_print] = anon_sym_print,
|
|
[anon_sym_GT_GT] = anon_sym_GT_GT,
|
|
[anon_sym_assert] = anon_sym_assert,
|
|
[anon_sym_COLON_EQ] = anon_sym_COLON_EQ,
|
|
[anon_sym_return] = anon_sym_return,
|
|
[anon_sym_del] = anon_sym_del,
|
|
[anon_sym_raise] = anon_sym_raise,
|
|
[anon_sym_pass] = anon_sym_pass,
|
|
[anon_sym_break] = anon_sym_break,
|
|
[anon_sym_continue] = anon_sym_continue,
|
|
[anon_sym_if] = anon_sym_if,
|
|
[anon_sym_COLON] = anon_sym_COLON,
|
|
[anon_sym_elif] = anon_sym_elif,
|
|
[anon_sym_else] = anon_sym_else,
|
|
[anon_sym_async] = anon_sym_async,
|
|
[anon_sym_for] = anon_sym_for,
|
|
[anon_sym_in] = anon_sym_in,
|
|
[anon_sym_while] = anon_sym_while,
|
|
[anon_sym_try] = anon_sym_try,
|
|
[anon_sym_except] = anon_sym_except,
|
|
[anon_sym_finally] = anon_sym_finally,
|
|
[anon_sym_with] = anon_sym_with,
|
|
[anon_sym_match] = anon_sym_match,
|
|
[anon_sym_case] = anon_sym_case,
|
|
[anon_sym_PIPE] = anon_sym_PIPE,
|
|
[anon_sym_DASH] = anon_sym_DASH,
|
|
[anon_sym_PLUS] = anon_sym_PLUS,
|
|
[sym_match_wildcard_pattern] = sym_match_wildcard_pattern,
|
|
[anon_sym_LBRACK] = anon_sym_LBRACK,
|
|
[anon_sym_RBRACK] = anon_sym_RBRACK,
|
|
[anon_sym_LBRACE] = anon_sym_LBRACE,
|
|
[anon_sym_RBRACE] = anon_sym_RBRACE,
|
|
[anon_sym_STAR_STAR] = anon_sym_STAR_STAR,
|
|
[anon_sym_EQ] = anon_sym_EQ,
|
|
[anon_sym_def] = anon_sym_def,
|
|
[anon_sym_DASH_GT] = anon_sym_DASH_GT,
|
|
[anon_sym_global] = anon_sym_global,
|
|
[anon_sym_nonlocal] = anon_sym_nonlocal,
|
|
[anon_sym_exec] = anon_sym_exec,
|
|
[anon_sym_type] = anon_sym_type,
|
|
[anon_sym_class] = anon_sym_class,
|
|
[anon_sym_AT] = anon_sym_AT,
|
|
[anon_sym_not] = anon_sym_not,
|
|
[anon_sym_and] = anon_sym_and,
|
|
[anon_sym_or] = anon_sym_or,
|
|
[anon_sym_SLASH] = anon_sym_SLASH,
|
|
[anon_sym_PERCENT] = anon_sym_PERCENT,
|
|
[anon_sym_SLASH_SLASH] = anon_sym_SLASH_SLASH,
|
|
[anon_sym_AMP] = anon_sym_AMP,
|
|
[anon_sym_CARET] = anon_sym_CARET,
|
|
[anon_sym_LT_LT] = anon_sym_LT_LT,
|
|
[anon_sym_TILDE] = anon_sym_TILDE,
|
|
[anon_sym_LT] = anon_sym_LT,
|
|
[anon_sym_LT_EQ] = anon_sym_LT_EQ,
|
|
[anon_sym_EQ_EQ] = anon_sym_EQ_EQ,
|
|
[anon_sym_BANG_EQ] = anon_sym_BANG_EQ,
|
|
[anon_sym_GT_EQ] = anon_sym_GT_EQ,
|
|
[anon_sym_GT] = anon_sym_GT,
|
|
[anon_sym_LT_GT] = anon_sym_LT_GT,
|
|
[anon_sym_is] = anon_sym_is,
|
|
[anon_sym_lambda] = anon_sym_lambda,
|
|
[anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ,
|
|
[anon_sym_DASH_EQ] = anon_sym_DASH_EQ,
|
|
[anon_sym_STAR_EQ] = anon_sym_STAR_EQ,
|
|
[anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ,
|
|
[anon_sym_AT_EQ] = anon_sym_AT_EQ,
|
|
[anon_sym_SLASH_SLASH_EQ] = anon_sym_SLASH_SLASH_EQ,
|
|
[anon_sym_PERCENT_EQ] = anon_sym_PERCENT_EQ,
|
|
[anon_sym_STAR_STAR_EQ] = anon_sym_STAR_STAR_EQ,
|
|
[anon_sym_GT_GT_EQ] = anon_sym_GT_GT_EQ,
|
|
[anon_sym_LT_LT_EQ] = anon_sym_LT_LT_EQ,
|
|
[anon_sym_AMP_EQ] = anon_sym_AMP_EQ,
|
|
[anon_sym_CARET_EQ] = anon_sym_CARET_EQ,
|
|
[anon_sym_PIPE_EQ] = anon_sym_PIPE_EQ,
|
|
[anon_sym_yield] = anon_sym_yield,
|
|
[sym_ellipsis] = sym_ellipsis,
|
|
[anon_sym_LBRACE2] = anon_sym_LBRACE,
|
|
[sym__escape_interpolation] = sym__escape_interpolation,
|
|
[sym_escape_sequence] = sym_escape_sequence,
|
|
[sym__not_escape_sequence] = sym__not_escape_sequence,
|
|
[aux_sym_format_specifier_token1] = aux_sym_format_specifier_token1,
|
|
[sym_type_conversion] = sym_type_conversion,
|
|
[sym_integer] = sym_integer,
|
|
[sym_float] = sym_float,
|
|
[anon_sym_await] = anon_sym_await,
|
|
[sym_true] = sym_true,
|
|
[sym_false] = sym_false,
|
|
[sym_none] = sym_none,
|
|
[sym_comment] = sym_comment,
|
|
[sym__semicolon] = sym__semicolon,
|
|
[sym__newline] = sym__newline,
|
|
[sym__indent] = sym__indent,
|
|
[sym__dedent] = sym__dedent,
|
|
[sym__string_start] = sym__string_start,
|
|
[sym__string_content] = sym__string_content,
|
|
[sym__string_end] = sym__string_start,
|
|
[sym_module] = sym_module,
|
|
[sym__statement] = sym__statement,
|
|
[sym__simple_statements] = sym__simple_statements,
|
|
[sym_import_statement] = sym_import_statement,
|
|
[sym_import_prefix] = sym_import_prefix,
|
|
[sym_relative_import] = sym_relative_import,
|
|
[sym_future_import_statement] = sym_future_import_statement,
|
|
[sym_import_from_statement] = sym_import_from_statement,
|
|
[sym__import_list] = sym__import_list,
|
|
[sym_aliased_import] = sym_aliased_import,
|
|
[sym_wildcard_import] = sym_wildcard_import,
|
|
[sym_print_statement] = sym_print_statement,
|
|
[sym_chevron] = sym_chevron,
|
|
[sym_assert_statement] = sym_assert_statement,
|
|
[sym_expression_statement] = sym_expression_statement,
|
|
[sym_named_expression] = sym_named_expression,
|
|
[sym_return_statement] = sym_return_statement,
|
|
[sym_delete_statement] = sym_delete_statement,
|
|
[sym_raise_statement] = sym_raise_statement,
|
|
[sym_pass_statement] = sym_pass_statement,
|
|
[sym_break_statement] = sym_break_statement,
|
|
[sym_continue_statement] = sym_continue_statement,
|
|
[sym_if_statement] = sym_if_statement,
|
|
[sym_elif_clause] = sym_elif_clause,
|
|
[sym_else_clause] = sym_else_clause,
|
|
[sym_for_statement] = sym_for_statement,
|
|
[sym_while_statement] = sym_while_statement,
|
|
[sym_try_statement] = sym_try_statement,
|
|
[sym_except_clause] = sym_except_clause,
|
|
[sym_except_group_clause] = sym_except_group_clause,
|
|
[sym_finally_clause] = sym_finally_clause,
|
|
[sym_with_statement] = sym_with_statement,
|
|
[sym_with_clause] = sym_with_clause,
|
|
[sym_with_item] = sym_with_item,
|
|
[sym_match_statement] = sym_match_statement,
|
|
[sym_cases] = sym_cases,
|
|
[sym_case_block] = sym_case_block,
|
|
[sym__match_patterns] = sym__match_patterns,
|
|
[sym_open_sequence_match_pattern] = sym_match_sequence_pattern,
|
|
[sym__match_pattern] = sym__match_pattern,
|
|
[sym_match_as_pattern] = sym_match_as_pattern,
|
|
[sym__match_or_pattern] = sym__match_or_pattern,
|
|
[sym_match_or_pattern] = sym_match_or_pattern,
|
|
[sym__closed_pattern] = sym__closed_pattern,
|
|
[sym_match_literal_pattern] = sym_match_literal_pattern,
|
|
[sym_match_capture_pattern] = sym_match_capture_pattern,
|
|
[sym_match_value_pattern] = sym_match_value_pattern,
|
|
[sym_match_group_pattern] = sym_match_group_pattern,
|
|
[sym_match_sequence_pattern] = sym_match_sequence_pattern,
|
|
[sym__match_maybe_star_pattern] = sym__match_maybe_star_pattern,
|
|
[sym_match_star_pattern] = sym_match_star_pattern,
|
|
[sym_match_mapping_pattern] = sym_match_mapping_pattern,
|
|
[sym_match_double_star_pattern] = sym_match_double_star_pattern,
|
|
[sym_match_key_value_pattern] = sym_match_key_value_pattern,
|
|
[sym_match_class_pattern] = sym_match_class_pattern,
|
|
[sym_pattern_class_name] = sym_pattern_class_name,
|
|
[sym_match_positional_pattern] = sym_match_positional_pattern,
|
|
[sym_match_keyword_pattern] = sym_match_keyword_pattern,
|
|
[sym_guard] = sym_guard,
|
|
[sym_function_definition] = sym_function_definition,
|
|
[sym_parameters] = sym_parameters,
|
|
[sym_lambda_parameters] = sym_lambda_parameters,
|
|
[sym_list_splat] = sym_list_splat,
|
|
[sym_dictionary_splat] = sym_dictionary_splat,
|
|
[sym_global_statement] = sym_global_statement,
|
|
[sym_nonlocal_statement] = sym_nonlocal_statement,
|
|
[sym_exec_statement] = sym_exec_statement,
|
|
[sym_type_alias_statement] = sym_type_alias_statement,
|
|
[sym_class_definition] = sym_class_definition,
|
|
[sym_type_parameters] = sym_type_parameters,
|
|
[sym__type_bound] = sym__type_bound,
|
|
[sym_typevar_parameter] = sym_typevar_parameter,
|
|
[sym_typevartuple_parameter] = sym_typevartuple_parameter,
|
|
[sym_paramspec_parameter] = sym_paramspec_parameter,
|
|
[sym__type_parameter] = sym__type_parameter,
|
|
[sym__type_param_default] = sym__type_param_default,
|
|
[sym_parenthesized_list_splat] = sym_parenthesized_list_splat,
|
|
[sym_argument_list] = sym_argument_list,
|
|
[sym_decorated_definition] = sym_decorated_definition,
|
|
[sym_decorator] = sym_decorator,
|
|
[sym_block] = sym_block,
|
|
[sym_expression_list] = sym_expression_list,
|
|
[sym_dotted_name] = sym_dotted_name,
|
|
[sym__parameters] = sym__parameters,
|
|
[sym__patterns] = sym__patterns,
|
|
[sym_parameter] = sym_parameter,
|
|
[sym_pattern] = sym_pattern,
|
|
[sym_tuple_pattern] = sym_tuple_pattern,
|
|
[sym_list_pattern] = sym_list_pattern,
|
|
[sym_default_parameter] = sym_default_parameter,
|
|
[sym_typed_default_parameter] = sym_typed_default_parameter,
|
|
[sym_list_splat_pattern] = sym_list_splat_pattern,
|
|
[sym_dictionary_splat_pattern] = sym_dictionary_splat_pattern,
|
|
[sym__expression_within_for_in_clause] = sym__expression_within_for_in_clause,
|
|
[sym_expression] = sym_expression,
|
|
[sym_primary_expression] = sym_primary_expression,
|
|
[sym_not_operator] = sym_not_operator,
|
|
[sym_boolean_operator] = sym_boolean_operator,
|
|
[sym_binary_operator] = sym_binary_operator,
|
|
[sym_unary_operator] = sym_unary_operator,
|
|
[sym_comparison_operator] = sym_comparison_operator,
|
|
[sym_lambda] = sym_lambda,
|
|
[sym_lambda_within_for_in_clause] = sym_lambda,
|
|
[sym_assignment] = sym_assignment,
|
|
[sym_augmented_assignment] = sym_augmented_assignment,
|
|
[sym_pattern_list] = sym_pattern_list,
|
|
[sym__right_hand_side] = sym__right_hand_side,
|
|
[sym_yield] = sym_yield,
|
|
[sym_attribute] = sym_attribute,
|
|
[sym__index_expression] = sym__index_expression,
|
|
[sym_index_expression_list] = sym_index_expression_list,
|
|
[sym_subscript] = sym_subscript,
|
|
[sym_slice] = sym_slice,
|
|
[sym_call] = sym_call,
|
|
[sym_typed_parameter] = sym_typed_parameter,
|
|
[sym_type] = sym_type,
|
|
[sym_keyword_argument] = sym_keyword_argument,
|
|
[sym_list] = sym_list,
|
|
[sym_set] = sym_set,
|
|
[sym_tuple] = sym_tuple,
|
|
[sym_dictionary] = sym_dictionary,
|
|
[sym_pair] = sym_pair,
|
|
[sym_list_comprehension] = sym_list_comprehension,
|
|
[sym_dictionary_comprehension] = sym_dictionary_comprehension,
|
|
[sym_set_comprehension] = sym_set_comprehension,
|
|
[sym_generator_expression] = sym_generator_expression,
|
|
[sym__comprehension_clauses] = sym__comprehension_clauses,
|
|
[sym_parenthesized_expression] = sym_parenthesized_expression,
|
|
[sym__collection_elements] = sym__collection_elements,
|
|
[sym_for_in_clause] = sym_for_in_clause,
|
|
[sym_if_clause] = sym_if_clause,
|
|
[sym_conditional_expression] = sym_conditional_expression,
|
|
[sym_concatenated_string] = sym_concatenated_string,
|
|
[sym_string] = sym_string,
|
|
[sym_string_content] = sym_string_content,
|
|
[sym_interpolation] = sym_interpolation,
|
|
[sym__f_expression] = sym__f_expression,
|
|
[sym_format_specifier] = sym_format_specifier,
|
|
[sym_await] = sym_await,
|
|
[sym_positional_separator] = sym_positional_separator,
|
|
[sym_keyword_separator] = sym_keyword_separator,
|
|
[aux_sym_module_repeat1] = aux_sym_module_repeat1,
|
|
[aux_sym__simple_statements_repeat1] = aux_sym__simple_statements_repeat1,
|
|
[aux_sym_import_prefix_repeat1] = aux_sym_import_prefix_repeat1,
|
|
[aux_sym__import_list_repeat1] = aux_sym__import_list_repeat1,
|
|
[aux_sym_print_statement_repeat1] = aux_sym_print_statement_repeat1,
|
|
[aux_sym_assert_statement_repeat1] = aux_sym_assert_statement_repeat1,
|
|
[aux_sym_if_statement_repeat1] = aux_sym_if_statement_repeat1,
|
|
[aux_sym_try_statement_repeat1] = aux_sym_try_statement_repeat1,
|
|
[aux_sym_try_statement_repeat2] = aux_sym_try_statement_repeat2,
|
|
[aux_sym_with_clause_repeat1] = aux_sym_with_clause_repeat1,
|
|
[aux_sym_cases_repeat1] = aux_sym_cases_repeat1,
|
|
[aux_sym_open_sequence_match_pattern_repeat1] = aux_sym_open_sequence_match_pattern_repeat1,
|
|
[aux_sym_match_or_pattern_repeat1] = aux_sym_match_or_pattern_repeat1,
|
|
[aux_sym_match_value_pattern_repeat1] = aux_sym_match_value_pattern_repeat1,
|
|
[aux_sym_match_mapping_pattern_repeat1] = aux_sym_match_mapping_pattern_repeat1,
|
|
[aux_sym_match_class_pattern_repeat1] = aux_sym_match_class_pattern_repeat1,
|
|
[aux_sym_match_class_pattern_repeat2] = aux_sym_match_class_pattern_repeat2,
|
|
[aux_sym_global_statement_repeat1] = aux_sym_global_statement_repeat1,
|
|
[aux_sym_type_parameters_repeat1] = aux_sym_type_parameters_repeat1,
|
|
[aux_sym_argument_list_repeat1] = aux_sym_argument_list_repeat1,
|
|
[aux_sym_decorated_definition_repeat1] = aux_sym_decorated_definition_repeat1,
|
|
[aux_sym_expression_list_repeat1] = aux_sym_expression_list_repeat1,
|
|
[aux_sym__parameters_repeat1] = aux_sym__parameters_repeat1,
|
|
[aux_sym__patterns_repeat1] = aux_sym__patterns_repeat1,
|
|
[aux_sym_comparison_operator_repeat1] = aux_sym_comparison_operator_repeat1,
|
|
[aux_sym_index_expression_list_repeat1] = aux_sym_index_expression_list_repeat1,
|
|
[aux_sym_dictionary_repeat1] = aux_sym_dictionary_repeat1,
|
|
[aux_sym__comprehension_clauses_repeat1] = aux_sym__comprehension_clauses_repeat1,
|
|
[aux_sym__collection_elements_repeat1] = aux_sym__collection_elements_repeat1,
|
|
[aux_sym_for_in_clause_repeat1] = aux_sym_for_in_clause_repeat1,
|
|
[aux_sym_concatenated_string_repeat1] = aux_sym_concatenated_string_repeat1,
|
|
[aux_sym_string_repeat1] = aux_sym_string_repeat1,
|
|
[aux_sym_string_content_repeat1] = aux_sym_string_content_repeat1,
|
|
[aux_sym_format_specifier_repeat1] = aux_sym_format_specifier_repeat1,
|
|
[alias_sym_format_expression] = alias_sym_format_expression,
|
|
[anon_alias_sym_isnot] = anon_alias_sym_isnot,
|
|
[anon_alias_sym_notin] = anon_alias_sym_notin,
|
|
};
|
|
|
|
static const TSSymbolMetadata ts_symbol_metadata[] = {
|
|
[ts_builtin_sym_end] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_identifier] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[anon_sym_import] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_DOT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_from] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym___future__] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LPAREN] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_RPAREN] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_COMMA] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_as] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_STAR] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_print] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_GT_GT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_assert] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_COLON_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_return] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_del] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_raise] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_pass] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_break] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_continue] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_if] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_COLON] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_elif] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_else] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_async] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_for] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_in] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_while] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_try] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_except] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_finally] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_with] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_match] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_case] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_PIPE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_DASH] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_PLUS] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[sym_match_wildcard_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[anon_sym_LBRACK] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_RBRACK] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LBRACE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_RBRACE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_STAR_STAR] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_def] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_DASH_GT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_global] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_nonlocal] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_exec] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_type] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_class] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_AT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_not] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_and] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_or] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_SLASH] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_PERCENT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_SLASH_SLASH] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_AMP] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_CARET] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LT_LT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_TILDE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LT_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_EQ_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_BANG_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_GT_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_GT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LT_GT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_is] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_lambda] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_PLUS_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_DASH_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_STAR_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_SLASH_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_AT_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_SLASH_SLASH_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_PERCENT_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_STAR_STAR_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_GT_GT_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LT_LT_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_AMP_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_CARET_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_PIPE_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_yield] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[sym_ellipsis] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[anon_sym_LBRACE2] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[sym__escape_interpolation] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_escape_sequence] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__not_escape_sequence] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[aux_sym_format_specifier_token1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[sym_type_conversion] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_integer] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_float] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[anon_sym_await] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[sym_true] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_false] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_none] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_comment] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__semicolon] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym__newline] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym__indent] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym__dedent] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym__string_start] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[sym__string_content] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym__string_end] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[sym_module] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__statement] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym__simple_statements] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_import_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_import_prefix] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_relative_import] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_future_import_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_import_from_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__import_list] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_aliased_import] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_wildcard_import] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_print_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_chevron] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_assert_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_expression_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_named_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_return_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_delete_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_raise_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_pass_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_break_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_continue_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_if_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_elif_clause] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_else_clause] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_for_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_while_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_try_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_except_clause] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_except_group_clause] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_finally_clause] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_with_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_with_clause] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_with_item] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_match_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_cases] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_case_block] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__match_patterns] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_open_sequence_match_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__match_pattern] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_match_as_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__match_or_pattern] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_match_or_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__closed_pattern] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_match_literal_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_match_capture_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_match_value_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_match_group_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_match_sequence_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__match_maybe_star_pattern] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_match_star_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_match_mapping_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_match_double_star_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_match_key_value_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_match_class_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_pattern_class_name] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_match_positional_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_match_keyword_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_guard] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_function_definition] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_parameters] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_lambda_parameters] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_list_splat] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_dictionary_splat] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_global_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_nonlocal_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_exec_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type_alias_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_class_definition] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type_parameters] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__type_bound] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_typevar_parameter] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_typevartuple_parameter] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_paramspec_parameter] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__type_parameter] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym__type_param_default] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_parenthesized_list_splat] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_argument_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_decorated_definition] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_decorator] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_block] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_expression_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_dotted_name] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__parameters] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym__patterns] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_parameter] = {
|
|
.visible = false,
|
|
.named = true,
|
|
.supertype = true,
|
|
},
|
|
[sym_pattern] = {
|
|
.visible = false,
|
|
.named = true,
|
|
.supertype = true,
|
|
},
|
|
[sym_tuple_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_list_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_default_parameter] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_typed_default_parameter] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_list_splat_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_dictionary_splat_pattern] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__expression_within_for_in_clause] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_expression] = {
|
|
.visible = false,
|
|
.named = true,
|
|
.supertype = true,
|
|
},
|
|
[sym_primary_expression] = {
|
|
.visible = false,
|
|
.named = true,
|
|
.supertype = true,
|
|
},
|
|
[sym_not_operator] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_boolean_operator] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_binary_operator] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_unary_operator] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_comparison_operator] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_lambda] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_lambda_within_for_in_clause] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_assignment] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_augmented_assignment] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_pattern_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__right_hand_side] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_yield] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_attribute] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__index_expression] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_index_expression_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_subscript] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_slice] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_call] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_typed_parameter] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_keyword_argument] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_set] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_tuple] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_dictionary] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_pair] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_list_comprehension] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_dictionary_comprehension] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_set_comprehension] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_generator_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__comprehension_clauses] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_parenthesized_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__collection_elements] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_for_in_clause] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_if_clause] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_conditional_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_concatenated_string] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_string] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_string_content] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_interpolation] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__f_expression] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_format_specifier] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_await] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_positional_separator] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_keyword_separator] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[aux_sym_module_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym__simple_statements_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_import_prefix_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym__import_list_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_print_statement_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_assert_statement_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_if_statement_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_try_statement_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_try_statement_repeat2] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_with_clause_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_cases_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_open_sequence_match_pattern_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_match_or_pattern_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_match_value_pattern_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_match_mapping_pattern_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_match_class_pattern_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_match_class_pattern_repeat2] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_global_statement_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_type_parameters_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_argument_list_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_decorated_definition_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_expression_list_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym__parameters_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym__patterns_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_comparison_operator_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_index_expression_list_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_dictionary_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym__comprehension_clauses_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym__collection_elements_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_for_in_clause_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_concatenated_string_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_string_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_string_content_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_format_specifier_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[alias_sym_format_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[anon_alias_sym_isnot] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_alias_sym_notin] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
};
|
|
|
|
enum {
|
|
field_alias = 1,
|
|
field_alternative = 2,
|
|
field_argument = 3,
|
|
field_arguments = 4,
|
|
field_attribute = 5,
|
|
field_body = 6,
|
|
field_bound = 7,
|
|
field_cases = 8,
|
|
field_cause = 9,
|
|
field_class = 10,
|
|
field_code = 11,
|
|
field_condition = 12,
|
|
field_consequence = 13,
|
|
field_content = 14,
|
|
field_default = 15,
|
|
field_definition = 16,
|
|
field_element = 17,
|
|
field_expression = 18,
|
|
field_function = 19,
|
|
field_guard = 20,
|
|
field_imaginary = 21,
|
|
field_inner = 22,
|
|
field_interpolation = 23,
|
|
field_key = 24,
|
|
field_kwarg = 25,
|
|
field_left = 26,
|
|
field_module_name = 27,
|
|
field_name = 28,
|
|
field_object = 29,
|
|
field_operator = 30,
|
|
field_operators = 31,
|
|
field_parameters = 32,
|
|
field_pattern = 33,
|
|
field_prefix = 34,
|
|
field_prefix_operator = 35,
|
|
field_real = 36,
|
|
field_return_type = 37,
|
|
field_right = 38,
|
|
field_start = 39,
|
|
field_step = 40,
|
|
field_stop = 41,
|
|
field_string_content = 42,
|
|
field_subject = 43,
|
|
field_subscript = 44,
|
|
field_suffix = 45,
|
|
field_superclasses = 46,
|
|
field_target = 47,
|
|
field_test = 48,
|
|
field_trailing_comma = 49,
|
|
field_type = 50,
|
|
field_type_parameter = 51,
|
|
field_type_parameters = 52,
|
|
field_value = 53,
|
|
field_vararg = 54,
|
|
};
|
|
|
|
static const char * const ts_field_names[] = {
|
|
[0] = NULL,
|
|
[field_alias] = "alias",
|
|
[field_alternative] = "alternative",
|
|
[field_argument] = "argument",
|
|
[field_arguments] = "arguments",
|
|
[field_attribute] = "attribute",
|
|
[field_body] = "body",
|
|
[field_bound] = "bound",
|
|
[field_cases] = "cases",
|
|
[field_cause] = "cause",
|
|
[field_class] = "class",
|
|
[field_code] = "code",
|
|
[field_condition] = "condition",
|
|
[field_consequence] = "consequence",
|
|
[field_content] = "content",
|
|
[field_default] = "default",
|
|
[field_definition] = "definition",
|
|
[field_element] = "element",
|
|
[field_expression] = "expression",
|
|
[field_function] = "function",
|
|
[field_guard] = "guard",
|
|
[field_imaginary] = "imaginary",
|
|
[field_inner] = "inner",
|
|
[field_interpolation] = "interpolation",
|
|
[field_key] = "key",
|
|
[field_kwarg] = "kwarg",
|
|
[field_left] = "left",
|
|
[field_module_name] = "module_name",
|
|
[field_name] = "name",
|
|
[field_object] = "object",
|
|
[field_operator] = "operator",
|
|
[field_operators] = "operators",
|
|
[field_parameters] = "parameters",
|
|
[field_pattern] = "pattern",
|
|
[field_prefix] = "prefix",
|
|
[field_prefix_operator] = "prefix_operator",
|
|
[field_real] = "real",
|
|
[field_return_type] = "return_type",
|
|
[field_right] = "right",
|
|
[field_start] = "start",
|
|
[field_step] = "step",
|
|
[field_stop] = "stop",
|
|
[field_string_content] = "string_content",
|
|
[field_subject] = "subject",
|
|
[field_subscript] = "subscript",
|
|
[field_suffix] = "suffix",
|
|
[field_superclasses] = "superclasses",
|
|
[field_target] = "target",
|
|
[field_test] = "test",
|
|
[field_trailing_comma] = "trailing_comma",
|
|
[field_type] = "type",
|
|
[field_type_parameter] = "type_parameter",
|
|
[field_type_parameters] = "type_parameters",
|
|
[field_value] = "value",
|
|
[field_vararg] = "vararg",
|
|
};
|
|
|
|
static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
|
|
[2] = {.index = 0, .length = 2},
|
|
[3] = {.index = 2, .length = 1},
|
|
[4] = {.index = 3, .length = 1},
|
|
[5] = {.index = 4, .length = 1},
|
|
[6] = {.index = 5, .length = 1},
|
|
[7] = {.index = 6, .length = 1},
|
|
[8] = {.index = 7, .length = 1},
|
|
[9] = {.index = 7, .length = 1},
|
|
[10] = {.index = 8, .length = 1},
|
|
[11] = {.index = 9, .length = 1},
|
|
[12] = {.index = 10, .length = 1},
|
|
[13] = {.index = 11, .length = 2},
|
|
[14] = {.index = 13, .length = 1},
|
|
[15] = {.index = 14, .length = 1},
|
|
[16] = {.index = 15, .length = 2},
|
|
[17] = {.index = 17, .length = 2},
|
|
[18] = {.index = 19, .length = 1},
|
|
[19] = {.index = 20, .length = 1},
|
|
[20] = {.index = 21, .length = 4},
|
|
[21] = {.index = 25, .length = 4},
|
|
[22] = {.index = 29, .length = 2},
|
|
[23] = {.index = 31, .length = 1},
|
|
[24] = {.index = 32, .length = 2},
|
|
[25] = {.index = 34, .length = 2},
|
|
[26] = {.index = 36, .length = 1},
|
|
[27] = {.index = 37, .length = 2},
|
|
[28] = {.index = 39, .length = 1},
|
|
[29] = {.index = 40, .length = 2},
|
|
[30] = {.index = 42, .length = 1},
|
|
[31] = {.index = 43, .length = 1},
|
|
[32] = {.index = 44, .length = 1},
|
|
[33] = {.index = 45, .length = 1},
|
|
[34] = {.index = 45, .length = 1},
|
|
[35] = {.index = 37, .length = 2},
|
|
[36] = {.index = 46, .length = 2},
|
|
[37] = {.index = 48, .length = 2},
|
|
[38] = {.index = 50, .length = 2},
|
|
[39] = {.index = 52, .length = 3},
|
|
[40] = {.index = 55, .length = 2},
|
|
[41] = {.index = 57, .length = 1},
|
|
[42] = {.index = 58, .length = 2},
|
|
[43] = {.index = 60, .length = 1},
|
|
[44] = {.index = 61, .length = 2},
|
|
[45] = {.index = 63, .length = 2},
|
|
[46] = {.index = 65, .length = 1},
|
|
[47] = {.index = 66, .length = 2},
|
|
[48] = {.index = 68, .length = 1},
|
|
[50] = {.index = 69, .length = 3},
|
|
[51] = {.index = 72, .length = 1},
|
|
[52] = {.index = 73, .length = 2},
|
|
[53] = {.index = 75, .length = 1},
|
|
[54] = {.index = 76, .length = 2},
|
|
[55] = {.index = 78, .length = 2},
|
|
[56] = {.index = 44, .length = 1},
|
|
[57] = {.index = 80, .length = 1},
|
|
[58] = {.index = 81, .length = 2},
|
|
[59] = {.index = 83, .length = 2},
|
|
[60] = {.index = 83, .length = 2},
|
|
[61] = {.index = 85, .length = 2},
|
|
[62] = {.index = 87, .length = 2},
|
|
[63] = {.index = 89, .length = 2},
|
|
[64] = {.index = 91, .length = 2},
|
|
[65] = {.index = 93, .length = 1},
|
|
[66] = {.index = 94, .length = 2},
|
|
[67] = {.index = 43, .length = 1},
|
|
[68] = {.index = 96, .length = 1},
|
|
[69] = {.index = 97, .length = 1},
|
|
[70] = {.index = 98, .length = 2},
|
|
[71] = {.index = 100, .length = 2},
|
|
[72] = {.index = 100, .length = 2},
|
|
[74] = {.index = 102, .length = 1},
|
|
[75] = {.index = 103, .length = 3},
|
|
[76] = {.index = 106, .length = 3},
|
|
[77] = {.index = 109, .length = 3},
|
|
[78] = {.index = 112, .length = 1},
|
|
[79] = {.index = 113, .length = 3},
|
|
[80] = {.index = 116, .length = 3},
|
|
[81] = {.index = 119, .length = 2},
|
|
[82] = {.index = 121, .length = 2},
|
|
[83] = {.index = 123, .length = 1},
|
|
[84] = {.index = 124, .length = 2},
|
|
[85] = {.index = 126, .length = 2},
|
|
[86] = {.index = 128, .length = 1},
|
|
[87] = {.index = 129, .length = 3},
|
|
[88] = {.index = 132, .length = 3},
|
|
[89] = {.index = 135, .length = 3},
|
|
[90] = {.index = 138, .length = 3},
|
|
[91] = {.index = 141, .length = 3},
|
|
[92] = {.index = 144, .length = 3},
|
|
[93] = {.index = 85, .length = 2},
|
|
[94] = {.index = 147, .length = 1},
|
|
[95] = {.index = 148, .length = 2},
|
|
[96] = {.index = 150, .length = 1},
|
|
[97] = {.index = 151, .length = 2},
|
|
[98] = {.index = 153, .length = 2},
|
|
[99] = {.index = 155, .length = 4},
|
|
[100] = {.index = 159, .length = 2},
|
|
[101] = {.index = 161, .length = 4},
|
|
[102] = {.index = 165, .length = 4},
|
|
[103] = {.index = 169, .length = 2},
|
|
[104] = {.index = 171, .length = 3},
|
|
[105] = {.index = 174, .length = 3},
|
|
[106] = {.index = 177, .length = 4},
|
|
[107] = {.index = 181, .length = 2},
|
|
[108] = {.index = 183, .length = 2},
|
|
[109] = {.index = 185, .length = 1},
|
|
[110] = {.index = 186, .length = 1},
|
|
[111] = {.index = 187, .length = 3},
|
|
[112] = {.index = 190, .length = 2},
|
|
[113] = {.index = 192, .length = 2},
|
|
[114] = {.index = 194, .length = 4},
|
|
[115] = {.index = 198, .length = 4},
|
|
[116] = {.index = 202, .length = 4},
|
|
[117] = {.index = 206, .length = 4},
|
|
[118] = {.index = 210, .length = 4},
|
|
[119] = {.index = 214, .length = 3},
|
|
[120] = {.index = 217, .length = 2},
|
|
[121] = {.index = 219, .length = 2},
|
|
[122] = {.index = 221, .length = 2},
|
|
[123] = {.index = 223, .length = 3},
|
|
[124] = {.index = 226, .length = 5},
|
|
[125] = {.index = 231, .length = 3},
|
|
[126] = {.index = 234, .length = 4},
|
|
[127] = {.index = 238, .length = 4},
|
|
[128] = {.index = 242, .length = 4},
|
|
[129] = {.index = 246, .length = 4},
|
|
[130] = {.index = 250, .length = 2},
|
|
[131] = {.index = 252, .length = 1},
|
|
[132] = {.index = 253, .length = 3},
|
|
[133] = {.index = 256, .length = 1},
|
|
[134] = {.index = 257, .length = 2},
|
|
[135] = {.index = 259, .length = 2},
|
|
[136] = {.index = 261, .length = 1},
|
|
[137] = {.index = 262, .length = 4},
|
|
[138] = {.index = 266, .length = 5},
|
|
[139] = {.index = 271, .length = 5},
|
|
[140] = {.index = 276, .length = 3},
|
|
[141] = {.index = 279, .length = 3},
|
|
[142] = {.index = 282, .length = 4},
|
|
[143] = {.index = 286, .length = 4},
|
|
[144] = {.index = 290, .length = 4},
|
|
[145] = {.index = 294, .length = 5},
|
|
[146] = {.index = 299, .length = 5},
|
|
[147] = {.index = 304, .length = 2},
|
|
[148] = {.index = 306, .length = 3},
|
|
[149] = {.index = 309, .length = 4},
|
|
[150] = {.index = 313, .length = 3},
|
|
[151] = {.index = 316, .length = 3},
|
|
[152] = {.index = 319, .length = 5},
|
|
[153] = {.index = 324, .length = 5},
|
|
[154] = {.index = 329, .length = 5},
|
|
[155] = {.index = 334, .length = 5},
|
|
[156] = {.index = 339, .length = 5},
|
|
[157] = {.index = 344, .length = 3},
|
|
[158] = {.index = 347, .length = 3},
|
|
[159] = {.index = 350, .length = 4},
|
|
[160] = {.index = 354, .length = 2},
|
|
[161] = {.index = 356, .length = 6},
|
|
[162] = {.index = 362, .length = 6},
|
|
[163] = {.index = 368, .length = 3},
|
|
[164] = {.index = 371, .length = 4},
|
|
[165] = {.index = 375, .length = 4},
|
|
};
|
|
|
|
static const TSFieldMapEntry ts_field_map_entries[] = {
|
|
[0] =
|
|
{field_prefix, 0},
|
|
{field_suffix, 1},
|
|
[2] =
|
|
{field_string_content, 0},
|
|
[3] =
|
|
{field_interpolation, 0},
|
|
[4] =
|
|
{field_name, 1, .inherited = true},
|
|
[5] =
|
|
{field_name, 0},
|
|
[6] =
|
|
{field_element, 0},
|
|
[7] =
|
|
{field_vararg, 1},
|
|
[8] =
|
|
{field_argument, 1},
|
|
[9] =
|
|
{field_target, 1},
|
|
[10] =
|
|
{field_value, 0},
|
|
[11] =
|
|
{field_argument, 1},
|
|
{field_operator, 0},
|
|
[13] =
|
|
{field_value, 1},
|
|
[14] =
|
|
{field_code, 1},
|
|
[15] =
|
|
{field_element, 0},
|
|
{field_element, 1, .inherited = true},
|
|
[17] =
|
|
{field_arguments, 1},
|
|
{field_function, 0},
|
|
[19] =
|
|
{field_operators, 1, .inherited = true},
|
|
[20] =
|
|
{field_definition, 1},
|
|
[21] =
|
|
{field_interpolation, 1, .inherited = true},
|
|
{field_prefix, 0},
|
|
{field_string_content, 1, .inherited = true},
|
|
{field_suffix, 2},
|
|
[25] =
|
|
{field_interpolation, 0, .inherited = true},
|
|
{field_interpolation, 1, .inherited = true},
|
|
{field_string_content, 0, .inherited = true},
|
|
{field_string_content, 1, .inherited = true},
|
|
[29] =
|
|
{field_name, 0},
|
|
{field_name, 1, .inherited = true},
|
|
[31] =
|
|
{field_name, 1},
|
|
[32] =
|
|
{field_element, 0},
|
|
{field_trailing_comma, 1},
|
|
[34] =
|
|
{field_element, 1, .inherited = true},
|
|
{field_trailing_comma, 1, .inherited = true},
|
|
[36] =
|
|
{field_inner, 1},
|
|
[37] =
|
|
{field_name, 0},
|
|
{field_value, 2},
|
|
[39] =
|
|
{field_argument, 2, .inherited = true},
|
|
[40] =
|
|
{field_argument, 1},
|
|
{field_argument, 2, .inherited = true},
|
|
[42] =
|
|
{field_cause, 2},
|
|
[43] =
|
|
{field_element, 1},
|
|
[44] =
|
|
{field_body, 2},
|
|
[45] =
|
|
{field_kwarg, 1},
|
|
[46] =
|
|
{field_element, 0, .inherited = true},
|
|
{field_element, 1, .inherited = true},
|
|
[48] =
|
|
{field_left, 0},
|
|
{field_type, 2},
|
|
[50] =
|
|
{field_left, 0},
|
|
{field_right, 2},
|
|
[52] =
|
|
{field_left, 0},
|
|
{field_operator, 1},
|
|
{field_right, 2},
|
|
[55] =
|
|
{field_attribute, 2},
|
|
{field_object, 0},
|
|
[57] =
|
|
{field_operators, 0},
|
|
[58] =
|
|
{field_operators, 0, .inherited = true},
|
|
{field_operators, 1, .inherited = true},
|
|
[60] =
|
|
{field_expression, 1},
|
|
[61] =
|
|
{field_name, 0, .inherited = true},
|
|
{field_name, 1, .inherited = true},
|
|
[63] =
|
|
{field_alias, 2},
|
|
{field_name, 0},
|
|
[65] =
|
|
{field_name, 3, .inherited = true},
|
|
[66] =
|
|
{field_module_name, 1},
|
|
{field_name, 3, .inherited = true},
|
|
[68] =
|
|
{field_module_name, 1},
|
|
[69] =
|
|
{field_element, 0},
|
|
{field_element, 1, .inherited = true},
|
|
{field_trailing_comma, 2},
|
|
[72] =
|
|
{field_body, 1},
|
|
[73] =
|
|
{field_argument, 0, .inherited = true},
|
|
{field_argument, 1, .inherited = true},
|
|
[75] =
|
|
{field_cause, 3},
|
|
[76] =
|
|
{field_condition, 1},
|
|
{field_consequence, 3},
|
|
[78] =
|
|
{field_body, 3},
|
|
{field_condition, 1},
|
|
[80] =
|
|
{field_body, 3},
|
|
[81] =
|
|
{field_alias, 2},
|
|
{field_value, 0},
|
|
[83] =
|
|
{field_cases, 3},
|
|
{field_subject, 1},
|
|
[85] =
|
|
{field_element, 1},
|
|
{field_element, 2, .inherited = true},
|
|
[87] =
|
|
{field_key, 0},
|
|
{field_value, 2},
|
|
[89] =
|
|
{field_name, 1},
|
|
{field_value, 3},
|
|
[91] =
|
|
{field_body, 3},
|
|
{field_name, 1},
|
|
[93] =
|
|
{field_type, 2},
|
|
[94] =
|
|
{field_body, 3},
|
|
{field_parameters, 1},
|
|
[96] =
|
|
{field_stop, 1},
|
|
[97] =
|
|
{field_start, 0},
|
|
[98] =
|
|
{field_subscript, 2},
|
|
{field_value, 0},
|
|
[100] =
|
|
{field_operators, 0},
|
|
{field_operators, 1},
|
|
[102] =
|
|
{field_alternative, 0},
|
|
[103] =
|
|
{field_alternative, 4},
|
|
{field_condition, 1},
|
|
{field_consequence, 3},
|
|
[106] =
|
|
{field_alternative, 4, .inherited = true},
|
|
{field_condition, 1},
|
|
{field_consequence, 3},
|
|
[109] =
|
|
{field_condition, 1},
|
|
{field_consequence, 3},
|
|
{field_consequence, 4},
|
|
[112] =
|
|
{field_body, 4},
|
|
[113] =
|
|
{field_alternative, 4},
|
|
{field_body, 3},
|
|
{field_condition, 1},
|
|
[116] =
|
|
{field_body, 3},
|
|
{field_body, 4},
|
|
{field_condition, 1},
|
|
[119] =
|
|
{field_body, 2},
|
|
{field_body, 3},
|
|
[121] =
|
|
{field_body, 3},
|
|
{field_body, 4},
|
|
[123] =
|
|
{field_real, 0},
|
|
[124] =
|
|
{field_bound, 1, .inherited = true},
|
|
{field_name, 0},
|
|
[126] =
|
|
{field_default, 1, .inherited = true},
|
|
{field_name, 0},
|
|
[128] =
|
|
{field_type_parameter, 1},
|
|
[129] =
|
|
{field_body, 4},
|
|
{field_name, 1},
|
|
{field_parameters, 2},
|
|
[132] =
|
|
{field_name, 1},
|
|
{field_type_parameters, 2},
|
|
{field_value, 4},
|
|
[135] =
|
|
{field_body, 3},
|
|
{field_body, 4},
|
|
{field_name, 1},
|
|
[138] =
|
|
{field_body, 4},
|
|
{field_name, 1},
|
|
{field_type_parameters, 2},
|
|
[141] =
|
|
{field_body, 4},
|
|
{field_name, 1},
|
|
{field_superclasses, 2},
|
|
[144] =
|
|
{field_left, 0},
|
|
{field_right, 4},
|
|
{field_type, 2},
|
|
[147] =
|
|
{field_step, 2},
|
|
[148] =
|
|
{field_start, 0},
|
|
{field_stop, 2},
|
|
[150] =
|
|
{field_name, 4, .inherited = true},
|
|
[151] =
|
|
{field_module_name, 1},
|
|
{field_name, 4, .inherited = true},
|
|
[153] =
|
|
{field_left, 1},
|
|
{field_right, 3},
|
|
[155] =
|
|
{field_alternative, 4, .inherited = true},
|
|
{field_alternative, 5},
|
|
{field_condition, 1},
|
|
{field_consequence, 3},
|
|
[159] =
|
|
{field_alternative, 0, .inherited = true},
|
|
{field_alternative, 1, .inherited = true},
|
|
[161] =
|
|
{field_alternative, 5},
|
|
{field_condition, 1},
|
|
{field_consequence, 3},
|
|
{field_consequence, 4},
|
|
[165] =
|
|
{field_alternative, 5, .inherited = true},
|
|
{field_condition, 1},
|
|
{field_consequence, 3},
|
|
{field_consequence, 4},
|
|
[169] =
|
|
{field_body, 4},
|
|
{field_body, 5},
|
|
[171] =
|
|
{field_body, 5},
|
|
{field_name, 2},
|
|
{field_parameters, 3},
|
|
[174] =
|
|
{field_body, 5},
|
|
{field_left, 1},
|
|
{field_right, 3},
|
|
[177] =
|
|
{field_alternative, 5},
|
|
{field_body, 3},
|
|
{field_body, 4},
|
|
{field_condition, 1},
|
|
[181] =
|
|
{field_prefix_operator, 0},
|
|
{field_real, 1},
|
|
[183] =
|
|
{field_default, 2, .inherited = true},
|
|
{field_name, 1},
|
|
[185] =
|
|
{field_bound, 1},
|
|
[186] =
|
|
{field_default, 1},
|
|
[187] =
|
|
{field_bound, 1, .inherited = true},
|
|
{field_default, 2, .inherited = true},
|
|
{field_name, 0},
|
|
[190] =
|
|
{field_type_parameter, 1},
|
|
{field_type_parameter, 2, .inherited = true},
|
|
[192] =
|
|
{field_type_parameter, 0, .inherited = true},
|
|
{field_type_parameter, 1, .inherited = true},
|
|
[194] =
|
|
{field_body, 4},
|
|
{field_body, 5},
|
|
{field_name, 1},
|
|
{field_parameters, 2},
|
|
[198] =
|
|
{field_body, 5},
|
|
{field_name, 1},
|
|
{field_parameters, 3},
|
|
{field_type_parameters, 2},
|
|
[202] =
|
|
{field_body, 4},
|
|
{field_body, 5},
|
|
{field_name, 1},
|
|
{field_type_parameters, 2},
|
|
[206] =
|
|
{field_body, 5},
|
|
{field_name, 1},
|
|
{field_superclasses, 3},
|
|
{field_type_parameters, 2},
|
|
[210] =
|
|
{field_body, 4},
|
|
{field_body, 5},
|
|
{field_name, 1},
|
|
{field_superclasses, 2},
|
|
[214] =
|
|
{field_name, 0},
|
|
{field_type, 2},
|
|
{field_value, 4},
|
|
[217] =
|
|
{field_step, 3},
|
|
{field_stop, 1},
|
|
[219] =
|
|
{field_start, 0},
|
|
{field_step, 3},
|
|
[221] =
|
|
{field_left, 2},
|
|
{field_right, 4},
|
|
[223] =
|
|
{field_left, 1},
|
|
{field_right, 3},
|
|
{field_right, 4},
|
|
[226] =
|
|
{field_alternative, 5, .inherited = true},
|
|
{field_alternative, 6},
|
|
{field_condition, 1},
|
|
{field_consequence, 3},
|
|
{field_consequence, 4},
|
|
[231] =
|
|
{field_body, 6},
|
|
{field_left, 2},
|
|
{field_right, 4},
|
|
[234] =
|
|
{field_body, 5},
|
|
{field_body, 6},
|
|
{field_name, 2},
|
|
{field_parameters, 3},
|
|
[238] =
|
|
{field_body, 6},
|
|
{field_name, 2},
|
|
{field_parameters, 4},
|
|
{field_type_parameters, 3},
|
|
[242] =
|
|
{field_alternative, 6},
|
|
{field_body, 5},
|
|
{field_left, 1},
|
|
{field_right, 3},
|
|
[246] =
|
|
{field_body, 5},
|
|
{field_body, 6},
|
|
{field_left, 1},
|
|
{field_right, 3},
|
|
[250] =
|
|
{field_body, 3},
|
|
{field_type, 1},
|
|
[252] =
|
|
{field_content, 1},
|
|
[253] =
|
|
{field_imaginary, 2},
|
|
{field_operator, 1},
|
|
{field_real, 0},
|
|
[256] =
|
|
{field_test, 1},
|
|
[257] =
|
|
{field_body, 3},
|
|
{field_pattern, 1},
|
|
[259] =
|
|
{field_alias, 2},
|
|
{field_pattern, 0},
|
|
[261] =
|
|
{field_class, 0},
|
|
[262] =
|
|
{field_body, 6},
|
|
{field_name, 1},
|
|
{field_parameters, 2},
|
|
{field_return_type, 4},
|
|
[266] =
|
|
{field_body, 5},
|
|
{field_body, 6},
|
|
{field_name, 1},
|
|
{field_parameters, 3},
|
|
{field_type_parameters, 2},
|
|
[271] =
|
|
{field_body, 5},
|
|
{field_body, 6},
|
|
{field_name, 1},
|
|
{field_superclasses, 3},
|
|
{field_type_parameters, 2},
|
|
[276] =
|
|
{field_start, 0},
|
|
{field_step, 4},
|
|
{field_stop, 2},
|
|
[279] =
|
|
{field_left, 2},
|
|
{field_right, 4},
|
|
{field_right, 5},
|
|
[282] =
|
|
{field_alternative, 7},
|
|
{field_body, 6},
|
|
{field_left, 2},
|
|
{field_right, 4},
|
|
[286] =
|
|
{field_body, 6},
|
|
{field_body, 7},
|
|
{field_left, 2},
|
|
{field_right, 4},
|
|
[290] =
|
|
{field_body, 7},
|
|
{field_name, 2},
|
|
{field_parameters, 3},
|
|
{field_return_type, 5},
|
|
[294] =
|
|
{field_body, 6},
|
|
{field_body, 7},
|
|
{field_name, 2},
|
|
{field_parameters, 4},
|
|
{field_type_parameters, 3},
|
|
[299] =
|
|
{field_alternative, 7},
|
|
{field_body, 5},
|
|
{field_body, 6},
|
|
{field_left, 1},
|
|
{field_right, 3},
|
|
[304] =
|
|
{field_body, 4},
|
|
{field_type, 2},
|
|
[306] =
|
|
{field_body, 3},
|
|
{field_body, 4},
|
|
{field_type, 1},
|
|
[309] =
|
|
{field_imaginary, 3},
|
|
{field_operator, 2},
|
|
{field_prefix_operator, 0},
|
|
{field_real, 1},
|
|
[313] =
|
|
{field_body, 3},
|
|
{field_body, 4},
|
|
{field_pattern, 1},
|
|
[316] =
|
|
{field_body, 4},
|
|
{field_guard, 2},
|
|
{field_pattern, 1},
|
|
[319] =
|
|
{field_body, 6},
|
|
{field_body, 7},
|
|
{field_name, 1},
|
|
{field_parameters, 2},
|
|
{field_return_type, 4},
|
|
[324] =
|
|
{field_body, 7},
|
|
{field_name, 1},
|
|
{field_parameters, 3},
|
|
{field_return_type, 5},
|
|
{field_type_parameters, 2},
|
|
[329] =
|
|
{field_alternative, 8},
|
|
{field_body, 6},
|
|
{field_body, 7},
|
|
{field_left, 2},
|
|
{field_right, 4},
|
|
[334] =
|
|
{field_body, 7},
|
|
{field_body, 8},
|
|
{field_name, 2},
|
|
{field_parameters, 3},
|
|
{field_return_type, 5},
|
|
[339] =
|
|
{field_body, 8},
|
|
{field_name, 2},
|
|
{field_parameters, 4},
|
|
{field_return_type, 6},
|
|
{field_type_parameters, 3},
|
|
[344] =
|
|
{field_body, 4},
|
|
{field_body, 5},
|
|
{field_type, 2},
|
|
[347] =
|
|
{field_alias, 3},
|
|
{field_body, 5},
|
|
{field_type, 1},
|
|
[350] =
|
|
{field_body, 4},
|
|
{field_body, 5},
|
|
{field_guard, 2},
|
|
{field_pattern, 1},
|
|
[354] =
|
|
{field_attribute, 0},
|
|
{field_value, 2},
|
|
[356] =
|
|
{field_body, 7},
|
|
{field_body, 8},
|
|
{field_name, 1},
|
|
{field_parameters, 3},
|
|
{field_return_type, 5},
|
|
{field_type_parameters, 2},
|
|
[362] =
|
|
{field_body, 8},
|
|
{field_body, 9},
|
|
{field_name, 2},
|
|
{field_parameters, 4},
|
|
{field_return_type, 6},
|
|
{field_type_parameters, 3},
|
|
[368] =
|
|
{field_alias, 4},
|
|
{field_body, 6},
|
|
{field_type, 2},
|
|
[371] =
|
|
{field_alias, 3},
|
|
{field_body, 5},
|
|
{field_body, 6},
|
|
{field_type, 1},
|
|
[375] =
|
|
{field_alias, 4},
|
|
{field_body, 6},
|
|
{field_body, 7},
|
|
{field_type, 2},
|
|
};
|
|
|
|
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
|
|
[0] = {0},
|
|
[1] = {
|
|
[0] = sym_identifier,
|
|
},
|
|
[8] = {
|
|
[1] = sym_identifier,
|
|
},
|
|
[27] = {
|
|
[0] = sym_identifier,
|
|
},
|
|
[33] = {
|
|
[1] = sym_identifier,
|
|
},
|
|
[49] = {
|
|
[1] = sym_parenthesized_expression,
|
|
},
|
|
[54] = {
|
|
[3] = sym_block,
|
|
},
|
|
[55] = {
|
|
[3] = sym_block,
|
|
},
|
|
[56] = {
|
|
[2] = sym_block,
|
|
},
|
|
[57] = {
|
|
[3] = sym_block,
|
|
},
|
|
[59] = {
|
|
[1] = sym_tuple,
|
|
},
|
|
[64] = {
|
|
[3] = sym_block,
|
|
},
|
|
[67] = {
|
|
[1] = sym_parenthesized_expression,
|
|
},
|
|
[71] = {
|
|
[0] = anon_alias_sym_notin,
|
|
[1] = anon_alias_sym_notin,
|
|
},
|
|
[72] = {
|
|
[0] = anon_alias_sym_isnot,
|
|
[1] = anon_alias_sym_isnot,
|
|
},
|
|
[73] = {
|
|
[0] = alias_sym_format_expression,
|
|
},
|
|
[75] = {
|
|
[3] = sym_block,
|
|
},
|
|
[76] = {
|
|
[3] = sym_block,
|
|
},
|
|
[78] = {
|
|
[4] = sym_block,
|
|
},
|
|
[79] = {
|
|
[3] = sym_block,
|
|
},
|
|
[87] = {
|
|
[4] = sym_block,
|
|
},
|
|
[90] = {
|
|
[4] = sym_block,
|
|
},
|
|
[91] = {
|
|
[4] = sym_block,
|
|
},
|
|
[93] = {
|
|
[1] = sym_parenthesized_expression,
|
|
},
|
|
[99] = {
|
|
[3] = sym_block,
|
|
},
|
|
[104] = {
|
|
[5] = sym_block,
|
|
},
|
|
[105] = {
|
|
[5] = sym_block,
|
|
},
|
|
[115] = {
|
|
[5] = sym_block,
|
|
},
|
|
[117] = {
|
|
[5] = sym_block,
|
|
},
|
|
[125] = {
|
|
[6] = sym_block,
|
|
},
|
|
[127] = {
|
|
[6] = sym_block,
|
|
},
|
|
[128] = {
|
|
[5] = sym_block,
|
|
},
|
|
[130] = {
|
|
[3] = sym_block,
|
|
},
|
|
[134] = {
|
|
[3] = sym_block,
|
|
},
|
|
[137] = {
|
|
[6] = sym_block,
|
|
},
|
|
[142] = {
|
|
[6] = sym_block,
|
|
},
|
|
[144] = {
|
|
[7] = sym_block,
|
|
},
|
|
[147] = {
|
|
[4] = sym_block,
|
|
},
|
|
[151] = {
|
|
[4] = sym_block,
|
|
},
|
|
[153] = {
|
|
[7] = sym_block,
|
|
},
|
|
[156] = {
|
|
[8] = sym_block,
|
|
},
|
|
[158] = {
|
|
[5] = sym_block,
|
|
},
|
|
[163] = {
|
|
[6] = sym_block,
|
|
},
|
|
};
|
|
|
|
static const uint16_t ts_non_terminal_alias_map[] = {
|
|
sym__simple_statements, 2,
|
|
sym__simple_statements,
|
|
sym_block,
|
|
sym_parenthesized_list_splat, 2,
|
|
sym_parenthesized_list_splat,
|
|
sym_parenthesized_expression,
|
|
sym_expression_list, 2,
|
|
sym_expression_list,
|
|
sym_tuple,
|
|
sym_interpolation, 2,
|
|
sym_interpolation,
|
|
alias_sym_format_expression,
|
|
0,
|
|
};
|
|
|
|
static 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 = 2},
|
|
[61] = {.lex_state = 50, .external_lex_state = 3},
|
|
[62] = {.lex_state = 50, .external_lex_state = 3},
|
|
[63] = {.lex_state = 50, .external_lex_state = 3},
|
|
[64] = {.lex_state = 50, .external_lex_state = 2},
|
|
[65] = {.lex_state = 50, .external_lex_state = 3},
|
|
[66] = {.lex_state = 50, .external_lex_state = 4},
|
|
[67] = {.lex_state = 50, .external_lex_state = 4},
|
|
[68] = {.lex_state = 50, .external_lex_state = 5},
|
|
[69] = {.lex_state = 50, .external_lex_state = 5},
|
|
[70] = {.lex_state = 50, .external_lex_state = 5},
|
|
[71] = {.lex_state = 50, .external_lex_state = 5},
|
|
[72] = {.lex_state = 50, .external_lex_state = 5},
|
|
[73] = {.lex_state = 50, .external_lex_state = 5},
|
|
[74] = {.lex_state = 50, .external_lex_state = 5},
|
|
[75] = {.lex_state = 50, .external_lex_state = 5},
|
|
[76] = {.lex_state = 50, .external_lex_state = 5},
|
|
[77] = {.lex_state = 50, .external_lex_state = 5},
|
|
[78] = {.lex_state = 50, .external_lex_state = 5},
|
|
[79] = {.lex_state = 50, .external_lex_state = 5},
|
|
[80] = {.lex_state = 50, .external_lex_state = 5},
|
|
[81] = {.lex_state = 50, .external_lex_state = 5},
|
|
[82] = {.lex_state = 50, .external_lex_state = 5},
|
|
[83] = {.lex_state = 50, .external_lex_state = 5},
|
|
[84] = {.lex_state = 50, .external_lex_state = 5},
|
|
[85] = {.lex_state = 50, .external_lex_state = 5},
|
|
[86] = {.lex_state = 50, .external_lex_state = 5},
|
|
[87] = {.lex_state = 50, .external_lex_state = 5},
|
|
[88] = {.lex_state = 50, .external_lex_state = 5},
|
|
[89] = {.lex_state = 50, .external_lex_state = 5},
|
|
[90] = {.lex_state = 50, .external_lex_state = 5},
|
|
[91] = {.lex_state = 50, .external_lex_state = 5},
|
|
[92] = {.lex_state = 50, .external_lex_state = 5},
|
|
[93] = {.lex_state = 50, .external_lex_state = 5},
|
|
[94] = {.lex_state = 50, .external_lex_state = 5},
|
|
[95] = {.lex_state = 50, .external_lex_state = 5},
|
|
[96] = {.lex_state = 50, .external_lex_state = 5},
|
|
[97] = {.lex_state = 50, .external_lex_state = 5},
|
|
[98] = {.lex_state = 50, .external_lex_state = 5},
|
|
[99] = {.lex_state = 50, .external_lex_state = 5},
|
|
[100] = {.lex_state = 50, .external_lex_state = 5},
|
|
[101] = {.lex_state = 50, .external_lex_state = 5},
|
|
[102] = {.lex_state = 50, .external_lex_state = 5},
|
|
[103] = {.lex_state = 50, .external_lex_state = 5},
|
|
[104] = {.lex_state = 50, .external_lex_state = 5},
|
|
[105] = {.lex_state = 50, .external_lex_state = 5},
|
|
[106] = {.lex_state = 50, .external_lex_state = 5},
|
|
[107] = {.lex_state = 50, .external_lex_state = 5},
|
|
[108] = {.lex_state = 50, .external_lex_state = 5},
|
|
[109] = {.lex_state = 50, .external_lex_state = 5},
|
|
[110] = {.lex_state = 50, .external_lex_state = 5},
|
|
[111] = {.lex_state = 50, .external_lex_state = 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 = 4},
|
|
[126] = {.lex_state = 50, .external_lex_state = 5},
|
|
[127] = {.lex_state = 50, .external_lex_state = 4},
|
|
[128] = {.lex_state = 50, .external_lex_state = 4},
|
|
[129] = {.lex_state = 50, .external_lex_state = 4},
|
|
[130] = {.lex_state = 50, .external_lex_state = 4},
|
|
[131] = {.lex_state = 50, .external_lex_state = 4},
|
|
[132] = {.lex_state = 50, .external_lex_state = 4},
|
|
[133] = {.lex_state = 50, .external_lex_state = 2},
|
|
[134] = {.lex_state = 50, .external_lex_state = 4},
|
|
[135] = {.lex_state = 50, .external_lex_state = 2},
|
|
[136] = {.lex_state = 50, .external_lex_state = 2},
|
|
[137] = {.lex_state = 14, .external_lex_state = 2},
|
|
[138] = {.lex_state = 50, .external_lex_state = 2},
|
|
[139] = {.lex_state = 14, .external_lex_state = 2},
|
|
[140] = {.lex_state = 14, .external_lex_state = 2},
|
|
[141] = {.lex_state = 50, .external_lex_state = 4},
|
|
[142] = {.lex_state = 14, .external_lex_state = 2},
|
|
[143] = {.lex_state = 50, .external_lex_state = 4},
|
|
[144] = {.lex_state = 50, .external_lex_state = 2},
|
|
[145] = {.lex_state = 50, .external_lex_state = 2},
|
|
[146] = {.lex_state = 50, .external_lex_state = 2},
|
|
[147] = {.lex_state = 14, .external_lex_state = 2},
|
|
[148] = {.lex_state = 50, .external_lex_state = 2},
|
|
[149] = {.lex_state = 50, .external_lex_state = 2},
|
|
[150] = {.lex_state = 50, .external_lex_state = 2},
|
|
[151] = {.lex_state = 50, .external_lex_state = 2},
|
|
[152] = {.lex_state = 14, .external_lex_state = 2},
|
|
[153] = {.lex_state = 50, .external_lex_state = 2},
|
|
[154] = {.lex_state = 50, .external_lex_state = 2},
|
|
[155] = {.lex_state = 14, .external_lex_state = 2},
|
|
[156] = {.lex_state = 14, .external_lex_state = 2},
|
|
[157] = {.lex_state = 50, .external_lex_state = 2},
|
|
[158] = {.lex_state = 50, .external_lex_state = 2},
|
|
[159] = {.lex_state = 50, .external_lex_state = 2},
|
|
[160] = {.lex_state = 50, .external_lex_state = 2},
|
|
[161] = {.lex_state = 50, .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 = 14, .external_lex_state = 2},
|
|
[166] = {.lex_state = 50, .external_lex_state = 2},
|
|
[167] = {.lex_state = 50, .external_lex_state = 2},
|
|
[168] = {.lex_state = 50, .external_lex_state = 2},
|
|
[169] = {.lex_state = 50, .external_lex_state = 2},
|
|
[170] = {.lex_state = 50, .external_lex_state = 2},
|
|
[171] = {.lex_state = 50, .external_lex_state = 2},
|
|
[172] = {.lex_state = 50, .external_lex_state = 2},
|
|
[173] = {.lex_state = 50, .external_lex_state = 2},
|
|
[174] = {.lex_state = 50, .external_lex_state = 2},
|
|
[175] = {.lex_state = 50, .external_lex_state = 2},
|
|
[176] = {.lex_state = 50, .external_lex_state = 2},
|
|
[177] = {.lex_state = 50, .external_lex_state = 4},
|
|
[178] = {.lex_state = 50, .external_lex_state = 4},
|
|
[179] = {.lex_state = 50, .external_lex_state = 2},
|
|
[180] = {.lex_state = 50, .external_lex_state = 2},
|
|
[181] = {.lex_state = 50, .external_lex_state = 2},
|
|
[182] = {.lex_state = 50, .external_lex_state = 2},
|
|
[183] = {.lex_state = 50, .external_lex_state = 2},
|
|
[184] = {.lex_state = 50, .external_lex_state = 2},
|
|
[185] = {.lex_state = 50, .external_lex_state = 2},
|
|
[186] = {.lex_state = 50, .external_lex_state = 2},
|
|
[187] = {.lex_state = 50, .external_lex_state = 2},
|
|
[188] = {.lex_state = 50, .external_lex_state = 2},
|
|
[189] = {.lex_state = 50, .external_lex_state = 2},
|
|
[190] = {.lex_state = 50, .external_lex_state = 4},
|
|
[191] = {.lex_state = 50, .external_lex_state = 2},
|
|
[192] = {.lex_state = 50, .external_lex_state = 4},
|
|
[193] = {.lex_state = 50, .external_lex_state = 2},
|
|
[194] = {.lex_state = 50, .external_lex_state = 2},
|
|
[195] = {.lex_state = 50, .external_lex_state = 2},
|
|
[196] = {.lex_state = 50, .external_lex_state = 2},
|
|
[197] = {.lex_state = 50, .external_lex_state = 2},
|
|
[198] = {.lex_state = 50, .external_lex_state = 2},
|
|
[199] = {.lex_state = 50, .external_lex_state = 2},
|
|
[200] = {.lex_state = 50, .external_lex_state = 2},
|
|
[201] = {.lex_state = 50, .external_lex_state = 4},
|
|
[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 = 4},
|
|
[210] = {.lex_state = 50, .external_lex_state = 2},
|
|
[211] = {.lex_state = 50, .external_lex_state = 2},
|
|
[212] = {.lex_state = 50, .external_lex_state = 2},
|
|
[213] = {.lex_state = 16},
|
|
[214] = {.lex_state = 14, .external_lex_state = 2},
|
|
[215] = {.lex_state = 14, .external_lex_state = 2},
|
|
[216] = {.lex_state = 50, .external_lex_state = 2},
|
|
[217] = {.lex_state = 14, .external_lex_state = 2},
|
|
[218] = {.lex_state = 14, .external_lex_state = 2},
|
|
[219] = {.lex_state = 14, .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 = 50, .external_lex_state = 2},
|
|
[225] = {.lex_state = 50, .external_lex_state = 2},
|
|
[226] = {.lex_state = 14, .external_lex_state = 2},
|
|
[227] = {.lex_state = 50, .external_lex_state = 3},
|
|
[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 = 3},
|
|
[233] = {.lex_state = 50, .external_lex_state = 3},
|
|
[234] = {.lex_state = 50, .external_lex_state = 2},
|
|
[235] = {.lex_state = 50, .external_lex_state = 2},
|
|
[236] = {.lex_state = 50, .external_lex_state = 2},
|
|
[237] = {.lex_state = 50, .external_lex_state = 2},
|
|
[238] = {.lex_state = 50, .external_lex_state = 2},
|
|
[239] = {.lex_state = 15, .external_lex_state = 6},
|
|
[240] = {.lex_state = 50, .external_lex_state = 2},
|
|
[241] = {.lex_state = 50, .external_lex_state = 2},
|
|
[242] = {.lex_state = 50, .external_lex_state = 2},
|
|
[243] = {.lex_state = 50, .external_lex_state = 2},
|
|
[244] = {.lex_state = 50, .external_lex_state = 2},
|
|
[245] = {.lex_state = 50, .external_lex_state = 2},
|
|
[246] = {.lex_state = 15, .external_lex_state = 6},
|
|
[247] = {.lex_state = 50, .external_lex_state = 2},
|
|
[248] = {.lex_state = 50, .external_lex_state = 2},
|
|
[249] = {.lex_state = 50, .external_lex_state = 2},
|
|
[250] = {.lex_state = 50, .external_lex_state = 2},
|
|
[251] = {.lex_state = 50, .external_lex_state = 2},
|
|
[252] = {.lex_state = 50, .external_lex_state = 3},
|
|
[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 = 50, .external_lex_state = 2},
|
|
[257] = {.lex_state = 50, .external_lex_state = 2},
|
|
[258] = {.lex_state = 50, .external_lex_state = 2},
|
|
[259] = {.lex_state = 50, .external_lex_state = 2},
|
|
[260] = {.lex_state = 50, .external_lex_state = 2},
|
|
[261] = {.lex_state = 50, .external_lex_state = 3},
|
|
[262] = {.lex_state = 50, .external_lex_state = 2},
|
|
[263] = {.lex_state = 50, .external_lex_state = 3},
|
|
[264] = {.lex_state = 50, .external_lex_state = 3},
|
|
[265] = {.lex_state = 50, .external_lex_state = 2},
|
|
[266] = {.lex_state = 50, .external_lex_state = 2},
|
|
[267] = {.lex_state = 50, .external_lex_state = 2},
|
|
[268] = {.lex_state = 50, .external_lex_state = 3},
|
|
[269] = {.lex_state = 50, .external_lex_state = 3},
|
|
[270] = {.lex_state = 50, .external_lex_state = 3},
|
|
[271] = {.lex_state = 14, .external_lex_state = 2},
|
|
[272] = {.lex_state = 50, .external_lex_state = 3},
|
|
[273] = {.lex_state = 14, .external_lex_state = 2},
|
|
[274] = {.lex_state = 50, .external_lex_state = 2},
|
|
[275] = {.lex_state = 15, .external_lex_state = 4},
|
|
[276] = {.lex_state = 50, .external_lex_state = 2},
|
|
[277] = {.lex_state = 50, .external_lex_state = 2},
|
|
[278] = {.lex_state = 50, .external_lex_state = 2},
|
|
[279] = {.lex_state = 50, .external_lex_state = 3},
|
|
[280] = {.lex_state = 50, .external_lex_state = 3},
|
|
[281] = {.lex_state = 50, .external_lex_state = 2},
|
|
[282] = {.lex_state = 50, .external_lex_state = 2},
|
|
[283] = {.lex_state = 50, .external_lex_state = 2},
|
|
[284] = {.lex_state = 50, .external_lex_state = 2},
|
|
[285] = {.lex_state = 50, .external_lex_state = 2},
|
|
[286] = {.lex_state = 50, .external_lex_state = 3},
|
|
[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 = 2},
|
|
[294] = {.lex_state = 50, .external_lex_state = 2},
|
|
[295] = {.lex_state = 50, .external_lex_state = 2},
|
|
[296] = {.lex_state = 50, .external_lex_state = 2},
|
|
[297] = {.lex_state = 14, .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 = 14, .external_lex_state = 2},
|
|
[302] = {.lex_state = 50, .external_lex_state = 2},
|
|
[303] = {.lex_state = 50, .external_lex_state = 2},
|
|
[304] = {.lex_state = 50, .external_lex_state = 3},
|
|
[305] = {.lex_state = 50, .external_lex_state = 4},
|
|
[306] = {.lex_state = 50, .external_lex_state = 4},
|
|
[307] = {.lex_state = 50, .external_lex_state = 4},
|
|
[308] = {.lex_state = 50, .external_lex_state = 2},
|
|
[309] = {.lex_state = 15, .external_lex_state = 6},
|
|
[310] = {.lex_state = 50, .external_lex_state = 2},
|
|
[311] = {.lex_state = 50, .external_lex_state = 4},
|
|
[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 = 3},
|
|
[316] = {.lex_state = 50, .external_lex_state = 3},
|
|
[317] = {.lex_state = 50, .external_lex_state = 3},
|
|
[318] = {.lex_state = 50, .external_lex_state = 2},
|
|
[319] = {.lex_state = 50, .external_lex_state = 2},
|
|
[320] = {.lex_state = 15},
|
|
[321] = {.lex_state = 50, .external_lex_state = 3},
|
|
[322] = {.lex_state = 16, .external_lex_state = 6},
|
|
[323] = {.lex_state = 50, .external_lex_state = 3},
|
|
[324] = {.lex_state = 16, .external_lex_state = 6},
|
|
[325] = {.lex_state = 15},
|
|
[326] = {.lex_state = 50, .external_lex_state = 2},
|
|
[327] = {.lex_state = 50, .external_lex_state = 2},
|
|
[328] = {.lex_state = 50, .external_lex_state = 3},
|
|
[329] = {.lex_state = 50, .external_lex_state = 3},
|
|
[330] = {.lex_state = 50, .external_lex_state = 3},
|
|
[331] = {.lex_state = 50, .external_lex_state = 2},
|
|
[332] = {.lex_state = 50, .external_lex_state = 2},
|
|
[333] = {.lex_state = 50, .external_lex_state = 2},
|
|
[334] = {.lex_state = 15, .external_lex_state = 6},
|
|
[335] = {.lex_state = 50, .external_lex_state = 2},
|
|
[336] = {.lex_state = 50, .external_lex_state = 2},
|
|
[337] = {.lex_state = 50, .external_lex_state = 3},
|
|
[338] = {.lex_state = 50, .external_lex_state = 2},
|
|
[339] = {.lex_state = 50, .external_lex_state = 2},
|
|
[340] = {.lex_state = 14, .external_lex_state = 2},
|
|
[341] = {.lex_state = 15, .external_lex_state = 6},
|
|
[342] = {.lex_state = 50, .external_lex_state = 3},
|
|
[343] = {.lex_state = 50, .external_lex_state = 3},
|
|
[344] = {.lex_state = 50, .external_lex_state = 3},
|
|
[345] = {.lex_state = 14, .external_lex_state = 2},
|
|
[346] = {.lex_state = 50, .external_lex_state = 2},
|
|
[347] = {.lex_state = 50, .external_lex_state = 2},
|
|
[348] = {.lex_state = 50, .external_lex_state = 3},
|
|
[349] = {.lex_state = 50, .external_lex_state = 2},
|
|
[350] = {.lex_state = 50, .external_lex_state = 2},
|
|
[351] = {.lex_state = 50, .external_lex_state = 2},
|
|
[352] = {.lex_state = 50, .external_lex_state = 3},
|
|
[353] = {.lex_state = 50, .external_lex_state = 2},
|
|
[354] = {.lex_state = 16, .external_lex_state = 6},
|
|
[355] = {.lex_state = 50, .external_lex_state = 2},
|
|
[356] = {.lex_state = 50, .external_lex_state = 2},
|
|
[357] = {.lex_state = 50, .external_lex_state = 2},
|
|
[358] = {.lex_state = 50, .external_lex_state = 2},
|
|
[359] = {.lex_state = 50, .external_lex_state = 2},
|
|
[360] = {.lex_state = 50, .external_lex_state = 2},
|
|
[361] = {.lex_state = 50, .external_lex_state = 2},
|
|
[362] = {.lex_state = 50, .external_lex_state = 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 = 2},
|
|
[368] = {.lex_state = 50, .external_lex_state = 2},
|
|
[369] = {.lex_state = 50, .external_lex_state = 3},
|
|
[370] = {.lex_state = 50, .external_lex_state = 2},
|
|
[371] = {.lex_state = 50, .external_lex_state = 2},
|
|
[372] = {.lex_state = 50, .external_lex_state = 2},
|
|
[373] = {.lex_state = 50, .external_lex_state = 2},
|
|
[374] = {.lex_state = 50, .external_lex_state = 2},
|
|
[375] = {.lex_state = 50, .external_lex_state = 2},
|
|
[376] = {.lex_state = 50, .external_lex_state = 2},
|
|
[377] = {.lex_state = 50, .external_lex_state = 2},
|
|
[378] = {.lex_state = 50, .external_lex_state = 2},
|
|
[379] = {.lex_state = 50, .external_lex_state = 2},
|
|
[380] = {.lex_state = 50, .external_lex_state = 2},
|
|
[381] = {.lex_state = 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 = 3},
|
|
[392] = {.lex_state = 16},
|
|
[393] = {.lex_state = 50, .external_lex_state = 2},
|
|
[394] = {.lex_state = 50, .external_lex_state = 2},
|
|
[395] = {.lex_state = 50, .external_lex_state = 2},
|
|
[396] = {.lex_state = 50, .external_lex_state = 2},
|
|
[397] = {.lex_state = 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 = 2},
|
|
[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 = 2},
|
|
[411] = {.lex_state = 50, .external_lex_state = 2},
|
|
[412] = {.lex_state = 50, .external_lex_state = 2},
|
|
[413] = {.lex_state = 50, .external_lex_state = 2},
|
|
[414] = {.lex_state = 16, .external_lex_state = 6},
|
|
[415] = {.lex_state = 50, .external_lex_state = 2},
|
|
[416] = {.lex_state = 50, .external_lex_state = 2},
|
|
[417] = {.lex_state = 50, .external_lex_state = 3},
|
|
[418] = {.lex_state = 50, .external_lex_state = 3},
|
|
[419] = {.lex_state = 50, .external_lex_state = 2},
|
|
[420] = {.lex_state = 50, .external_lex_state = 2},
|
|
[421] = {.lex_state = 50, .external_lex_state = 2},
|
|
[422] = {.lex_state = 50, .external_lex_state = 3},
|
|
[423] = {.lex_state = 50, .external_lex_state = 2},
|
|
[424] = {.lex_state = 50, .external_lex_state = 2},
|
|
[425] = {.lex_state = 50, .external_lex_state = 3},
|
|
[426] = {.lex_state = 50, .external_lex_state = 2},
|
|
[427] = {.lex_state = 16, .external_lex_state = 6},
|
|
[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 = 2},
|
|
[437] = {.lex_state = 50, .external_lex_state = 2},
|
|
[438] = {.lex_state = 50, .external_lex_state = 2},
|
|
[439] = {.lex_state = 50, .external_lex_state = 2},
|
|
[440] = {.lex_state = 50, .external_lex_state = 2},
|
|
[441] = {.lex_state = 50, .external_lex_state = 3},
|
|
[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 = 3},
|
|
[447] = {.lex_state = 50, .external_lex_state = 3},
|
|
[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 = 3},
|
|
[452] = {.lex_state = 50, .external_lex_state = 2},
|
|
[453] = {.lex_state = 50, .external_lex_state = 3},
|
|
[454] = {.lex_state = 50, .external_lex_state = 3},
|
|
[455] = {.lex_state = 50, .external_lex_state = 2},
|
|
[456] = {.lex_state = 50, .external_lex_state = 2},
|
|
[457] = {.lex_state = 50, .external_lex_state = 3},
|
|
[458] = {.lex_state = 50, .external_lex_state = 3},
|
|
[459] = {.lex_state = 50, .external_lex_state = 2},
|
|
[460] = {.lex_state = 50, .external_lex_state = 3},
|
|
[461] = {.lex_state = 50, .external_lex_state = 3},
|
|
[462] = {.lex_state = 50, .external_lex_state = 2},
|
|
[463] = {.lex_state = 50, .external_lex_state = 2},
|
|
[464] = {.lex_state = 50, .external_lex_state = 3},
|
|
[465] = {.lex_state = 50, .external_lex_state = 3},
|
|
[466] = {.lex_state = 50, .external_lex_state = 3},
|
|
[467] = {.lex_state = 50, .external_lex_state = 2},
|
|
[468] = {.lex_state = 50, .external_lex_state = 3},
|
|
[469] = {.lex_state = 50, .external_lex_state = 3},
|
|
[470] = {.lex_state = 50, .external_lex_state = 2},
|
|
[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 = 2},
|
|
[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 = 2},
|
|
[482] = {.lex_state = 50, .external_lex_state = 2},
|
|
[483] = {.lex_state = 50, .external_lex_state = 3},
|
|
[484] = {.lex_state = 50, .external_lex_state = 2},
|
|
[485] = {.lex_state = 50, .external_lex_state = 3},
|
|
[486] = {.lex_state = 50, .external_lex_state = 2},
|
|
[487] = {.lex_state = 50, .external_lex_state = 2},
|
|
[488] = {.lex_state = 50, .external_lex_state = 2},
|
|
[489] = {.lex_state = 50, .external_lex_state = 2},
|
|
[490] = {.lex_state = 50, .external_lex_state = 2},
|
|
[491] = {.lex_state = 50, .external_lex_state = 2},
|
|
[492] = {.lex_state = 50, .external_lex_state = 3},
|
|
[493] = {.lex_state = 50, .external_lex_state = 3},
|
|
[494] = {.lex_state = 50, .external_lex_state = 3},
|
|
[495] = {.lex_state = 50, .external_lex_state = 3},
|
|
[496] = {.lex_state = 50, .external_lex_state = 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 = 3},
|
|
[509] = {.lex_state = 50, .external_lex_state = 2},
|
|
[510] = {.lex_state = 50, .external_lex_state = 2},
|
|
[511] = {.lex_state = 50, .external_lex_state = 3},
|
|
[512] = {.lex_state = 50, .external_lex_state = 2},
|
|
[513] = {.lex_state = 50, .external_lex_state = 2},
|
|
[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 = 2},
|
|
[519] = {.lex_state = 50, .external_lex_state = 2},
|
|
[520] = {.lex_state = 50, .external_lex_state = 2},
|
|
[521] = {.lex_state = 50, .external_lex_state = 2},
|
|
[522] = {.lex_state = 50, .external_lex_state = 2},
|
|
[523] = {.lex_state = 50, .external_lex_state = 2},
|
|
[524] = {.lex_state = 50, .external_lex_state = 2},
|
|
[525] = {.lex_state = 50, .external_lex_state = 3},
|
|
[526] = {.lex_state = 50, .external_lex_state = 3},
|
|
[527] = {.lex_state = 50, .external_lex_state = 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 = 2},
|
|
[532] = {.lex_state = 50, .external_lex_state = 3},
|
|
[533] = {.lex_state = 50, .external_lex_state = 3},
|
|
[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 = 3},
|
|
[538] = {.lex_state = 50, .external_lex_state = 3},
|
|
[539] = {.lex_state = 50, .external_lex_state = 2},
|
|
[540] = {.lex_state = 50, .external_lex_state = 3},
|
|
[541] = {.lex_state = 50, .external_lex_state = 3},
|
|
[542] = {.lex_state = 50, .external_lex_state = 3},
|
|
[543] = {.lex_state = 50, .external_lex_state = 2},
|
|
[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 = 2},
|
|
[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 = 3},
|
|
[554] = {.lex_state = 50, .external_lex_state = 3},
|
|
[555] = {.lex_state = 50, .external_lex_state = 3},
|
|
[556] = {.lex_state = 50, .external_lex_state = 3},
|
|
[557] = {.lex_state = 50, .external_lex_state = 2},
|
|
[558] = {.lex_state = 50, .external_lex_state = 2},
|
|
[559] = {.lex_state = 50, .external_lex_state = 2},
|
|
[560] = {.lex_state = 50, .external_lex_state = 2},
|
|
[561] = {.lex_state = 50, .external_lex_state = 2},
|
|
[562] = {.lex_state = 50, .external_lex_state = 2},
|
|
[563] = {.lex_state = 50, .external_lex_state = 2},
|
|
[564] = {.lex_state = 50, .external_lex_state = 2},
|
|
[565] = {.lex_state = 16, .external_lex_state = 2},
|
|
[566] = {.lex_state = 50, .external_lex_state = 2},
|
|
[567] = {.lex_state = 16, .external_lex_state = 2},
|
|
[568] = {.lex_state = 50, .external_lex_state = 2},
|
|
[569] = {.lex_state = 16, .external_lex_state = 2},
|
|
[570] = {.lex_state = 16, .external_lex_state = 2},
|
|
[571] = {.lex_state = 14, .external_lex_state = 2},
|
|
[572] = {.lex_state = 16, .external_lex_state = 2},
|
|
[573] = {.lex_state = 16},
|
|
[574] = {.lex_state = 16},
|
|
[575] = {.lex_state = 16},
|
|
[576] = {.lex_state = 16},
|
|
[577] = {.lex_state = 16},
|
|
[578] = {.lex_state = 16},
|
|
[579] = {.lex_state = 16},
|
|
[580] = {.lex_state = 16},
|
|
[581] = {.lex_state = 16},
|
|
[582] = {.lex_state = 16},
|
|
[583] = {.lex_state = 16},
|
|
[584] = {.lex_state = 16},
|
|
[585] = {.lex_state = 16},
|
|
[586] = {.lex_state = 16},
|
|
[587] = {.lex_state = 16},
|
|
[588] = {.lex_state = 16},
|
|
[589] = {.lex_state = 16},
|
|
[590] = {.lex_state = 16},
|
|
[591] = {.lex_state = 16},
|
|
[592] = {.lex_state = 16},
|
|
[593] = {.lex_state = 16},
|
|
[594] = {.lex_state = 16},
|
|
[595] = {.lex_state = 16},
|
|
[596] = {.lex_state = 16},
|
|
[597] = {.lex_state = 16},
|
|
[598] = {.lex_state = 16},
|
|
[599] = {.lex_state = 16},
|
|
[600] = {.lex_state = 16},
|
|
[601] = {.lex_state = 16},
|
|
[602] = {.lex_state = 16},
|
|
[603] = {.lex_state = 16},
|
|
[604] = {.lex_state = 16},
|
|
[605] = {.lex_state = 16},
|
|
[606] = {.lex_state = 16},
|
|
[607] = {.lex_state = 16},
|
|
[608] = {.lex_state = 16},
|
|
[609] = {.lex_state = 16},
|
|
[610] = {.lex_state = 50, .external_lex_state = 2},
|
|
[611] = {.lex_state = 16},
|
|
[612] = {.lex_state = 16},
|
|
[613] = {.lex_state = 16},
|
|
[614] = {.lex_state = 50, .external_lex_state = 2},
|
|
[615] = {.lex_state = 50, .external_lex_state = 2},
|
|
[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 = 16},
|
|
[627] = {.lex_state = 16},
|
|
[628] = {.lex_state = 50, .external_lex_state = 2},
|
|
[629] = {.lex_state = 16},
|
|
[630] = {.lex_state = 16},
|
|
[631] = {.lex_state = 16},
|
|
[632] = {.lex_state = 16},
|
|
[633] = {.lex_state = 16},
|
|
[634] = {.lex_state = 50, .external_lex_state = 2},
|
|
[635] = {.lex_state = 50, .external_lex_state = 2},
|
|
[636] = {.lex_state = 50, .external_lex_state = 2},
|
|
[637] = {.lex_state = 50, .external_lex_state = 2},
|
|
[638] = {.lex_state = 50, .external_lex_state = 2},
|
|
[639] = {.lex_state = 50, .external_lex_state = 2},
|
|
[640] = {.lex_state = 50, .external_lex_state = 2},
|
|
[641] = {.lex_state = 15},
|
|
[642] = {.lex_state = 50, .external_lex_state = 2},
|
|
[643] = {.lex_state = 50, .external_lex_state = 2},
|
|
[644] = {.lex_state = 50, .external_lex_state = 2},
|
|
[645] = {.lex_state = 50, .external_lex_state = 2},
|
|
[646] = {.lex_state = 50, .external_lex_state = 2},
|
|
[647] = {.lex_state = 50, .external_lex_state = 2},
|
|
[648] = {.lex_state = 50, .external_lex_state = 2},
|
|
[649] = {.lex_state = 50, .external_lex_state = 2},
|
|
[650] = {.lex_state = 50, .external_lex_state = 2},
|
|
[651] = {.lex_state = 16},
|
|
[652] = {.lex_state = 50, .external_lex_state = 2},
|
|
[653] = {.lex_state = 16},
|
|
[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 = 16, .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 = 50, .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 = 50, .external_lex_state = 2},
|
|
[673] = {.lex_state = 15},
|
|
[674] = {.lex_state = 50, .external_lex_state = 2},
|
|
[675] = {.lex_state = 15},
|
|
[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 = 16, .external_lex_state = 2},
|
|
[684] = {.lex_state = 50, .external_lex_state = 2},
|
|
[685] = {.lex_state = 15},
|
|
[686] = {.lex_state = 50, .external_lex_state = 2},
|
|
[687] = {.lex_state = 50, .external_lex_state = 2},
|
|
[688] = {.lex_state = 16},
|
|
[689] = {.lex_state = 16},
|
|
[690] = {.lex_state = 16, .external_lex_state = 4},
|
|
[691] = {.lex_state = 16, .external_lex_state = 4},
|
|
[692] = {.lex_state = 16, .external_lex_state = 6},
|
|
[693] = {.lex_state = 16, .external_lex_state = 4},
|
|
[694] = {.lex_state = 16, .external_lex_state = 6},
|
|
[695] = {.lex_state = 16, .external_lex_state = 2},
|
|
[696] = {.lex_state = 16, .external_lex_state = 2},
|
|
[697] = {.lex_state = 16, .external_lex_state = 6},
|
|
[698] = {.lex_state = 16, .external_lex_state = 6},
|
|
[699] = {.lex_state = 16, .external_lex_state = 6},
|
|
[700] = {.lex_state = 16, .external_lex_state = 6},
|
|
[701] = {.lex_state = 16, .external_lex_state = 6},
|
|
[702] = {.lex_state = 16, .external_lex_state = 6},
|
|
[703] = {.lex_state = 16, .external_lex_state = 6},
|
|
[704] = {.lex_state = 16, .external_lex_state = 6},
|
|
[705] = {.lex_state = 16},
|
|
[706] = {.lex_state = 16, .external_lex_state = 6},
|
|
[707] = {.lex_state = 16, .external_lex_state = 6},
|
|
[708] = {.lex_state = 16, .external_lex_state = 2},
|
|
[709] = {.lex_state = 16, .external_lex_state = 6},
|
|
[710] = {.lex_state = 16},
|
|
[711] = {.lex_state = 16},
|
|
[712] = {.lex_state = 16},
|
|
[713] = {.lex_state = 16},
|
|
[714] = {.lex_state = 15, .external_lex_state = 6},
|
|
[715] = {.lex_state = 16},
|
|
[716] = {.lex_state = 16, .external_lex_state = 4},
|
|
[717] = {.lex_state = 16},
|
|
[718] = {.lex_state = 16},
|
|
[719] = {.lex_state = 16, .external_lex_state = 4},
|
|
[720] = {.lex_state = 15},
|
|
[721] = {.lex_state = 16},
|
|
[722] = {.lex_state = 15},
|
|
[723] = {.lex_state = 15},
|
|
[724] = {.lex_state = 15, .external_lex_state = 6},
|
|
[725] = {.lex_state = 16},
|
|
[726] = {.lex_state = 16},
|
|
[727] = {.lex_state = 16},
|
|
[728] = {.lex_state = 16},
|
|
[729] = {.lex_state = 16},
|
|
[730] = {.lex_state = 16},
|
|
[731] = {.lex_state = 16},
|
|
[732] = {.lex_state = 15},
|
|
[733] = {.lex_state = 16},
|
|
[734] = {.lex_state = 16},
|
|
[735] = {.lex_state = 16},
|
|
[736] = {.lex_state = 16, .external_lex_state = 6},
|
|
[737] = {.lex_state = 16, .external_lex_state = 6},
|
|
[738] = {.lex_state = 16, .external_lex_state = 6},
|
|
[739] = {.lex_state = 16, .external_lex_state = 6},
|
|
[740] = {.lex_state = 16, .external_lex_state = 6},
|
|
[741] = {.lex_state = 16, .external_lex_state = 6},
|
|
[742] = {.lex_state = 16, .external_lex_state = 6},
|
|
[743] = {.lex_state = 16, .external_lex_state = 6},
|
|
[744] = {.lex_state = 16, .external_lex_state = 6},
|
|
[745] = {.lex_state = 15},
|
|
[746] = {.lex_state = 16},
|
|
[747] = {.lex_state = 16, .external_lex_state = 6},
|
|
[748] = {.lex_state = 16, .external_lex_state = 6},
|
|
[749] = {.lex_state = 16, .external_lex_state = 6},
|
|
[750] = {.lex_state = 16, .external_lex_state = 6},
|
|
[751] = {.lex_state = 16},
|
|
[752] = {.lex_state = 16, .external_lex_state = 6},
|
|
[753] = {.lex_state = 16, .external_lex_state = 6},
|
|
[754] = {.lex_state = 16, .external_lex_state = 6},
|
|
[755] = {.lex_state = 16, .external_lex_state = 6},
|
|
[756] = {.lex_state = 16, .external_lex_state = 6},
|
|
[757] = {.lex_state = 16, .external_lex_state = 6},
|
|
[758] = {.lex_state = 16, .external_lex_state = 6},
|
|
[759] = {.lex_state = 15},
|
|
[760] = {.lex_state = 16, .external_lex_state = 6},
|
|
[761] = {.lex_state = 16, .external_lex_state = 6},
|
|
[762] = {.lex_state = 16, .external_lex_state = 6},
|
|
[763] = {.lex_state = 16, .external_lex_state = 6},
|
|
[764] = {.lex_state = 16, .external_lex_state = 6},
|
|
[765] = {.lex_state = 16, .external_lex_state = 6},
|
|
[766] = {.lex_state = 16, .external_lex_state = 6},
|
|
[767] = {.lex_state = 16, .external_lex_state = 6},
|
|
[768] = {.lex_state = 16, .external_lex_state = 6},
|
|
[769] = {.lex_state = 16, .external_lex_state = 6},
|
|
[770] = {.lex_state = 16, .external_lex_state = 6},
|
|
[771] = {.lex_state = 16},
|
|
[772] = {.lex_state = 16, .external_lex_state = 6},
|
|
[773] = {.lex_state = 16, .external_lex_state = 6},
|
|
[774] = {.lex_state = 16},
|
|
[775] = {.lex_state = 16},
|
|
[776] = {.lex_state = 16},
|
|
[777] = {.lex_state = 15},
|
|
[778] = {.lex_state = 16},
|
|
[779] = {.lex_state = 16},
|
|
[780] = {.lex_state = 16},
|
|
[781] = {.lex_state = 16},
|
|
[782] = {.lex_state = 16},
|
|
[783] = {.lex_state = 16},
|
|
[784] = {.lex_state = 16},
|
|
[785] = {.lex_state = 16},
|
|
[786] = {.lex_state = 15},
|
|
[787] = {.lex_state = 16},
|
|
[788] = {.lex_state = 16},
|
|
[789] = {.lex_state = 16},
|
|
[790] = {.lex_state = 16},
|
|
[791] = {.lex_state = 16},
|
|
[792] = {.lex_state = 16},
|
|
[793] = {.lex_state = 16},
|
|
[794] = {.lex_state = 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 = 50, .external_lex_state = 2},
|
|
[810] = {.lex_state = 14, .external_lex_state = 2},
|
|
[811] = {.lex_state = 50, .external_lex_state = 2},
|
|
[812] = {.lex_state = 14, .external_lex_state = 2},
|
|
[813] = {.lex_state = 50, .external_lex_state = 2},
|
|
[814] = {.lex_state = 50, .external_lex_state = 2},
|
|
[815] = {.lex_state = 50, .external_lex_state = 2},
|
|
[816] = {.lex_state = 50, .external_lex_state = 2},
|
|
[817] = {.lex_state = 50, .external_lex_state = 2},
|
|
[818] = {.lex_state = 50, .external_lex_state = 2},
|
|
[819] = {.lex_state = 50, .external_lex_state = 2},
|
|
[820] = {.lex_state = 50, .external_lex_state = 2},
|
|
[821] = {.lex_state = 50, .external_lex_state = 2},
|
|
[822] = {.lex_state = 50, .external_lex_state = 2},
|
|
[823] = {.lex_state = 50, .external_lex_state = 2},
|
|
[824] = {.lex_state = 50, .external_lex_state = 2},
|
|
[825] = {.lex_state = 50, .external_lex_state = 2},
|
|
[826] = {.lex_state = 50, .external_lex_state = 2},
|
|
[827] = {.lex_state = 50, .external_lex_state = 2},
|
|
[828] = {.lex_state = 14},
|
|
[829] = {.lex_state = 14},
|
|
[830] = {.lex_state = 14},
|
|
[831] = {.lex_state = 14},
|
|
[832] = {.lex_state = 14},
|
|
[833] = {.lex_state = 0, .external_lex_state = 6},
|
|
[834] = {.lex_state = 14},
|
|
[835] = {.lex_state = 16},
|
|
[836] = {.lex_state = 14},
|
|
[837] = {.lex_state = 14},
|
|
[838] = {.lex_state = 14},
|
|
[839] = {.lex_state = 0, .external_lex_state = 6},
|
|
[840] = {.lex_state = 16},
|
|
[841] = {.lex_state = 14},
|
|
[842] = {.lex_state = 14},
|
|
[843] = {.lex_state = 16},
|
|
[844] = {.lex_state = 14},
|
|
[845] = {.lex_state = 14},
|
|
[846] = {.lex_state = 14},
|
|
[847] = {.lex_state = 14},
|
|
[848] = {.lex_state = 14},
|
|
[849] = {.lex_state = 14},
|
|
[850] = {.lex_state = 14},
|
|
[851] = {.lex_state = 50, .external_lex_state = 2},
|
|
[852] = {.lex_state = 50, .external_lex_state = 2},
|
|
[853] = {.lex_state = 50, .external_lex_state = 2},
|
|
[854] = {.lex_state = 0},
|
|
[855] = {.lex_state = 14},
|
|
[856] = {.lex_state = 0},
|
|
[857] = {.lex_state = 14},
|
|
[858] = {.lex_state = 14},
|
|
[859] = {.lex_state = 0},
|
|
[860] = {.lex_state = 14},
|
|
[861] = {.lex_state = 0},
|
|
[862] = {.lex_state = 14},
|
|
[863] = {.lex_state = 0},
|
|
[864] = {.lex_state = 50, .external_lex_state = 2},
|
|
[865] = {.lex_state = 16},
|
|
[866] = {.lex_state = 14},
|
|
[867] = {.lex_state = 16},
|
|
[868] = {.lex_state = 14},
|
|
[869] = {.lex_state = 14},
|
|
[870] = {.lex_state = 14},
|
|
[871] = {.lex_state = 14},
|
|
[872] = {.lex_state = 14},
|
|
[873] = {.lex_state = 14},
|
|
[874] = {.lex_state = 14},
|
|
[875] = {.lex_state = 0},
|
|
[876] = {.lex_state = 14},
|
|
[877] = {.lex_state = 14},
|
|
[878] = {.lex_state = 14},
|
|
[879] = {.lex_state = 14},
|
|
[880] = {.lex_state = 14},
|
|
[881] = {.lex_state = 14},
|
|
[882] = {.lex_state = 14},
|
|
[883] = {.lex_state = 14},
|
|
[884] = {.lex_state = 16},
|
|
[885] = {.lex_state = 14, .external_lex_state = 2},
|
|
[886] = {.lex_state = 14},
|
|
[887] = {.lex_state = 16},
|
|
[888] = {.lex_state = 14},
|
|
[889] = {.lex_state = 18, .external_lex_state = 7},
|
|
[890] = {.lex_state = 14},
|
|
[891] = {.lex_state = 18, .external_lex_state = 7},
|
|
[892] = {.lex_state = 14},
|
|
[893] = {.lex_state = 0},
|
|
[894] = {.lex_state = 14},
|
|
[895] = {.lex_state = 18, .external_lex_state = 7},
|
|
[896] = {.lex_state = 0},
|
|
[897] = {.lex_state = 14},
|
|
[898] = {.lex_state = 0},
|
|
[899] = {.lex_state = 18, .external_lex_state = 7},
|
|
[900] = {.lex_state = 0},
|
|
[901] = {.lex_state = 14},
|
|
[902] = {.lex_state = 18, .external_lex_state = 7},
|
|
[903] = {.lex_state = 0},
|
|
[904] = {.lex_state = 0},
|
|
[905] = {.lex_state = 0},
|
|
[906] = {.lex_state = 18, .external_lex_state = 7},
|
|
[907] = {.lex_state = 18, .external_lex_state = 7},
|
|
[908] = {.lex_state = 18, .external_lex_state = 7},
|
|
[909] = {.lex_state = 14},
|
|
[910] = {.lex_state = 18, .external_lex_state = 7},
|
|
[911] = {.lex_state = 0},
|
|
[912] = {.lex_state = 0},
|
|
[913] = {.lex_state = 0},
|
|
[914] = {.lex_state = 14},
|
|
[915] = {.lex_state = 14},
|
|
[916] = {.lex_state = 14},
|
|
[917] = {.lex_state = 0},
|
|
[918] = {.lex_state = 14},
|
|
[919] = {.lex_state = 0},
|
|
[920] = {.lex_state = 0},
|
|
[921] = {.lex_state = 0},
|
|
[922] = {.lex_state = 0},
|
|
[923] = {.lex_state = 0, .external_lex_state = 6},
|
|
[924] = {.lex_state = 0},
|
|
[925] = {.lex_state = 14},
|
|
[926] = {.lex_state = 0},
|
|
[927] = {.lex_state = 14},
|
|
[928] = {.lex_state = 0},
|
|
[929] = {.lex_state = 14},
|
|
[930] = {.lex_state = 14},
|
|
[931] = {.lex_state = 14},
|
|
[932] = {.lex_state = 0, .external_lex_state = 6},
|
|
[933] = {.lex_state = 14},
|
|
[934] = {.lex_state = 0, .external_lex_state = 6},
|
|
[935] = {.lex_state = 0},
|
|
[936] = {.lex_state = 14},
|
|
[937] = {.lex_state = 0, .external_lex_state = 6},
|
|
[938] = {.lex_state = 14},
|
|
[939] = {.lex_state = 14},
|
|
[940] = {.lex_state = 14},
|
|
[941] = {.lex_state = 0, .external_lex_state = 6},
|
|
[942] = {.lex_state = 14},
|
|
[943] = {.lex_state = 0},
|
|
[944] = {.lex_state = 14},
|
|
[945] = {.lex_state = 14},
|
|
[946] = {.lex_state = 14},
|
|
[947] = {.lex_state = 14},
|
|
[948] = {.lex_state = 0, .external_lex_state = 6},
|
|
[949] = {.lex_state = 14},
|
|
[950] = {.lex_state = 14},
|
|
[951] = {.lex_state = 16},
|
|
[952] = {.lex_state = 0},
|
|
[953] = {.lex_state = 0, .external_lex_state = 6},
|
|
[954] = {.lex_state = 14},
|
|
[955] = {.lex_state = 14},
|
|
[956] = {.lex_state = 14},
|
|
[957] = {.lex_state = 0, .external_lex_state = 6},
|
|
[958] = {.lex_state = 0},
|
|
[959] = {.lex_state = 14},
|
|
[960] = {.lex_state = 0, .external_lex_state = 6},
|
|
[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 = 0, .external_lex_state = 6},
|
|
[967] = {.lex_state = 14},
|
|
[968] = {.lex_state = 0},
|
|
[969] = {.lex_state = 14},
|
|
[970] = {.lex_state = 0, .external_lex_state = 6},
|
|
[971] = {.lex_state = 0},
|
|
[972] = {.lex_state = 0, .external_lex_state = 6},
|
|
[973] = {.lex_state = 14},
|
|
[974] = {.lex_state = 0},
|
|
[975] = {.lex_state = 0, .external_lex_state = 6},
|
|
[976] = {.lex_state = 0, .external_lex_state = 6},
|
|
[977] = {.lex_state = 0},
|
|
[978] = {.lex_state = 14},
|
|
[979] = {.lex_state = 0},
|
|
[980] = {.lex_state = 14},
|
|
[981] = {.lex_state = 0},
|
|
[982] = {.lex_state = 0},
|
|
[983] = {.lex_state = 18, .external_lex_state = 7},
|
|
[984] = {.lex_state = 0},
|
|
[985] = {.lex_state = 0, .external_lex_state = 6},
|
|
[986] = {.lex_state = 0},
|
|
[987] = {.lex_state = 0},
|
|
[988] = {.lex_state = 14},
|
|
[989] = {.lex_state = 14},
|
|
[990] = {.lex_state = 14},
|
|
[991] = {.lex_state = 0, .external_lex_state = 6},
|
|
[992] = {.lex_state = 0},
|
|
[993] = {.lex_state = 0},
|
|
[994] = {.lex_state = 16},
|
|
[995] = {.lex_state = 14},
|
|
[996] = {.lex_state = 0},
|
|
[997] = {.lex_state = 0},
|
|
[998] = {.lex_state = 14},
|
|
[999] = {.lex_state = 14},
|
|
[1000] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1001] = {.lex_state = 14},
|
|
[1002] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1003] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1004] = {.lex_state = 18, .external_lex_state = 7},
|
|
[1005] = {.lex_state = 14},
|
|
[1006] = {.lex_state = 14},
|
|
[1007] = {.lex_state = 0},
|
|
[1008] = {.lex_state = 14},
|
|
[1009] = {.lex_state = 0},
|
|
[1010] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1011] = {.lex_state = 14},
|
|
[1012] = {.lex_state = 0},
|
|
[1013] = {.lex_state = 16, .external_lex_state = 6},
|
|
[1014] = {.lex_state = 14},
|
|
[1015] = {.lex_state = 18, .external_lex_state = 7},
|
|
[1016] = {.lex_state = 16},
|
|
[1017] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1018] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1019] = {.lex_state = 14},
|
|
[1020] = {.lex_state = 18, .external_lex_state = 7},
|
|
[1021] = {.lex_state = 14},
|
|
[1022] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1023] = {.lex_state = 14},
|
|
[1024] = {.lex_state = 14},
|
|
[1025] = {.lex_state = 14},
|
|
[1026] = {.lex_state = 0},
|
|
[1027] = {.lex_state = 18, .external_lex_state = 7},
|
|
[1028] = {.lex_state = 14},
|
|
[1029] = {.lex_state = 14},
|
|
[1030] = {.lex_state = 14},
|
|
[1031] = {.lex_state = 0},
|
|
[1032] = {.lex_state = 18, .external_lex_state = 7},
|
|
[1033] = {.lex_state = 18, .external_lex_state = 7},
|
|
[1034] = {.lex_state = 14},
|
|
[1035] = {.lex_state = 16, .external_lex_state = 6},
|
|
[1036] = {.lex_state = 14},
|
|
[1037] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1038] = {.lex_state = 14},
|
|
[1039] = {.lex_state = 16, .external_lex_state = 6},
|
|
[1040] = {.lex_state = 18, .external_lex_state = 7},
|
|
[1041] = {.lex_state = 14},
|
|
[1042] = {.lex_state = 14},
|
|
[1043] = {.lex_state = 16},
|
|
[1044] = {.lex_state = 14},
|
|
[1045] = {.lex_state = 14},
|
|
[1046] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1047] = {.lex_state = 14},
|
|
[1048] = {.lex_state = 0},
|
|
[1049] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1050] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1051] = {.lex_state = 8},
|
|
[1052] = {.lex_state = 14},
|
|
[1053] = {.lex_state = 14},
|
|
[1054] = {.lex_state = 8},
|
|
[1055] = {.lex_state = 0},
|
|
[1056] = {.lex_state = 0},
|
|
[1057] = {.lex_state = 16, .external_lex_state = 6},
|
|
[1058] = {.lex_state = 8},
|
|
[1059] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1060] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1061] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1062] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1063] = {.lex_state = 0},
|
|
[1064] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1065] = {.lex_state = 0},
|
|
[1066] = {.lex_state = 0},
|
|
[1067] = {.lex_state = 0},
|
|
[1068] = {.lex_state = 0},
|
|
[1069] = {.lex_state = 0},
|
|
[1070] = {.lex_state = 0},
|
|
[1071] = {.lex_state = 14},
|
|
[1072] = {.lex_state = 0},
|
|
[1073] = {.lex_state = 0},
|
|
[1074] = {.lex_state = 14},
|
|
[1075] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1076] = {.lex_state = 0},
|
|
[1077] = {.lex_state = 14},
|
|
[1078] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1079] = {.lex_state = 0},
|
|
[1080] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1081] = {.lex_state = 14},
|
|
[1082] = {.lex_state = 14},
|
|
[1083] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1084] = {.lex_state = 0},
|
|
[1085] = {.lex_state = 0},
|
|
[1086] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1087] = {.lex_state = 0},
|
|
[1088] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1089] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1090] = {.lex_state = 0},
|
|
[1091] = {.lex_state = 0},
|
|
[1092] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1093] = {.lex_state = 14},
|
|
[1094] = {.lex_state = 0},
|
|
[1095] = {.lex_state = 14},
|
|
[1096] = {.lex_state = 0},
|
|
[1097] = {.lex_state = 0},
|
|
[1098] = {.lex_state = 14},
|
|
[1099] = {.lex_state = 0},
|
|
[1100] = {.lex_state = 14},
|
|
[1101] = {.lex_state = 14},
|
|
[1102] = {.lex_state = 0},
|
|
[1103] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1104] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1105] = {.lex_state = 0},
|
|
[1106] = {.lex_state = 0},
|
|
[1107] = {.lex_state = 0},
|
|
[1108] = {.lex_state = 14},
|
|
[1109] = {.lex_state = 0},
|
|
[1110] = {.lex_state = 14},
|
|
[1111] = {.lex_state = 14},
|
|
[1112] = {.lex_state = 0},
|
|
[1113] = {.lex_state = 0},
|
|
[1114] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1115] = {.lex_state = 14},
|
|
[1116] = {.lex_state = 0, .external_lex_state = 6},
|
|
[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},
|
|
[1122] = {.lex_state = 16},
|
|
[1123] = {.lex_state = 0},
|
|
[1124] = {.lex_state = 16},
|
|
[1125] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1126] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1127] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1128] = {.lex_state = 14},
|
|
[1129] = {.lex_state = 0},
|
|
[1130] = {.lex_state = 0},
|
|
[1131] = {.lex_state = 0},
|
|
[1132] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1133] = {.lex_state = 0},
|
|
[1134] = {.lex_state = 14, .external_lex_state = 2},
|
|
[1135] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1136] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1137] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1138] = {.lex_state = 14},
|
|
[1139] = {.lex_state = 14},
|
|
[1140] = {.lex_state = 0},
|
|
[1141] = {.lex_state = 0},
|
|
[1142] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1143] = {.lex_state = 14},
|
|
[1144] = {.lex_state = 14},
|
|
[1145] = {.lex_state = 14},
|
|
[1146] = {.lex_state = 0},
|
|
[1147] = {.lex_state = 0},
|
|
[1148] = {.lex_state = 14},
|
|
[1149] = {.lex_state = 14},
|
|
[1150] = {.lex_state = 0},
|
|
[1151] = {.lex_state = 14},
|
|
[1152] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1153] = {.lex_state = 0},
|
|
[1154] = {.lex_state = 0},
|
|
[1155] = {.lex_state = 0},
|
|
[1156] = {.lex_state = 0},
|
|
[1157] = {.lex_state = 14},
|
|
[1158] = {.lex_state = 0},
|
|
[1159] = {.lex_state = 0},
|
|
[1160] = {.lex_state = 0},
|
|
[1161] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1162] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1163] = {.lex_state = 0},
|
|
[1164] = {.lex_state = 0},
|
|
[1165] = {.lex_state = 0},
|
|
[1166] = {.lex_state = 0},
|
|
[1167] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1168] = {.lex_state = 14},
|
|
[1169] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1170] = {.lex_state = 14},
|
|
[1171] = {.lex_state = 0},
|
|
[1172] = {.lex_state = 0},
|
|
[1173] = {.lex_state = 0},
|
|
[1174] = {.lex_state = 0},
|
|
[1175] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1176] = {.lex_state = 0},
|
|
[1177] = {.lex_state = 0},
|
|
[1178] = {.lex_state = 0},
|
|
[1179] = {.lex_state = 0},
|
|
[1180] = {.lex_state = 14},
|
|
[1181] = {.lex_state = 14},
|
|
[1182] = {.lex_state = 0},
|
|
[1183] = {.lex_state = 14},
|
|
[1184] = {.lex_state = 14},
|
|
[1185] = {.lex_state = 0},
|
|
[1186] = {.lex_state = 0},
|
|
[1187] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1188] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1189] = {.lex_state = 0},
|
|
[1190] = {.lex_state = 14},
|
|
[1191] = {.lex_state = 14},
|
|
[1192] = {.lex_state = 0},
|
|
[1193] = {.lex_state = 14},
|
|
[1194] = {.lex_state = 14},
|
|
[1195] = {.lex_state = 0},
|
|
[1196] = {.lex_state = 0},
|
|
[1197] = {.lex_state = 14},
|
|
[1198] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1199] = {.lex_state = 0},
|
|
[1200] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1201] = {.lex_state = 0},
|
|
[1202] = {.lex_state = 0},
|
|
[1203] = {.lex_state = 0},
|
|
[1204] = {.lex_state = 0},
|
|
[1205] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1206] = {.lex_state = 16},
|
|
[1207] = {.lex_state = 0},
|
|
[1208] = {.lex_state = 0},
|
|
[1209] = {.lex_state = 8},
|
|
[1210] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1211] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1212] = {.lex_state = 0},
|
|
[1213] = {.lex_state = 0},
|
|
[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 = 0},
|
|
[1222] = {.lex_state = 8},
|
|
[1223] = {.lex_state = 0},
|
|
[1224] = {.lex_state = 0},
|
|
[1225] = {.lex_state = 0},
|
|
[1226] = {.lex_state = 0},
|
|
[1227] = {.lex_state = 0},
|
|
[1228] = {.lex_state = 0},
|
|
[1229] = {.lex_state = 0},
|
|
[1230] = {.lex_state = 0},
|
|
[1231] = {.lex_state = 0},
|
|
[1232] = {.lex_state = 0},
|
|
[1233] = {.lex_state = 0},
|
|
[1234] = {.lex_state = 14},
|
|
[1235] = {.lex_state = 0},
|
|
[1236] = {.lex_state = 0},
|
|
[1237] = {.lex_state = 0},
|
|
[1238] = {.lex_state = 0},
|
|
[1239] = {.lex_state = 14},
|
|
[1240] = {.lex_state = 0},
|
|
[1241] = {.lex_state = 0},
|
|
[1242] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1243] = {.lex_state = 0},
|
|
[1244] = {.lex_state = 0},
|
|
[1245] = {.lex_state = 0},
|
|
[1246] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1247] = {.lex_state = 0},
|
|
[1248] = {.lex_state = 8},
|
|
[1249] = {.lex_state = 0},
|
|
[1250] = {.lex_state = 0},
|
|
[1251] = {.lex_state = 14},
|
|
[1252] = {.lex_state = 0},
|
|
[1253] = {.lex_state = 0},
|
|
[1254] = {.lex_state = 0},
|
|
[1255] = {.lex_state = 0},
|
|
[1256] = {.lex_state = 0},
|
|
[1257] = {.lex_state = 14},
|
|
[1258] = {.lex_state = 8},
|
|
[1259] = {.lex_state = 14},
|
|
[1260] = {.lex_state = 14},
|
|
[1261] = {.lex_state = 14},
|
|
[1262] = {.lex_state = 0},
|
|
[1263] = {.lex_state = 0},
|
|
[1264] = {.lex_state = 0},
|
|
[1265] = {.lex_state = 14},
|
|
[1266] = {.lex_state = 0},
|
|
[1267] = {.lex_state = 14},
|
|
[1268] = {.lex_state = 0},
|
|
[1269] = {.lex_state = 0},
|
|
[1270] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1271] = {.lex_state = 0},
|
|
[1272] = {.lex_state = 0},
|
|
[1273] = {.lex_state = 14},
|
|
[1274] = {.lex_state = 14},
|
|
[1275] = {.lex_state = 14},
|
|
[1276] = {.lex_state = 14},
|
|
[1277] = {.lex_state = 0},
|
|
[1278] = {.lex_state = 0},
|
|
[1279] = {.lex_state = 0},
|
|
[1280] = {.lex_state = 0},
|
|
[1281] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1282] = {.lex_state = 8},
|
|
[1283] = {.lex_state = 0},
|
|
[1284] = {.lex_state = 0},
|
|
[1285] = {.lex_state = 0},
|
|
[1286] = {.lex_state = 0},
|
|
[1287] = {.lex_state = 0},
|
|
[1288] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1289] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1290] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1291] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1292] = {.lex_state = 14},
|
|
[1293] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1294] = {.lex_state = 0},
|
|
[1295] = {.lex_state = 0},
|
|
[1296] = {.lex_state = 0},
|
|
[1297] = {.lex_state = 0},
|
|
[1298] = {.lex_state = 17},
|
|
[1299] = {.lex_state = 0},
|
|
[1300] = {.lex_state = 0},
|
|
[1301] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1302] = {.lex_state = 0},
|
|
[1303] = {.lex_state = 0},
|
|
[1304] = {.lex_state = 0},
|
|
[1305] = {.lex_state = 17},
|
|
[1306] = {.lex_state = 0},
|
|
[1307] = {.lex_state = 0},
|
|
[1308] = {.lex_state = 17},
|
|
[1309] = {.lex_state = 0},
|
|
[1310] = {.lex_state = 17},
|
|
[1311] = {.lex_state = 0},
|
|
[1312] = {.lex_state = 17},
|
|
[1313] = {.lex_state = 0},
|
|
[1314] = {.lex_state = 0},
|
|
[1315] = {.lex_state = 17},
|
|
[1316] = {.lex_state = 0},
|
|
[1317] = {.lex_state = 17},
|
|
[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 = 0},
|
|
[1324] = {.lex_state = 17},
|
|
[1325] = {.lex_state = 0},
|
|
[1326] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1327] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1328] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1329] = {.lex_state = 0},
|
|
[1330] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1331] = {.lex_state = 0},
|
|
[1332] = {.lex_state = 0},
|
|
[1333] = {.lex_state = 0},
|
|
[1334] = {.lex_state = 0},
|
|
[1335] = {.lex_state = 0},
|
|
[1336] = {.lex_state = 0},
|
|
[1337] = {.lex_state = 0},
|
|
[1338] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1339] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1340] = {.lex_state = 0},
|
|
[1341] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1342] = {.lex_state = 17},
|
|
[1343] = {.lex_state = 0},
|
|
[1344] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1345] = {.lex_state = 0},
|
|
[1346] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1347] = {.lex_state = 16},
|
|
[1348] = {.lex_state = 0},
|
|
[1349] = {.lex_state = 17},
|
|
[1350] = {.lex_state = 0},
|
|
[1351] = {.lex_state = 0},
|
|
[1352] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1353] = {.lex_state = 0, .external_lex_state = 6},
|
|
[1354] = {.lex_state = 0},
|
|
[1355] = {.lex_state = 14},
|
|
[1356] = {.lex_state = 14},
|
|
[1357] = {.lex_state = 0},
|
|
[1358] = {.lex_state = 14},
|
|
[1359] = {.lex_state = 0},
|
|
[1360] = {.lex_state = 0},
|
|
[1361] = {.lex_state = 0},
|
|
[1362] = {.lex_state = 0},
|
|
[1363] = {.lex_state = 0},
|
|
[1364] = {.lex_state = 14},
|
|
[1365] = {.lex_state = 14},
|
|
[1366] = {.lex_state = 0},
|
|
[1367] = {.lex_state = 0},
|
|
[1368] = {.lex_state = 0},
|
|
[1369] = {.lex_state = 0},
|
|
[1370] = {.lex_state = 0},
|
|
[1371] = {.lex_state = 0},
|
|
[1372] = {.lex_state = 0},
|
|
[1373] = {.lex_state = 14},
|
|
[1374] = {.lex_state = 0},
|
|
[1375] = {.lex_state = 14},
|
|
[1376] = {.lex_state = 0},
|
|
[1377] = {.lex_state = 0},
|
|
[1378] = {.lex_state = 0},
|
|
[1379] = {.lex_state = 0},
|
|
[1380] = {.lex_state = 0},
|
|
[1381] = {.lex_state = 0},
|
|
[1382] = {.lex_state = 0},
|
|
[1383] = {.lex_state = 14},
|
|
[1384] = {.lex_state = 0},
|
|
[1385] = {.lex_state = 0},
|
|
[1386] = {.lex_state = 0},
|
|
[1387] = {.lex_state = 0},
|
|
[1388] = {.lex_state = 0},
|
|
[1389] = {.lex_state = 0},
|
|
[1390] = {.lex_state = 0},
|
|
[1391] = {.lex_state = 0},
|
|
[1392] = {.lex_state = 14},
|
|
[1393] = {.lex_state = 0},
|
|
[1394] = {.lex_state = 14},
|
|
[1395] = {.lex_state = 0},
|
|
[1396] = {.lex_state = 14},
|
|
[1397] = {.lex_state = 14},
|
|
[1398] = {.lex_state = 0},
|
|
[1399] = {.lex_state = 14},
|
|
[1400] = {.lex_state = 14},
|
|
[1401] = {.lex_state = 0},
|
|
[1402] = {.lex_state = 14},
|
|
[1403] = {.lex_state = 14},
|
|
[1404] = {.lex_state = 14},
|
|
[1405] = {.lex_state = 14},
|
|
[1406] = {.lex_state = 0},
|
|
[1407] = {.lex_state = 0},
|
|
[1408] = {.lex_state = 0},
|
|
[1409] = {.lex_state = 0},
|
|
[1410] = {.lex_state = 0},
|
|
[1411] = {.lex_state = 14},
|
|
[1412] = {.lex_state = 14},
|
|
[1413] = {.lex_state = 0},
|
|
[1414] = {.lex_state = 0},
|
|
[1415] = {.lex_state = 14},
|
|
[1416] = {.lex_state = 0},
|
|
[1417] = {.lex_state = 0},
|
|
[1418] = {.lex_state = 0},
|
|
[1419] = {.lex_state = 0},
|
|
[1420] = {.lex_state = 14},
|
|
[1421] = {.lex_state = 0},
|
|
[1422] = {.lex_state = 14},
|
|
[1423] = {.lex_state = 14},
|
|
[1424] = {.lex_state = 14},
|
|
[1425] = {.lex_state = 0},
|
|
[1426] = {.lex_state = 0},
|
|
[1427] = {.lex_state = 0},
|
|
[1428] = {.lex_state = 0},
|
|
[1429] = {.lex_state = 14},
|
|
[1430] = {.lex_state = 0},
|
|
[1431] = {.lex_state = 14},
|
|
[1432] = {.lex_state = 0},
|
|
[1433] = {.lex_state = 14},
|
|
[1434] = {.lex_state = 14},
|
|
[1435] = {.lex_state = 14},
|
|
[1436] = {.lex_state = 0},
|
|
[1437] = {.lex_state = 0},
|
|
[1438] = {.lex_state = 14},
|
|
[1439] = {.lex_state = 14},
|
|
[1440] = {.lex_state = 14},
|
|
[1441] = {.lex_state = 0},
|
|
[1442] = {.lex_state = 0},
|
|
[1443] = {.lex_state = 0},
|
|
[1444] = {.lex_state = 14},
|
|
[1445] = {.lex_state = 0},
|
|
[1446] = {.lex_state = 0},
|
|
[1447] = {.lex_state = 0},
|
|
[1448] = {.lex_state = 14},
|
|
[1449] = {.lex_state = 0},
|
|
[1450] = {.lex_state = 0},
|
|
[1451] = {.lex_state = 0},
|
|
[1452] = {.lex_state = 0},
|
|
[1453] = {.lex_state = 0},
|
|
[1454] = {.lex_state = 0},
|
|
[1455] = {.lex_state = 0},
|
|
[1456] = {.lex_state = 0},
|
|
[1457] = {.lex_state = 14},
|
|
[1458] = {.lex_state = 14},
|
|
[1459] = {.lex_state = 14},
|
|
[1460] = {.lex_state = 0},
|
|
[1461] = {.lex_state = 0},
|
|
[1462] = {.lex_state = 0},
|
|
[1463] = {.lex_state = 0},
|
|
[1464] = {.lex_state = 0},
|
|
[1465] = {.lex_state = 0},
|
|
[1466] = {.lex_state = 14},
|
|
[1467] = {.lex_state = 14},
|
|
[1468] = {.lex_state = 0},
|
|
[1469] = {.lex_state = 0},
|
|
[1470] = {.lex_state = 0},
|
|
[1471] = {.lex_state = 0},
|
|
[1472] = {.lex_state = 0},
|
|
[1473] = {.lex_state = 0},
|
|
[1474] = {.lex_state = 0},
|
|
[1475] = {.lex_state = 0},
|
|
[1476] = {.lex_state = 0},
|
|
[1477] = {.lex_state = 0},
|
|
[1478] = {.lex_state = 0},
|
|
};
|
|
|
|
enum {
|
|
ts_external_token__newline = 0,
|
|
ts_external_token__indent = 1,
|
|
ts_external_token__dedent = 2,
|
|
ts_external_token__string_start = 3,
|
|
ts_external_token__string_content = 4,
|
|
ts_external_token__string_end = 5,
|
|
};
|
|
|
|
static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
|
|
[ts_external_token__newline] = sym__newline,
|
|
[ts_external_token__indent] = sym__indent,
|
|
[ts_external_token__dedent] = sym__dedent,
|
|
[ts_external_token__string_start] = sym__string_start,
|
|
[ts_external_token__string_content] = sym__string_content,
|
|
[ts_external_token__string_end] = sym__string_end,
|
|
};
|
|
|
|
static const bool ts_external_scanner_states[8][EXTERNAL_TOKEN_COUNT] = {
|
|
[1] = {
|
|
[ts_external_token__newline] = true,
|
|
[ts_external_token__indent] = true,
|
|
[ts_external_token__dedent] = true,
|
|
[ts_external_token__string_start] = true,
|
|
[ts_external_token__string_content] = true,
|
|
[ts_external_token__string_end] = true,
|
|
},
|
|
[2] = {
|
|
[ts_external_token__string_start] = true,
|
|
},
|
|
[3] = {
|
|
[ts_external_token__dedent] = true,
|
|
[ts_external_token__string_start] = true,
|
|
},
|
|
[4] = {
|
|
[ts_external_token__newline] = true,
|
|
[ts_external_token__string_start] = true,
|
|
},
|
|
[5] = {
|
|
[ts_external_token__newline] = true,
|
|
[ts_external_token__indent] = true,
|
|
[ts_external_token__string_start] = true,
|
|
},
|
|
[6] = {
|
|
[ts_external_token__newline] = true,
|
|
},
|
|
[7] = {
|
|
[ts_external_token__string_content] = true,
|
|
[ts_external_token__string_end] = true,
|
|
},
|
|
};
|
|
|
|
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
|
|
[0] = {
|
|
[ts_builtin_sym_end] = ACTIONS(1),
|
|
[sym_identifier] = ACTIONS(1),
|
|
[anon_sym_import] = ACTIONS(1),
|
|
[anon_sym_DOT] = ACTIONS(1),
|
|
[anon_sym_from] = ACTIONS(1),
|
|
[anon_sym___future__] = ACTIONS(1),
|
|
[anon_sym_LPAREN] = ACTIONS(1),
|
|
[anon_sym_RPAREN] = ACTIONS(1),
|
|
[anon_sym_COMMA] = ACTIONS(1),
|
|
[anon_sym_as] = ACTIONS(1),
|
|
[anon_sym_STAR] = ACTIONS(1),
|
|
[anon_sym_print] = ACTIONS(1),
|
|
[anon_sym_GT_GT] = ACTIONS(1),
|
|
[anon_sym_assert] = ACTIONS(1),
|
|
[anon_sym_COLON_EQ] = ACTIONS(1),
|
|
[anon_sym_return] = ACTIONS(1),
|
|
[anon_sym_del] = ACTIONS(1),
|
|
[anon_sym_raise] = ACTIONS(1),
|
|
[anon_sym_pass] = ACTIONS(1),
|
|
[anon_sym_break] = ACTIONS(1),
|
|
[anon_sym_continue] = ACTIONS(1),
|
|
[anon_sym_if] = ACTIONS(1),
|
|
[anon_sym_COLON] = ACTIONS(1),
|
|
[anon_sym_elif] = ACTIONS(1),
|
|
[anon_sym_else] = ACTIONS(1),
|
|
[anon_sym_async] = ACTIONS(1),
|
|
[anon_sym_for] = ACTIONS(1),
|
|
[anon_sym_in] = ACTIONS(1),
|
|
[anon_sym_while] = ACTIONS(1),
|
|
[anon_sym_try] = ACTIONS(1),
|
|
[anon_sym_except] = ACTIONS(1),
|
|
[anon_sym_finally] = ACTIONS(1),
|
|
[anon_sym_with] = ACTIONS(1),
|
|
[anon_sym_match] = ACTIONS(1),
|
|
[anon_sym_case] = ACTIONS(1),
|
|
[anon_sym_PIPE] = ACTIONS(1),
|
|
[anon_sym_DASH] = ACTIONS(1),
|
|
[anon_sym_PLUS] = ACTIONS(1),
|
|
[sym_match_wildcard_pattern] = ACTIONS(1),
|
|
[anon_sym_LBRACK] = ACTIONS(1),
|
|
[anon_sym_RBRACK] = ACTIONS(1),
|
|
[anon_sym_LBRACE] = ACTIONS(1),
|
|
[anon_sym_RBRACE] = ACTIONS(1),
|
|
[anon_sym_STAR_STAR] = ACTIONS(1),
|
|
[anon_sym_EQ] = ACTIONS(1),
|
|
[anon_sym_def] = ACTIONS(1),
|
|
[anon_sym_DASH_GT] = ACTIONS(1),
|
|
[anon_sym_global] = ACTIONS(1),
|
|
[anon_sym_nonlocal] = ACTIONS(1),
|
|
[anon_sym_exec] = ACTIONS(1),
|
|
[anon_sym_type] = ACTIONS(1),
|
|
[anon_sym_class] = ACTIONS(1),
|
|
[anon_sym_AT] = ACTIONS(1),
|
|
[anon_sym_not] = ACTIONS(1),
|
|
[anon_sym_and] = ACTIONS(1),
|
|
[anon_sym_or] = ACTIONS(1),
|
|
[anon_sym_SLASH] = ACTIONS(1),
|
|
[anon_sym_PERCENT] = ACTIONS(1),
|
|
[anon_sym_SLASH_SLASH] = ACTIONS(1),
|
|
[anon_sym_AMP] = ACTIONS(1),
|
|
[anon_sym_CARET] = ACTIONS(1),
|
|
[anon_sym_LT_LT] = ACTIONS(1),
|
|
[anon_sym_TILDE] = ACTIONS(1),
|
|
[anon_sym_LT] = ACTIONS(1),
|
|
[anon_sym_LT_EQ] = ACTIONS(1),
|
|
[anon_sym_EQ_EQ] = ACTIONS(1),
|
|
[anon_sym_BANG_EQ] = ACTIONS(1),
|
|
[anon_sym_GT_EQ] = ACTIONS(1),
|
|
[anon_sym_GT] = ACTIONS(1),
|
|
[anon_sym_LT_GT] = ACTIONS(1),
|
|
[anon_sym_is] = ACTIONS(1),
|
|
[anon_sym_lambda] = ACTIONS(1),
|
|
[anon_sym_PLUS_EQ] = ACTIONS(1),
|
|
[anon_sym_DASH_EQ] = ACTIONS(1),
|
|
[anon_sym_STAR_EQ] = ACTIONS(1),
|
|
[anon_sym_SLASH_EQ] = ACTIONS(1),
|
|
[anon_sym_AT_EQ] = ACTIONS(1),
|
|
[anon_sym_SLASH_SLASH_EQ] = ACTIONS(1),
|
|
[anon_sym_PERCENT_EQ] = ACTIONS(1),
|
|
[anon_sym_STAR_STAR_EQ] = ACTIONS(1),
|
|
[anon_sym_GT_GT_EQ] = ACTIONS(1),
|
|
[anon_sym_LT_LT_EQ] = ACTIONS(1),
|
|
[anon_sym_AMP_EQ] = ACTIONS(1),
|
|
[anon_sym_CARET_EQ] = ACTIONS(1),
|
|
[anon_sym_PIPE_EQ] = ACTIONS(1),
|
|
[anon_sym_yield] = ACTIONS(1),
|
|
[sym_ellipsis] = ACTIONS(1),
|
|
[anon_sym_LBRACE2] = ACTIONS(1),
|
|
[sym_type_conversion] = ACTIONS(1),
|
|
[sym_integer] = ACTIONS(1),
|
|
[sym_float] = ACTIONS(1),
|
|
[anon_sym_await] = ACTIONS(1),
|
|
[sym_true] = ACTIONS(1),
|
|
[sym_false] = ACTIONS(1),
|
|
[sym_none] = ACTIONS(1),
|
|
[sym_comment] = ACTIONS(3),
|
|
[sym__semicolon] = ACTIONS(1),
|
|
[sym__newline] = ACTIONS(1),
|
|
[sym__indent] = ACTIONS(1),
|
|
[sym__dedent] = ACTIONS(1),
|
|
[sym__string_start] = ACTIONS(1),
|
|
[sym__string_content] = ACTIONS(1),
|
|
[sym__string_end] = ACTIONS(1),
|
|
},
|
|
[1] = {
|
|
[sym_module] = STATE(1455),
|
|
[sym__statement] = STATE(60),
|
|
[sym__simple_statements] = STATE(60),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_class_definition] = STATE(60),
|
|
[sym_decorated_definition] = STATE(60),
|
|
[sym_decorator] = STATE(926),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(60),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(926),
|
|
[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(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(485),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(474),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[4] = {
|
|
[sym__statement] = STATE(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(522),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[5] = {
|
|
[sym__statement] = STATE(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(520),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[6] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(315),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = ACTIONS(23),
|
|
[anon_sym_raise] = ACTIONS(25),
|
|
[anon_sym_pass] = ACTIONS(27),
|
|
[anon_sym_break] = ACTIONS(29),
|
|
[anon_sym_continue] = ACTIONS(31),
|
|
[anon_sym_if] = ACTIONS(83),
|
|
[anon_sym_async] = ACTIONS(85),
|
|
[anon_sym_for] = ACTIONS(87),
|
|
[anon_sym_while] = ACTIONS(89),
|
|
[anon_sym_try] = ACTIONS(91),
|
|
[anon_sym_with] = ACTIONS(93),
|
|
[anon_sym_match] = ACTIONS(95),
|
|
[anon_sym_DASH] = ACTIONS(47),
|
|
[anon_sym_PLUS] = ACTIONS(47),
|
|
[anon_sym_LBRACK] = ACTIONS(49),
|
|
[anon_sym_LBRACE] = ACTIONS(51),
|
|
[anon_sym_STAR_STAR] = ACTIONS(53),
|
|
[anon_sym_def] = ACTIONS(97),
|
|
[anon_sym_global] = ACTIONS(57),
|
|
[anon_sym_nonlocal] = ACTIONS(59),
|
|
[anon_sym_exec] = ACTIONS(61),
|
|
[anon_sym_type] = ACTIONS(63),
|
|
[anon_sym_class] = ACTIONS(99),
|
|
[anon_sym_AT] = ACTIONS(67),
|
|
[anon_sym_not] = ACTIONS(69),
|
|
[anon_sym_TILDE] = ACTIONS(47),
|
|
[anon_sym_lambda] = ACTIONS(71),
|
|
[anon_sym_yield] = ACTIONS(73),
|
|
[sym_ellipsis] = ACTIONS(75),
|
|
[sym_integer] = ACTIONS(77),
|
|
[sym_float] = ACTIONS(75),
|
|
[anon_sym_await] = ACTIONS(79),
|
|
[sym_true] = ACTIONS(77),
|
|
[sym_false] = ACTIONS(77),
|
|
[sym_none] = ACTIONS(77),
|
|
[sym_comment] = ACTIONS(3),
|
|
[sym__dedent] = ACTIONS(101),
|
|
[sym__string_start] = ACTIONS(81),
|
|
},
|
|
[7] = {
|
|
[sym__statement] = STATE(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(400),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(277),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[9] = {
|
|
[sym__statement] = STATE(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(452),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(479),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(477),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(475),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(336),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(333),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(481),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[16] = {
|
|
[sym__statement] = STATE(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(462),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[17] = {
|
|
[sym__statement] = STATE(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(557),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(436),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[19] = {
|
|
[sym__statement] = STATE(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(332),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(65),
|
|
[sym__simple_statements] = STATE(65),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(65),
|
|
[sym_decorated_definition] = STATE(65),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(997),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(65),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[21] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(532),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = ACTIONS(23),
|
|
[anon_sym_raise] = ACTIONS(25),
|
|
[anon_sym_pass] = ACTIONS(27),
|
|
[anon_sym_break] = ACTIONS(29),
|
|
[anon_sym_continue] = ACTIONS(31),
|
|
[anon_sym_if] = ACTIONS(83),
|
|
[anon_sym_async] = ACTIONS(85),
|
|
[anon_sym_for] = ACTIONS(87),
|
|
[anon_sym_while] = ACTIONS(89),
|
|
[anon_sym_try] = ACTIONS(91),
|
|
[anon_sym_with] = ACTIONS(93),
|
|
[anon_sym_match] = ACTIONS(95),
|
|
[anon_sym_DASH] = ACTIONS(47),
|
|
[anon_sym_PLUS] = ACTIONS(47),
|
|
[anon_sym_LBRACK] = ACTIONS(49),
|
|
[anon_sym_LBRACE] = ACTIONS(51),
|
|
[anon_sym_STAR_STAR] = ACTIONS(53),
|
|
[anon_sym_def] = ACTIONS(97),
|
|
[anon_sym_global] = ACTIONS(57),
|
|
[anon_sym_nonlocal] = ACTIONS(59),
|
|
[anon_sym_exec] = ACTIONS(61),
|
|
[anon_sym_type] = ACTIONS(63),
|
|
[anon_sym_class] = ACTIONS(99),
|
|
[anon_sym_AT] = ACTIONS(67),
|
|
[anon_sym_not] = ACTIONS(69),
|
|
[anon_sym_TILDE] = ACTIONS(47),
|
|
[anon_sym_lambda] = ACTIONS(71),
|
|
[anon_sym_yield] = ACTIONS(73),
|
|
[sym_ellipsis] = ACTIONS(75),
|
|
[sym_integer] = ACTIONS(77),
|
|
[sym_float] = ACTIONS(75),
|
|
[anon_sym_await] = ACTIONS(79),
|
|
[sym_true] = ACTIONS(77),
|
|
[sym_false] = ACTIONS(77),
|
|
[sym_none] = ACTIONS(77),
|
|
[sym_comment] = ACTIONS(3),
|
|
[sym__dedent] = ACTIONS(101),
|
|
[sym__string_start] = ACTIONS(81),
|
|
},
|
|
[22] = {
|
|
[sym__statement] = STATE(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(449),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(456),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(279),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(418),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(490),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(500),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(506),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = ACTIONS(23),
|
|
[anon_sym_raise] = ACTIONS(25),
|
|
[anon_sym_pass] = ACTIONS(27),
|
|
[anon_sym_break] = ACTIONS(29),
|
|
[anon_sym_continue] = ACTIONS(31),
|
|
[anon_sym_if] = ACTIONS(83),
|
|
[anon_sym_async] = ACTIONS(85),
|
|
[anon_sym_for] = ACTIONS(87),
|
|
[anon_sym_while] = ACTIONS(89),
|
|
[anon_sym_try] = ACTIONS(91),
|
|
[anon_sym_with] = ACTIONS(93),
|
|
[anon_sym_match] = ACTIONS(95),
|
|
[anon_sym_DASH] = ACTIONS(47),
|
|
[anon_sym_PLUS] = ACTIONS(47),
|
|
[anon_sym_LBRACK] = ACTIONS(49),
|
|
[anon_sym_LBRACE] = ACTIONS(51),
|
|
[anon_sym_STAR_STAR] = ACTIONS(53),
|
|
[anon_sym_def] = ACTIONS(97),
|
|
[anon_sym_global] = ACTIONS(57),
|
|
[anon_sym_nonlocal] = ACTIONS(59),
|
|
[anon_sym_exec] = ACTIONS(61),
|
|
[anon_sym_type] = ACTIONS(63),
|
|
[anon_sym_class] = ACTIONS(99),
|
|
[anon_sym_AT] = ACTIONS(67),
|
|
[anon_sym_not] = ACTIONS(69),
|
|
[anon_sym_TILDE] = ACTIONS(47),
|
|
[anon_sym_lambda] = ACTIONS(71),
|
|
[anon_sym_yield] = ACTIONS(73),
|
|
[sym_ellipsis] = ACTIONS(75),
|
|
[sym_integer] = ACTIONS(77),
|
|
[sym_float] = ACTIONS(75),
|
|
[anon_sym_await] = ACTIONS(79),
|
|
[sym_true] = ACTIONS(77),
|
|
[sym_false] = ACTIONS(77),
|
|
[sym_none] = ACTIONS(77),
|
|
[sym_comment] = ACTIONS(3),
|
|
[sym__dedent] = ACTIONS(101),
|
|
[sym__string_start] = ACTIONS(81),
|
|
},
|
|
[29] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(538),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(548),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(553),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(555),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(539),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(549),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(482),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(419),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[37] = {
|
|
[sym__statement] = STATE(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(318),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[38] = {
|
|
[sym__statement] = STATE(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(530),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[39] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(348),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[40] = {
|
|
[sym__statement] = STATE(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(487),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[41] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(344),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[42] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(464),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(466),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[44] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(473),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(447),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(441),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(542),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(329),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[49] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(446),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[50] = {
|
|
[sym__statement] = STATE(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(339),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[51] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(533),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[52] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(552),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[53] = {
|
|
[sym__statement] = STATE(65),
|
|
[sym__simple_statements] = STATE(65),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(65),
|
|
[sym_decorated_definition] = STATE(65),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(996),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(65),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = ACTIONS(23),
|
|
[anon_sym_raise] = ACTIONS(25),
|
|
[anon_sym_pass] = ACTIONS(27),
|
|
[anon_sym_break] = ACTIONS(29),
|
|
[anon_sym_continue] = ACTIONS(31),
|
|
[anon_sym_if] = ACTIONS(83),
|
|
[anon_sym_async] = ACTIONS(85),
|
|
[anon_sym_for] = ACTIONS(87),
|
|
[anon_sym_while] = ACTIONS(89),
|
|
[anon_sym_try] = ACTIONS(91),
|
|
[anon_sym_with] = ACTIONS(93),
|
|
[anon_sym_match] = ACTIONS(95),
|
|
[anon_sym_DASH] = ACTIONS(47),
|
|
[anon_sym_PLUS] = ACTIONS(47),
|
|
[anon_sym_LBRACK] = ACTIONS(49),
|
|
[anon_sym_LBRACE] = ACTIONS(51),
|
|
[anon_sym_STAR_STAR] = ACTIONS(53),
|
|
[anon_sym_def] = ACTIONS(97),
|
|
[anon_sym_global] = ACTIONS(57),
|
|
[anon_sym_nonlocal] = ACTIONS(59),
|
|
[anon_sym_exec] = ACTIONS(61),
|
|
[anon_sym_type] = ACTIONS(63),
|
|
[anon_sym_class] = ACTIONS(99),
|
|
[anon_sym_AT] = ACTIONS(67),
|
|
[anon_sym_not] = ACTIONS(69),
|
|
[anon_sym_TILDE] = ACTIONS(47),
|
|
[anon_sym_lambda] = ACTIONS(71),
|
|
[anon_sym_yield] = ACTIONS(73),
|
|
[sym_ellipsis] = ACTIONS(75),
|
|
[sym_integer] = ACTIONS(77),
|
|
[sym_float] = ACTIONS(75),
|
|
[anon_sym_await] = ACTIONS(79),
|
|
[sym_true] = ACTIONS(77),
|
|
[sym_false] = ACTIONS(77),
|
|
[sym_none] = ACTIONS(77),
|
|
[sym_comment] = ACTIONS(3),
|
|
[sym__dedent] = ACTIONS(105),
|
|
[sym__string_start] = ACTIONS(81),
|
|
},
|
|
[54] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(391),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[55] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(535),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[56] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(323),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(454),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[58] = {
|
|
[sym__statement] = STATE(63),
|
|
[sym__simple_statements] = STATE(63),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(63),
|
|
[sym_decorated_definition] = STATE(63),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(398),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(63),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[59] = {
|
|
[sym__statement] = STATE(61),
|
|
[sym__simple_statements] = STATE(61),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(61),
|
|
[sym_decorated_definition] = STATE(61),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_block] = STATE(316),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(61),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = ACTIONS(23),
|
|
[anon_sym_raise] = ACTIONS(25),
|
|
[anon_sym_pass] = ACTIONS(27),
|
|
[anon_sym_break] = ACTIONS(29),
|
|
[anon_sym_continue] = ACTIONS(31),
|
|
[anon_sym_if] = ACTIONS(83),
|
|
[anon_sym_async] = ACTIONS(85),
|
|
[anon_sym_for] = ACTIONS(87),
|
|
[anon_sym_while] = ACTIONS(89),
|
|
[anon_sym_try] = ACTIONS(91),
|
|
[anon_sym_with] = ACTIONS(93),
|
|
[anon_sym_match] = ACTIONS(95),
|
|
[anon_sym_DASH] = ACTIONS(47),
|
|
[anon_sym_PLUS] = ACTIONS(47),
|
|
[anon_sym_LBRACK] = ACTIONS(49),
|
|
[anon_sym_LBRACE] = ACTIONS(51),
|
|
[anon_sym_STAR_STAR] = ACTIONS(53),
|
|
[anon_sym_def] = ACTIONS(97),
|
|
[anon_sym_global] = ACTIONS(57),
|
|
[anon_sym_nonlocal] = ACTIONS(59),
|
|
[anon_sym_exec] = ACTIONS(61),
|
|
[anon_sym_type] = ACTIONS(63),
|
|
[anon_sym_class] = ACTIONS(99),
|
|
[anon_sym_AT] = ACTIONS(67),
|
|
[anon_sym_not] = ACTIONS(69),
|
|
[anon_sym_TILDE] = ACTIONS(47),
|
|
[anon_sym_lambda] = ACTIONS(71),
|
|
[anon_sym_yield] = ACTIONS(73),
|
|
[sym_ellipsis] = ACTIONS(75),
|
|
[sym_integer] = ACTIONS(77),
|
|
[sym_float] = ACTIONS(75),
|
|
[anon_sym_await] = ACTIONS(79),
|
|
[sym_true] = ACTIONS(77),
|
|
[sym_false] = ACTIONS(77),
|
|
[sym_none] = ACTIONS(77),
|
|
[sym_comment] = ACTIONS(3),
|
|
[sym__dedent] = ACTIONS(101),
|
|
[sym__string_start] = ACTIONS(81),
|
|
},
|
|
[60] = {
|
|
[sym__statement] = STATE(64),
|
|
[sym__simple_statements] = STATE(64),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_class_definition] = STATE(64),
|
|
[sym_decorated_definition] = STATE(64),
|
|
[sym_decorator] = STATE(926),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(64),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(926),
|
|
[ts_builtin_sym_end] = ACTIONS(107),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[61] = {
|
|
[sym__statement] = STATE(62),
|
|
[sym__simple_statements] = STATE(62),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(62),
|
|
[sym_decorated_definition] = STATE(62),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(62),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(62),
|
|
[sym__simple_statements] = STATE(62),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(62),
|
|
[sym_decorated_definition] = STATE(62),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(62),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(111),
|
|
[anon_sym_import] = ACTIONS(114),
|
|
[anon_sym_from] = ACTIONS(117),
|
|
[anon_sym_LPAREN] = ACTIONS(120),
|
|
[anon_sym_STAR] = ACTIONS(123),
|
|
[anon_sym_print] = ACTIONS(126),
|
|
[anon_sym_assert] = ACTIONS(129),
|
|
[anon_sym_return] = ACTIONS(132),
|
|
[anon_sym_del] = ACTIONS(135),
|
|
[anon_sym_raise] = ACTIONS(138),
|
|
[anon_sym_pass] = ACTIONS(141),
|
|
[anon_sym_break] = ACTIONS(144),
|
|
[anon_sym_continue] = ACTIONS(147),
|
|
[anon_sym_if] = ACTIONS(150),
|
|
[anon_sym_async] = ACTIONS(153),
|
|
[anon_sym_for] = ACTIONS(156),
|
|
[anon_sym_while] = ACTIONS(159),
|
|
[anon_sym_try] = ACTIONS(162),
|
|
[anon_sym_with] = ACTIONS(165),
|
|
[anon_sym_match] = ACTIONS(168),
|
|
[anon_sym_DASH] = ACTIONS(171),
|
|
[anon_sym_PLUS] = ACTIONS(171),
|
|
[anon_sym_LBRACK] = ACTIONS(174),
|
|
[anon_sym_LBRACE] = ACTIONS(177),
|
|
[anon_sym_STAR_STAR] = ACTIONS(180),
|
|
[anon_sym_def] = ACTIONS(183),
|
|
[anon_sym_global] = ACTIONS(186),
|
|
[anon_sym_nonlocal] = ACTIONS(189),
|
|
[anon_sym_exec] = ACTIONS(192),
|
|
[anon_sym_type] = ACTIONS(195),
|
|
[anon_sym_class] = ACTIONS(198),
|
|
[anon_sym_AT] = ACTIONS(201),
|
|
[anon_sym_not] = ACTIONS(204),
|
|
[anon_sym_TILDE] = ACTIONS(171),
|
|
[anon_sym_lambda] = ACTIONS(207),
|
|
[anon_sym_yield] = ACTIONS(210),
|
|
[sym_ellipsis] = ACTIONS(213),
|
|
[sym_integer] = ACTIONS(216),
|
|
[sym_float] = ACTIONS(213),
|
|
[anon_sym_await] = ACTIONS(219),
|
|
[sym_true] = ACTIONS(216),
|
|
[sym_false] = ACTIONS(216),
|
|
[sym_none] = ACTIONS(216),
|
|
[sym_comment] = ACTIONS(3),
|
|
[sym__dedent] = ACTIONS(222),
|
|
[sym__string_start] = ACTIONS(224),
|
|
},
|
|
[63] = {
|
|
[sym__statement] = STATE(62),
|
|
[sym__simple_statements] = STATE(62),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(62),
|
|
[sym_decorated_definition] = STATE(62),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(62),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(227),
|
|
[sym__string_start] = ACTIONS(81),
|
|
},
|
|
[64] = {
|
|
[sym__statement] = STATE(64),
|
|
[sym__simple_statements] = STATE(64),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_class_definition] = STATE(64),
|
|
[sym_decorated_definition] = STATE(64),
|
|
[sym_decorator] = STATE(926),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(64),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(926),
|
|
[ts_builtin_sym_end] = ACTIONS(222),
|
|
[sym_identifier] = ACTIONS(111),
|
|
[anon_sym_import] = ACTIONS(114),
|
|
[anon_sym_from] = ACTIONS(117),
|
|
[anon_sym_LPAREN] = ACTIONS(120),
|
|
[anon_sym_STAR] = ACTIONS(123),
|
|
[anon_sym_print] = ACTIONS(126),
|
|
[anon_sym_assert] = ACTIONS(129),
|
|
[anon_sym_return] = ACTIONS(132),
|
|
[anon_sym_del] = ACTIONS(135),
|
|
[anon_sym_raise] = ACTIONS(138),
|
|
[anon_sym_pass] = ACTIONS(141),
|
|
[anon_sym_break] = ACTIONS(144),
|
|
[anon_sym_continue] = ACTIONS(147),
|
|
[anon_sym_if] = ACTIONS(229),
|
|
[anon_sym_async] = ACTIONS(232),
|
|
[anon_sym_for] = ACTIONS(235),
|
|
[anon_sym_while] = ACTIONS(238),
|
|
[anon_sym_try] = ACTIONS(241),
|
|
[anon_sym_with] = ACTIONS(244),
|
|
[anon_sym_match] = ACTIONS(247),
|
|
[anon_sym_DASH] = ACTIONS(171),
|
|
[anon_sym_PLUS] = ACTIONS(171),
|
|
[anon_sym_LBRACK] = ACTIONS(174),
|
|
[anon_sym_LBRACE] = ACTIONS(177),
|
|
[anon_sym_STAR_STAR] = ACTIONS(180),
|
|
[anon_sym_def] = ACTIONS(250),
|
|
[anon_sym_global] = ACTIONS(186),
|
|
[anon_sym_nonlocal] = ACTIONS(189),
|
|
[anon_sym_exec] = ACTIONS(192),
|
|
[anon_sym_type] = ACTIONS(195),
|
|
[anon_sym_class] = ACTIONS(253),
|
|
[anon_sym_AT] = ACTIONS(201),
|
|
[anon_sym_not] = ACTIONS(204),
|
|
[anon_sym_TILDE] = ACTIONS(171),
|
|
[anon_sym_lambda] = ACTIONS(207),
|
|
[anon_sym_yield] = ACTIONS(210),
|
|
[sym_ellipsis] = ACTIONS(213),
|
|
[sym_integer] = ACTIONS(216),
|
|
[sym_float] = ACTIONS(213),
|
|
[anon_sym_await] = ACTIONS(219),
|
|
[sym_true] = ACTIONS(216),
|
|
[sym_false] = ACTIONS(216),
|
|
[sym_none] = ACTIONS(216),
|
|
[sym_comment] = ACTIONS(3),
|
|
[sym__string_start] = ACTIONS(224),
|
|
},
|
|
[65] = {
|
|
[sym__statement] = STATE(62),
|
|
[sym__simple_statements] = STATE(62),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[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(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_class_definition] = STATE(62),
|
|
[sym_decorated_definition] = STATE(62),
|
|
[sym_decorator] = STATE(958),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[aux_sym_module_repeat1] = STATE(62),
|
|
[aux_sym_decorated_definition_repeat1] = STATE(958),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(256),
|
|
[sym__string_start] = ACTIONS(81),
|
|
},
|
|
[66] = {
|
|
[sym_named_expression] = STATE(862),
|
|
[sym_list_splat] = STATE(1329),
|
|
[sym_dictionary_splat] = STATE(1329),
|
|
[sym_expression_list] = STATE(1404),
|
|
[sym_expression] = STATE(1029),
|
|
[sym_primary_expression] = STATE(589),
|
|
[sym_not_operator] = STATE(862),
|
|
[sym_boolean_operator] = STATE(862),
|
|
[sym_binary_operator] = STATE(575),
|
|
[sym_unary_operator] = STATE(575),
|
|
[sym_comparison_operator] = STATE(862),
|
|
[sym_lambda] = STATE(862),
|
|
[sym_attribute] = STATE(575),
|
|
[sym_subscript] = STATE(575),
|
|
[sym_call] = STATE(575),
|
|
[sym_list] = STATE(575),
|
|
[sym_set] = STATE(575),
|
|
[sym_tuple] = STATE(575),
|
|
[sym_dictionary] = STATE(575),
|
|
[sym_list_comprehension] = STATE(575),
|
|
[sym_dictionary_comprehension] = STATE(575),
|
|
[sym_set_comprehension] = STATE(575),
|
|
[sym_generator_expression] = STATE(575),
|
|
[sym_parenthesized_expression] = STATE(575),
|
|
[sym_conditional_expression] = STATE(862),
|
|
[sym_concatenated_string] = STATE(575),
|
|
[sym_string] = STATE(569),
|
|
[sym_await] = STATE(575),
|
|
[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(862),
|
|
[sym_list_splat] = STATE(1329),
|
|
[sym_dictionary_splat] = STATE(1329),
|
|
[sym_expression_list] = STATE(1399),
|
|
[sym_expression] = STATE(1014),
|
|
[sym_primary_expression] = STATE(589),
|
|
[sym_not_operator] = STATE(862),
|
|
[sym_boolean_operator] = STATE(862),
|
|
[sym_binary_operator] = STATE(575),
|
|
[sym_unary_operator] = STATE(575),
|
|
[sym_comparison_operator] = STATE(862),
|
|
[sym_lambda] = STATE(862),
|
|
[sym_attribute] = STATE(575),
|
|
[sym_subscript] = STATE(575),
|
|
[sym_call] = STATE(575),
|
|
[sym_list] = STATE(575),
|
|
[sym_set] = STATE(575),
|
|
[sym_tuple] = STATE(575),
|
|
[sym_dictionary] = STATE(575),
|
|
[sym_list_comprehension] = STATE(575),
|
|
[sym_dictionary_comprehension] = STATE(575),
|
|
[sym_set_comprehension] = STATE(575),
|
|
[sym_generator_expression] = STATE(575),
|
|
[sym_parenthesized_expression] = STATE(575),
|
|
[sym_conditional_expression] = STATE(862),
|
|
[sym_concatenated_string] = STATE(575),
|
|
[sym_string] = STATE(569),
|
|
[sym_await] = STATE(575),
|
|
[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(386),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(496),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(450),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(326),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(397),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(486),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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__simple_statements] = STATE(471),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(327),
|
|
[sym__indent] = ACTIONS(329),
|
|
[sym__string_start] = ACTIONS(81),
|
|
},
|
|
[75] = {
|
|
[sym__simple_statements] = STATE(463),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(331),
|
|
[sym__indent] = ACTIONS(333),
|
|
[sym__string_start] = ACTIONS(81),
|
|
},
|
|
[76] = {
|
|
[sym__simple_statements] = STATE(451),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[77] = {
|
|
[sym__simple_statements] = STATE(448),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[78] = {
|
|
[sym__simple_statements] = STATE(319),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[79] = {
|
|
[sym__simple_statements] = STATE(476),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[80] = {
|
|
[sym__simple_statements] = STATE(453),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[81] = {
|
|
[sym__simple_statements] = STATE(504),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[82] = {
|
|
[sym__simple_statements] = STATE(478),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[83] = {
|
|
[sym__simple_statements] = STATE(461),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[84] = {
|
|
[sym__simple_statements] = STATE(346),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[85] = {
|
|
[sym__simple_statements] = STATE(545),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[86] = {
|
|
[sym__simple_statements] = STATE(531),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[87] = {
|
|
[sym__simple_statements] = STATE(266),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[88] = {
|
|
[sym__simple_statements] = STATE(252),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[89] = {
|
|
[sym__simple_statements] = STATE(460),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[90] = {
|
|
[sym__simple_statements] = STATE(343),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[91] = {
|
|
[sym__simple_statements] = STATE(534),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[92] = {
|
|
[sym__simple_statements] = STATE(465),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[93] = {
|
|
[sym__simple_statements] = STATE(327),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[94] = {
|
|
[sym__simple_statements] = STATE(979),
|
|
[sym_import_statement] = STATE(1187),
|
|
[sym_future_import_statement] = STATE(1187),
|
|
[sym_import_from_statement] = STATE(1187),
|
|
[sym_print_statement] = STATE(1187),
|
|
[sym_assert_statement] = STATE(1187),
|
|
[sym_expression_statement] = STATE(1187),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1187),
|
|
[sym_delete_statement] = STATE(1187),
|
|
[sym_raise_statement] = STATE(1187),
|
|
[sym_pass_statement] = STATE(1187),
|
|
[sym_break_statement] = STATE(1187),
|
|
[sym_continue_statement] = STATE(1187),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1187),
|
|
[sym_nonlocal_statement] = STATE(1187),
|
|
[sym_exec_statement] = STATE(1187),
|
|
[sym_type_alias_statement] = STATE(1187),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[95] = {
|
|
[sym__simple_statements] = STATE(493),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[96] = {
|
|
[sym__simple_statements] = STATE(505),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[97] = {
|
|
[sym__simple_statements] = STATE(321),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[98] = {
|
|
[sym__simple_statements] = STATE(507),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[99] = {
|
|
[sym__simple_statements] = STATE(508),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[100] = {
|
|
[sym__simple_statements] = STATE(540),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[101] = {
|
|
[sym__simple_statements] = STATE(369),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[102] = {
|
|
[sym__simple_statements] = STATE(342),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[103] = {
|
|
[sym__simple_statements] = STATE(544),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[104] = {
|
|
[sym__simple_statements] = STATE(459),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[105] = {
|
|
[sym__simple_statements] = STATE(551),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[106] = {
|
|
[sym__simple_statements] = STATE(420),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[107] = {
|
|
[sym__simple_statements] = STATE(524),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[108] = {
|
|
[sym__simple_statements] = STATE(338),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[109] = {
|
|
[sym__simple_statements] = STATE(554),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[110] = {
|
|
[sym__simple_statements] = STATE(558),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[111] = {
|
|
[sym__simple_statements] = STATE(457),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[112] = {
|
|
[sym__simple_statements] = STATE(352),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[113] = {
|
|
[sym__simple_statements] = STATE(317),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[114] = {
|
|
[sym__simple_statements] = STATE(483),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[115] = {
|
|
[sym__simple_statements] = STATE(480),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[116] = {
|
|
[sym__simple_statements] = STATE(981),
|
|
[sym_import_statement] = STATE(1187),
|
|
[sym_future_import_statement] = STATE(1187),
|
|
[sym_import_from_statement] = STATE(1187),
|
|
[sym_print_statement] = STATE(1187),
|
|
[sym_assert_statement] = STATE(1187),
|
|
[sym_expression_statement] = STATE(1187),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1187),
|
|
[sym_delete_statement] = STATE(1187),
|
|
[sym_raise_statement] = STATE(1187),
|
|
[sym_pass_statement] = STATE(1187),
|
|
[sym_break_statement] = STATE(1187),
|
|
[sym_continue_statement] = STATE(1187),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1187),
|
|
[sym_nonlocal_statement] = STATE(1187),
|
|
[sym_exec_statement] = STATE(1187),
|
|
[sym_type_alias_statement] = STATE(1187),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[117] = {
|
|
[sym__simple_statements] = STATE(521),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[118] = {
|
|
[sym__simple_statements] = STATE(455),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[119] = {
|
|
[sym__simple_statements] = STATE(501),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[120] = {
|
|
[sym__simple_statements] = STATE(330),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[121] = {
|
|
[sym__simple_statements] = STATE(428),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[122] = {
|
|
[sym__simple_statements] = STATE(527),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[123] = {
|
|
[sym__simple_statements] = STATE(331),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[124] = {
|
|
[sym__simple_statements] = STATE(550),
|
|
[sym_import_statement] = STATE(1161),
|
|
[sym_future_import_statement] = STATE(1161),
|
|
[sym_import_from_statement] = STATE(1161),
|
|
[sym_print_statement] = STATE(1161),
|
|
[sym_assert_statement] = STATE(1161),
|
|
[sym_expression_statement] = STATE(1161),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1161),
|
|
[sym_delete_statement] = STATE(1161),
|
|
[sym_raise_statement] = STATE(1161),
|
|
[sym_pass_statement] = STATE(1161),
|
|
[sym_break_statement] = STATE(1161),
|
|
[sym_continue_statement] = STATE(1161),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1161),
|
|
[sym_nonlocal_statement] = STATE(1161),
|
|
[sym_exec_statement] = STATE(1161),
|
|
[sym_type_alias_statement] = STATE(1161),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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),
|
|
},
|
|
[125] = {
|
|
[sym_chevron] = STATE(1114),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_expression] = STATE(1003),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_attribute] = STATE(764),
|
|
[sym_subscript] = STATE(764),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(531),
|
|
[anon_sym_DOT] = ACTIONS(260),
|
|
[anon_sym_LPAREN] = ACTIONS(287),
|
|
[anon_sym_COMMA] = ACTIONS(264),
|
|
[anon_sym_STAR] = ACTIONS(260),
|
|
[anon_sym_print] = ACTIONS(533),
|
|
[anon_sym_GT_GT] = ACTIONS(535),
|
|
[anon_sym_COLON_EQ] = ACTIONS(271),
|
|
[anon_sym_if] = ACTIONS(260),
|
|
[anon_sym_COLON] = ACTIONS(273),
|
|
[anon_sym_async] = ACTIONS(533),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(533),
|
|
[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(533),
|
|
[anon_sym_type] = ACTIONS(533),
|
|
[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(537),
|
|
[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),
|
|
},
|
|
[126] = {
|
|
[sym__simple_statements] = STATE(422),
|
|
[sym_import_statement] = STATE(1175),
|
|
[sym_future_import_statement] = STATE(1175),
|
|
[sym_import_from_statement] = STATE(1175),
|
|
[sym_print_statement] = STATE(1175),
|
|
[sym_assert_statement] = STATE(1175),
|
|
[sym_expression_statement] = STATE(1175),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1175),
|
|
[sym_delete_statement] = STATE(1175),
|
|
[sym_raise_statement] = STATE(1175),
|
|
[sym_pass_statement] = STATE(1175),
|
|
[sym_break_statement] = STATE(1175),
|
|
[sym_continue_statement] = STATE(1175),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1175),
|
|
[sym_nonlocal_statement] = STATE(1175),
|
|
[sym_exec_statement] = STATE(1175),
|
|
[sym_type_alias_statement] = STATE(1175),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(1352),
|
|
[sym_future_import_statement] = STATE(1352),
|
|
[sym_import_from_statement] = STATE(1352),
|
|
[sym_print_statement] = STATE(1352),
|
|
[sym_assert_statement] = STATE(1352),
|
|
[sym_expression_statement] = STATE(1352),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1352),
|
|
[sym_delete_statement] = STATE(1352),
|
|
[sym_raise_statement] = STATE(1352),
|
|
[sym_pass_statement] = STATE(1352),
|
|
[sym_break_statement] = STATE(1352),
|
|
[sym_continue_statement] = STATE(1352),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1352),
|
|
[sym_nonlocal_statement] = STATE(1352),
|
|
[sym_exec_statement] = STATE(1352),
|
|
[sym_type_alias_statement] = STATE(1352),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(1352),
|
|
[sym_future_import_statement] = STATE(1352),
|
|
[sym_import_from_statement] = STATE(1352),
|
|
[sym_print_statement] = STATE(1352),
|
|
[sym_assert_statement] = STATE(1352),
|
|
[sym_expression_statement] = STATE(1352),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1352),
|
|
[sym_delete_statement] = STATE(1352),
|
|
[sym_raise_statement] = STATE(1352),
|
|
[sym_pass_statement] = STATE(1352),
|
|
[sym_break_statement] = STATE(1352),
|
|
[sym_continue_statement] = STATE(1352),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1352),
|
|
[sym_nonlocal_statement] = STATE(1352),
|
|
[sym_exec_statement] = STATE(1352),
|
|
[sym_type_alias_statement] = STATE(1352),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(1352),
|
|
[sym_future_import_statement] = STATE(1352),
|
|
[sym_import_from_statement] = STATE(1352),
|
|
[sym_print_statement] = STATE(1352),
|
|
[sym_assert_statement] = STATE(1352),
|
|
[sym_expression_statement] = STATE(1352),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1352),
|
|
[sym_delete_statement] = STATE(1352),
|
|
[sym_raise_statement] = STATE(1352),
|
|
[sym_pass_statement] = STATE(1352),
|
|
[sym_break_statement] = STATE(1352),
|
|
[sym_continue_statement] = STATE(1352),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1352),
|
|
[sym_nonlocal_statement] = STATE(1352),
|
|
[sym_exec_statement] = STATE(1352),
|
|
[sym_type_alias_statement] = STATE(1352),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(1352),
|
|
[sym_future_import_statement] = STATE(1352),
|
|
[sym_import_from_statement] = STATE(1352),
|
|
[sym_print_statement] = STATE(1352),
|
|
[sym_assert_statement] = STATE(1352),
|
|
[sym_expression_statement] = STATE(1352),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1352),
|
|
[sym_delete_statement] = STATE(1352),
|
|
[sym_raise_statement] = STATE(1352),
|
|
[sym_pass_statement] = STATE(1352),
|
|
[sym_break_statement] = STATE(1352),
|
|
[sym_continue_statement] = STATE(1352),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1352),
|
|
[sym_nonlocal_statement] = STATE(1352),
|
|
[sym_exec_statement] = STATE(1352),
|
|
[sym_type_alias_statement] = STATE(1352),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(1352),
|
|
[sym_future_import_statement] = STATE(1352),
|
|
[sym_import_from_statement] = STATE(1352),
|
|
[sym_print_statement] = STATE(1352),
|
|
[sym_assert_statement] = STATE(1352),
|
|
[sym_expression_statement] = STATE(1352),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1352),
|
|
[sym_delete_statement] = STATE(1352),
|
|
[sym_raise_statement] = STATE(1352),
|
|
[sym_pass_statement] = STATE(1352),
|
|
[sym_break_statement] = STATE(1352),
|
|
[sym_continue_statement] = STATE(1352),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1352),
|
|
[sym_nonlocal_statement] = STATE(1352),
|
|
[sym_exec_statement] = STATE(1352),
|
|
[sym_type_alias_statement] = STATE(1352),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(1352),
|
|
[sym_future_import_statement] = STATE(1352),
|
|
[sym_import_from_statement] = STATE(1352),
|
|
[sym_print_statement] = STATE(1352),
|
|
[sym_assert_statement] = STATE(1352),
|
|
[sym_expression_statement] = STATE(1352),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1352),
|
|
[sym_delete_statement] = STATE(1352),
|
|
[sym_raise_statement] = STATE(1352),
|
|
[sym_pass_statement] = STATE(1352),
|
|
[sym_break_statement] = STATE(1352),
|
|
[sym_continue_statement] = STATE(1352),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1352),
|
|
[sym_nonlocal_statement] = STATE(1352),
|
|
[sym_exec_statement] = STATE(1352),
|
|
[sym_type_alias_statement] = STATE(1352),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(1352),
|
|
[sym_future_import_statement] = STATE(1352),
|
|
[sym_import_from_statement] = STATE(1352),
|
|
[sym_print_statement] = STATE(1352),
|
|
[sym_assert_statement] = STATE(1352),
|
|
[sym_expression_statement] = STATE(1352),
|
|
[sym_named_expression] = STATE(937),
|
|
[sym_return_statement] = STATE(1352),
|
|
[sym_delete_statement] = STATE(1352),
|
|
[sym_raise_statement] = STATE(1352),
|
|
[sym_pass_statement] = STATE(1352),
|
|
[sym_break_statement] = STATE(1352),
|
|
[sym_continue_statement] = STATE(1352),
|
|
[sym_list_splat] = STATE(1300),
|
|
[sym_dictionary_splat] = STATE(1300),
|
|
[sym_global_statement] = STATE(1352),
|
|
[sym_nonlocal_statement] = STATE(1352),
|
|
[sym_exec_statement] = STATE(1352),
|
|
[sym_type_alias_statement] = STATE(1352),
|
|
[sym_expression_list] = STATE(1301),
|
|
[sym_pattern] = STATE(850),
|
|
[sym_tuple_pattern] = STATE(837),
|
|
[sym_list_pattern] = STATE(837),
|
|
[sym_list_splat_pattern] = STATE(837),
|
|
[sym_expression] = STATE(1000),
|
|
[sym_primary_expression] = STATE(692),
|
|
[sym_not_operator] = STATE(937),
|
|
[sym_boolean_operator] = STATE(937),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_comparison_operator] = STATE(937),
|
|
[sym_lambda] = STATE(937),
|
|
[sym_assignment] = STATE(1301),
|
|
[sym_augmented_assignment] = STATE(1301),
|
|
[sym_pattern_list] = STATE(857),
|
|
[sym_yield] = STATE(1301),
|
|
[sym_attribute] = STATE(414),
|
|
[sym_subscript] = STATE(414),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_conditional_expression] = STATE(937),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_import] = ACTIONS(9),
|
|
[anon_sym_from] = ACTIONS(11),
|
|
[anon_sym_LPAREN] = ACTIONS(13),
|
|
[anon_sym_STAR] = ACTIONS(15),
|
|
[anon_sym_print] = ACTIONS(17),
|
|
[anon_sym_assert] = ACTIONS(19),
|
|
[anon_sym_return] = ACTIONS(21),
|
|
[anon_sym_del] = 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(709),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_attribute] = STATE(764),
|
|
[sym_subscript] = STATE(764),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(77),
|
|
[anon_sym_DOT] = ACTIONS(260),
|
|
[anon_sym_LPAREN] = ACTIONS(555),
|
|
[anon_sym_COMMA] = ACTIONS(264),
|
|
[anon_sym_STAR] = ACTIONS(260),
|
|
[anon_sym_print] = ACTIONS(557),
|
|
[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(557),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(557),
|
|
[anon_sym_PIPE] = ACTIONS(260),
|
|
[anon_sym_DASH] = ACTIONS(559),
|
|
[anon_sym_PLUS] = ACTIONS(559),
|
|
[anon_sym_LBRACK] = ACTIONS(561),
|
|
[anon_sym_LBRACE] = ACTIONS(51),
|
|
[anon_sym_STAR_STAR] = ACTIONS(260),
|
|
[anon_sym_EQ] = ACTIONS(273),
|
|
[anon_sym_exec] = ACTIONS(557),
|
|
[anon_sym_type] = ACTIONS(557),
|
|
[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(563),
|
|
[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),
|
|
},
|
|
[135] = {
|
|
[sym_primary_expression] = STATE(632),
|
|
[sym_binary_operator] = STATE(575),
|
|
[sym_unary_operator] = STATE(575),
|
|
[sym_attribute] = STATE(575),
|
|
[sym_subscript] = STATE(575),
|
|
[sym_call] = STATE(575),
|
|
[sym_list] = STATE(575),
|
|
[sym_set] = STATE(575),
|
|
[sym_tuple] = STATE(575),
|
|
[sym_dictionary] = STATE(575),
|
|
[sym_list_comprehension] = STATE(575),
|
|
[sym_dictionary_comprehension] = STATE(575),
|
|
[sym_set_comprehension] = STATE(575),
|
|
[sym_generator_expression] = STATE(575),
|
|
[sym_parenthesized_expression] = STATE(575),
|
|
[sym_concatenated_string] = STATE(575),
|
|
[sym_string] = STATE(569),
|
|
[sym_await] = STATE(575),
|
|
[sym_identifier] = ACTIONS(295),
|
|
[anon_sym_DOT] = ACTIONS(260),
|
|
[anon_sym_LPAREN] = ACTIONS(262),
|
|
[anon_sym_RPAREN] = ACTIONS(565),
|
|
[anon_sym_COMMA] = ACTIONS(565),
|
|
[anon_sym_STAR] = ACTIONS(260),
|
|
[anon_sym_print] = ACTIONS(568),
|
|
[anon_sym_GT_GT] = ACTIONS(260),
|
|
[anon_sym_COLON_EQ] = ACTIONS(570),
|
|
[anon_sym_if] = ACTIONS(260),
|
|
[anon_sym_COLON] = ACTIONS(572),
|
|
[anon_sym_async] = ACTIONS(568),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(568),
|
|
[anon_sym_PIPE] = ACTIONS(260),
|
|
[anon_sym_DASH] = ACTIONS(275),
|
|
[anon_sym_PLUS] = ACTIONS(275),
|
|
[anon_sym_LBRACK] = ACTIONS(277),
|
|
[anon_sym_RBRACK] = ACTIONS(565),
|
|
[anon_sym_LBRACE] = ACTIONS(279),
|
|
[anon_sym_STAR_STAR] = ACTIONS(260),
|
|
[anon_sym_EQ] = ACTIONS(572),
|
|
[anon_sym_exec] = ACTIONS(568),
|
|
[anon_sym_type] = ACTIONS(568),
|
|
[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(574),
|
|
[anon_sym_DASH_EQ] = ACTIONS(574),
|
|
[anon_sym_STAR_EQ] = ACTIONS(574),
|
|
[anon_sym_SLASH_EQ] = ACTIONS(574),
|
|
[anon_sym_AT_EQ] = ACTIONS(574),
|
|
[anon_sym_SLASH_SLASH_EQ] = ACTIONS(574),
|
|
[anon_sym_PERCENT_EQ] = ACTIONS(574),
|
|
[anon_sym_STAR_STAR_EQ] = ACTIONS(574),
|
|
[anon_sym_GT_GT_EQ] = ACTIONS(574),
|
|
[anon_sym_LT_LT_EQ] = ACTIONS(574),
|
|
[anon_sym_AMP_EQ] = ACTIONS(574),
|
|
[anon_sym_CARET_EQ] = ACTIONS(574),
|
|
[anon_sym_PIPE_EQ] = ACTIONS(574),
|
|
[sym_ellipsis] = ACTIONS(293),
|
|
[sym_integer] = ACTIONS(295),
|
|
[sym_float] = ACTIONS(293),
|
|
[anon_sym_await] = ACTIONS(576),
|
|
[sym_true] = ACTIONS(295),
|
|
[sym_false] = ACTIONS(295),
|
|
[sym_none] = ACTIONS(295),
|
|
[sym_comment] = ACTIONS(3),
|
|
[sym__string_start] = ACTIONS(299),
|
|
},
|
|
[136] = {
|
|
[sym_primary_expression] = STATE(632),
|
|
[sym_binary_operator] = STATE(575),
|
|
[sym_unary_operator] = STATE(575),
|
|
[sym_attribute] = STATE(575),
|
|
[sym_subscript] = STATE(575),
|
|
[sym_call] = STATE(575),
|
|
[sym_list] = STATE(575),
|
|
[sym_set] = STATE(575),
|
|
[sym_tuple] = STATE(575),
|
|
[sym_dictionary] = STATE(575),
|
|
[sym_list_comprehension] = STATE(575),
|
|
[sym_dictionary_comprehension] = STATE(575),
|
|
[sym_set_comprehension] = STATE(575),
|
|
[sym_generator_expression] = STATE(575),
|
|
[sym_parenthesized_expression] = STATE(575),
|
|
[sym_concatenated_string] = STATE(575),
|
|
[sym_string] = STATE(569),
|
|
[sym_await] = STATE(575),
|
|
[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(568),
|
|
[anon_sym_GT_GT] = ACTIONS(287),
|
|
[anon_sym_COLON_EQ] = ACTIONS(570),
|
|
[anon_sym_if] = ACTIONS(260),
|
|
[anon_sym_COLON] = ACTIONS(260),
|
|
[anon_sym_else] = ACTIONS(260),
|
|
[anon_sym_async] = ACTIONS(568),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(568),
|
|
[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(568),
|
|
[anon_sym_type] = ACTIONS(568),
|
|
[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(576),
|
|
[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(632),
|
|
[sym_binary_operator] = STATE(575),
|
|
[sym_unary_operator] = STATE(575),
|
|
[sym_attribute] = STATE(575),
|
|
[sym_subscript] = STATE(575),
|
|
[sym_call] = STATE(575),
|
|
[sym_list] = STATE(575),
|
|
[sym_set] = STATE(575),
|
|
[sym_tuple] = STATE(575),
|
|
[sym_dictionary] = STATE(575),
|
|
[sym_list_comprehension] = STATE(575),
|
|
[sym_dictionary_comprehension] = STATE(575),
|
|
[sym_set_comprehension] = STATE(575),
|
|
[sym_generator_expression] = STATE(575),
|
|
[sym_parenthesized_expression] = STATE(575),
|
|
[sym_concatenated_string] = STATE(575),
|
|
[sym_string] = STATE(569),
|
|
[sym_await] = STATE(575),
|
|
[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(568),
|
|
[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(568),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(568),
|
|
[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(568),
|
|
[anon_sym_type] = ACTIONS(568),
|
|
[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(576),
|
|
[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(626),
|
|
[sym_binary_operator] = STATE(575),
|
|
[sym_unary_operator] = STATE(575),
|
|
[sym_attribute] = STATE(575),
|
|
[sym_subscript] = STATE(575),
|
|
[sym_call] = STATE(575),
|
|
[sym_list] = STATE(575),
|
|
[sym_set] = STATE(575),
|
|
[sym_tuple] = STATE(575),
|
|
[sym_dictionary] = STATE(575),
|
|
[sym_list_comprehension] = STATE(575),
|
|
[sym_dictionary_comprehension] = STATE(575),
|
|
[sym_set_comprehension] = STATE(575),
|
|
[sym_generator_expression] = STATE(575),
|
|
[sym_parenthesized_expression] = STATE(575),
|
|
[sym_concatenated_string] = STATE(575),
|
|
[sym_string] = STATE(569),
|
|
[sym_await] = STATE(575),
|
|
[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(568),
|
|
[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(568),
|
|
[anon_sym_for] = ACTIONS(260),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(568),
|
|
[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(568),
|
|
[anon_sym_type] = ACTIONS(568),
|
|
[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),
|
|
},
|
|
[139] = {
|
|
[sym_primary_expression] = STATE(626),
|
|
[sym_binary_operator] = STATE(575),
|
|
[sym_unary_operator] = STATE(575),
|
|
[sym_attribute] = STATE(575),
|
|
[sym_subscript] = STATE(575),
|
|
[sym_call] = STATE(575),
|
|
[sym_list] = STATE(575),
|
|
[sym_set] = STATE(575),
|
|
[sym_tuple] = STATE(575),
|
|
[sym_dictionary] = STATE(575),
|
|
[sym_list_comprehension] = STATE(575),
|
|
[sym_dictionary_comprehension] = STATE(575),
|
|
[sym_set_comprehension] = STATE(575),
|
|
[sym_generator_expression] = STATE(575),
|
|
[sym_parenthesized_expression] = STATE(575),
|
|
[sym_concatenated_string] = STATE(575),
|
|
[sym_string] = STATE(569),
|
|
[sym_await] = STATE(575),
|
|
[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(568),
|
|
[anon_sym_GT_GT] = ACTIONS(287),
|
|
[anon_sym_if] = ACTIONS(260),
|
|
[anon_sym_COLON] = ACTIONS(287),
|
|
[anon_sym_async] = ACTIONS(568),
|
|
[anon_sym_for] = ACTIONS(260),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(568),
|
|
[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(568),
|
|
[anon_sym_type] = ACTIONS(568),
|
|
[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(632),
|
|
[sym_binary_operator] = STATE(575),
|
|
[sym_unary_operator] = STATE(575),
|
|
[sym_attribute] = STATE(575),
|
|
[sym_subscript] = STATE(575),
|
|
[sym_call] = STATE(575),
|
|
[sym_list] = STATE(575),
|
|
[sym_set] = STATE(575),
|
|
[sym_tuple] = STATE(575),
|
|
[sym_dictionary] = STATE(575),
|
|
[sym_list_comprehension] = STATE(575),
|
|
[sym_dictionary_comprehension] = STATE(575),
|
|
[sym_set_comprehension] = STATE(575),
|
|
[sym_generator_expression] = STATE(575),
|
|
[sym_parenthesized_expression] = STATE(575),
|
|
[sym_concatenated_string] = STATE(575),
|
|
[sym_string] = STATE(569),
|
|
[sym_await] = STATE(575),
|
|
[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(568),
|
|
[anon_sym_GT_GT] = ACTIONS(260),
|
|
[anon_sym_COLON] = ACTIONS(291),
|
|
[anon_sym_async] = ACTIONS(568),
|
|
[anon_sym_in] = ACTIONS(273),
|
|
[anon_sym_match] = ACTIONS(568),
|
|
[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(568),
|
|
[anon_sym_type] = ACTIONS(568),
|
|
[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(576),
|
|
[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(709),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_attribute] = STATE(764),
|
|
[sym_subscript] = STATE(764),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(77),
|
|
[anon_sym_DOT] = ACTIONS(260),
|
|
[anon_sym_from] = ACTIONS(260),
|
|
[anon_sym_LPAREN] = ACTIONS(555),
|
|
[anon_sym_COMMA] = ACTIONS(287),
|
|
[anon_sym_STAR] = ACTIONS(260),
|
|
[anon_sym_print] = ACTIONS(557),
|
|
[anon_sym_GT_GT] = ACTIONS(287),
|
|
[anon_sym_COLON_EQ] = ACTIONS(271),
|
|
[anon_sym_if] = ACTIONS(260),
|
|
[anon_sym_async] = ACTIONS(557),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(557),
|
|
[anon_sym_PIPE] = ACTIONS(287),
|
|
[anon_sym_DASH] = ACTIONS(47),
|
|
[anon_sym_PLUS] = ACTIONS(47),
|
|
[anon_sym_LBRACK] = ACTIONS(561),
|
|
[anon_sym_LBRACE] = ACTIONS(51),
|
|
[anon_sym_STAR_STAR] = ACTIONS(287),
|
|
[anon_sym_EQ] = ACTIONS(260),
|
|
[anon_sym_exec] = ACTIONS(557),
|
|
[anon_sym_type] = ACTIONS(557),
|
|
[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(563),
|
|
[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),
|
|
},
|
|
[142] = {
|
|
[sym_primary_expression] = STATE(632),
|
|
[sym_binary_operator] = STATE(575),
|
|
[sym_unary_operator] = STATE(575),
|
|
[sym_attribute] = STATE(575),
|
|
[sym_subscript] = STATE(575),
|
|
[sym_call] = STATE(575),
|
|
[sym_list] = STATE(575),
|
|
[sym_set] = STATE(575),
|
|
[sym_tuple] = STATE(575),
|
|
[sym_dictionary] = STATE(575),
|
|
[sym_list_comprehension] = STATE(575),
|
|
[sym_dictionary_comprehension] = STATE(575),
|
|
[sym_set_comprehension] = STATE(575),
|
|
[sym_generator_expression] = STATE(575),
|
|
[sym_parenthesized_expression] = STATE(575),
|
|
[sym_concatenated_string] = STATE(575),
|
|
[sym_string] = STATE(569),
|
|
[sym_await] = STATE(575),
|
|
[sym_identifier] = ACTIONS(295),
|
|
[anon_sym_DOT] = ACTIONS(260),
|
|
[anon_sym_LPAREN] = ACTIONS(262),
|
|
[anon_sym_RPAREN] = ACTIONS(574),
|
|
[anon_sym_COMMA] = ACTIONS(574),
|
|
[anon_sym_STAR] = ACTIONS(260),
|
|
[anon_sym_print] = ACTIONS(568),
|
|
[anon_sym_GT_GT] = ACTIONS(260),
|
|
[anon_sym_COLON] = ACTIONS(574),
|
|
[anon_sym_async] = ACTIONS(568),
|
|
[anon_sym_in] = ACTIONS(572),
|
|
[anon_sym_match] = ACTIONS(568),
|
|
[anon_sym_PIPE] = ACTIONS(260),
|
|
[anon_sym_DASH] = ACTIONS(275),
|
|
[anon_sym_PLUS] = ACTIONS(275),
|
|
[anon_sym_LBRACK] = ACTIONS(277),
|
|
[anon_sym_RBRACK] = ACTIONS(574),
|
|
[anon_sym_LBRACE] = ACTIONS(279),
|
|
[anon_sym_STAR_STAR] = ACTIONS(260),
|
|
[anon_sym_EQ] = ACTIONS(574),
|
|
[anon_sym_exec] = ACTIONS(568),
|
|
[anon_sym_type] = ACTIONS(568),
|
|
[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(574),
|
|
[anon_sym_DASH_EQ] = ACTIONS(574),
|
|
[anon_sym_STAR_EQ] = ACTIONS(574),
|
|
[anon_sym_SLASH_EQ] = ACTIONS(574),
|
|
[anon_sym_AT_EQ] = ACTIONS(574),
|
|
[anon_sym_SLASH_SLASH_EQ] = ACTIONS(574),
|
|
[anon_sym_PERCENT_EQ] = ACTIONS(574),
|
|
[anon_sym_STAR_STAR_EQ] = ACTIONS(574),
|
|
[anon_sym_GT_GT_EQ] = ACTIONS(574),
|
|
[anon_sym_LT_LT_EQ] = ACTIONS(574),
|
|
[anon_sym_AMP_EQ] = ACTIONS(574),
|
|
[anon_sym_CARET_EQ] = ACTIONS(574),
|
|
[anon_sym_PIPE_EQ] = ACTIONS(574),
|
|
[sym_ellipsis] = ACTIONS(293),
|
|
[sym_integer] = ACTIONS(295),
|
|
[sym_float] = ACTIONS(293),
|
|
[anon_sym_await] = ACTIONS(576),
|
|
[sym_true] = ACTIONS(295),
|
|
[sym_false] = ACTIONS(295),
|
|
[sym_none] = ACTIONS(295),
|
|
[sym_comment] = ACTIONS(3),
|
|
[sym__string_start] = ACTIONS(299),
|
|
},
|
|
[143] = {
|
|
[sym_primary_expression] = STATE(709),
|
|
[sym_binary_operator] = STATE(764),
|
|
[sym_unary_operator] = STATE(764),
|
|
[sym_attribute] = STATE(764),
|
|
[sym_subscript] = STATE(764),
|
|
[sym_call] = STATE(764),
|
|
[sym_list] = STATE(764),
|
|
[sym_set] = STATE(764),
|
|
[sym_tuple] = STATE(764),
|
|
[sym_dictionary] = STATE(764),
|
|
[sym_list_comprehension] = STATE(764),
|
|
[sym_dictionary_comprehension] = STATE(764),
|
|
[sym_set_comprehension] = STATE(764),
|
|
[sym_generator_expression] = STATE(764),
|
|
[sym_parenthesized_expression] = STATE(764),
|
|
[sym_concatenated_string] = STATE(764),
|
|
[sym_string] = STATE(693),
|
|
[sym_await] = STATE(764),
|
|
[sym_identifier] = ACTIONS(77),
|
|
[anon_sym_DOT] = ACTIONS(260),
|
|
[anon_sym_from] = ACTIONS(260),
|
|
[anon_sym_LPAREN] = ACTIONS(555),
|
|
[anon_sym_COMMA] = ACTIONS(287),
|
|
[anon_sym_STAR] = ACTIONS(260),
|
|
[anon_sym_print] = ACTIONS(557),
|
|
[anon_sym_GT_GT] = ACTIONS(287),
|
|
[anon_sym_if] = ACTIONS(260),
|
|
[anon_sym_async] = ACTIONS(557),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(557),
|
|
[anon_sym_PIPE] = ACTIONS(287),
|
|
[anon_sym_DASH] = ACTIONS(47),
|
|
[anon_sym_PLUS] = ACTIONS(47),
|
|
[anon_sym_LBRACK] = ACTIONS(561),
|
|
[anon_sym_LBRACE] = ACTIONS(51),
|
|
[anon_sym_STAR_STAR] = ACTIONS(287),
|
|
[anon_sym_EQ] = ACTIONS(260),
|
|
[anon_sym_exec] = ACTIONS(557),
|
|
[anon_sym_type] = ACTIONS(557),
|
|
[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(563),
|
|
[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),
|
|
},
|
|
[144] = {
|
|
[sym_primary_expression] = STATE(626),
|
|
[sym_binary_operator] = STATE(575),
|
|
[sym_unary_operator] = STATE(575),
|
|
[sym_attribute] = STATE(575),
|
|
[sym_subscript] = STATE(575),
|
|
[sym_call] = STATE(575),
|
|
[sym_list] = STATE(575),
|
|
[sym_set] = STATE(575),
|
|
[sym_tuple] = STATE(575),
|
|
[sym_dictionary] = STATE(575),
|
|
[sym_list_comprehension] = STATE(575),
|
|
[sym_dictionary_comprehension] = STATE(575),
|
|
[sym_set_comprehension] = STATE(575),
|
|
[sym_generator_expression] = STATE(575),
|
|
[sym_parenthesized_expression] = STATE(575),
|
|
[sym_concatenated_string] = STATE(575),
|
|
[sym_string] = STATE(569),
|
|
[sym_await] = STATE(575),
|
|
[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(568),
|
|
[anon_sym_GT_GT] = ACTIONS(287),
|
|
[anon_sym_COLON_EQ] = ACTIONS(580),
|
|
[anon_sym_if] = ACTIONS(260),
|
|
[anon_sym_async] = ACTIONS(568),
|
|
[anon_sym_for] = ACTIONS(260),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(568),
|
|
[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(568),
|
|
[anon_sym_type] = ACTIONS(568),
|
|
[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(718),
|
|
[sym_binary_operator] = STATE(787),
|
|
[sym_unary_operator] = STATE(787),
|
|
[sym_attribute] = STATE(787),
|
|
[sym_subscript] = STATE(787),
|
|
[sym_call] = STATE(787),
|
|
[sym_list] = STATE(787),
|
|
[sym_set] = STATE(787),
|
|
[sym_tuple] = STATE(787),
|
|
[sym_dictionary] = STATE(787),
|
|
[sym_list_comprehension] = STATE(787),
|
|
[sym_dictionary_comprehension] = STATE(787),
|
|
[sym_set_comprehension] = STATE(787),
|
|
[sym_generator_expression] = STATE(787),
|
|
[sym_parenthesized_expression] = STATE(787),
|
|
[sym_concatenated_string] = STATE(787),
|
|
[sym_string] = STATE(708),
|
|
[sym_await] = STATE(787),
|
|
[sym_identifier] = ACTIONS(588),
|
|
[anon_sym_DOT] = ACTIONS(260),
|
|
[anon_sym_LPAREN] = ACTIONS(590),
|
|
[anon_sym_RPAREN] = ACTIONS(287),
|
|
[anon_sym_COMMA] = ACTIONS(287),
|
|
[anon_sym_as] = ACTIONS(260),
|
|
[anon_sym_STAR] = ACTIONS(260),
|
|
[anon_sym_print] = ACTIONS(592),
|
|
[anon_sym_GT_GT] = ACTIONS(287),
|
|
[anon_sym_COLON_EQ] = ACTIONS(594),
|
|
[anon_sym_if] = ACTIONS(260),
|
|
[anon_sym_COLON] = ACTIONS(260),
|
|
[anon_sym_async] = ACTIONS(592),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(592),
|
|
[anon_sym_PIPE] = ACTIONS(287),
|
|
[anon_sym_DASH] = ACTIONS(596),
|
|
[anon_sym_PLUS] = ACTIONS(596),
|
|
[anon_sym_LBRACK] = ACTIONS(598),
|
|
[anon_sym_LBRACE] = ACTIONS(600),
|
|
[anon_sym_STAR_STAR] = ACTIONS(287),
|
|
[anon_sym_exec] = ACTIONS(592),
|
|
[anon_sym_type] = ACTIONS(592),
|
|
[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(596),
|
|
[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(602),
|
|
[sym_integer] = ACTIONS(588),
|
|
[sym_float] = ACTIONS(602),
|
|
[anon_sym_await] = ACTIONS(604),
|
|
[sym_true] = ACTIONS(588),
|
|
[sym_false] = ACTIONS(588),
|
|
[sym_none] = ACTIONS(588),
|
|
[sym_comment] = ACTIONS(3),
|
|
[sym__string_start] = ACTIONS(606),
|
|
},
|
|
[146] = {
|
|
[sym_primary_expression] = STATE(626),
|
|
[sym_binary_operator] = STATE(575),
|
|
[sym_unary_operator] = STATE(575),
|
|
[sym_attribute] = STATE(575),
|
|
[sym_subscript] = STATE(575),
|
|
[sym_call] = STATE(575),
|
|
[sym_list] = STATE(575),
|
|
[sym_set] = STATE(575),
|
|
[sym_tuple] = STATE(575),
|
|
[sym_dictionary] = STATE(575),
|
|
[sym_list_comprehension] = STATE(575),
|
|
[sym_dictionary_comprehension] = STATE(575),
|
|
[sym_set_comprehension] = STATE(575),
|
|
[sym_generator_expression] = STATE(575),
|
|
[sym_parenthesized_expression] = STATE(575),
|
|
[sym_concatenated_string] = STATE(575),
|
|
[sym_string] = STATE(569),
|
|
[sym_await] = STATE(575),
|
|
[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(568),
|
|
[anon_sym_GT_GT] = ACTIONS(287),
|
|
[anon_sym_COLON_EQ] = ACTIONS(580),
|
|
[anon_sym_if] = ACTIONS(260),
|
|
[anon_sym_async] = ACTIONS(568),
|
|
[anon_sym_for] = ACTIONS(260),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(568),
|
|
[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(608),
|
|
[anon_sym_exec] = ACTIONS(568),
|
|
[anon_sym_type] = ACTIONS(568),
|
|
[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),
|
|
},
|
|
[147] = {
|
|
[sym_primary_expression] = STATE(718),
|
|
[sym_binary_operator] = STATE(787),
|
|
[sym_unary_operator] = STATE(787),
|
|
[sym_attribute] = STATE(787),
|
|
[sym_subscript] = STATE(787),
|
|
[sym_call] = STATE(787),
|
|
[sym_list] = STATE(787),
|
|
[sym_set] = STATE(787),
|
|
[sym_tuple] = STATE(787),
|
|
[sym_dictionary] = STATE(787),
|
|
[sym_list_comprehension] = STATE(787),
|
|
[sym_dictionary_comprehension] = STATE(787),
|
|
[sym_set_comprehension] = STATE(787),
|
|
[sym_generator_expression] = STATE(787),
|
|
[sym_parenthesized_expression] = STATE(787),
|
|
[sym_concatenated_string] = STATE(787),
|
|
[sym_string] = STATE(708),
|
|
[sym_await] = STATE(787),
|
|
[sym_identifier] = ACTIONS(588),
|
|
[anon_sym_DOT] = ACTIONS(260),
|
|
[anon_sym_LPAREN] = ACTIONS(590),
|
|
[anon_sym_RPAREN] = ACTIONS(287),
|
|
[anon_sym_COMMA] = ACTIONS(287),
|
|
[anon_sym_as] = ACTIONS(260),
|
|
[anon_sym_STAR] = ACTIONS(260),
|
|
[anon_sym_print] = ACTIONS(592),
|
|
[anon_sym_GT_GT] = ACTIONS(287),
|
|
[anon_sym_if] = ACTIONS(260),
|
|
[anon_sym_COLON] = ACTIONS(287),
|
|
[anon_sym_async] = ACTIONS(592),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(592),
|
|
[anon_sym_PIPE] = ACTIONS(287),
|
|
[anon_sym_DASH] = ACTIONS(596),
|
|
[anon_sym_PLUS] = ACTIONS(596),
|
|
[anon_sym_LBRACK] = ACTIONS(598),
|
|
[anon_sym_LBRACE] = ACTIONS(600),
|
|
[anon_sym_STAR_STAR] = ACTIONS(287),
|
|
[anon_sym_exec] = ACTIONS(592),
|
|
[anon_sym_type] = ACTIONS(592),
|
|
[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(596),
|
|
[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(602),
|
|
[sym_integer] = ACTIONS(588),
|
|
[sym_float] = ACTIONS(602),
|
|
[anon_sym_await] = ACTIONS(604),
|
|
[sym_true] = ACTIONS(588),
|
|
[sym_false] = ACTIONS(588),
|
|
[sym_none] = ACTIONS(588),
|
|
[sym_comment] = ACTIONS(3),
|
|
[sym__string_start] = ACTIONS(606),
|
|
},
|
|
[148] = {
|
|
[sym_primary_expression] = STATE(632),
|
|
[sym_binary_operator] = STATE(575),
|
|
[sym_unary_operator] = STATE(575),
|
|
[sym_attribute] = STATE(575),
|
|
[sym_subscript] = STATE(575),
|
|
[sym_call] = STATE(575),
|
|
[sym_list] = STATE(575),
|
|
[sym_set] = STATE(575),
|
|
[sym_tuple] = STATE(575),
|
|
[sym_dictionary] = STATE(575),
|
|
[sym_list_comprehension] = STATE(575),
|
|
[sym_dictionary_comprehension] = STATE(575),
|
|
[sym_set_comprehension] = STATE(575),
|
|
[sym_generator_expression] = STATE(575),
|
|
[sym_parenthesized_expression] = STATE(575),
|
|
[sym_concatenated_string] = STATE(575),
|
|
[sym_string] = STATE(569),
|
|
[sym_await] = STATE(575),
|
|
[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(568),
|
|
[anon_sym_GT_GT] = ACTIONS(287),
|
|
[anon_sym_COLON_EQ] = ACTIONS(570),
|
|
[anon_sym_if] = ACTIONS(260),
|
|
[anon_sym_async] = ACTIONS(568),
|
|
[anon_sym_in] = ACTIONS(260),
|
|
[anon_sym_match] = ACTIONS(568),
|
|
[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(608),
|
|
[anon_sym_exec] = ACTIONS(568),
|
|
[anon_sym_type] = ACTIONS(568),
|
|
[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(576),
|
|
[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(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(850), 1,
|
|
sym_pattern,
|
|
STATE(857), 1,
|
|
sym_pattern_list,
|
|
STATE(976), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(414), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
STATE(1300), 2,
|
|
sym_list_splat,
|
|
sym_dictionary_splat,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 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(1353), 5,
|
|
sym_expression_list,
|
|
sym_assignment,
|
|
sym_augmented_assignment,
|
|
sym__right_hand_side,
|
|
sym_yield,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 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(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(850), 1,
|
|
sym_pattern,
|
|
STATE(857), 1,
|
|
sym_pattern_list,
|
|
STATE(976), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(414), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
STATE(1300), 2,
|
|
sym_list_splat,
|
|
sym_dictionary_splat,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 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(1346), 5,
|
|
sym_expression_list,
|
|
sym_assignment,
|
|
sym_augmented_assignment,
|
|
sym__right_hand_side,
|
|
sym_yield,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 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(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(850), 1,
|
|
sym_pattern,
|
|
STATE(857), 1,
|
|
sym_pattern_list,
|
|
STATE(976), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(414), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
STATE(1300), 2,
|
|
sym_list_splat,
|
|
sym_dictionary_splat,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 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(1293), 5,
|
|
sym_expression_list,
|
|
sym_assignment,
|
|
sym_augmented_assignment,
|
|
sym__right_hand_side,
|
|
sym_yield,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(877), 1,
|
|
sym_expression,
|
|
STATE(988), 1,
|
|
sym_expression_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1329), 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(862), 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(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[464] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(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_RPAREN,
|
|
ACTIONS(620), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(624), 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,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(912), 1,
|
|
sym_expression,
|
|
STATE(1112), 1,
|
|
sym_pattern,
|
|
STATE(1192), 1,
|
|
sym_yield,
|
|
STATE(1380), 1,
|
|
sym__patterns,
|
|
STATE(1389), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(771), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
STATE(1065), 2,
|
|
sym_list_splat,
|
|
sym_parenthesized_list_splat,
|
|
ACTIONS(582), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(622), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 14,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[581] = 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(620), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(624), 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_RBRACK,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(898), 1,
|
|
sym_expression,
|
|
STATE(1112), 1,
|
|
sym_pattern,
|
|
STATE(1393), 1,
|
|
sym__collection_elements,
|
|
STATE(1406), 1,
|
|
sym__patterns,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(771), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(582), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
STATE(1065), 3,
|
|
sym_list_splat,
|
|
sym_parenthesized_list_splat,
|
|
sym_yield,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(622), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 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,
|
|
[696] = 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(636), 1,
|
|
sym_identifier,
|
|
ACTIONS(638), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(640), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(646), 1,
|
|
anon_sym_in,
|
|
ACTIONS(648), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(650), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(834), 1,
|
|
sym_pattern,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(275), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(712), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(642), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 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(644), 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,
|
|
[799] = 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(636), 1,
|
|
sym_identifier,
|
|
ACTIONS(638), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(640), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(648), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(650), 1,
|
|
anon_sym_await,
|
|
ACTIONS(654), 1,
|
|
anon_sym_in,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(834), 1,
|
|
sym_pattern,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(275), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(712), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(642), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 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(652), 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,
|
|
[902] = 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(620), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(624), 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(656), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(893), 1,
|
|
sym_expression,
|
|
STATE(1112), 1,
|
|
sym_pattern,
|
|
STATE(1406), 1,
|
|
sym__patterns,
|
|
STATE(1413), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(771), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(582), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
STATE(1065), 3,
|
|
sym_list_splat,
|
|
sym_parenthesized_list_splat,
|
|
sym_yield,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(622), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 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,
|
|
[1017] = 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(620), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(624), 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(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(912), 1,
|
|
sym_expression,
|
|
STATE(1112), 1,
|
|
sym_pattern,
|
|
STATE(1192), 1,
|
|
sym_yield,
|
|
STATE(1243), 1,
|
|
sym_parenthesized_list_splat,
|
|
STATE(1244), 1,
|
|
sym_list_splat,
|
|
STATE(1380), 1,
|
|
sym__patterns,
|
|
STATE(1389), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(771), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(582), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(622), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 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,
|
|
[1136] = 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(620), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(624), 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(660), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(898), 1,
|
|
sym_expression,
|
|
STATE(1112), 1,
|
|
sym_pattern,
|
|
STATE(1393), 1,
|
|
sym__collection_elements,
|
|
STATE(1406), 1,
|
|
sym__patterns,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(771), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(582), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
STATE(1065), 3,
|
|
sym_list_splat,
|
|
sym_parenthesized_list_splat,
|
|
sym_yield,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(622), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 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,
|
|
[1251] = 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(620), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(624), 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(662), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(905), 1,
|
|
sym_expression,
|
|
STATE(1112), 1,
|
|
sym_pattern,
|
|
STATE(1216), 1,
|
|
sym_yield,
|
|
STATE(1370), 1,
|
|
sym__collection_elements,
|
|
STATE(1380), 1,
|
|
sym__patterns,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(771), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
STATE(1065), 2,
|
|
sym_list_splat,
|
|
sym_parenthesized_list_splat,
|
|
ACTIONS(582), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(622), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 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,
|
|
[1368] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(668), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(672), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(873), 1,
|
|
sym_expression,
|
|
STATE(971), 1,
|
|
sym_pair,
|
|
STATE(1199), 1,
|
|
sym_dictionary_splat,
|
|
STATE(1401), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(582), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1065), 3,
|
|
sym_list_splat,
|
|
sym_parenthesized_list_splat,
|
|
sym_yield,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[1482] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(897), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(998), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
ACTIONS(676), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[1586] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(678), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(680), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(869), 1,
|
|
sym_expression,
|
|
STATE(974), 1,
|
|
sym_pair,
|
|
STATE(1207), 1,
|
|
sym_dictionary_splat,
|
|
STATE(1460), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(582), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1065), 3,
|
|
sym_list_splat,
|
|
sym_parenthesized_list_splat,
|
|
sym_yield,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[1700] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(897), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(998), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
ACTIONS(676), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[1804] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(897), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(998), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
ACTIONS(682), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(684), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(686), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(874), 1,
|
|
sym_expression,
|
|
STATE(986), 1,
|
|
sym_pair,
|
|
STATE(1178), 1,
|
|
sym_dictionary_splat,
|
|
STATE(1363), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(582), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1065), 3,
|
|
sym_list_splat,
|
|
sym_parenthesized_list_splat,
|
|
sym_yield,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
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] = 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(688), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1009), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(690), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
STATE(1133), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[2123] = 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(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(694), 1,
|
|
sym_identifier,
|
|
ACTIONS(696), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(698), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(702), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(904), 1,
|
|
sym_expression,
|
|
STATE(1225), 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(700), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[2228] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(704), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(875), 1,
|
|
sym_expression,
|
|
STATE(1177), 1,
|
|
sym_yield,
|
|
STATE(1185), 1,
|
|
sym_with_item,
|
|
STATE(1359), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1065), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
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] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(918), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1329), 2,
|
|
sym_list_splat,
|
|
sym_dictionary_splat,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1074), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[2438] = 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(688), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1009), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(706), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
STATE(1133), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[2539] = 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(688), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1009), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(690), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
STATE(1133), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[2640] = 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(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(694), 1,
|
|
sym_identifier,
|
|
ACTIONS(702), 1,
|
|
anon_sym_await,
|
|
ACTIONS(708), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(710), 1,
|
|
anon_sym_COMMA,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(900), 1,
|
|
sym_expression,
|
|
STATE(1230), 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(1229), 3,
|
|
sym_list_splat,
|
|
sym_dictionary_splat,
|
|
sym_keyword_argument,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(700), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
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(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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(708), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(710), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1031), 1,
|
|
sym_expression,
|
|
STATE(1230), 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(1229), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
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] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(918), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1329), 2,
|
|
sym_list_splat,
|
|
sym_dictionary_splat,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1052), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[2953] = 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(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(694), 1,
|
|
sym_identifier,
|
|
ACTIONS(702), 1,
|
|
anon_sym_await,
|
|
ACTIONS(718), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(720), 1,
|
|
anon_sym_COMMA,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(903), 1,
|
|
sym_expression,
|
|
STATE(1220), 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(1219), 3,
|
|
sym_list_splat,
|
|
sym_dictionary_splat,
|
|
sym_keyword_argument,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(700), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[3058] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(722), 1,
|
|
anon_sym_from,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(975), 1,
|
|
sym_expression,
|
|
STATE(1291), 1,
|
|
sym_expression_list,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(612), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
STATE(1300), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[3163] = 24,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(53), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(69), 1,
|
|
anon_sym_not,
|
|
ACTIONS(71), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(267), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(724), 1,
|
|
anon_sym_from,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(948), 1,
|
|
sym_expression,
|
|
STATE(1167), 1,
|
|
sym_expression_list,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(726), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
STATE(1300), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(728), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(730), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
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(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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(732), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
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] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(738), 1,
|
|
anon_sym_lambda,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(919), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(987), 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(734), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(736), 3,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(670), 4,
|
|
anon_sym_print,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[3672] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(704), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(896), 1,
|
|
sym_expression,
|
|
STATE(1177), 1,
|
|
sym_yield,
|
|
STATE(1359), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1065), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[3776] = 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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(740), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[3878] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(704), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(912), 1,
|
|
sym_expression,
|
|
STATE(1192), 1,
|
|
sym_yield,
|
|
STATE(1389), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1065), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[3982] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(742), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(905), 1,
|
|
sym_expression,
|
|
STATE(1216), 1,
|
|
sym_yield,
|
|
STATE(1370), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1065), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[4086] = 23,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(53), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(744), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[4188] = 23,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(746), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(893), 1,
|
|
sym_expression,
|
|
STATE(1413), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(582), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1065), 3,
|
|
sym_list_splat,
|
|
sym_parenthesized_list_splat,
|
|
sym_yield,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[4290] = 23,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(53), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(748), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[4392] = 23,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(69), 1,
|
|
anon_sym_not,
|
|
ACTIONS(71), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(750), 1,
|
|
anon_sym_from,
|
|
ACTIONS(752), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(754), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(972), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(676), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
STATE(1088), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[4494] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(704), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(912), 1,
|
|
sym_expression,
|
|
STATE(1192), 1,
|
|
sym_yield,
|
|
STATE(1243), 1,
|
|
sym_parenthesized_list_splat,
|
|
STATE(1244), 1,
|
|
sym_list_splat,
|
|
STATE(1389), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[4600] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(752), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(754), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(756), 1,
|
|
anon_sym_from,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(972), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(682), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
STATE(1088), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[4702] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(758), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(898), 1,
|
|
sym_expression,
|
|
STATE(1393), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(582), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1065), 3,
|
|
sym_list_splat,
|
|
sym_parenthesized_list_splat,
|
|
sym_yield,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[4804] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(758), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(911), 1,
|
|
sym_expression,
|
|
STATE(1361), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(582), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1065), 3,
|
|
sym_list_splat,
|
|
sym_parenthesized_list_splat,
|
|
sym_yield,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[4906] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(760), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(912), 1,
|
|
sym_expression,
|
|
STATE(1192), 1,
|
|
sym_yield,
|
|
STATE(1389), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1065), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[5010] = 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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(762), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(764), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
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(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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(766), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(898), 1,
|
|
sym_expression,
|
|
STATE(1393), 1,
|
|
sym__collection_elements,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(582), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1065), 3,
|
|
sym_list_splat,
|
|
sym_parenthesized_list_splat,
|
|
sym_yield,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
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] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(666), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(760), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(912), 1,
|
|
sym_expression,
|
|
STATE(1192), 1,
|
|
sym_yield,
|
|
STATE(1243), 1,
|
|
sym_parenthesized_list_splat,
|
|
STATE(1244), 1,
|
|
sym_list_splat,
|
|
STATE(1389), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[5422] = 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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(768), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[5524] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1010), 1,
|
|
sym_expression,
|
|
STATE(1341), 1,
|
|
sym_expression_list,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(770), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
STATE(1300), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[5626] = 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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(772), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[5728] = 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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(774), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[5830] = 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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(776), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[5932] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(738), 1,
|
|
anon_sym_lambda,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(919), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(987), 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(670), 4,
|
|
anon_sym_print,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[6030] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(738), 1,
|
|
anon_sym_lambda,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(919), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(987), 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(782), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(784), 3,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(670), 4,
|
|
anon_sym_print,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[6128] = 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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(786), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[6230] = 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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(788), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[6332] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(750), 1,
|
|
anon_sym_from,
|
|
ACTIONS(752), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(754), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(972), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(676), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
STATE(1088), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[6434] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(738), 1,
|
|
anon_sym_lambda,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(919), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(987), 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(790), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(792), 3,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(670), 4,
|
|
anon_sym_print,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[6532] = 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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
ACTIONS(794), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[6634] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(258), 1,
|
|
sym_identifier,
|
|
ACTIONS(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(688), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(690), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1009), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1133), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[6733] = 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,
|
|
[6794] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(800), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(802), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 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,
|
|
STATE(1303), 3,
|
|
sym_list_splat,
|
|
sym__index_expression,
|
|
sym_slice,
|
|
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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[6893] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(800), 1,
|
|
anon_sym_COLON,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1041), 1,
|
|
sym_expression,
|
|
STATE(1379), 1,
|
|
sym_index_expression_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1236), 3,
|
|
sym_list_splat,
|
|
sym__index_expression,
|
|
sym_slice,
|
|
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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[6992] = 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(688), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(690), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1009), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1133), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[7091] = 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(576), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(632), 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(804), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
ACTIONS(295), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(568), 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(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[7178] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(800), 1,
|
|
anon_sym_COLON,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1041), 1,
|
|
sym_expression,
|
|
STATE(1377), 1,
|
|
sym_index_expression_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1227), 3,
|
|
sym_list_splat,
|
|
sym__index_expression,
|
|
sym_slice,
|
|
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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[7277] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(800), 1,
|
|
anon_sym_COLON,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1041), 1,
|
|
sym_expression,
|
|
STATE(1477), 1,
|
|
sym_index_expression_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1232), 3,
|
|
sym_list_splat,
|
|
sym__index_expression,
|
|
sym_slice,
|
|
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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[7376] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(808), 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(806), 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,
|
|
[7437] = 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,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(712), 1,
|
|
sym_identifier,
|
|
ACTIONS(716), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1066), 1,
|
|
sym_expression,
|
|
STATE(1286), 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(1287), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[7536] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(258), 1,
|
|
sym_identifier,
|
|
ACTIONS(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(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(800), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(810), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 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,
|
|
STATE(1303), 3,
|
|
sym_list_splat,
|
|
sym__index_expression,
|
|
sym_slice,
|
|
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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[7635] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
ACTIONS(818), 1,
|
|
anon_sym_except,
|
|
ACTIONS(820), 1,
|
|
anon_sym_finally,
|
|
STATE(362), 1,
|
|
sym_else_clause,
|
|
STATE(547), 1,
|
|
sym_finally_clause,
|
|
STATE(272), 2,
|
|
sym_except_clause,
|
|
aux_sym_try_statement_repeat1,
|
|
ACTIONS(814), 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(812), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[7707] = 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(380), 1,
|
|
sym_else_clause,
|
|
STATE(512), 1,
|
|
sym_finally_clause,
|
|
STATE(258), 2,
|
|
sym_except_clause,
|
|
aux_sym_try_statement_repeat1,
|
|
ACTIONS(814), 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(812), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[7779] = 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(390), 1,
|
|
sym_else_clause,
|
|
STATE(510), 1,
|
|
sym_finally_clause,
|
|
STATE(258), 2,
|
|
sym_except_clause,
|
|
aux_sym_try_statement_repeat1,
|
|
ACTIONS(828), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(830), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[7851] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(800), 1,
|
|
anon_sym_COLON,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 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,
|
|
STATE(1303), 3,
|
|
sym_list_splat,
|
|
sym__index_expression,
|
|
sym_slice,
|
|
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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[7947] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
ACTIONS(818), 1,
|
|
anon_sym_except,
|
|
ACTIONS(820), 1,
|
|
anon_sym_finally,
|
|
STATE(417), 1,
|
|
sym_else_clause,
|
|
STATE(495), 1,
|
|
sym_finally_clause,
|
|
STATE(272), 2,
|
|
sym_except_clause,
|
|
aux_sym_try_statement_repeat1,
|
|
ACTIONS(828), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(830), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[8019] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1042), 1,
|
|
sym_expression,
|
|
STATE(1440), 1,
|
|
sym_expression_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1329), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[8117] = 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(688), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1009), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(1133), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[8213] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1021), 1,
|
|
sym_expression,
|
|
STATE(1355), 1,
|
|
sym_expression_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1329), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[8311] = 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(390), 1,
|
|
sym_else_clause,
|
|
STATE(510), 1,
|
|
sym_finally_clause,
|
|
STATE(260), 2,
|
|
sym_except_group_clause,
|
|
aux_sym_try_statement_repeat2,
|
|
ACTIONS(828), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(830), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[8383] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
ACTIONS(820), 1,
|
|
anon_sym_finally,
|
|
ACTIONS(834), 1,
|
|
anon_sym_except,
|
|
STATE(362), 1,
|
|
sym_else_clause,
|
|
STATE(547), 1,
|
|
sym_finally_clause,
|
|
STATE(270), 2,
|
|
sym_except_group_clause,
|
|
aux_sym_try_statement_repeat2,
|
|
ACTIONS(814), 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(812), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[8455] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
ACTIONS(820), 1,
|
|
anon_sym_finally,
|
|
ACTIONS(834), 1,
|
|
anon_sym_except,
|
|
STATE(417), 1,
|
|
sym_else_clause,
|
|
STATE(495), 1,
|
|
sym_finally_clause,
|
|
STATE(270), 2,
|
|
sym_except_group_clause,
|
|
aux_sym_try_statement_repeat2,
|
|
ACTIONS(828), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(830), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[8527] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1002), 1,
|
|
sym_expression,
|
|
STATE(1338), 1,
|
|
sym_expression_list,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1300), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[8625] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1036), 1,
|
|
sym_expression,
|
|
STATE(1396), 1,
|
|
sym_expression_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1329), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[8723] = 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(380), 1,
|
|
sym_else_clause,
|
|
STATE(512), 1,
|
|
sym_finally_clause,
|
|
STATE(260), 2,
|
|
sym_except_group_clause,
|
|
aux_sym_try_statement_repeat2,
|
|
ACTIONS(814), 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(812), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[8795] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1030), 1,
|
|
sym_expression,
|
|
STATE(1424), 1,
|
|
sym_expression_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1329), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[8893] = 21,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(53), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(258), 1,
|
|
sym_identifier,
|
|
ACTIONS(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(836), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1148), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1319), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[8988] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(264), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(271), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(838), 1,
|
|
anon_sym_for,
|
|
ACTIONS(840), 1,
|
|
anon_sym_with,
|
|
ACTIONS(842), 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,
|
|
[9061] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(897), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(998), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[9156] = 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(844), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1148), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1319), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[9251] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(752), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(754), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(972), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1088), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[9346] = 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(846), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1148), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1319), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[9441] = 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(848), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1148), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1319), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[9536] = 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(850), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1148), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1319), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[9631] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(264), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(271), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(852), 1,
|
|
anon_sym_for,
|
|
ACTIONS(854), 1,
|
|
anon_sym_with,
|
|
ACTIONS(856), 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,
|
|
[9704] = 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(858), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1148), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1319), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[9799] = 21,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(53), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(258), 1,
|
|
sym_identifier,
|
|
ACTIONS(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(860), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1148), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1319), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[9894] = 21,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(53), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(258), 1,
|
|
sym_identifier,
|
|
ACTIONS(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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1148), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1319), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[9989] = 21,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(53), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(258), 1,
|
|
sym_identifier,
|
|
ACTIONS(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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1148), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1319), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[10084] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(995), 1,
|
|
sym_expression,
|
|
STATE(1115), 1,
|
|
sym_list_splat,
|
|
STATE(1429), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[10178] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
ACTIONS(870), 1,
|
|
anon_sym_elif,
|
|
STATE(280), 1,
|
|
aux_sym_if_statement_repeat1,
|
|
STATE(425), 1,
|
|
sym_elif_clause,
|
|
STATE(492), 1,
|
|
sym_else_clause,
|
|
ACTIONS(868), 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(866), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[10246] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(995), 1,
|
|
sym_expression,
|
|
STATE(1115), 1,
|
|
sym_list_splat,
|
|
STATE(1375), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[10340] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(872), 1,
|
|
anon_sym_STAR,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1022), 1,
|
|
sym_expression,
|
|
STATE(1210), 1,
|
|
sym_list_splat,
|
|
STATE(1211), 1,
|
|
sym_type,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[10434] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(995), 1,
|
|
sym_expression,
|
|
STATE(1115), 1,
|
|
sym_list_splat,
|
|
STATE(1431), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[10528] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(874), 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(876), 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,
|
|
[10586] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(878), 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(880), 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,
|
|
[10644] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(886), 1,
|
|
anon_sym_except,
|
|
STATE(258), 2,
|
|
sym_except_clause,
|
|
aux_sym_try_statement_repeat1,
|
|
ACTIONS(882), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(884), 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,
|
|
[10706] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(995), 1,
|
|
sym_expression,
|
|
STATE(1115), 1,
|
|
sym_list_splat,
|
|
STATE(1467), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[10800] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(893), 1,
|
|
anon_sym_except,
|
|
STATE(260), 2,
|
|
sym_except_group_clause,
|
|
aux_sym_try_statement_repeat2,
|
|
ACTIONS(889), 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(891), 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,
|
|
[10862] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(878), 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(880), 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,
|
|
[10920] = 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,
|
|
[10978] = 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(900), 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,
|
|
[11036] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(906), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(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,
|
|
[11094] = 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(900), 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,
|
|
[11152] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(822), 1,
|
|
anon_sym_else,
|
|
ACTIONS(908), 1,
|
|
anon_sym_elif,
|
|
STATE(278), 1,
|
|
aux_sym_if_statement_repeat1,
|
|
STATE(424), 1,
|
|
sym_elif_clause,
|
|
STATE(491), 1,
|
|
sym_else_clause,
|
|
ACTIONS(868), 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(866), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[11220] = 21,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(258), 1,
|
|
sym_identifier,
|
|
ACTIONS(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(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(995), 1,
|
|
sym_expression,
|
|
STATE(1115), 1,
|
|
sym_list_splat,
|
|
STATE(1434), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[11314] = 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,
|
|
[11372] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(874), 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(876), 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,
|
|
[11430] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(910), 1,
|
|
anon_sym_except,
|
|
STATE(270), 2,
|
|
sym_except_group_clause,
|
|
aux_sym_try_statement_repeat2,
|
|
ACTIONS(889), 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(891), 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,
|
|
[11492] = 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(915), 1,
|
|
anon_sym_COLON,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1044), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(913), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[11584] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(917), 1,
|
|
anon_sym_except,
|
|
STATE(272), 2,
|
|
sym_except_clause,
|
|
aux_sym_try_statement_repeat1,
|
|
ACTIONS(882), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(884), 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,
|
|
[11646] = 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(922), 1,
|
|
anon_sym_COLON,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1025), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(920), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[11738] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1148), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(1319), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[11830] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(264), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(271), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(924), 1,
|
|
sym__string_start,
|
|
STATE(1281), 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,
|
|
[11900] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(995), 1,
|
|
sym_expression,
|
|
STATE(1115), 1,
|
|
sym_list_splat,
|
|
STATE(1383), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[11994] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(822), 1,
|
|
anon_sym_else,
|
|
ACTIONS(908), 1,
|
|
anon_sym_elif,
|
|
STATE(281), 1,
|
|
aux_sym_if_statement_repeat1,
|
|
STATE(424), 1,
|
|
sym_elif_clause,
|
|
STATE(523), 1,
|
|
sym_else_clause,
|
|
ACTIONS(926), 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(928), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[12062] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(822), 1,
|
|
anon_sym_else,
|
|
ACTIONS(908), 1,
|
|
anon_sym_elif,
|
|
STATE(303), 1,
|
|
aux_sym_if_statement_repeat1,
|
|
STATE(424), 1,
|
|
sym_elif_clause,
|
|
STATE(528), 1,
|
|
sym_else_clause,
|
|
ACTIONS(930), 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,
|
|
[12130] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
ACTIONS(870), 1,
|
|
anon_sym_elif,
|
|
STATE(286), 1,
|
|
aux_sym_if_statement_repeat1,
|
|
STATE(425), 1,
|
|
sym_elif_clause,
|
|
STATE(536), 1,
|
|
sym_else_clause,
|
|
ACTIONS(926), 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(928), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[12198] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
ACTIONS(870), 1,
|
|
anon_sym_elif,
|
|
STATE(304), 1,
|
|
aux_sym_if_statement_repeat1,
|
|
STATE(425), 1,
|
|
sym_elif_clause,
|
|
STATE(526), 1,
|
|
sym_else_clause,
|
|
ACTIONS(930), 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,
|
|
[12266] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(822), 1,
|
|
anon_sym_else,
|
|
ACTIONS(908), 1,
|
|
anon_sym_elif,
|
|
STATE(303), 1,
|
|
aux_sym_if_statement_repeat1,
|
|
STATE(424), 1,
|
|
sym_elif_clause,
|
|
STATE(467), 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(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,
|
|
[12334] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(906), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(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,
|
|
[12392] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(995), 1,
|
|
sym_expression,
|
|
STATE(1115), 1,
|
|
sym_list_splat,
|
|
STATE(1151), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[12486] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(995), 1,
|
|
sym_expression,
|
|
STATE(1115), 1,
|
|
sym_list_splat,
|
|
STATE(1435), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[12580] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(995), 1,
|
|
sym_expression,
|
|
STATE(1115), 1,
|
|
sym_list_splat,
|
|
STATE(1459), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[12674] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
ACTIONS(870), 1,
|
|
anon_sym_elif,
|
|
STATE(304), 1,
|
|
aux_sym_if_statement_repeat1,
|
|
STATE(425), 1,
|
|
sym_elif_clause,
|
|
STATE(511), 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(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,
|
|
[12742] = 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(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(995), 1,
|
|
sym_expression,
|
|
STATE(1115), 1,
|
|
sym_list_splat,
|
|
STATE(1259), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[12836] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(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(692), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1068), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[12927] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1055), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(938), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[13016] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1072), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(940), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[13105] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(738), 1,
|
|
anon_sym_lambda,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(913), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(982), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[13194] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1079), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(942), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[13283] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(738), 1,
|
|
anon_sym_lambda,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(919), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(987), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[13372] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(946), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(980), 1,
|
|
sym_expression,
|
|
STATE(1193), 1,
|
|
sym_with_item,
|
|
STATE(1405), 1,
|
|
sym_with_clause,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[13463] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(738), 1,
|
|
anon_sym_lambda,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(919), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(943), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[13552] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(738), 1,
|
|
anon_sym_lambda,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(921), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(977), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[13641] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
ACTIONS(956), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(958), 1,
|
|
anon_sym_COLON,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(1024), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[13732] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
ACTIONS(960), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(980), 1,
|
|
sym_expression,
|
|
STATE(1265), 1,
|
|
sym_with_item,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[13823] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(946), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(980), 1,
|
|
sym_expression,
|
|
STATE(1193), 1,
|
|
sym_with_item,
|
|
STATE(1403), 1,
|
|
sym_with_clause,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[13914] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(946), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(980), 1,
|
|
sym_expression,
|
|
STATE(1193), 1,
|
|
sym_with_item,
|
|
STATE(1411), 1,
|
|
sym_with_clause,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[14005] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
ACTIONS(962), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(964), 1,
|
|
anon_sym_COLON,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(1034), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[14096] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
ACTIONS(966), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(980), 1,
|
|
sym_expression,
|
|
STATE(1265), 1,
|
|
sym_with_item,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[14187] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(972), 1,
|
|
anon_sym_elif,
|
|
STATE(303), 1,
|
|
aux_sym_if_statement_repeat1,
|
|
STATE(424), 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,
|
|
[14250] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(975), 1,
|
|
anon_sym_elif,
|
|
STATE(304), 1,
|
|
aux_sym_if_statement_repeat1,
|
|
STATE(425), 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,
|
|
[14313] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1018), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(978), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[14402] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1018), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(980), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[14491] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1018), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(982), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[14580] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
ACTIONS(738), 1,
|
|
anon_sym_lambda,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(919), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(968), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[14669] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(264), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(271), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(984), 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,
|
|
[14736] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(946), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(980), 1,
|
|
sym_expression,
|
|
STATE(1193), 1,
|
|
sym_with_item,
|
|
STATE(1392), 1,
|
|
sym_with_clause,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[14827] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1018), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(986), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[14916] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1076), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(988), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[15005] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(994), 1,
|
|
anon_sym_case,
|
|
STATE(313), 2,
|
|
sym_case_block,
|
|
aux_sym_cases_repeat1,
|
|
ACTIONS(990), 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(992), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[15065] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(980), 1,
|
|
sym_expression,
|
|
STATE(1265), 1,
|
|
sym_with_item,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[15153] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(999), 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(997), 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,
|
|
[15209] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1003), 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(1001), 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,
|
|
[15265] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1007), 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(1005), 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,
|
|
[15321] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1009), 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(1011), 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,
|
|
[15377] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1013), 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(1015), 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,
|
|
[15433] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(570), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(572), 2,
|
|
anon_sym_COLON,
|
|
anon_sym_EQ,
|
|
ACTIONS(565), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(574), 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,
|
|
[15497] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1013), 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(1015), 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,
|
|
[15553] = 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,
|
|
[15609] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1009), 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(1011), 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,
|
|
[15665] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(808), 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(806), 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,
|
|
[15721] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1024), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(1026), 2,
|
|
anon_sym_COLON,
|
|
anon_sym_EQ,
|
|
ACTIONS(1019), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(1028), 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(1017), 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(1022), 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,
|
|
[15785] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1007), 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(1005), 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,
|
|
[15841] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1030), 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(1032), 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,
|
|
[15897] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1038), 1,
|
|
anon_sym_case,
|
|
STATE(337), 2,
|
|
sym_case_block,
|
|
aux_sym_cases_repeat1,
|
|
ACTIONS(1036), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1034), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[15957] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1042), 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(1040), 36,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_except,
|
|
anon_sym_finally,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[16013] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1046), 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(1044), 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,
|
|
[16069] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1048), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1050), 36,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_except,
|
|
anon_sym_finally,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[16125] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1052), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1054), 36,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_except,
|
|
anon_sym_finally,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[16181] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1003), 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(1001), 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,
|
|
[16237] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1056), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1059), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(1061), 2,
|
|
anon_sym_COLON,
|
|
anon_sym_EQ,
|
|
ACTIONS(1063), 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(1022), 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(1017), 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,
|
|
[16301] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1065), 1,
|
|
anon_sym_case,
|
|
STATE(313), 2,
|
|
sym_case_block,
|
|
aux_sym_cases_repeat1,
|
|
ACTIONS(1036), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1034), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[16361] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(999), 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(997), 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,
|
|
[16417] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1067), 1,
|
|
anon_sym_case,
|
|
STATE(337), 2,
|
|
sym_case_block,
|
|
aux_sym_cases_repeat1,
|
|
ACTIONS(990), 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(992), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[16477] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1046), 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(1044), 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,
|
|
[16533] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1042), 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(1040), 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,
|
|
[16589] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
ACTIONS(964), 1,
|
|
anon_sym_COLON,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(1034), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[16677] = 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,
|
|
[16741] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1048), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1050), 36,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_except,
|
|
anon_sym_finally,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[16797] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1030), 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(1032), 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,
|
|
[16853] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1052), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1054), 36,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_except,
|
|
anon_sym_finally,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[16909] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
ACTIONS(958), 1,
|
|
anon_sym_COLON,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(1024), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[16997] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(822), 1,
|
|
anon_sym_else,
|
|
STATE(502), 1,
|
|
sym_else_clause,
|
|
ACTIONS(1070), 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(1072), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[17056] = 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(1074), 1,
|
|
sym_identifier,
|
|
ACTIONS(1078), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(890), 1,
|
|
sym_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(392), 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(1076), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 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,
|
|
[17143] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
STATE(556), 1,
|
|
sym_else_clause,
|
|
ACTIONS(1082), 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(1080), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[17202] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(999), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[17287] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(966), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[17372] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[17457] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
STATE(517), 1,
|
|
sym_else_clause,
|
|
ACTIONS(1086), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1084), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[17516] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1108), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[17601] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1090), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1097), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1095), 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(1093), 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(1088), 16,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_LBRACK,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[17662] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(990), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[17747] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[17832] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1095), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[17917] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(985), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[18002] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(876), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[18087] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(909), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[18172] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(872), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[18257] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(820), 1,
|
|
anon_sym_finally,
|
|
STATE(515), 1,
|
|
sym_finally_clause,
|
|
ACTIONS(1101), 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(1099), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[18316] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(860), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[18401] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1083), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[18486] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1026), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[18571] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1017), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[18656] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(883), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[18741] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(886), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[18826] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
STATE(458), 1,
|
|
sym_else_clause,
|
|
ACTIONS(1105), 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(1103), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[18885] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(928), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[18970] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(1001), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[19055] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1056), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[19140] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(984), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[19225] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(881), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[19310] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[19395] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(880), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[19480] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(1053), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[19565] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(870), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[19650] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(878), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[19735] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(826), 1,
|
|
anon_sym_finally,
|
|
STATE(470), 1,
|
|
sym_finally_clause,
|
|
ACTIONS(1101), 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(1099), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[19794] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1101), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[19879] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(973), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[19964] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1152), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[20049] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(957), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[20134] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1149), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[20219] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
STATE(494), 1,
|
|
sym_else_clause,
|
|
ACTIONS(1070), 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(1072), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[20278] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(866), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[20363] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(970), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[20448] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(960), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[20533] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(826), 1,
|
|
anon_sym_finally,
|
|
STATE(513), 1,
|
|
sym_finally_clause,
|
|
ACTIONS(1107), 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(1109), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[20592] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1113), 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(1111), 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,
|
|
[20647] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1026), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1019), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(1017), 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(1028), 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(1022), 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,
|
|
[20708] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1037), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[20793] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(1008), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[20878] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(868), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[20963] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1011), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[21048] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(822), 1,
|
|
anon_sym_else,
|
|
STATE(484), 1,
|
|
sym_else_clause,
|
|
ACTIONS(1086), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1084), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[21107] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1113), 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(1111), 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,
|
|
[21162] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(1047), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[21247] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(822), 1,
|
|
anon_sym_else,
|
|
STATE(519), 1,
|
|
sym_else_clause,
|
|
ACTIONS(1115), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1117), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[21306] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[21391] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1145), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[21476] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(941), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[21561] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(1006), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[21646] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(923), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[21731] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1087), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[21816] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(1005), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[21901] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1144), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[21986] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(934), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[22071] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[22156] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1061), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[22241] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1085), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[22326] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(879), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[22411] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1056), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1061), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1063), 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(1022), 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(1017), 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,
|
|
[22472] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[22557] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(932), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[22642] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(820), 1,
|
|
anon_sym_finally,
|
|
STATE(546), 1,
|
|
sym_finally_clause,
|
|
ACTIONS(1107), 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(1109), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[22701] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
STATE(541), 1,
|
|
sym_else_clause,
|
|
ACTIONS(1115), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1117), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[22760] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(822), 1,
|
|
anon_sym_else,
|
|
STATE(529), 1,
|
|
sym_else_clause,
|
|
ACTIONS(1119), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1121), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[22819] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(822), 1,
|
|
anon_sym_else,
|
|
STATE(472), 1,
|
|
sym_else_clause,
|
|
ACTIONS(1105), 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(1103), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[22878] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1107), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[22963] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1125), 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(1123), 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,
|
|
[23018] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(953), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[23103] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1127), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1129), 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,
|
|
[23158] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1127), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1129), 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,
|
|
[23213] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1093), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[23298] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1133), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1140), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1138), 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(1136), 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(1131), 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,
|
|
[23359] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1125), 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(1123), 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,
|
|
[23414] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1018), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[23499] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1098), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[23584] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1050), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[23669] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1078), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[23754] = 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(664), 1,
|
|
sym_identifier,
|
|
ACTIONS(674), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(576), 1,
|
|
sym_primary_expression,
|
|
STATE(871), 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(670), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[23839] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(860), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[23924] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(991), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[24009] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(822), 1,
|
|
anon_sym_else,
|
|
STATE(488), 1,
|
|
sym_else_clause,
|
|
ACTIONS(1082), 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(1080), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[24068] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1128), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[24153] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[24238] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(1064), 1,
|
|
sym_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[24323] = 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(569), 1,
|
|
sym_string,
|
|
STATE(589), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[24408] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(816), 1,
|
|
anon_sym_else,
|
|
STATE(537), 1,
|
|
sym_else_clause,
|
|
ACTIONS(1119), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1121), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[24467] = 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(531), 1,
|
|
sym_identifier,
|
|
ACTIONS(537), 1,
|
|
anon_sym_await,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(692), 1,
|
|
sym_primary_expression,
|
|
STATE(693), 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(533), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(937), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[24552] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(258), 1,
|
|
sym_identifier,
|
|
ACTIONS(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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1069), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[24637] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(258), 1,
|
|
sym_identifier,
|
|
ACTIONS(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(569), 1,
|
|
sym_string,
|
|
STATE(589), 1,
|
|
sym_primary_expression,
|
|
STATE(1067), 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(862), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[24722] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(944), 1,
|
|
sym_identifier,
|
|
ACTIONS(950), 1,
|
|
anon_sym_not,
|
|
ACTIONS(952), 1,
|
|
anon_sym_lambda,
|
|
ACTIONS(954), 1,
|
|
anon_sym_await,
|
|
STATE(705), 1,
|
|
sym_primary_expression,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(969), 1,
|
|
sym_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(948), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(978), 6,
|
|
sym_named_expression,
|
|
sym_not_operator,
|
|
sym_boolean_operator,
|
|
sym_comparison_operator,
|
|
sym_lambda,
|
|
sym_conditional_expression,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[24807] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1144), 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(1142), 34,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_case,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[24861] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1148), 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(1146), 34,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_finally,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[24915] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1150), 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(1152), 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,
|
|
[24969] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1148), 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(1146), 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,
|
|
[25023] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1154), 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(1156), 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,
|
|
[25077] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1150), 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(1152), 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,
|
|
[25131] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1144), 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(1142), 34,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_case,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[25185] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1160), 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(1158), 34,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_case,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[25239] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1164), 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(1162), 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,
|
|
[25293] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1160), 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(1158), 34,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_case,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[25347] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1164), 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(1162), 34,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_case,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[25401] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1154), 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(1156), 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,
|
|
[25455] = 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(1166), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[25508] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1170), 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), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[25561] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1176), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1174), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[25614] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1180), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1178), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[25667] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1182), 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), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[25720] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1186), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1188), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[25773] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1192), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1190), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[25826] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1186), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1188), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[25879] = 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(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,
|
|
[25932] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1198), 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(1200), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[25985] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1204), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1202), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[26038] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(828), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(830), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[26091] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1208), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[26144] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1210), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1212), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[26197] = 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(1166), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[26250] = 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(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,
|
|
[26303] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1192), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1190), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[26356] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 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(1220), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[26409] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1222), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1224), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[26462] = 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(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,
|
|
[26515] = 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(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,
|
|
[26568] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1234), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1236), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[26621] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1180), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1178), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[26674] = 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(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,
|
|
[26727] = 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(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,
|
|
[26780] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1210), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1212), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[26833] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1238), 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,
|
|
[26886] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1182), 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), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[26939] = 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(1244), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[26992] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1246), 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(1248), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27045] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1250), 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(1252), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27098] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1254), 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(1256), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27151] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1258), 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(1260), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27204] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1262), 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(1264), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27257] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1262), 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(1264), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27310] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1268), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1266), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27363] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1272), 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,
|
|
[27416] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1107), 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(1109), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27469] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1268), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1266), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27522] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(814), 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(812), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27575] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1204), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1202), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27628] = 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(1276), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27681] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1280), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1278), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27734] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1282), 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(1284), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27787] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1272), 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,
|
|
[27840] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(279), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(636), 1,
|
|
sym_identifier,
|
|
ACTIONS(638), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(648), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(650), 1,
|
|
anon_sym_await,
|
|
ACTIONS(1288), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(834), 1,
|
|
sym_pattern,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1286), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
STATE(712), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(642), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 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,
|
|
[27925] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1176), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1174), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[27978] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1292), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1290), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[28031] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1296), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1294), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[28084] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1300), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1298), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[28137] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1304), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1302), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[28190] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(828), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(830), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[28243] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1107), 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(1109), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[28296] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1198), 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(1200), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[28349] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1101), 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(1099), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[28402] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(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(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,
|
|
[28455] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(814), 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(812), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[28508] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1208), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[28561] = 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(1276), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[28614] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1238), 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,
|
|
[28667] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(279), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(636), 1,
|
|
sym_identifier,
|
|
ACTIONS(638), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(648), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(650), 1,
|
|
anon_sym_await,
|
|
ACTIONS(1288), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1310), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
STATE(1112), 1,
|
|
sym_pattern,
|
|
STATE(1380), 1,
|
|
sym__patterns,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(712), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(642), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 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,
|
|
[28754] = 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,
|
|
[28807] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1280), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1278), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[28860] = 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,
|
|
[28913] = 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,
|
|
[28966] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1324), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1326), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[29019] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1304), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1302), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[29072] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1254), 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(1256), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[29125] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(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,
|
|
[29178] = 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(1244), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[29231] = 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,
|
|
[29284] = 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,
|
|
[29337] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1336), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(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,
|
|
[29390] = 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(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,
|
|
[29443] = 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(1344), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[29496] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1350), 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,
|
|
[29549] = 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(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,
|
|
[29602] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1336), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(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,
|
|
[29655] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1324), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1326), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[29708] = 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,
|
|
[29761] = 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,
|
|
[29814] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1350), 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,
|
|
[29867] = 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,
|
|
[29920] = 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,
|
|
[29973] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1246), 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(1248), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[30026] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(279), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(636), 1,
|
|
sym_identifier,
|
|
ACTIONS(638), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(648), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(650), 1,
|
|
anon_sym_await,
|
|
ACTIONS(1288), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(834), 1,
|
|
sym_pattern,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1352), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
STATE(712), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(642), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 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,
|
|
[30111] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1170), 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), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[30164] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1282), 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(1284), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[30217] = 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(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,
|
|
[30270] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1101), 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(1099), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[30323] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1234), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1236), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[30376] = 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(1344), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[30429] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1292), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1290), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[30482] = 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(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,
|
|
[30535] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1258), 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(1260), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[30588] = 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(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,
|
|
[30641] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1222), 12,
|
|
sym__dedent,
|
|
sym__string_start,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1224), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[30694] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 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(1220), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[30747] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1250), 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(1252), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[30800] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1296), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1294), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[30853] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1300), 12,
|
|
sym__string_start,
|
|
ts_builtin_sym_end,
|
|
anon_sym_LPAREN,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_TILDE,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(1298), 33,
|
|
anon_sym_import,
|
|
anon_sym_from,
|
|
anon_sym_STAR,
|
|
anon_sym_print,
|
|
anon_sym_assert,
|
|
anon_sym_return,
|
|
anon_sym_del,
|
|
anon_sym_raise,
|
|
anon_sym_pass,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_while,
|
|
anon_sym_try,
|
|
anon_sym_with,
|
|
anon_sym_match,
|
|
anon_sym_def,
|
|
anon_sym_global,
|
|
anon_sym_nonlocal,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
anon_sym_class,
|
|
anon_sym_not,
|
|
anon_sym_lambda,
|
|
anon_sym_yield,
|
|
sym_integer,
|
|
sym_identifier,
|
|
anon_sym_await,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[30906] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(279), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(636), 1,
|
|
sym_identifier,
|
|
ACTIONS(638), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(648), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(650), 1,
|
|
anon_sym_await,
|
|
ACTIONS(1288), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
STATE(1186), 1,
|
|
sym_pattern,
|
|
STATE(1437), 1,
|
|
sym_pattern_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(712), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(642), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 14,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[30990] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(279), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(636), 1,
|
|
sym_identifier,
|
|
ACTIONS(638), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(648), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(650), 1,
|
|
anon_sym_await,
|
|
ACTIONS(1288), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
STATE(1256), 1,
|
|
sym_pattern,
|
|
STATE(1391), 1,
|
|
sym_pattern_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(712), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(642), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 14,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[31074] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(279), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(636), 1,
|
|
sym_identifier,
|
|
ACTIONS(638), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(648), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(650), 1,
|
|
anon_sym_await,
|
|
ACTIONS(1288), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
STATE(1262), 1,
|
|
sym_pattern,
|
|
STATE(1476), 1,
|
|
sym_pattern_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(712), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(642), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 14,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[31158] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(279), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(636), 1,
|
|
sym_identifier,
|
|
ACTIONS(638), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(648), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(650), 1,
|
|
anon_sym_await,
|
|
ACTIONS(1288), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
STATE(1213), 1,
|
|
sym_pattern,
|
|
STATE(1416), 1,
|
|
sym_pattern_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(712), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(642), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 14,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[31242] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(279), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(636), 1,
|
|
sym_identifier,
|
|
ACTIONS(638), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(648), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(650), 1,
|
|
anon_sym_await,
|
|
ACTIONS(1288), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
STATE(1164), 1,
|
|
sym_pattern,
|
|
STATE(1388), 1,
|
|
sym_pattern_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(712), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(642), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 14,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[31326] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(279), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(636), 1,
|
|
sym_identifier,
|
|
ACTIONS(638), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(648), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(650), 1,
|
|
anon_sym_await,
|
|
ACTIONS(1288), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
STATE(1241), 1,
|
|
sym_pattern,
|
|
STATE(1473), 1,
|
|
sym_pattern_list,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(712), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(642), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 14,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[31410] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
STATE(567), 2,
|
|
sym_string,
|
|
aux_sym_concatenated_string_repeat1,
|
|
ACTIONS(1356), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1354), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[31465] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(279), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(636), 1,
|
|
sym_identifier,
|
|
ACTIONS(638), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(648), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(650), 1,
|
|
anon_sym_await,
|
|
ACTIONS(1288), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
STATE(1267), 1,
|
|
sym_pattern,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(712), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(642), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 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,
|
|
[31546] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1362), 1,
|
|
sym__string_start,
|
|
STATE(567), 2,
|
|
sym_string,
|
|
aux_sym_concatenated_string_repeat1,
|
|
ACTIONS(1360), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1358), 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,
|
|
[31601] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(279), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(636), 1,
|
|
sym_identifier,
|
|
ACTIONS(638), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(648), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(650), 1,
|
|
anon_sym_await,
|
|
ACTIONS(1288), 1,
|
|
anon_sym_STAR,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(834), 1,
|
|
sym_pattern,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(712), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
STATE(837), 3,
|
|
sym_tuple_pattern,
|
|
sym_list_pattern,
|
|
sym_list_splat_pattern,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(642), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 14,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[31682] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
STATE(565), 2,
|
|
sym_string,
|
|
aux_sym_concatenated_string_repeat1,
|
|
ACTIONS(1022), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[31737] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1367), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1365), 35,
|
|
sym__string_start,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[31786] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(262), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(277), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(279), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(1369), 1,
|
|
sym_identifier,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(734), 2,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
ACTIONS(285), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1371), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
ACTIONS(295), 4,
|
|
sym_integer,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(1373), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 14,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[31861] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1379), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1377), 35,
|
|
sym__string_start,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[31910] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1383), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1381), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[31958] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1387), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1385), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[32006] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1022), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[32054] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1395), 1,
|
|
anon_sym_as,
|
|
ACTIONS(1403), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1409), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1413), 1,
|
|
anon_sym_not,
|
|
ACTIONS(1415), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1417), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1421), 1,
|
|
anon_sym_is,
|
|
STATE(830), 1,
|
|
aux_sym_comparison_operator_repeat1,
|
|
ACTIONS(1397), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1399), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1405), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
ACTIONS(1419), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1411), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1401), 6,
|
|
anon_sym_in,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
ACTIONS(1393), 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,
|
|
[32136] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1425), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1423), 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,
|
|
[32184] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1429), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1427), 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,
|
|
[32232] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1433), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1431), 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,
|
|
[32280] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1437), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1435), 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,
|
|
[32328] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1441), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1439), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[32376] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1445), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1443), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[32424] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1441), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1439), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[32472] = 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,
|
|
[32520] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1449), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1447), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[32568] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1453), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1451), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[32616] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1457), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1455), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[32664] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1457), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1455), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[32712] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1395), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1465), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1473), 1,
|
|
anon_sym_not,
|
|
ACTIONS(1475), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1477), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1481), 1,
|
|
anon_sym_is,
|
|
STATE(829), 1,
|
|
aux_sym_comparison_operator_repeat1,
|
|
ACTIONS(1459), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1461), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1467), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
ACTIONS(1479), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1471), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1463), 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(1393), 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,
|
|
[32794] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1485), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1483), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[32842] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1489), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1487), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[32890] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1493), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1491), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[32938] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1497), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1495), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[32986] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1501), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1499), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[33034] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1505), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1503), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[33082] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1509), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1507), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[33130] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1513), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1511), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[33178] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1517), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1515), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[33226] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1449), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1447), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[33274] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1433), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1431), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[33322] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1521), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1519), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[33370] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1525), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1523), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[33418] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1529), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1527), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[33466] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1533), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1531), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[33514] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1537), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1535), 34,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym_type_conversion,
|
|
[33562] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1477), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1459), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1461), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1467), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1471), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 20,
|
|
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,
|
|
[33629] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1459), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1471), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[33690] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1459), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1467), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1471), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[33753] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1409), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1397), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1411), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_as,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[33814] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(604), 1,
|
|
anon_sym_await,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1543), 1,
|
|
anon_sym_not,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(727), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(592), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[33883] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1541), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[33940] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1475), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1477), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1459), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1461), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1467), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1471), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 19,
|
|
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,
|
|
[34009] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1409), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1417), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1397), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1399), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1405), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1411), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_as,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 20,
|
|
anon_sym_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,
|
|
[34076] = 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(576), 1,
|
|
anon_sym_await,
|
|
ACTIONS(1545), 1,
|
|
anon_sym_not,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(620), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[34145] = 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(1547), 1,
|
|
anon_sym_not,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(621), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[34214] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1409), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1415), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1417), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1397), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1399), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1405), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1411), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_as,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[34283] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1409), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1397), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1399), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1405), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1411), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_as,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[34348] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1409), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1541), 5,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[34405] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1409), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1541), 5,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[34462] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1465), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1475), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1477), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1459), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1461), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1467), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1471), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1551), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1549), 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,
|
|
[34533] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1403), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1409), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1415), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1417), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1397), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1399), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1405), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1411), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1551), 3,
|
|
anon_sym_as,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1549), 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,
|
|
[34604] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1459), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1461), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1467), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1471), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[34669] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1465), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1475), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1477), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1459), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1461), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1467), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1471), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1555), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1553), 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,
|
|
[34740] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1465), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1475), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1477), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1459), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1461), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1467), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1471), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1559), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1557), 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,
|
|
[34811] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1563), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1561), 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,
|
|
[34868] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1409), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(601), 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,
|
|
[34925] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1403), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1409), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1415), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1417), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1397), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1399), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1405), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1411), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1559), 3,
|
|
anon_sym_as,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1557), 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,
|
|
[34996] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(563), 1,
|
|
anon_sym_await,
|
|
ACTIONS(1569), 1,
|
|
anon_sym_not,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(694), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(557), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[35065] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1409), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1563), 5,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1561), 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,
|
|
[35122] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1409), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1397), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1405), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1411), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_as,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[35185] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1541), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[35242] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(601), 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,
|
|
[35299] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1403), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1409), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1415), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1417), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1397), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1399), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1405), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1411), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1555), 3,
|
|
anon_sym_as,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1553), 18,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_in,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[35370] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(604), 1,
|
|
anon_sym_await,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(727), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(592), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[35436] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(563), 1,
|
|
anon_sym_await,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(694), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(557), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[35502] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(563), 1,
|
|
anon_sym_await,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(700), 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(557), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[35568] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(563), 1,
|
|
anon_sym_await,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(698), 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(557), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[35634] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(563), 1,
|
|
anon_sym_await,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(701), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(557), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[35700] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(563), 1,
|
|
anon_sym_await,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(697), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(557), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[35766] = 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(1571), 1,
|
|
sym_identifier,
|
|
ACTIONS(1575), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(835), 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(1573), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 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,
|
|
[35836] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(570), 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,
|
|
[35884] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(563), 1,
|
|
anon_sym_await,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(702), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(557), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[35950] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(563), 1,
|
|
anon_sym_await,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(703), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(557), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[36016] = 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(576), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(611), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[36082] = 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(576), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(608), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[36148] = 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(576), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(620), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[36214] = 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(576), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(612), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[36280] = 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(576), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(607), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[36346] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(563), 1,
|
|
anon_sym_await,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(704), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(557), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[36412] = 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(576), 1,
|
|
anon_sym_await,
|
|
STATE(569), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[36478] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1093), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1088), 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,
|
|
[36524] = 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(576), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(606), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[36590] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1136), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1131), 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,
|
|
[36636] = 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(576), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(622), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[36702] = 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(569), 1,
|
|
sym_string,
|
|
STATE(629), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[36768] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(604), 1,
|
|
anon_sym_await,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(711), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(592), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[36834] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(604), 1,
|
|
anon_sym_await,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(735), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(592), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[36900] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(683), 2,
|
|
sym_string,
|
|
aux_sym_concatenated_string_repeat1,
|
|
ACTIONS(1356), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1354), 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,
|
|
[36950] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(604), 1,
|
|
anon_sym_await,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(710), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(592), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37016] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(604), 1,
|
|
anon_sym_await,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(731), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(592), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37082] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(604), 1,
|
|
anon_sym_await,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(730), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(592), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37148] = 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(569), 1,
|
|
sym_string,
|
|
STATE(633), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37214] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(604), 1,
|
|
anon_sym_await,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(729), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(592), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37280] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(604), 1,
|
|
anon_sym_await,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(728), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(592), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37346] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(604), 1,
|
|
anon_sym_await,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(726), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(592), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37412] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(604), 1,
|
|
anon_sym_await,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(725), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(592), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37478] = 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(1369), 1,
|
|
sym_identifier,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(843), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(293), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
STATE(734), 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(1373), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 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,
|
|
[37548] = 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(569), 1,
|
|
sym_string,
|
|
STATE(627), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37614] = 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(569), 1,
|
|
sym_string,
|
|
STATE(617), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37680] = 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(569), 1,
|
|
sym_string,
|
|
STATE(613), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37746] = 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(576), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(623), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37812] = 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(569), 1,
|
|
sym_string,
|
|
STATE(619), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37878] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(1022), 6,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_COLON,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 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,
|
|
[37926] = 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(576), 1,
|
|
anon_sym_await,
|
|
STATE(569), 1,
|
|
sym_string,
|
|
STATE(624), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[37992] = 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,
|
|
[38040] = 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(569), 1,
|
|
sym_string,
|
|
STATE(609), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[38106] = 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(569), 1,
|
|
sym_string,
|
|
STATE(616), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[38172] = 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(576), 1,
|
|
anon_sym_await,
|
|
STATE(569), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[38238] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(590), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(598), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(600), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(604), 1,
|
|
anon_sym_await,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(708), 1,
|
|
sym_string,
|
|
STATE(715), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(602), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(596), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(588), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(592), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(787), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[38304] = 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(569), 1,
|
|
sym_string,
|
|
STATE(621), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[38370] = 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(569), 1,
|
|
sym_string,
|
|
STATE(630), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[38436] = 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(569), 1,
|
|
sym_string,
|
|
STATE(618), 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(568), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(575), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[38502] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1579), 1,
|
|
sym__string_start,
|
|
STATE(683), 2,
|
|
sym_string,
|
|
aux_sym_concatenated_string_repeat1,
|
|
ACTIONS(1360), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1358), 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,
|
|
[38552] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(563), 1,
|
|
anon_sym_await,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(706), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(557), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[38618] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1024), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(1022), 6,
|
|
anon_sym_STAR,
|
|
anon_sym_COLON,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 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,
|
|
[38666] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(563), 1,
|
|
anon_sym_await,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(707), 1,
|
|
sym_primary_expression,
|
|
ACTIONS(75), 2,
|
|
sym_ellipsis,
|
|
sym_float,
|
|
ACTIONS(47), 3,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_TILDE,
|
|
ACTIONS(77), 5,
|
|
sym_integer,
|
|
sym_identifier,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
ACTIONS(557), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[38732] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(51), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
ACTIONS(555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(561), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(563), 1,
|
|
anon_sym_await,
|
|
STATE(693), 1,
|
|
sym_string,
|
|
STATE(699), 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(557), 5,
|
|
anon_sym_print,
|
|
anon_sym_async,
|
|
anon_sym_match,
|
|
anon_sym_exec,
|
|
anon_sym_type,
|
|
STATE(764), 16,
|
|
sym_binary_operator,
|
|
sym_unary_operator,
|
|
sym_attribute,
|
|
sym_subscript,
|
|
sym_call,
|
|
sym_list,
|
|
sym_set,
|
|
sym_tuple,
|
|
sym_dictionary,
|
|
sym_list_comprehension,
|
|
sym_dictionary_comprehension,
|
|
sym_set_comprehension,
|
|
sym_generator_expression,
|
|
sym_parenthesized_expression,
|
|
sym_concatenated_string,
|
|
sym_await,
|
|
[38798] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1136), 5,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1131), 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,
|
|
[38843] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1093), 5,
|
|
anon_sym_as,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1088), 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,
|
|
[38888] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
STATE(691), 2,
|
|
sym_string,
|
|
aux_sym_concatenated_string_repeat1,
|
|
ACTIONS(1356), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1354), 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,
|
|
[38937] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1582), 1,
|
|
sym__string_start,
|
|
STATE(691), 2,
|
|
sym_string,
|
|
aux_sym_concatenated_string_repeat1,
|
|
ACTIONS(1360), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1358), 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,
|
|
[38986] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1395), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1585), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1587), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1601), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1605), 1,
|
|
anon_sym_not,
|
|
ACTIONS(1607), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1609), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1613), 1,
|
|
anon_sym_is,
|
|
STATE(833), 1,
|
|
aux_sym_comparison_operator_repeat1,
|
|
ACTIONS(1589), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1591), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1597), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
ACTIONS(1611), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
STATE(768), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1603), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1593), 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(1393), 7,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
sym__semicolon,
|
|
[39065] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(81), 1,
|
|
sym__string_start,
|
|
STATE(690), 2,
|
|
sym_string,
|
|
aux_sym_concatenated_string_repeat1,
|
|
ACTIONS(1022), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[39114] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1585), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1587), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1601), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1607), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1609), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1589), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1591), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1597), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(768), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1551), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1603), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1549), 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,
|
|
[39182] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1379), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1377), 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,
|
|
[39226] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1367), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1365), 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,
|
|
[39270] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1585), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1587), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1601), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(768), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1541), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[39324] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1585), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1587), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1601), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1589), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1597), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(768), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1603), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1539), 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,
|
|
[39384] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1585), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1587), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1601), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1607), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1609), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1589), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1591), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1597), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(768), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1559), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1603), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1557), 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,
|
|
[39452] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1585), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1587), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1601), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1607), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1609), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1589), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1591), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1597), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(768), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1603), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1539), 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,
|
|
[39518] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1585), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1587), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1601), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1589), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
STATE(768), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1603), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1539), 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,
|
|
[39576] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1585), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1587), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1601), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(768), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1541), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[39630] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1585), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1587), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1601), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1609), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1589), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1591), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1597), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(768), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1603), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1539), 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,
|
|
[39694] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1585), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1587), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1601), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1589), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1591), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1597), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(768), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1541), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1603), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1539), 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,
|
|
[39756] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1615), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1617), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1625), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1629), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1631), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1635), 1,
|
|
anon_sym_not,
|
|
ACTIONS(1637), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1639), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1643), 1,
|
|
anon_sym_is,
|
|
STATE(841), 1,
|
|
aux_sym_comparison_operator_repeat1,
|
|
ACTIONS(1619), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1621), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1627), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
ACTIONS(1641), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
STATE(789), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1633), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1623), 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(1393), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
[39832] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1585), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1587), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1601), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(768), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1563), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1561), 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,
|
|
[39886] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1585), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1587), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1601), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1607), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1609), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1589), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1591), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1597), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(768), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1555), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1603), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1553), 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,
|
|
[39954] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(658), 2,
|
|
sym_string,
|
|
aux_sym_concatenated_string_repeat1,
|
|
ACTIONS(1022), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 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,
|
|
[40002] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1585), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1587), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1601), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(768), 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,
|
|
[40056] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1615), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1617), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1629), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1631), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1541), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1619), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1621), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1627), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(789), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1633), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1539), 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,
|
|
[40117] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1615), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1617), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1625), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1629), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1631), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1637), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1639), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1559), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1619), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1621), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1627), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(789), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1633), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1557), 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,
|
|
[40184] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1017), 3,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1022), 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(1063), 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,
|
|
[40229] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1088), 3,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1093), 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(1095), 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,
|
|
[40274] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1059), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(1022), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 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,
|
|
[40319] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1615), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1617), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1629), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1631), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(789), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1563), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1561), 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,
|
|
[40372] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1367), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1365), 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,
|
|
[40415] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1131), 3,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1136), 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(1138), 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,
|
|
[40460] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1615), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1617), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1629), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1631), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(789), 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,
|
|
[40513] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1379), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1377), 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,
|
|
[40556] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(1056), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(1022), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 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,
|
|
[40603] = 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(574), 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,
|
|
[40648] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(1645), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1022), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 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,
|
|
[40695] = 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,
|
|
[40742] = 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,
|
|
[40787] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1615), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1617), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1629), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1631), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(789), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1541), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[40840] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1615), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1617), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1629), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1631), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1541), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1619), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1627), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(789), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1633), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1539), 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,
|
|
[40899] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1615), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1617), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1625), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1629), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1631), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1637), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1639), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1551), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1619), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1621), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1627), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(789), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1633), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1549), 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,
|
|
[40966] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1615), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1617), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1629), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1631), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1637), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1639), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1541), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1619), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1621), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1627), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(789), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1633), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1539), 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,
|
|
[41031] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1615), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1617), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1629), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1631), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1541), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1619), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
STATE(789), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1633), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1539), 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,
|
|
[41088] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1615), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1617), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1629), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1631), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(789), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1541), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1539), 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,
|
|
[41141] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1615), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1617), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1629), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1631), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1639), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1541), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1619), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1621), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1627), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(789), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1633), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1539), 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,
|
|
[41204] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(580), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(608), 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,
|
|
[41251] = 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,
|
|
[41296] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1017), 3,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1022), 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(1028), 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,
|
|
[41341] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1615), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1617), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1625), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1629), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1631), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1637), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1639), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1555), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1619), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1621), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1627), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(789), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1633), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
ACTIONS(1553), 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,
|
|
[41408] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1457), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1455), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[41450] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1136), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1131), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[41492] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1433), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1431), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[41534] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1437), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1435), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[41576] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1493), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1491), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[41618] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1433), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1431), 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,
|
|
[41660] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1515), 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,
|
|
[41702] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1525), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1523), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[41744] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1505), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1503), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[41786] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1647), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(1022), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_COLON,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 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,
|
|
[41830] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1090), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(1093), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1088), 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,
|
|
[41874] = 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,
|
|
[41916] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1453), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1451), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[41958] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1485), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1483), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42000] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1425), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1423), 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,
|
|
[42042] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1133), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(1136), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1131), 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,
|
|
[42086] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1429), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1427), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42128] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1501), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1499), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42170] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1441), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1439), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42212] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1489), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1487), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42254] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1093), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1088), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42296] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1449), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1447), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42338] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1383), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1381), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42380] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(594), 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,
|
|
[42424] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1509), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1507), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42466] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1387), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1385), 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,
|
|
[42508] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1513), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1511), 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,
|
|
[42550] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1529), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1527), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42592] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1022), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 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,
|
|
[42634] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1449), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1447), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42676] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1537), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1535), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42718] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1533), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1531), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42760] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1521), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1519), 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,
|
|
[42802] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1457), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1455), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42844] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1441), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1439), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42886] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1056), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(1022), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 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,
|
|
[42930] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1497), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1495), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[42972] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1445), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_EQ,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1443), 29,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_from,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
sym__semicolon,
|
|
[43014] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1441), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1439), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43055] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1449), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1447), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43096] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1509), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1507), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43137] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1024), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(1645), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1022), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 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,
|
|
[43182] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1453), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1451), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43223] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1513), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1511), 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,
|
|
[43264] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1529), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1527), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43305] = 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,
|
|
[43346] = 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,
|
|
[43387] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1537), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1535), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43428] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1533), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1531), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43469] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1489), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1487), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43510] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(570), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(608), 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,
|
|
[43555] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1022), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1017), 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,
|
|
[43596] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1497), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1495), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43637] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1521), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1519), 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,
|
|
[43678] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1441), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1439), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43719] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1457), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1455), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43760] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1383), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1381), 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,
|
|
[43801] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1445), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1443), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43842] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1387), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1385), 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,
|
|
[43883] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1505), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1503), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43924] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1523), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[43965] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1517), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1515), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[44006] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1433), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1431), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[44047] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1449), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1447), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[44088] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1485), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1483), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[44129] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1493), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1491), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[44170] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1437), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1435), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[44211] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1433), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1431), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[44252] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1425), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1423), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[44293] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1429), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1427), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[44334] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1501), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1499), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[44375] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(808), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(806), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[44416] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1457), 4,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1455), 29,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_GT_GT,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_PIPE,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR_STAR,
|
|
anon_sym_AT,
|
|
anon_sym_not,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
anon_sym_AMP,
|
|
anon_sym_CARET,
|
|
anon_sym_LT_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
anon_sym_is,
|
|
[44457] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1653), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
STATE(1168), 2,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
STATE(1170), 2,
|
|
sym__match_patterns,
|
|
sym_open_sequence_match_pattern,
|
|
STATE(1299), 2,
|
|
sym__match_maybe_star_pattern,
|
|
sym_match_star_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[44531] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1653), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1669), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1671), 1,
|
|
anon_sym_COLON,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(1082), 4,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
sym__match_maybe_star_pattern,
|
|
sym_match_star_pattern,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[44605] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1653), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
STATE(1168), 2,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
STATE(1191), 2,
|
|
sym__match_patterns,
|
|
sym_open_sequence_match_pattern,
|
|
STATE(1299), 2,
|
|
sym__match_maybe_star_pattern,
|
|
sym_match_star_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[44679] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1653), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1673), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1675), 1,
|
|
anon_sym_COLON,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(1082), 4,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
sym__match_maybe_star_pattern,
|
|
sym_match_star_pattern,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[44753] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1653), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1677), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(1082), 4,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
sym__match_maybe_star_pattern,
|
|
sym_match_star_pattern,
|
|
STATE(936), 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,
|
|
[44824] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1653), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1679), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
STATE(1309), 2,
|
|
sym__match_maybe_star_pattern,
|
|
sym_match_star_pattern,
|
|
STATE(1351), 2,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[44897] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1653), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1681), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(1082), 4,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
sym__match_maybe_star_pattern,
|
|
sym_match_star_pattern,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[44968] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1653), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1679), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(1182), 4,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
sym__match_maybe_star_pattern,
|
|
sym_match_star_pattern,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[45039] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1653), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1677), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(1082), 4,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
sym__match_maybe_star_pattern,
|
|
sym_match_star_pattern,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[45110] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1653), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1681), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(1082), 4,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
sym__match_maybe_star_pattern,
|
|
sym_match_star_pattern,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[45181] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1683), 1,
|
|
sym_identifier,
|
|
ACTIONS(1685), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1271), 1,
|
|
sym_match_keyword_pattern,
|
|
STATE(1318), 1,
|
|
sym_match_positional_pattern,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
STATE(1333), 2,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[45253] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1683), 1,
|
|
sym_identifier,
|
|
ACTIONS(1687), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1269), 1,
|
|
sym_match_keyword_pattern,
|
|
STATE(1318), 1,
|
|
sym_match_positional_pattern,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
STATE(1333), 2,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[45325] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1683), 1,
|
|
sym_identifier,
|
|
ACTIONS(1689), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1158), 1,
|
|
sym_match_keyword_pattern,
|
|
STATE(1159), 1,
|
|
sym_match_positional_pattern,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
STATE(1333), 2,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(936), 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,
|
|
[45397] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1653), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(1082), 4,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
sym__match_maybe_star_pattern,
|
|
sym_match_star_pattern,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[45465] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1318), 1,
|
|
sym_match_positional_pattern,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
STATE(1333), 2,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[45531] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
STATE(1320), 2,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[45594] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1657), 1,
|
|
sym_match_wildcard_pattern,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
STATE(989), 2,
|
|
sym__match_or_pattern,
|
|
sym_match_or_pattern,
|
|
STATE(1350), 2,
|
|
sym__match_pattern,
|
|
sym_match_as_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(936), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[45657] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1691), 1,
|
|
sym_match_wildcard_pattern,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(916), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[45712] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
ACTIONS(1649), 1,
|
|
sym_identifier,
|
|
ACTIONS(1651), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1659), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1661), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1693), 1,
|
|
sym_match_wildcard_pattern,
|
|
STATE(885), 1,
|
|
sym_string,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1452), 1,
|
|
sym_pattern_class_name,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
STATE(933), 8,
|
|
sym__closed_pattern,
|
|
sym_match_literal_pattern,
|
|
sym_match_capture_pattern,
|
|
sym_match_value_pattern,
|
|
sym_match_group_pattern,
|
|
sym_match_sequence_pattern,
|
|
sym_match_mapping_pattern,
|
|
sym_match_class_pattern,
|
|
[45767] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1697), 1,
|
|
anon_sym_as,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_not,
|
|
ACTIONS(1708), 1,
|
|
anon_sym_is,
|
|
STATE(828), 1,
|
|
aux_sym_comparison_operator_repeat1,
|
|
ACTIONS(1705), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1699), 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(1695), 10,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
[45807] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1473), 1,
|
|
anon_sym_not,
|
|
ACTIONS(1481), 1,
|
|
anon_sym_is,
|
|
ACTIONS(1713), 1,
|
|
anon_sym_EQ,
|
|
STATE(831), 1,
|
|
aux_sym_comparison_operator_repeat1,
|
|
ACTIONS(1479), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1463), 6,
|
|
anon_sym_in,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
ACTIONS(1711), 10,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
sym_type_conversion,
|
|
[45847] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1413), 1,
|
|
anon_sym_not,
|
|
ACTIONS(1421), 1,
|
|
anon_sym_is,
|
|
ACTIONS(1713), 1,
|
|
anon_sym_as,
|
|
STATE(828), 1,
|
|
aux_sym_comparison_operator_repeat1,
|
|
ACTIONS(1419), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1401), 6,
|
|
anon_sym_in,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
ACTIONS(1711), 10,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
[45887] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1697), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1718), 1,
|
|
anon_sym_not,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_is,
|
|
STATE(831), 1,
|
|
aux_sym_comparison_operator_repeat1,
|
|
ACTIONS(1721), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1715), 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(1695), 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,
|
|
[45927] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1729), 1,
|
|
anon_sym_COMMA,
|
|
STATE(832), 1,
|
|
aux_sym__patterns_repeat1,
|
|
ACTIONS(1727), 18,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_RBRACK,
|
|
anon_sym_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_AT_EQ,
|
|
anon_sym_SLASH_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_STAR_STAR_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
[45957] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1605), 1,
|
|
anon_sym_not,
|
|
ACTIONS(1613), 1,
|
|
anon_sym_is,
|
|
ACTIONS(1713), 1,
|
|
anon_sym_EQ,
|
|
STATE(839), 1,
|
|
aux_sym_comparison_operator_repeat1,
|
|
ACTIONS(1611), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1593), 6,
|
|
anon_sym_in,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
ACTIONS(1711), 7,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
sym__semicolon,
|
|
[45994] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1732), 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,
|
|
[46019] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1022), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1734), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
ACTIONS(1017), 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,
|
|
[46048] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1736), 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,
|
|
[46073] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1063), 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,
|
|
[46098] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1738), 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,
|
|
[46123] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1697), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1743), 1,
|
|
anon_sym_not,
|
|
ACTIONS(1749), 1,
|
|
anon_sym_is,
|
|
STATE(839), 1,
|
|
aux_sym_comparison_operator_repeat1,
|
|
ACTIONS(1746), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1740), 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(1695), 7,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
sym__semicolon,
|
|
[46160] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(260), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(804), 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,
|
|
[46189] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1635), 1,
|
|
anon_sym_not,
|
|
ACTIONS(1643), 1,
|
|
anon_sym_is,
|
|
STATE(844), 1,
|
|
aux_sym_comparison_operator_repeat1,
|
|
ACTIONS(1641), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1623), 6,
|
|
anon_sym_in,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
ACTIONS(1711), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
[46223] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1752), 1,
|
|
anon_sym_COMMA,
|
|
STATE(832), 1,
|
|
aux_sym__patterns_repeat1,
|
|
ACTIONS(1754), 16,
|
|
anon_sym_COLON,
|
|
anon_sym_in,
|
|
anon_sym_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_AT_EQ,
|
|
anon_sym_SLASH_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_STAR_STAR_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
[46251] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1465), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1469), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1475), 1,
|
|
anon_sym_AMP,
|
|
ACTIONS(1477), 1,
|
|
anon_sym_CARET,
|
|
ACTIONS(1459), 2,
|
|
anon_sym_STAR,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1461), 2,
|
|
anon_sym_GT_GT,
|
|
anon_sym_LT_LT,
|
|
ACTIONS(1467), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
STATE(601), 2,
|
|
sym_argument_list,
|
|
sym_generator_expression,
|
|
ACTIONS(1471), 3,
|
|
anon_sym_AT,
|
|
anon_sym_PERCENT,
|
|
anon_sym_SLASH_SLASH,
|
|
[46297] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1759), 1,
|
|
anon_sym_not,
|
|
ACTIONS(1765), 1,
|
|
anon_sym_is,
|
|
STATE(844), 1,
|
|
aux_sym_comparison_operator_repeat1,
|
|
ACTIONS(1762), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1756), 6,
|
|
anon_sym_in,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_LT_GT,
|
|
ACTIONS(1695), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
[46331] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1768), 1,
|
|
sym_identifier,
|
|
ACTIONS(1770), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1772), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1774), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(1776), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_SLASH,
|
|
STATE(1274), 1,
|
|
sym_parameter,
|
|
STATE(1439), 1,
|
|
sym_lambda_parameters,
|
|
STATE(1458), 1,
|
|
sym__parameters,
|
|
STATE(1292), 2,
|
|
sym_list_splat_pattern,
|
|
sym_dictionary_splat_pattern,
|
|
STATE(1273), 6,
|
|
sym_tuple_pattern,
|
|
sym_default_parameter,
|
|
sym_typed_default_parameter,
|
|
sym_typed_parameter,
|
|
sym_positional_separator,
|
|
sym_keyword_separator,
|
|
[46374] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1768), 1,
|
|
sym_identifier,
|
|
ACTIONS(1770), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1772), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1776), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_COLON,
|
|
STATE(1274), 1,
|
|
sym_parameter,
|
|
STATE(1394), 1,
|
|
sym_lambda_parameters,
|
|
STATE(1458), 1,
|
|
sym__parameters,
|
|
STATE(1292), 2,
|
|
sym_list_splat_pattern,
|
|
sym_dictionary_splat_pattern,
|
|
STATE(1273), 6,
|
|
sym_tuple_pattern,
|
|
sym_default_parameter,
|
|
sym_typed_default_parameter,
|
|
sym_typed_parameter,
|
|
sym_positional_separator,
|
|
sym_keyword_separator,
|
|
[46417] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1768), 1,
|
|
sym_identifier,
|
|
ACTIONS(1770), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1772), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1776), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1782), 1,
|
|
anon_sym_COLON,
|
|
STATE(1274), 1,
|
|
sym_parameter,
|
|
STATE(1364), 1,
|
|
sym_lambda_parameters,
|
|
STATE(1458), 1,
|
|
sym__parameters,
|
|
STATE(1292), 2,
|
|
sym_list_splat_pattern,
|
|
sym_dictionary_splat_pattern,
|
|
STATE(1273), 6,
|
|
sym_tuple_pattern,
|
|
sym_default_parameter,
|
|
sym_typed_default_parameter,
|
|
sym_typed_parameter,
|
|
sym_positional_separator,
|
|
sym_keyword_separator,
|
|
[46460] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1768), 1,
|
|
sym_identifier,
|
|
ACTIONS(1770), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1772), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1776), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1784), 1,
|
|
anon_sym_COLON,
|
|
STATE(1274), 1,
|
|
sym_parameter,
|
|
STATE(1402), 1,
|
|
sym_lambda_parameters,
|
|
STATE(1458), 1,
|
|
sym__parameters,
|
|
STATE(1292), 2,
|
|
sym_list_splat_pattern,
|
|
sym_dictionary_splat_pattern,
|
|
STATE(1273), 6,
|
|
sym_tuple_pattern,
|
|
sym_default_parameter,
|
|
sym_typed_default_parameter,
|
|
sym_typed_parameter,
|
|
sym_positional_separator,
|
|
sym_keyword_separator,
|
|
[46503] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1768), 1,
|
|
sym_identifier,
|
|
ACTIONS(1770), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1772), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1776), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1786), 1,
|
|
anon_sym_COLON,
|
|
STATE(1274), 1,
|
|
sym_parameter,
|
|
STATE(1457), 1,
|
|
sym_lambda_parameters,
|
|
STATE(1458), 1,
|
|
sym__parameters,
|
|
STATE(1292), 2,
|
|
sym_list_splat_pattern,
|
|
sym_dictionary_splat_pattern,
|
|
STATE(1273), 6,
|
|
sym_tuple_pattern,
|
|
sym_default_parameter,
|
|
sym_typed_default_parameter,
|
|
sym_typed_parameter,
|
|
sym_positional_separator,
|
|
sym_keyword_separator,
|
|
[46546] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1788), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1790), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(1792), 1,
|
|
anon_sym_EQ,
|
|
STATE(842), 1,
|
|
aux_sym__patterns_repeat1,
|
|
ACTIONS(1794), 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,
|
|
[46577] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1796), 1,
|
|
sym_identifier,
|
|
ACTIONS(1798), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(1800), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1134), 1,
|
|
sym_string,
|
|
STATE(1331), 1,
|
|
sym_match_double_star_pattern,
|
|
STATE(1332), 1,
|
|
sym_match_key_value_pattern,
|
|
STATE(1358), 2,
|
|
sym_match_literal_pattern,
|
|
sym_match_value_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[46623] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1796), 1,
|
|
sym_identifier,
|
|
ACTIONS(1800), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1802), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1134), 1,
|
|
sym_string,
|
|
STATE(1173), 1,
|
|
sym_match_key_value_pattern,
|
|
STATE(1345), 1,
|
|
sym_match_double_star_pattern,
|
|
STATE(1358), 2,
|
|
sym_match_literal_pattern,
|
|
sym_match_value_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[46669] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1796), 1,
|
|
sym_identifier,
|
|
ACTIONS(1800), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1804), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1134), 1,
|
|
sym_string,
|
|
STATE(1284), 1,
|
|
sym_match_double_star_pattern,
|
|
STATE(1332), 1,
|
|
sym_match_key_value_pattern,
|
|
STATE(1358), 2,
|
|
sym_match_literal_pattern,
|
|
sym_match_value_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[46715] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1770), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1772), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1776), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1806), 1,
|
|
sym_identifier,
|
|
ACTIONS(1808), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1203), 1,
|
|
sym_parameter,
|
|
STATE(1407), 1,
|
|
sym__parameters,
|
|
STATE(1184), 2,
|
|
sym_list_splat_pattern,
|
|
sym_dictionary_splat_pattern,
|
|
STATE(1273), 6,
|
|
sym_tuple_pattern,
|
|
sym_default_parameter,
|
|
sym_typed_default_parameter,
|
|
sym_typed_parameter,
|
|
sym_positional_separator,
|
|
sym_keyword_separator,
|
|
[46755] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1768), 1,
|
|
sym_identifier,
|
|
ACTIONS(1770), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1772), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1776), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_COLON,
|
|
STATE(1261), 1,
|
|
sym_parameter,
|
|
STATE(1292), 2,
|
|
sym_list_splat_pattern,
|
|
sym_dictionary_splat_pattern,
|
|
STATE(1273), 6,
|
|
sym_tuple_pattern,
|
|
sym_default_parameter,
|
|
sym_typed_default_parameter,
|
|
sym_typed_parameter,
|
|
sym_positional_separator,
|
|
sym_keyword_separator,
|
|
[46792] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1770), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1772), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1776), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1806), 1,
|
|
sym_identifier,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1261), 1,
|
|
sym_parameter,
|
|
STATE(1184), 2,
|
|
sym_list_splat_pattern,
|
|
sym_dictionary_splat_pattern,
|
|
STATE(1273), 6,
|
|
sym_tuple_pattern,
|
|
sym_default_parameter,
|
|
sym_typed_default_parameter,
|
|
sym_typed_parameter,
|
|
sym_positional_separator,
|
|
sym_keyword_separator,
|
|
[46829] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1790), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(1792), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1794), 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,
|
|
[46854] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1768), 1,
|
|
sym_identifier,
|
|
ACTIONS(1770), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1772), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1776), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1812), 1,
|
|
anon_sym_COLON,
|
|
STATE(1261), 1,
|
|
sym_parameter,
|
|
STATE(1292), 2,
|
|
sym_list_splat_pattern,
|
|
sym_dictionary_splat_pattern,
|
|
STATE(1273), 6,
|
|
sym_tuple_pattern,
|
|
sym_default_parameter,
|
|
sym_typed_default_parameter,
|
|
sym_typed_parameter,
|
|
sym_positional_separator,
|
|
sym_keyword_separator,
|
|
[46891] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1770), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1772), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1776), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1806), 1,
|
|
sym_identifier,
|
|
ACTIONS(1812), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1261), 1,
|
|
sym_parameter,
|
|
STATE(1184), 2,
|
|
sym_list_splat_pattern,
|
|
sym_dictionary_splat_pattern,
|
|
STATE(1273), 6,
|
|
sym_tuple_pattern,
|
|
sym_default_parameter,
|
|
sym_typed_default_parameter,
|
|
sym_typed_parameter,
|
|
sym_positional_separator,
|
|
sym_keyword_separator,
|
|
[46928] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1816), 1,
|
|
anon_sym_as,
|
|
ACTIONS(1814), 13,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_else,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
sym_type_conversion,
|
|
[46950] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1770), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1772), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1776), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1806), 1,
|
|
sym_identifier,
|
|
STATE(1261), 1,
|
|
sym_parameter,
|
|
STATE(1184), 2,
|
|
sym_list_splat_pattern,
|
|
sym_dictionary_splat_pattern,
|
|
STATE(1273), 6,
|
|
sym_tuple_pattern,
|
|
sym_default_parameter,
|
|
sym_typed_default_parameter,
|
|
sym_typed_parameter,
|
|
sym_positional_separator,
|
|
sym_keyword_separator,
|
|
[46984] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1395), 1,
|
|
anon_sym_as,
|
|
ACTIONS(1393), 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,
|
|
[47006] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1768), 1,
|
|
sym_identifier,
|
|
ACTIONS(1770), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1772), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1776), 1,
|
|
anon_sym_STAR_STAR,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_SLASH,
|
|
STATE(1261), 1,
|
|
sym_parameter,
|
|
STATE(1292), 2,
|
|
sym_list_splat_pattern,
|
|
sym_dictionary_splat_pattern,
|
|
STATE(1273), 6,
|
|
sym_tuple_pattern,
|
|
sym_default_parameter,
|
|
sym_typed_default_parameter,
|
|
sym_typed_parameter,
|
|
sym_positional_separator,
|
|
sym_keyword_separator,
|
|
[47040] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(1655), 1,
|
|
anon_sym_DASH,
|
|
ACTIONS(1663), 1,
|
|
sym_integer,
|
|
ACTIONS(1665), 1,
|
|
sym_float,
|
|
ACTIONS(1796), 1,
|
|
sym_identifier,
|
|
STATE(930), 1,
|
|
sym_concatenated_string,
|
|
STATE(1134), 1,
|
|
sym_string,
|
|
STATE(1332), 1,
|
|
sym_match_key_value_pattern,
|
|
STATE(1358), 2,
|
|
sym_match_literal_pattern,
|
|
sym_match_value_pattern,
|
|
ACTIONS(1667), 3,
|
|
sym_true,
|
|
sym_false,
|
|
sym_none,
|
|
[47077] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_DOT,
|
|
STATE(865), 1,
|
|
aux_sym_match_value_pattern_repeat1,
|
|
ACTIONS(1818), 10,
|
|
anon_sym_import,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_PIPE,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[47099] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1823), 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,
|
|
[47120] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1829), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1831), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(865), 1,
|
|
aux_sym_match_value_pattern_repeat1,
|
|
ACTIONS(1833), 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,
|
|
[47143] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1837), 1,
|
|
anon_sym_as,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1835), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[47168] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1847), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1853), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1048), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
STATE(1360), 1,
|
|
sym__comprehension_clauses,
|
|
[47205] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1855), 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,
|
|
[47224] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1859), 1,
|
|
anon_sym_as,
|
|
ACTIONS(1857), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[47249] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1863), 1,
|
|
anon_sym_as,
|
|
ACTIONS(1861), 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,
|
|
[47272] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1847), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1853), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1048), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
STATE(1382), 1,
|
|
sym__comprehension_clauses,
|
|
[47309] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1847), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1853), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1048), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
STATE(1371), 1,
|
|
sym__comprehension_clauses,
|
|
[47346] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1865), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1867), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1870), 1,
|
|
anon_sym_as,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1048), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
STATE(1368), 1,
|
|
sym__comprehension_clauses,
|
|
[47383] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_as,
|
|
ACTIONS(1872), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[47408] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
STATE(944), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(1876), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
[47435] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1855), 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,
|
|
[47456] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1857), 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,
|
|
[47479] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1861), 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,
|
|
[47500] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1872), 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,
|
|
[47523] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1882), 1,
|
|
anon_sym_as,
|
|
ACTIONS(1823), 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,
|
|
[47546] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_as,
|
|
ACTIONS(1855), 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,
|
|
[47567] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1818), 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,
|
|
[47584] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(606), 1,
|
|
sym__string_start,
|
|
STATE(658), 2,
|
|
sym_string,
|
|
aux_sym_concatenated_string_repeat1,
|
|
ACTIONS(1886), 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,
|
|
[47605] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_as,
|
|
ACTIONS(1855), 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,
|
|
[47628] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1829), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1888), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(867), 1,
|
|
aux_sym_match_value_pattern_repeat1,
|
|
ACTIONS(1890), 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,
|
|
[47651] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1835), 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,
|
|
[47674] = 9,
|
|
ACTIONS(1892), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(1896), 1,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(1900), 1,
|
|
sym__string_end,
|
|
STATE(908), 1,
|
|
aux_sym_string_repeat1,
|
|
STATE(983), 1,
|
|
aux_sym_string_content_repeat1,
|
|
STATE(1015), 1,
|
|
sym_string_content,
|
|
STATE(1027), 1,
|
|
sym_interpolation,
|
|
ACTIONS(1894), 3,
|
|
sym__string_content,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[47704] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1902), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
[47726] = 9,
|
|
ACTIONS(1892), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(1896), 1,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(1904), 1,
|
|
sym__string_end,
|
|
STATE(895), 1,
|
|
aux_sym_string_repeat1,
|
|
STATE(983), 1,
|
|
aux_sym_string_content_repeat1,
|
|
STATE(1015), 1,
|
|
sym_string_content,
|
|
STATE(1027), 1,
|
|
sym_interpolation,
|
|
ACTIONS(1894), 3,
|
|
sym__string_content,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[47756] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1908), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
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,
|
|
[47774] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1853), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1048), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
STATE(1386), 1,
|
|
sym__comprehension_clauses,
|
|
[47808] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1912), 2,
|
|
anon_sym_DASH,
|
|
anon_sym_PLUS,
|
|
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,
|
|
[47826] = 9,
|
|
ACTIONS(1892), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(1896), 1,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(1914), 1,
|
|
sym__string_end,
|
|
STATE(899), 1,
|
|
aux_sym_string_repeat1,
|
|
STATE(983), 1,
|
|
aux_sym_string_content_repeat1,
|
|
STATE(1015), 1,
|
|
sym_string_content,
|
|
STATE(1027), 1,
|
|
sym_interpolation,
|
|
ACTIONS(1894), 3,
|
|
sym__string_content,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[47856] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1865), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1048), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
STATE(1368), 1,
|
|
sym__comprehension_clauses,
|
|
[47890] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1916), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
[47912] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1853), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1048), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
STATE(1428), 1,
|
|
sym__comprehension_clauses,
|
|
[47946] = 9,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(1918), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(1924), 1,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(1927), 1,
|
|
sym__string_end,
|
|
STATE(899), 1,
|
|
aux_sym_string_repeat1,
|
|
STATE(983), 1,
|
|
aux_sym_string_content_repeat1,
|
|
STATE(1015), 1,
|
|
sym_string_content,
|
|
STATE(1027), 1,
|
|
sym_interpolation,
|
|
ACTIONS(1921), 3,
|
|
sym__string_content,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[47976] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1929), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1931), 1,
|
|
anon_sym_COMMA,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1250), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(1427), 1,
|
|
sym__comprehension_clauses,
|
|
[48010] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1933), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
[48032] = 9,
|
|
ACTIONS(1892), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(1896), 1,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(1935), 1,
|
|
sym__string_end,
|
|
STATE(906), 1,
|
|
aux_sym_string_repeat1,
|
|
STATE(983), 1,
|
|
aux_sym_string_content_repeat1,
|
|
STATE(1015), 1,
|
|
sym_string_content,
|
|
STATE(1027), 1,
|
|
sym_interpolation,
|
|
ACTIONS(1894), 3,
|
|
sym__string_content,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[48062] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1937), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1939), 1,
|
|
anon_sym_COMMA,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1237), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(1475), 1,
|
|
sym__comprehension_clauses,
|
|
[48096] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1941), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1943), 1,
|
|
anon_sym_COMMA,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1253), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(1368), 1,
|
|
sym__comprehension_clauses,
|
|
[48130] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1945), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1048), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
STATE(1475), 1,
|
|
sym__comprehension_clauses,
|
|
[48164] = 9,
|
|
ACTIONS(1892), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(1896), 1,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(1947), 1,
|
|
sym__string_end,
|
|
STATE(899), 1,
|
|
aux_sym_string_repeat1,
|
|
STATE(983), 1,
|
|
aux_sym_string_content_repeat1,
|
|
STATE(1015), 1,
|
|
sym_string_content,
|
|
STATE(1027), 1,
|
|
sym_interpolation,
|
|
ACTIONS(1894), 3,
|
|
sym__string_content,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[48194] = 9,
|
|
ACTIONS(1892), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(1896), 1,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(1949), 1,
|
|
sym__string_end,
|
|
STATE(910), 1,
|
|
aux_sym_string_repeat1,
|
|
STATE(983), 1,
|
|
aux_sym_string_content_repeat1,
|
|
STATE(1015), 1,
|
|
sym_string_content,
|
|
STATE(1027), 1,
|
|
sym_interpolation,
|
|
ACTIONS(1894), 3,
|
|
sym__string_content,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[48224] = 9,
|
|
ACTIONS(1892), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(1896), 1,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(1951), 1,
|
|
sym__string_end,
|
|
STATE(899), 1,
|
|
aux_sym_string_repeat1,
|
|
STATE(983), 1,
|
|
aux_sym_string_content_repeat1,
|
|
STATE(1015), 1,
|
|
sym_string_content,
|
|
STATE(1027), 1,
|
|
sym_interpolation,
|
|
ACTIONS(1894), 3,
|
|
sym__string_content,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[48254] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1953), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
[48276] = 9,
|
|
ACTIONS(1892), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(1896), 1,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(1955), 1,
|
|
sym__string_end,
|
|
STATE(899), 1,
|
|
aux_sym_string_repeat1,
|
|
STATE(983), 1,
|
|
aux_sym_string_content_repeat1,
|
|
STATE(1015), 1,
|
|
sym_string_content,
|
|
STATE(1027), 1,
|
|
sym_interpolation,
|
|
ACTIONS(1894), 3,
|
|
sym__string_content,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[48306] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1853), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1048), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
STATE(1369), 1,
|
|
sym__comprehension_clauses,
|
|
[48340] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1957), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1048), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
STATE(1427), 1,
|
|
sym__comprehension_clauses,
|
|
[48374] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1959), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[48393] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1963), 1,
|
|
anon_sym_PIPE,
|
|
STATE(915), 1,
|
|
aux_sym_match_or_pattern_repeat1,
|
|
ACTIONS(1961), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[48412] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1967), 1,
|
|
anon_sym_PIPE,
|
|
STATE(915), 1,
|
|
aux_sym_match_or_pattern_repeat1,
|
|
ACTIONS(1965), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[48431] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1963), 1,
|
|
anon_sym_PIPE,
|
|
STATE(914), 1,
|
|
aux_sym_match_or_pattern_repeat1,
|
|
ACTIONS(1970), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[48450] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1974), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1972), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
STATE(920), 3,
|
|
sym_for_in_clause,
|
|
sym_if_clause,
|
|
aux_sym__comprehension_clauses_repeat1,
|
|
[48473] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
STATE(944), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(1976), 4,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
[48498] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1959), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[48517] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1980), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1983), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1986), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1978), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
STATE(920), 3,
|
|
sym_for_in_clause,
|
|
sym_if_clause,
|
|
aux_sym__comprehension_clauses_repeat1,
|
|
[48540] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1959), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[48559] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1974), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1989), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
STATE(917), 3,
|
|
sym_for_in_clause,
|
|
sym_if_clause,
|
|
aux_sym__comprehension_clauses_repeat1,
|
|
[48582] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1855), 7,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_EQ,
|
|
anon_sym_or,
|
|
sym__semicolon,
|
|
[48598] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1995), 1,
|
|
anon_sym_COMMA,
|
|
STATE(935), 1,
|
|
aux_sym_for_in_clause_repeat1,
|
|
ACTIONS(1993), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[48616] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1997), 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,
|
|
[48630] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(67), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1999), 1,
|
|
anon_sym_async,
|
|
ACTIONS(2001), 1,
|
|
anon_sym_def,
|
|
ACTIONS(2003), 1,
|
|
anon_sym_class,
|
|
STATE(489), 2,
|
|
sym_function_definition,
|
|
sym_class_definition,
|
|
STATE(1012), 2,
|
|
sym_decorator,
|
|
aux_sym_decorated_definition_repeat1,
|
|
[48654] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2005), 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,
|
|
[48668] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2007), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[48686] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2009), 8,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_PIPE,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[48700] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1886), 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,
|
|
[48714] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2011), 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,
|
|
[48728] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1872), 5,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
sym__semicolon,
|
|
[48748] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
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,
|
|
[48762] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1861), 6,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_EQ,
|
|
sym__semicolon,
|
|
[48780] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2019), 1,
|
|
anon_sym_COMMA,
|
|
STATE(935), 1,
|
|
aux_sym_for_in_clause_repeat1,
|
|
ACTIONS(2017), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[48798] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2024), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(2022), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[48814] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1393), 8,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_EQ,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
sym__semicolon,
|
|
[48828] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2026), 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,
|
|
[48842] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2028), 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,
|
|
[48856] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2030), 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,
|
|
[48870] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1855), 6,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_EQ,
|
|
sym__semicolon,
|
|
[48888] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2034), 1,
|
|
anon_sym_COMMA,
|
|
STATE(942), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2032), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
[48906] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2039), 1,
|
|
anon_sym_COMMA,
|
|
STATE(952), 1,
|
|
aux_sym_for_in_clause_repeat1,
|
|
ACTIONS(2037), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[48924] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2043), 1,
|
|
anon_sym_COMMA,
|
|
STATE(942), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2041), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
[48942] = 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,
|
|
[48956] = 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,
|
|
[48970] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2049), 8,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_PIPE,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[48984] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2051), 1,
|
|
anon_sym_from,
|
|
ACTIONS(2053), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1059), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2055), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[49010] = 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,
|
|
[49024] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2059), 1,
|
|
anon_sym_COMMA,
|
|
STATE(942), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2041), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
[49042] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1829), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1888), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2061), 1,
|
|
anon_sym_EQ,
|
|
STATE(867), 1,
|
|
aux_sym_match_value_pattern_repeat1,
|
|
ACTIONS(1890), 4,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_PIPE,
|
|
[49064] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2065), 1,
|
|
anon_sym_COMMA,
|
|
STATE(935), 1,
|
|
aux_sym_for_in_clause_repeat1,
|
|
ACTIONS(2063), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[49082] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1823), 6,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_EQ,
|
|
sym__semicolon,
|
|
[49100] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2067), 8,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_PIPE,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[49114] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2069), 8,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_PIPE,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[49128] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2071), 8,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_PIPE,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[49142] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1814), 8,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_EQ,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
sym__semicolon,
|
|
[49156] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(67), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(2073), 1,
|
|
anon_sym_async,
|
|
ACTIONS(2075), 1,
|
|
anon_sym_def,
|
|
ACTIONS(2077), 1,
|
|
anon_sym_class,
|
|
STATE(525), 2,
|
|
sym_function_definition,
|
|
sym_class_definition,
|
|
STATE(1012), 2,
|
|
sym_decorator,
|
|
aux_sym_decorated_definition_repeat1,
|
|
[49180] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2079), 8,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_PIPE,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[49194] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1835), 5,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
sym__semicolon,
|
|
[49214] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2081), 8,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_PIPE,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[49228] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1857), 5,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
sym__semicolon,
|
|
[49248] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2083), 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,
|
|
[49262] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2085), 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,
|
|
[49276] = 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,
|
|
[49290] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1902), 5,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
sym__semicolon,
|
|
[49310] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2089), 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,
|
|
[49324] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2093), 1,
|
|
anon_sym_COMMA,
|
|
STATE(924), 1,
|
|
aux_sym_for_in_clause_repeat1,
|
|
ACTIONS(2091), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[49342] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2095), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2097), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2099), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1872), 4,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_COLON,
|
|
[49361] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2101), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1086), 1,
|
|
aux_sym_assert_statement_repeat1,
|
|
ACTIONS(2103), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[49384] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(2105), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2107), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1223), 1,
|
|
aux_sym_dictionary_repeat1,
|
|
STATE(1446), 1,
|
|
sym__comprehension_clauses,
|
|
[49409] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1916), 4,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
sym__semicolon,
|
|
[49428] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1814), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
[49441] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(2109), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2111), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1163), 1,
|
|
aux_sym_dictionary_repeat1,
|
|
STATE(1354), 1,
|
|
sym__comprehension_clauses,
|
|
[49466] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2053), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1059), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(1876), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[49489] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2053), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1059), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2113), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[49512] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2115), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[49525] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1393), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_and,
|
|
anon_sym_or,
|
|
[49538] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2117), 1,
|
|
anon_sym_except,
|
|
ACTIONS(2119), 1,
|
|
anon_sym_finally,
|
|
STATE(469), 1,
|
|
sym_finally_clause,
|
|
STATE(227), 2,
|
|
sym_except_clause,
|
|
aux_sym_try_statement_repeat1,
|
|
STATE(233), 2,
|
|
sym_except_group_clause,
|
|
aux_sym_try_statement_repeat2,
|
|
[49559] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2095), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2097), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2099), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2123), 1,
|
|
anon_sym_as,
|
|
ACTIONS(2121), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
[49580] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2125), 1,
|
|
anon_sym_except,
|
|
ACTIONS(2127), 1,
|
|
anon_sym_finally,
|
|
STATE(509), 1,
|
|
sym_finally_clause,
|
|
STATE(225), 2,
|
|
sym_except_clause,
|
|
aux_sym_try_statement_repeat1,
|
|
STATE(231), 2,
|
|
sym_except_group_clause,
|
|
aux_sym_try_statement_repeat2,
|
|
[49601] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2129), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[49614] = 6,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2131), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(2135), 1,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(2137), 1,
|
|
sym__string_end,
|
|
STATE(1004), 1,
|
|
aux_sym_string_content_repeat1,
|
|
ACTIONS(2133), 3,
|
|
sym__string_content,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[49635] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1839), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1841), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1843), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2139), 4,
|
|
anon_sym_COMMA,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACE,
|
|
[49654] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1933), 4,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
sym__semicolon,
|
|
[49673] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1849), 1,
|
|
anon_sym_async,
|
|
ACTIONS(1851), 1,
|
|
anon_sym_for,
|
|
ACTIONS(2141), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2143), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(922), 1,
|
|
sym_for_in_clause,
|
|
STATE(1215), 1,
|
|
aux_sym_dictionary_repeat1,
|
|
STATE(1372), 1,
|
|
sym__comprehension_clauses,
|
|
[49698] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2017), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_async,
|
|
anon_sym_for,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[49711] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1876), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
[49724] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2147), 1,
|
|
anon_sym_as,
|
|
ACTIONS(2145), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[49739] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2095), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2097), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2099), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1857), 4,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_COLON,
|
|
[49758] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2101), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1089), 1,
|
|
aux_sym_assert_statement_repeat1,
|
|
ACTIONS(2149), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[49781] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2151), 1,
|
|
sym_identifier,
|
|
ACTIONS(2153), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2155), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(1334), 4,
|
|
sym_typevar_parameter,
|
|
sym_typevartuple_parameter,
|
|
sym_paramspec_parameter,
|
|
sym__type_parameter,
|
|
[49800] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2151), 1,
|
|
sym_identifier,
|
|
ACTIONS(2153), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2155), 1,
|
|
anon_sym_STAR_STAR,
|
|
STATE(1278), 4,
|
|
sym_typevar_parameter,
|
|
sym_typevartuple_parameter,
|
|
sym_paramspec_parameter,
|
|
sym__type_parameter,
|
|
[49819] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2157), 1,
|
|
sym_identifier,
|
|
ACTIONS(2159), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2161), 1,
|
|
anon_sym___future__,
|
|
STATE(1124), 1,
|
|
aux_sym_import_prefix_repeat1,
|
|
STATE(1254), 1,
|
|
sym_import_prefix,
|
|
STATE(1387), 2,
|
|
sym_relative_import,
|
|
sym_dotted_name,
|
|
[49842] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2163), 4,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_EQ,
|
|
[49861] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2117), 1,
|
|
anon_sym_except,
|
|
ACTIONS(2119), 1,
|
|
anon_sym_finally,
|
|
STATE(497), 1,
|
|
sym_finally_clause,
|
|
STATE(223), 2,
|
|
sym_except_clause,
|
|
aux_sym_try_statement_repeat1,
|
|
STATE(232), 2,
|
|
sym_except_group_clause,
|
|
aux_sym_try_statement_repeat2,
|
|
[49882] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2125), 1,
|
|
anon_sym_except,
|
|
ACTIONS(2127), 1,
|
|
anon_sym_finally,
|
|
STATE(514), 1,
|
|
sym_finally_clause,
|
|
STATE(224), 2,
|
|
sym_except_clause,
|
|
aux_sym_try_statement_repeat1,
|
|
STATE(236), 2,
|
|
sym_except_group_clause,
|
|
aux_sym_try_statement_repeat2,
|
|
[49903] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1916), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_EQ,
|
|
sym_type_conversion,
|
|
[49916] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2095), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2097), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2099), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1835), 4,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_COLON,
|
|
[49935] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2053), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1059), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2165), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[49958] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2097), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2099), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1823), 5,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
[49975] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2053), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1059), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2167), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[49998] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2169), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1103), 1,
|
|
aux_sym_print_statement_repeat1,
|
|
ACTIONS(2171), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[50021] = 6,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2173), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(2178), 1,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(2181), 1,
|
|
sym__string_end,
|
|
STATE(1004), 1,
|
|
aux_sym_string_content_repeat1,
|
|
ACTIONS(2175), 3,
|
|
sym__string_content,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[50042] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2097), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2099), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1861), 5,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
[50059] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2097), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1855), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_or,
|
|
[50074] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2183), 1,
|
|
sym_identifier,
|
|
ACTIONS(2185), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2187), 1,
|
|
anon_sym_STAR,
|
|
STATE(1049), 1,
|
|
sym_dotted_name,
|
|
STATE(1142), 1,
|
|
sym_aliased_import,
|
|
STATE(1326), 1,
|
|
sym_wildcard_import,
|
|
STATE(1327), 1,
|
|
sym__import_list,
|
|
[50099] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2097), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2099), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1855), 5,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
[50116] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2189), 4,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[50135] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2053), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1059), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2191), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[50158] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2193), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
[50176] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2197), 1,
|
|
anon_sym_AT,
|
|
STATE(1012), 2,
|
|
sym_decorator,
|
|
aux_sym_decorated_definition_repeat1,
|
|
ACTIONS(2195), 3,
|
|
anon_sym_async,
|
|
anon_sym_def,
|
|
anon_sym_class,
|
|
[50192] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2200), 1,
|
|
anon_sym_DOT,
|
|
STATE(1035), 1,
|
|
aux_sym_match_value_pattern_repeat1,
|
|
ACTIONS(2202), 4,
|
|
sym__newline,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
sym__semicolon,
|
|
[50208] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2204), 1,
|
|
anon_sym_COLON,
|
|
STATE(944), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[50230] = 3,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2206), 2,
|
|
anon_sym_LBRACE2,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(2208), 4,
|
|
sym__string_content,
|
|
sym__string_end,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[50244] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1829), 1,
|
|
anon_sym_DOT,
|
|
STATE(865), 1,
|
|
aux_sym_match_value_pattern_repeat1,
|
|
ACTIONS(2202), 4,
|
|
anon_sym_import,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
[50260] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2210), 3,
|
|
sym__newline,
|
|
anon_sym_COMMA,
|
|
sym__semicolon,
|
|
[50278] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2212), 3,
|
|
sym__newline,
|
|
anon_sym_COMMA,
|
|
sym__semicolon,
|
|
[50296] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2214), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[50308] = 3,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2216), 2,
|
|
anon_sym_LBRACE2,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(2218), 4,
|
|
sym__string_content,
|
|
sym__string_end,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[50322] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2220), 1,
|
|
anon_sym_COLON,
|
|
STATE(944), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[50344] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2163), 3,
|
|
sym__newline,
|
|
anon_sym_EQ,
|
|
sym__semicolon,
|
|
[50362] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2224), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2226), 1,
|
|
anon_sym_EQ,
|
|
STATE(1147), 1,
|
|
sym__type_bound,
|
|
STATE(1295), 1,
|
|
sym__type_param_default,
|
|
ACTIONS(2222), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[50382] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2095), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2097), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2099), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2230), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2228), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
[50402] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2234), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2232), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[50422] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2236), 3,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_EQ,
|
|
[50440] = 3,
|
|
ACTIONS(1898), 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,
|
|
[50454] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2244), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1028), 1,
|
|
aux_sym_open_sequence_match_pattern_repeat1,
|
|
ACTIONS(2242), 4,
|
|
anon_sym_RPAREN,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
[50470] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2247), 1,
|
|
anon_sym_COLON,
|
|
STATE(944), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[50492] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2249), 1,
|
|
anon_sym_COLON,
|
|
STATE(944), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[50514] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1929), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1931), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1250), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[50536] = 3,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2251), 2,
|
|
anon_sym_LBRACE2,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(2253), 4,
|
|
sym__string_content,
|
|
sym__string_end,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[50550] = 3,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2255), 2,
|
|
anon_sym_LBRACE2,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(2257), 4,
|
|
sym__string_content,
|
|
sym__string_end,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[50564] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2095), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2097), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2099), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2261), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2259), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
[50584] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2263), 1,
|
|
anon_sym_DOT,
|
|
STATE(1035), 1,
|
|
aux_sym_match_value_pattern_repeat1,
|
|
ACTIONS(1818), 4,
|
|
sym__newline,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
sym__semicolon,
|
|
[50600] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2266), 1,
|
|
anon_sym_COLON,
|
|
STATE(944), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[50622] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2268), 3,
|
|
sym__newline,
|
|
anon_sym_COMMA,
|
|
sym__semicolon,
|
|
[50640] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1890), 6,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[50652] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2200), 1,
|
|
anon_sym_DOT,
|
|
STATE(1013), 1,
|
|
aux_sym_match_value_pattern_repeat1,
|
|
ACTIONS(2270), 4,
|
|
sym__newline,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
sym__semicolon,
|
|
[50668] = 3,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2272), 2,
|
|
anon_sym_LBRACE2,
|
|
sym__not_escape_sequence,
|
|
ACTIONS(2274), 4,
|
|
sym__string_content,
|
|
sym__string_end,
|
|
sym__escape_interpolation,
|
|
sym_escape_sequence,
|
|
[50682] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2278), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2276), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[50702] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2280), 1,
|
|
anon_sym_COLON,
|
|
STATE(944), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[50724] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1829), 1,
|
|
anon_sym_DOT,
|
|
STATE(1016), 1,
|
|
aux_sym_match_value_pattern_repeat1,
|
|
ACTIONS(2270), 4,
|
|
anon_sym_import,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
[50740] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2284), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2282), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[50760] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2286), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
[50778] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2183), 1,
|
|
sym_identifier,
|
|
STATE(1119), 1,
|
|
sym_dotted_name,
|
|
STATE(1242), 1,
|
|
sym_aliased_import,
|
|
ACTIONS(2288), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[50795] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2095), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2097), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2099), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2290), 1,
|
|
anon_sym_as,
|
|
ACTIONS(2292), 1,
|
|
anon_sym_COLON,
|
|
[50814] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2296), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1073), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
ACTIONS(2294), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[50829] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2298), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2300), 1,
|
|
anon_sym_as,
|
|
STATE(1126), 1,
|
|
aux_sym__import_list_repeat1,
|
|
ACTIONS(2302), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[50846] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2304), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[50863] = 6,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2306), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2308), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(2310), 1,
|
|
aux_sym_format_specifier_token1,
|
|
STATE(1058), 1,
|
|
aux_sym_format_specifier_repeat1,
|
|
STATE(1222), 1,
|
|
sym_interpolation,
|
|
[50882] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2312), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2314), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2316), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(2318), 1,
|
|
sym_type_conversion,
|
|
STATE(1384), 1,
|
|
sym_format_specifier,
|
|
[50901] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2095), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2097), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2099), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2320), 1,
|
|
anon_sym_as,
|
|
ACTIONS(2322), 1,
|
|
anon_sym_COLON,
|
|
[50920] = 6,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2324), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2326), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(2329), 1,
|
|
aux_sym_format_specifier_token1,
|
|
STATE(1054), 1,
|
|
aux_sym_format_specifier_repeat1,
|
|
STATE(1222), 1,
|
|
sym_interpolation,
|
|
[50939] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2332), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[50956] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2139), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
[50973] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1818), 5,
|
|
sym__newline,
|
|
anon_sym_DOT,
|
|
anon_sym_COMMA,
|
|
anon_sym_as,
|
|
sym__semicolon,
|
|
[50984] = 6,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2308), 1,
|
|
anon_sym_LBRACE2,
|
|
ACTIONS(2334), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2336), 1,
|
|
aux_sym_format_specifier_token1,
|
|
STATE(1054), 1,
|
|
aux_sym_format_specifier_repeat1,
|
|
STATE(1222), 1,
|
|
sym_interpolation,
|
|
[51003] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2338), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1080), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2041), 3,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
sym__semicolon,
|
|
[51018] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2340), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1080), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2041), 3,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
sym__semicolon,
|
|
[51033] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1953), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51050] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2183), 1,
|
|
sym_identifier,
|
|
STATE(1119), 1,
|
|
sym_dotted_name,
|
|
STATE(1242), 1,
|
|
sym_aliased_import,
|
|
ACTIONS(2288), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51067] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2342), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1073), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
ACTIONS(2294), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[51082] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2344), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51099] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1063), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
ACTIONS(1853), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[51114] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2346), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[51131] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2348), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[51148] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2350), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[51165] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2352), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[51182] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2183), 1,
|
|
sym_identifier,
|
|
ACTIONS(2354), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1049), 1,
|
|
sym_dotted_name,
|
|
STATE(1142), 1,
|
|
sym_aliased_import,
|
|
STATE(1330), 1,
|
|
sym__import_list,
|
|
[51201] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2356), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2358), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2360), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1257), 1,
|
|
sym_type_parameters,
|
|
STATE(1415), 1,
|
|
sym_argument_list,
|
|
[51220] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2362), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[51237] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2366), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1073), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
ACTIONS(2364), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[51252] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2312), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2369), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2371), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(2373), 1,
|
|
sym_type_conversion,
|
|
STATE(1456), 1,
|
|
sym_format_specifier,
|
|
[51271] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2183), 1,
|
|
sym_identifier,
|
|
STATE(1119), 1,
|
|
sym_dotted_name,
|
|
STATE(1242), 1,
|
|
sym_aliased_import,
|
|
ACTIONS(2375), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51288] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2377), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[51305] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2379), 5,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
[51316] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2381), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51333] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2383), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[51350] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2385), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1080), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2032), 3,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
sym__semicolon,
|
|
[51365] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2356), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2360), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2388), 1,
|
|
anon_sym_COLON,
|
|
STATE(1181), 1,
|
|
sym_type_parameters,
|
|
STATE(1365), 1,
|
|
sym_argument_list,
|
|
[51384] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2242), 5,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
anon_sym_RBRACK,
|
|
[51395] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2390), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51412] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2392), 1,
|
|
anon_sym_case,
|
|
STATE(516), 1,
|
|
sym_cases,
|
|
STATE(328), 2,
|
|
sym_case_block,
|
|
aux_sym_cases_repeat1,
|
|
[51426] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2394), 1,
|
|
anon_sym_else,
|
|
[51442] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2101), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1137), 1,
|
|
aux_sym_assert_statement_repeat1,
|
|
ACTIONS(2396), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51456] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2398), 1,
|
|
anon_sym_else,
|
|
[51472] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1916), 4,
|
|
sym__newline,
|
|
anon_sym_from,
|
|
anon_sym_COMMA,
|
|
sym__semicolon,
|
|
[51482] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2101), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1137), 1,
|
|
aux_sym_assert_statement_repeat1,
|
|
ACTIONS(2400), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51496] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2360), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2402), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1323), 1,
|
|
sym_type_parameters,
|
|
STATE(1324), 1,
|
|
sym_parameters,
|
|
[51512] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2288), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2404), 1,
|
|
sym_identifier,
|
|
STATE(1212), 1,
|
|
sym_dotted_name,
|
|
STATE(1306), 1,
|
|
sym_aliased_import,
|
|
[51528] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2406), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1116), 1,
|
|
aux_sym_global_statement_repeat1,
|
|
ACTIONS(2408), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51542] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2410), 1,
|
|
anon_sym_COLON,
|
|
[51558] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2226), 1,
|
|
anon_sym_EQ,
|
|
STATE(1336), 1,
|
|
sym__type_param_default,
|
|
ACTIONS(2412), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[51572] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2414), 1,
|
|
anon_sym_COLON,
|
|
[51588] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2288), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2404), 1,
|
|
sym_identifier,
|
|
STATE(1212), 1,
|
|
sym_dotted_name,
|
|
STATE(1306), 1,
|
|
sym_aliased_import,
|
|
[51604] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2392), 1,
|
|
anon_sym_case,
|
|
STATE(468), 1,
|
|
sym_cases,
|
|
STATE(328), 2,
|
|
sym_case_block,
|
|
aux_sym_cases_repeat1,
|
|
[51618] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2416), 1,
|
|
anon_sym_COLON,
|
|
[51634] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2418), 4,
|
|
anon_sym_async,
|
|
anon_sym_def,
|
|
anon_sym_class,
|
|
anon_sym_AT,
|
|
[51644] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2422), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2424), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(2420), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[51658] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2426), 1,
|
|
anon_sym_COLON,
|
|
[51674] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2360), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2402), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1342), 1,
|
|
sym_parameters,
|
|
STATE(1343), 1,
|
|
sym_type_parameters,
|
|
[51690] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2428), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1135), 1,
|
|
aux_sym_print_statement_repeat1,
|
|
ACTIONS(2430), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51704] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2432), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1135), 1,
|
|
aux_sym_print_statement_repeat1,
|
|
ACTIONS(2434), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51718] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2436), 1,
|
|
anon_sym_case,
|
|
STATE(499), 1,
|
|
sym_cases,
|
|
STATE(335), 2,
|
|
sym_case_block,
|
|
aux_sym_cases_repeat1,
|
|
[51732] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2436), 1,
|
|
anon_sym_case,
|
|
STATE(498), 1,
|
|
sym_cases,
|
|
STATE(335), 2,
|
|
sym_case_block,
|
|
aux_sym_cases_repeat1,
|
|
[51746] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2438), 1,
|
|
anon_sym_else,
|
|
[51762] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2440), 1,
|
|
anon_sym_COLON,
|
|
[51778] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2302), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2442), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2444), 1,
|
|
anon_sym_as,
|
|
STATE(1153), 1,
|
|
aux_sym__import_list_repeat1,
|
|
[51794] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2446), 1,
|
|
anon_sym_COLON,
|
|
[51810] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2312), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2448), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2450), 1,
|
|
sym_type_conversion,
|
|
STATE(1454), 1,
|
|
sym_format_specifier,
|
|
[51826] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2454), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1118), 1,
|
|
aux_sym__patterns_repeat1,
|
|
ACTIONS(2452), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
[51840] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2226), 1,
|
|
anon_sym_EQ,
|
|
STATE(1337), 1,
|
|
sym__type_param_default,
|
|
ACTIONS(2456), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[51854] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2458), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1104), 1,
|
|
aux_sym_print_statement_repeat1,
|
|
ACTIONS(2460), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51868] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2163), 4,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
anon_sym_EQ,
|
|
[51878] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2406), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1125), 1,
|
|
aux_sym_global_statement_repeat1,
|
|
ACTIONS(2462), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51892] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2312), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2464), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2466), 1,
|
|
sym_type_conversion,
|
|
STATE(1430), 1,
|
|
sym_format_specifier,
|
|
[51908] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2470), 1,
|
|
anon_sym_COMMA,
|
|
STATE(832), 1,
|
|
aux_sym__patterns_repeat1,
|
|
ACTIONS(2468), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACK,
|
|
[51922] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2300), 1,
|
|
anon_sym_as,
|
|
ACTIONS(2472), 3,
|
|
sym__newline,
|
|
anon_sym_COMMA,
|
|
sym__semicolon,
|
|
[51934] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2474), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1120), 1,
|
|
aux_sym__import_list_repeat1,
|
|
ACTIONS(2477), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[51948] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2404), 1,
|
|
sym_identifier,
|
|
STATE(1109), 1,
|
|
sym_dotted_name,
|
|
STATE(1231), 1,
|
|
sym_aliased_import,
|
|
STATE(1432), 1,
|
|
sym__import_list,
|
|
[51964] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2481), 1,
|
|
anon_sym_DOT,
|
|
STATE(1122), 1,
|
|
aux_sym_import_prefix_repeat1,
|
|
ACTIONS(2479), 2,
|
|
anon_sym_import,
|
|
sym_identifier,
|
|
[51978] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2404), 1,
|
|
sym_identifier,
|
|
STATE(1109), 1,
|
|
sym_dotted_name,
|
|
STATE(1231), 1,
|
|
sym_aliased_import,
|
|
STATE(1436), 1,
|
|
sym__import_list,
|
|
[51994] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2486), 1,
|
|
anon_sym_DOT,
|
|
STATE(1122), 1,
|
|
aux_sym_import_prefix_repeat1,
|
|
ACTIONS(2484), 2,
|
|
anon_sym_import,
|
|
sym_identifier,
|
|
[52008] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2488), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1125), 1,
|
|
aux_sym_global_statement_repeat1,
|
|
ACTIONS(2491), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[52022] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2493), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1120), 1,
|
|
aux_sym__import_list_repeat1,
|
|
ACTIONS(2495), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[52036] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2406), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1125), 1,
|
|
aux_sym_global_statement_repeat1,
|
|
ACTIONS(2497), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[52050] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2499), 1,
|
|
anon_sym_COLON,
|
|
[52066] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2501), 4,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[52076] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2503), 4,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[52086] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2375), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2404), 1,
|
|
sym_identifier,
|
|
STATE(1212), 1,
|
|
sym_dotted_name,
|
|
STATE(1306), 1,
|
|
sym_aliased_import,
|
|
[52102] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2505), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1120), 1,
|
|
aux_sym__import_list_repeat1,
|
|
ACTIONS(2495), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[52116] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2189), 4,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_RBRACE,
|
|
[52126] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(299), 1,
|
|
sym__string_start,
|
|
ACTIONS(1886), 1,
|
|
anon_sym_COLON,
|
|
STATE(565), 2,
|
|
sym_string,
|
|
aux_sym_concatenated_string_repeat1,
|
|
[52140] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2507), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1135), 1,
|
|
aux_sym_print_statement_repeat1,
|
|
ACTIONS(2510), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[52154] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2406), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1127), 1,
|
|
aux_sym_global_statement_repeat1,
|
|
ACTIONS(2512), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[52168] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2514), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1137), 1,
|
|
aux_sym_assert_statement_repeat1,
|
|
ACTIONS(2210), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[52182] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2517), 1,
|
|
anon_sym_COLON,
|
|
[52198] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2519), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1028), 1,
|
|
aux_sym_open_sequence_match_pattern_repeat1,
|
|
ACTIONS(1671), 2,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
[52212] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2521), 1,
|
|
anon_sym_else,
|
|
[52228] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2360), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2402), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1294), 1,
|
|
sym_type_parameters,
|
|
STATE(1312), 1,
|
|
sym_parameters,
|
|
[52244] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2298), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1132), 1,
|
|
aux_sym__import_list_repeat1,
|
|
ACTIONS(2302), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[52258] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2525), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1143), 1,
|
|
aux_sym_with_clause_repeat1,
|
|
ACTIONS(2523), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COLON,
|
|
[52272] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2528), 1,
|
|
anon_sym_COLON,
|
|
[52288] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2530), 1,
|
|
anon_sym_COLON,
|
|
[52304] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2360), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2402), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1296), 1,
|
|
sym_type_parameters,
|
|
STATE(1315), 1,
|
|
sym_parameters,
|
|
[52320] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2226), 1,
|
|
anon_sym_EQ,
|
|
STATE(1283), 1,
|
|
sym__type_param_default,
|
|
ACTIONS(2532), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[52334] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2534), 1,
|
|
anon_sym_COLON,
|
|
[52350] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1825), 1,
|
|
anon_sym_and,
|
|
ACTIONS(1827), 1,
|
|
anon_sym_or,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2536), 1,
|
|
anon_sym_COLON,
|
|
[52366] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2183), 1,
|
|
sym_identifier,
|
|
STATE(1049), 1,
|
|
sym_dotted_name,
|
|
STATE(1142), 1,
|
|
sym_aliased_import,
|
|
STATE(1322), 1,
|
|
sym__import_list,
|
|
[52382] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2540), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(2538), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
[52394] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1991), 1,
|
|
anon_sym_and,
|
|
ACTIONS(2013), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2015), 1,
|
|
anon_sym_or,
|
|
ACTIONS(2542), 1,
|
|
sym__newline,
|
|
[52410] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2495), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2544), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1217), 1,
|
|
aux_sym__import_list_repeat1,
|
|
[52423] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2546), 1,
|
|
sym_identifier,
|
|
ACTIONS(2548), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1311), 1,
|
|
sym_match_keyword_pattern,
|
|
[52436] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2546), 1,
|
|
sym_identifier,
|
|
ACTIONS(2550), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1311), 1,
|
|
sym_match_keyword_pattern,
|
|
[52449] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2183), 1,
|
|
sym_identifier,
|
|
STATE(1119), 1,
|
|
sym_dotted_name,
|
|
STATE(1242), 1,
|
|
sym_aliased_import,
|
|
[52462] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2552), 3,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COLON,
|
|
anon_sym_EQ,
|
|
[52471] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2554), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2556), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1208), 1,
|
|
aux_sym_match_class_pattern_repeat2,
|
|
[52484] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2554), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2558), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1201), 1,
|
|
aux_sym_match_class_pattern_repeat1,
|
|
[52497] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1677), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2560), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1028), 1,
|
|
aux_sym_open_sequence_match_pattern_repeat1,
|
|
[52510] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2562), 1,
|
|
sym__semicolon,
|
|
ACTIONS(2564), 1,
|
|
sym__newline,
|
|
STATE(1270), 1,
|
|
aux_sym__simple_statements_repeat1,
|
|
[52523] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1377), 3,
|
|
sym__newline,
|
|
anon_sym_in,
|
|
sym__semicolon,
|
|
[52532] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2566), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2568), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1268), 1,
|
|
aux_sym_dictionary_repeat1,
|
|
[52545] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1788), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2570), 1,
|
|
anon_sym_in,
|
|
STATE(842), 1,
|
|
aux_sym__patterns_repeat1,
|
|
[52558] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2572), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2574), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1226), 1,
|
|
aux_sym_match_class_pattern_repeat2,
|
|
[52571] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2576), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2578), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1268), 1,
|
|
aux_sym_dictionary_repeat1,
|
|
[52584] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2051), 1,
|
|
anon_sym_from,
|
|
ACTIONS(2055), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[52595] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2580), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2582), 2,
|
|
anon_sym_if,
|
|
anon_sym_COLON,
|
|
[52606] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 3,
|
|
sym__newline,
|
|
anon_sym_in,
|
|
sym__semicolon,
|
|
[52615] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2584), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2586), 1,
|
|
anon_sym_COLON,
|
|
STATE(1356), 1,
|
|
sym_guard,
|
|
[52628] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2588), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2590), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1171), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[52641] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1685), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2546), 1,
|
|
sym_identifier,
|
|
STATE(1311), 1,
|
|
sym_match_keyword_pattern,
|
|
[52654] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2593), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2595), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1266), 1,
|
|
aux_sym_match_mapping_pattern_repeat1,
|
|
[52667] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2495), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2597), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1217), 1,
|
|
aux_sym__import_list_repeat1,
|
|
[52680] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2599), 1,
|
|
sym__semicolon,
|
|
ACTIONS(2601), 1,
|
|
sym__newline,
|
|
STATE(1198), 1,
|
|
aux_sym__simple_statements_repeat1,
|
|
[52693] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2603), 1,
|
|
sym_identifier,
|
|
ACTIONS(2605), 1,
|
|
sym_match_wildcard_pattern,
|
|
STATE(1077), 1,
|
|
sym_match_capture_pattern,
|
|
[52706] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1865), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1235), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
[52719] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2141), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2143), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1214), 1,
|
|
aux_sym_dictionary_repeat1,
|
|
[52732] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2607), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2610), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1179), 1,
|
|
aux_sym_match_mapping_pattern_repeat1,
|
|
[52745] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2612), 3,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COLON,
|
|
anon_sym_EQ,
|
|
[52754] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2356), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2614), 1,
|
|
anon_sym_COLON,
|
|
STATE(1412), 1,
|
|
sym_argument_list,
|
|
[52767] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2616), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2618), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1202), 1,
|
|
aux_sym_open_sequence_match_pattern_repeat1,
|
|
[52780] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2620), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2622), 1,
|
|
anon_sym_COLON,
|
|
STATE(1143), 1,
|
|
aux_sym_with_clause_repeat1,
|
|
[52793] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2624), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2420), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[52804] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2626), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2628), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1264), 1,
|
|
aux_sym_with_clause_repeat1,
|
|
[52817] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1788), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2630), 1,
|
|
anon_sym_in,
|
|
STATE(842), 1,
|
|
aux_sym__patterns_repeat1,
|
|
[52830] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2632), 1,
|
|
sym__semicolon,
|
|
ACTIONS(2634), 1,
|
|
sym__newline,
|
|
STATE(1205), 1,
|
|
aux_sym__simple_statements_repeat1,
|
|
[52843] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2491), 3,
|
|
sym__newline,
|
|
anon_sym_COMMA,
|
|
sym__semicolon,
|
|
[52852] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2636), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2638), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1228), 1,
|
|
aux_sym_type_parameters_repeat1,
|
|
[52865] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1095), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
[52874] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2584), 1,
|
|
anon_sym_if,
|
|
ACTIONS(2640), 1,
|
|
anon_sym_COLON,
|
|
STATE(1433), 1,
|
|
sym_guard,
|
|
[52887] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1957), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1235), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
[52900] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2620), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2642), 1,
|
|
anon_sym_COLON,
|
|
STATE(1183), 1,
|
|
aux_sym_with_clause_repeat1,
|
|
[52913] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2312), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2644), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1378), 1,
|
|
sym_format_specifier,
|
|
[52926] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2546), 1,
|
|
sym_identifier,
|
|
ACTIONS(2572), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1311), 1,
|
|
sym_match_keyword_pattern,
|
|
[52939] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2646), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2649), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1196), 1,
|
|
aux_sym_index_expression_list_repeat1,
|
|
[52952] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2651), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1260), 1,
|
|
aux_sym__parameters_repeat1,
|
|
[52965] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(545), 1,
|
|
sym__newline,
|
|
ACTIONS(2653), 1,
|
|
sym__semicolon,
|
|
STATE(1200), 1,
|
|
aux_sym__simple_statements_repeat1,
|
|
[52978] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2105), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2107), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1221), 1,
|
|
aux_sym_dictionary_repeat1,
|
|
[52991] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2655), 1,
|
|
sym__semicolon,
|
|
ACTIONS(2658), 1,
|
|
sym__newline,
|
|
STATE(1200), 1,
|
|
aux_sym__simple_statements_repeat1,
|
|
[53004] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1687), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2660), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1272), 1,
|
|
aux_sym_match_class_pattern_repeat1,
|
|
[53017] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1677), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2662), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1028), 1,
|
|
aux_sym_open_sequence_match_pattern_repeat1,
|
|
[53030] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2664), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2666), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1224), 1,
|
|
aux_sym__parameters_repeat1,
|
|
[53043] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1687), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2546), 1,
|
|
sym_identifier,
|
|
STATE(1311), 1,
|
|
sym_match_keyword_pattern,
|
|
[53056] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(547), 1,
|
|
sym__newline,
|
|
ACTIONS(2668), 1,
|
|
sym__semicolon,
|
|
STATE(1200), 1,
|
|
aux_sym__simple_statements_repeat1,
|
|
[53069] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1829), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1833), 1,
|
|
anon_sym_COLON,
|
|
STATE(865), 1,
|
|
aux_sym_match_value_pattern_repeat1,
|
|
[53082] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2109), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2111), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1166), 1,
|
|
aux_sym_dictionary_repeat1,
|
|
[53095] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1687), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2670), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1226), 1,
|
|
aux_sym_match_class_pattern_repeat2,
|
|
[53108] = 3,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2272), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2274), 2,
|
|
anon_sym_LBRACE2,
|
|
aux_sym_format_specifier_token1,
|
|
[53119] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2163), 3,
|
|
sym__newline,
|
|
anon_sym_EQ,
|
|
sym__semicolon,
|
|
[53128] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2672), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(2674), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[53139] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2444), 1,
|
|
anon_sym_as,
|
|
ACTIONS(2472), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[53150] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1788), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2676), 1,
|
|
anon_sym_in,
|
|
STATE(842), 1,
|
|
aux_sym__patterns_repeat1,
|
|
[53163] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2678), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2680), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1268), 1,
|
|
aux_sym_dictionary_repeat1,
|
|
[53176] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2682), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2684), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1268), 1,
|
|
aux_sym_dictionary_repeat1,
|
|
[53189] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1945), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1235), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
[53202] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2477), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2686), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1217), 1,
|
|
aux_sym__import_list_repeat1,
|
|
[53215] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1941), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1943), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1240), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53228] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1937), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1939), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1263), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53241] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2689), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2691), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1238), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53254] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2693), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2695), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1268), 1,
|
|
aux_sym_dictionary_repeat1,
|
|
[53267] = 3,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2697), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2699), 2,
|
|
anon_sym_LBRACE2,
|
|
aux_sym_format_specifier_token1,
|
|
[53278] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2701), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2703), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1268), 1,
|
|
aux_sym_dictionary_repeat1,
|
|
[53291] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2705), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1245), 1,
|
|
aux_sym__parameters_repeat1,
|
|
[53304] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2707), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2709), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1252), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53317] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2711), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2713), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1226), 1,
|
|
aux_sym_match_class_pattern_repeat2,
|
|
[53330] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2716), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2718), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1233), 1,
|
|
aux_sym_index_expression_list_repeat1,
|
|
[53343] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2720), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2723), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1228), 1,
|
|
aux_sym_type_parameters_repeat1,
|
|
[53356] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1929), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1931), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1247), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53369] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2725), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2727), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1249), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53382] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2302), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2442), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1174), 1,
|
|
aux_sym__import_list_repeat1,
|
|
[53395] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2716), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2729), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1233), 1,
|
|
aux_sym_index_expression_list_repeat1,
|
|
[53408] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2731), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2733), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1196), 1,
|
|
aux_sym_index_expression_list_repeat1,
|
|
[53421] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2312), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2448), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1454), 1,
|
|
sym_format_specifier,
|
|
[53434] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2294), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2735), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1073), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
[53447] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2716), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2737), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1233), 1,
|
|
aux_sym_index_expression_list_repeat1,
|
|
[53460] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2739), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2741), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1171), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53473] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2743), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2745), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1171), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53486] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2312), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2464), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1430), 1,
|
|
sym_format_specifier,
|
|
[53499] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2747), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2749), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1171), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53512] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1788), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2751), 1,
|
|
anon_sym_in,
|
|
STATE(842), 1,
|
|
aux_sym__patterns_repeat1,
|
|
[53525] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2472), 3,
|
|
sym__newline,
|
|
anon_sym_COMMA,
|
|
sym__semicolon,
|
|
[53534] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2753), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1255), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
[53547] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1845), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2755), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1063), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
[53560] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2757), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2759), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1245), 1,
|
|
aux_sym__parameters_repeat1,
|
|
[53573] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2762), 3,
|
|
sym__newline,
|
|
anon_sym_COMMA,
|
|
sym__semicolon,
|
|
[53582] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2764), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2766), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1171), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53595] = 3,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2251), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2253), 2,
|
|
anon_sym_LBRACE2,
|
|
aux_sym_format_specifier_token1,
|
|
[53606] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2768), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2770), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1171), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53619] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2772), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2774), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1171), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53632] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2312), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2776), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1450), 1,
|
|
sym_format_specifier,
|
|
[53645] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2778), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2780), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1171), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53658] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2782), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2784), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1171), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53671] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2157), 1,
|
|
sym_identifier,
|
|
ACTIONS(2786), 1,
|
|
anon_sym_import,
|
|
STATE(1453), 1,
|
|
sym_dotted_name,
|
|
[53684] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2294), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2788), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1073), 1,
|
|
aux_sym__collection_elements_repeat1,
|
|
[53697] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1788), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2790), 1,
|
|
anon_sym_in,
|
|
STATE(842), 1,
|
|
aux_sym__patterns_repeat1,
|
|
[53710] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2356), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2792), 1,
|
|
anon_sym_COLON,
|
|
STATE(1422), 1,
|
|
sym_argument_list,
|
|
[53723] = 3,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2216), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2218), 2,
|
|
anon_sym_LBRACE2,
|
|
aux_sym_format_specifier_token1,
|
|
[53734] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2538), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
[53743] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2757), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2794), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1260), 1,
|
|
aux_sym__parameters_repeat1,
|
|
[53756] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2757), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
[53765] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1788), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2797), 1,
|
|
anon_sym_in,
|
|
STATE(842), 1,
|
|
aux_sym__patterns_repeat1,
|
|
[53778] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2799), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2801), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1171), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[53791] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(960), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2803), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1143), 1,
|
|
aux_sym_with_clause_repeat1,
|
|
[53804] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2523), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
[53813] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1804), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2805), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1179), 1,
|
|
aux_sym_match_mapping_pattern_repeat1,
|
|
[53826] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2807), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
[53835] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2809), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2812), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1268), 1,
|
|
aux_sym_dictionary_repeat1,
|
|
[53848] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1685), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2814), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1277), 1,
|
|
aux_sym_match_class_pattern_repeat2,
|
|
[53861] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(551), 1,
|
|
sym__newline,
|
|
ACTIONS(2816), 1,
|
|
sym__semicolon,
|
|
STATE(1200), 1,
|
|
aux_sym__simple_statements_repeat1,
|
|
[53874] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2548), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2818), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1165), 1,
|
|
aux_sym_match_class_pattern_repeat2,
|
|
[53887] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2820), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2822), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1272), 1,
|
|
aux_sym_match_class_pattern_repeat1,
|
|
[53900] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2420), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
[53909] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2664), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2825), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1197), 1,
|
|
aux_sym__parameters_repeat1,
|
|
[53922] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2424), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(2420), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
[53933] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2827), 3,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
[53942] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2548), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2818), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1226), 1,
|
|
aux_sym_match_class_pattern_repeat2,
|
|
[53955] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2636), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2829), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1189), 1,
|
|
aux_sym_type_parameters_repeat1,
|
|
[53968] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2404), 1,
|
|
sym_identifier,
|
|
STATE(1212), 1,
|
|
sym_dotted_name,
|
|
STATE(1306), 1,
|
|
sym_aliased_import,
|
|
[53981] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2360), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2831), 1,
|
|
anon_sym_EQ,
|
|
STATE(1441), 1,
|
|
sym_type_parameters,
|
|
[53994] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2833), 1,
|
|
anon_sym_in,
|
|
ACTIONS(2835), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54005] = 3,
|
|
ACTIONS(1898), 1,
|
|
sym_comment,
|
|
ACTIONS(2255), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2257), 2,
|
|
anon_sym_LBRACE2,
|
|
aux_sym_format_specifier_token1,
|
|
[54016] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2837), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[54024] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1798), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2839), 1,
|
|
anon_sym_COMMA,
|
|
[54034] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2546), 1,
|
|
sym_identifier,
|
|
STATE(1311), 1,
|
|
sym_match_keyword_pattern,
|
|
[54044] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2841), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[54052] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2346), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[54060] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2843), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54068] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2845), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54076] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2847), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54084] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1876), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54092] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2420), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON,
|
|
[54100] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2849), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54108] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2402), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1308), 1,
|
|
sym_parameters,
|
|
[54118] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2851), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[54126] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2402), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1310), 1,
|
|
sym_parameters,
|
|
[54136] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(874), 2,
|
|
anon_sym_except,
|
|
anon_sym_finally,
|
|
[54144] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2853), 2,
|
|
anon_sym_COLON,
|
|
anon_sym_DASH_GT,
|
|
[54152] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2855), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1139), 1,
|
|
aux_sym_open_sequence_match_pattern_repeat1,
|
|
[54162] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2053), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1060), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[54172] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2165), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54180] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2857), 1,
|
|
sym_integer,
|
|
ACTIONS(2859), 1,
|
|
sym_float,
|
|
[54190] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2861), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[54198] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(896), 2,
|
|
anon_sym_except,
|
|
anon_sym_finally,
|
|
[54206] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2863), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2865), 1,
|
|
anon_sym_DASH_GT,
|
|
[54216] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2472), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[54224] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2762), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[54232] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2867), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2869), 1,
|
|
anon_sym_DASH_GT,
|
|
[54242] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2871), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1160), 1,
|
|
aux_sym_open_sequence_match_pattern_repeat1,
|
|
[54252] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2873), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2875), 1,
|
|
anon_sym_DASH_GT,
|
|
[54262] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2711), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[54270] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2877), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2879), 1,
|
|
anon_sym_DASH_GT,
|
|
[54280] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(902), 2,
|
|
anon_sym_except,
|
|
anon_sym_finally,
|
|
[54288] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2881), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
[54296] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2883), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2885), 1,
|
|
anon_sym_DASH_GT,
|
|
[54306] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(878), 2,
|
|
anon_sym_except,
|
|
anon_sym_finally,
|
|
[54314] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2887), 2,
|
|
anon_sym_COLON,
|
|
anon_sym_DASH_GT,
|
|
[54322] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2820), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[54330] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2889), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
[54338] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2891), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[54346] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(906), 2,
|
|
anon_sym_except,
|
|
anon_sym_finally,
|
|
[54354] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2893), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54362] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2402), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1305), 1,
|
|
sym_parameters,
|
|
[54372] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2895), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2897), 1,
|
|
anon_sym_DASH_GT,
|
|
[54382] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2899), 1,
|
|
sym_integer,
|
|
ACTIONS(2901), 1,
|
|
sym_float,
|
|
[54392] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2903), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54400] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2905), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54408] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2907), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54416] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_COMMA,
|
|
STATE(950), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[54426] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2909), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54434] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2911), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2913), 1,
|
|
anon_sym_RBRACE,
|
|
[54444] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2610), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
[54452] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2915), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[54460] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2917), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[54468] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2350), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[54476] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2919), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[54484] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2921), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[54492] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2167), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54500] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2923), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54508] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2925), 1,
|
|
sym_integer,
|
|
ACTIONS(2927), 1,
|
|
sym_float,
|
|
[54518] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2191), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54526] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2929), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2931), 1,
|
|
anon_sym_DASH_GT,
|
|
[54536] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2402), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1349), 1,
|
|
sym_parameters,
|
|
[54546] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2933), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54554] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2595), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2935), 1,
|
|
anon_sym_COMMA,
|
|
[54564] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2937), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54572] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1829), 1,
|
|
anon_sym_DOT,
|
|
STATE(1206), 1,
|
|
aux_sym_match_value_pattern_repeat1,
|
|
[54582] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2939), 1,
|
|
sym_identifier,
|
|
STATE(1314), 1,
|
|
sym_match_capture_pattern,
|
|
[54592] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2941), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(2943), 1,
|
|
anon_sym_DASH_GT,
|
|
[54602] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2945), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
[54610] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2580), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2947), 1,
|
|
anon_sym_RPAREN,
|
|
[54620] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2658), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54628] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2949), 2,
|
|
sym__newline,
|
|
sym__semicolon,
|
|
[54636] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2951), 1,
|
|
anon_sym_RBRACE,
|
|
[54643] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2220), 1,
|
|
anon_sym_COLON,
|
|
[54650] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2953), 1,
|
|
anon_sym_COLON,
|
|
[54657] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2955), 1,
|
|
sym_identifier,
|
|
[54664] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2957), 1,
|
|
anon_sym_COLON,
|
|
[54671] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2959), 1,
|
|
anon_sym_RPAREN,
|
|
[54678] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2961), 1,
|
|
anon_sym_RBRACE,
|
|
[54685] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2963), 1,
|
|
anon_sym_RBRACK,
|
|
[54692] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2965), 1,
|
|
anon_sym_RBRACE,
|
|
[54699] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_RBRACE,
|
|
[54706] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2969), 1,
|
|
anon_sym_COLON,
|
|
[54713] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2971), 1,
|
|
anon_sym_COLON,
|
|
[54720] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2973), 1,
|
|
sym_identifier,
|
|
[54727] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2975), 1,
|
|
anon_sym_in,
|
|
[54734] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2977), 1,
|
|
anon_sym_RPAREN,
|
|
[54741] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2979), 1,
|
|
anon_sym_RBRACK,
|
|
[54748] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2981), 1,
|
|
anon_sym_RPAREN,
|
|
[54755] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2983), 1,
|
|
anon_sym_RBRACE,
|
|
[54762] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2985), 1,
|
|
anon_sym_RBRACE,
|
|
[54769] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2987), 1,
|
|
anon_sym_COLON,
|
|
[54776] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2989), 1,
|
|
anon_sym_RPAREN,
|
|
[54783] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2991), 1,
|
|
anon_sym_COLON,
|
|
[54790] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2993), 1,
|
|
anon_sym_RPAREN,
|
|
[54797] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2718), 1,
|
|
anon_sym_RBRACK,
|
|
[54804] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2995), 1,
|
|
anon_sym_RBRACE,
|
|
[54811] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2737), 1,
|
|
anon_sym_RBRACK,
|
|
[54818] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2997), 1,
|
|
anon_sym_RPAREN,
|
|
[54825] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2913), 1,
|
|
anon_sym_RBRACE,
|
|
[54832] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2999), 1,
|
|
anon_sym_RBRACE,
|
|
[54839] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3001), 1,
|
|
anon_sym_COLON,
|
|
[54846] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2464), 1,
|
|
anon_sym_RBRACE,
|
|
[54853] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3003), 1,
|
|
sym_identifier,
|
|
[54860] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3005), 1,
|
|
anon_sym_RBRACK,
|
|
[54867] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3007), 1,
|
|
anon_sym_import,
|
|
[54874] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2570), 1,
|
|
anon_sym_in,
|
|
[54881] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3009), 1,
|
|
anon_sym_RPAREN,
|
|
[54888] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3011), 1,
|
|
anon_sym_import,
|
|
[54895] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2790), 1,
|
|
anon_sym_in,
|
|
[54902] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3013), 1,
|
|
anon_sym_COLON,
|
|
[54909] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3015), 1,
|
|
anon_sym_RBRACK,
|
|
[54916] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3017), 1,
|
|
anon_sym_COLON,
|
|
[54923] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3019), 1,
|
|
anon_sym_in,
|
|
[54930] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2266), 1,
|
|
anon_sym_COLON,
|
|
[54937] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3021), 1,
|
|
anon_sym_COLON,
|
|
[54944] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3023), 1,
|
|
anon_sym_RBRACE,
|
|
[54951] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3025), 1,
|
|
anon_sym_COLON,
|
|
[54958] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3027), 1,
|
|
anon_sym_COLON,
|
|
[54965] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3029), 1,
|
|
anon_sym_RBRACE,
|
|
[54972] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3031), 1,
|
|
anon_sym_COLON,
|
|
[54979] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3033), 1,
|
|
anon_sym_COLON,
|
|
[54986] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3035), 1,
|
|
anon_sym_COLON,
|
|
[54993] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3037), 1,
|
|
anon_sym_COLON,
|
|
[55000] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3039), 1,
|
|
anon_sym_RBRACK,
|
|
[55007] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3041), 1,
|
|
anon_sym_RPAREN,
|
|
[55014] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3043), 1,
|
|
sym_identifier,
|
|
[55021] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3045), 1,
|
|
sym_identifier,
|
|
[55028] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3047), 1,
|
|
sym_identifier,
|
|
[55035] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3049), 1,
|
|
anon_sym_COLON,
|
|
[55042] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3051), 1,
|
|
anon_sym_COLON,
|
|
[55049] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3053), 1,
|
|
anon_sym_RBRACK,
|
|
[55056] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3055), 1,
|
|
anon_sym_RBRACE,
|
|
[55063] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3057), 1,
|
|
anon_sym_COLON,
|
|
[55070] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2676), 1,
|
|
anon_sym_in,
|
|
[55077] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3059), 1,
|
|
sym_identifier,
|
|
[55084] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2061), 1,
|
|
anon_sym_EQ,
|
|
[55091] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1804), 1,
|
|
anon_sym_RBRACE,
|
|
[55098] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3061), 1,
|
|
anon_sym_COLON,
|
|
[55105] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3063), 1,
|
|
anon_sym_in,
|
|
[55112] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3065), 1,
|
|
anon_sym_COLON,
|
|
[55119] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3067), 1,
|
|
anon_sym_COLON,
|
|
[55126] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2249), 1,
|
|
anon_sym_COLON,
|
|
[55133] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3069), 1,
|
|
sym_identifier,
|
|
[55140] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3071), 1,
|
|
sym_identifier,
|
|
[55147] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3073), 1,
|
|
anon_sym_RPAREN,
|
|
[55154] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3075), 1,
|
|
anon_sym_RBRACK,
|
|
[55161] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3077), 1,
|
|
anon_sym_COLON,
|
|
[55168] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2644), 1,
|
|
anon_sym_RBRACE,
|
|
[55175] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3079), 1,
|
|
anon_sym_COLON,
|
|
[55182] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3081), 1,
|
|
anon_sym_RPAREN,
|
|
[55189] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3083), 1,
|
|
anon_sym_COLON,
|
|
[55196] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3085), 1,
|
|
anon_sym_COLON,
|
|
[55203] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3087), 1,
|
|
anon_sym_COLON,
|
|
[55210] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3089), 1,
|
|
anon_sym_RPAREN,
|
|
[55217] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2630), 1,
|
|
anon_sym_in,
|
|
[55224] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3091), 1,
|
|
anon_sym_COLON,
|
|
[55231] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3093), 1,
|
|
anon_sym_COLON,
|
|
[55238] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2280), 1,
|
|
anon_sym_COLON,
|
|
[55245] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3095), 1,
|
|
anon_sym_EQ,
|
|
[55252] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3097), 1,
|
|
anon_sym_in,
|
|
[55259] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(962), 1,
|
|
anon_sym_STAR,
|
|
[55266] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3099), 1,
|
|
anon_sym_COLON,
|
|
[55273] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3101), 1,
|
|
sym_identifier,
|
|
[55280] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3103), 1,
|
|
anon_sym_RBRACE,
|
|
[55287] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3105), 1,
|
|
anon_sym_RPAREN,
|
|
[55294] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3107), 1,
|
|
anon_sym_COLON,
|
|
[55301] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(856), 1,
|
|
anon_sym_def,
|
|
[55308] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3109), 1,
|
|
anon_sym_RBRACE,
|
|
[55315] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3111), 1,
|
|
sym_identifier,
|
|
[55322] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3113), 1,
|
|
anon_sym_LPAREN,
|
|
[55329] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3115), 1,
|
|
anon_sym_import,
|
|
[55336] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2776), 1,
|
|
anon_sym_RBRACE,
|
|
[55343] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3117), 1,
|
|
ts_builtin_sym_end,
|
|
[55350] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2448), 1,
|
|
anon_sym_RBRACE,
|
|
[55357] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3119), 1,
|
|
anon_sym_COLON,
|
|
[55364] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3121), 1,
|
|
anon_sym_COLON,
|
|
[55371] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3123), 1,
|
|
anon_sym_COLON,
|
|
[55378] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3125), 1,
|
|
anon_sym_RBRACE,
|
|
[55385] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3127), 1,
|
|
sym_identifier,
|
|
[55392] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3129), 1,
|
|
sym_identifier,
|
|
[55399] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3131), 1,
|
|
sym_identifier,
|
|
[55406] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(956), 1,
|
|
anon_sym_STAR,
|
|
[55413] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3133), 1,
|
|
sym_identifier,
|
|
[55420] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3135), 1,
|
|
anon_sym_COLON,
|
|
[55427] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3137), 1,
|
|
anon_sym_COLON,
|
|
[55434] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3139), 1,
|
|
sym_identifier,
|
|
[55441] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3141), 1,
|
|
sym_identifier,
|
|
[55448] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3143), 1,
|
|
sym_identifier,
|
|
[55455] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3145), 1,
|
|
sym_identifier,
|
|
[55462] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3147), 1,
|
|
anon_sym_for,
|
|
[55469] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2751), 1,
|
|
anon_sym_in,
|
|
[55476] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(842), 1,
|
|
anon_sym_def,
|
|
[55483] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3149), 1,
|
|
anon_sym_RPAREN,
|
|
[55490] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2797), 1,
|
|
anon_sym_in,
|
|
[55497] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2729), 1,
|
|
anon_sym_RBRACK,
|
|
[55504] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3151), 1,
|
|
anon_sym_RBRACE,
|
|
};
|
|
|
|
static const uint32_t ts_small_parse_table_map[] = {
|
|
[SMALL_STATE(149)] = 0,
|
|
[SMALL_STATE(150)] = 118,
|
|
[SMALL_STATE(151)] = 236,
|
|
[SMALL_STATE(152)] = 354,
|
|
[SMALL_STATE(153)] = 464,
|
|
[SMALL_STATE(154)] = 581,
|
|
[SMALL_STATE(155)] = 696,
|
|
[SMALL_STATE(156)] = 799,
|
|
[SMALL_STATE(157)] = 902,
|
|
[SMALL_STATE(158)] = 1017,
|
|
[SMALL_STATE(159)] = 1136,
|
|
[SMALL_STATE(160)] = 1251,
|
|
[SMALL_STATE(161)] = 1368,
|
|
[SMALL_STATE(162)] = 1482,
|
|
[SMALL_STATE(163)] = 1586,
|
|
[SMALL_STATE(164)] = 1700,
|
|
[SMALL_STATE(165)] = 1804,
|
|
[SMALL_STATE(166)] = 1908,
|
|
[SMALL_STATE(167)] = 2022,
|
|
[SMALL_STATE(168)] = 2123,
|
|
[SMALL_STATE(169)] = 2228,
|
|
[SMALL_STATE(170)] = 2335,
|
|
[SMALL_STATE(171)] = 2438,
|
|
[SMALL_STATE(172)] = 2539,
|
|
[SMALL_STATE(173)] = 2640,
|
|
[SMALL_STATE(174)] = 2745,
|
|
[SMALL_STATE(175)] = 2850,
|
|
[SMALL_STATE(176)] = 2953,
|
|
[SMALL_STATE(177)] = 3058,
|
|
[SMALL_STATE(178)] = 3163,
|
|
[SMALL_STATE(179)] = 3268,
|
|
[SMALL_STATE(180)] = 3370,
|
|
[SMALL_STATE(181)] = 3472,
|
|
[SMALL_STATE(182)] = 3574,
|
|
[SMALL_STATE(183)] = 3672,
|
|
[SMALL_STATE(184)] = 3776,
|
|
[SMALL_STATE(185)] = 3878,
|
|
[SMALL_STATE(186)] = 3982,
|
|
[SMALL_STATE(187)] = 4086,
|
|
[SMALL_STATE(188)] = 4188,
|
|
[SMALL_STATE(189)] = 4290,
|
|
[SMALL_STATE(190)] = 4392,
|
|
[SMALL_STATE(191)] = 4494,
|
|
[SMALL_STATE(192)] = 4600,
|
|
[SMALL_STATE(193)] = 4702,
|
|
[SMALL_STATE(194)] = 4804,
|
|
[SMALL_STATE(195)] = 4906,
|
|
[SMALL_STATE(196)] = 5010,
|
|
[SMALL_STATE(197)] = 5112,
|
|
[SMALL_STATE(198)] = 5214,
|
|
[SMALL_STATE(199)] = 5316,
|
|
[SMALL_STATE(200)] = 5422,
|
|
[SMALL_STATE(201)] = 5524,
|
|
[SMALL_STATE(202)] = 5626,
|
|
[SMALL_STATE(203)] = 5728,
|
|
[SMALL_STATE(204)] = 5830,
|
|
[SMALL_STATE(205)] = 5932,
|
|
[SMALL_STATE(206)] = 6030,
|
|
[SMALL_STATE(207)] = 6128,
|
|
[SMALL_STATE(208)] = 6230,
|
|
[SMALL_STATE(209)] = 6332,
|
|
[SMALL_STATE(210)] = 6434,
|
|
[SMALL_STATE(211)] = 6532,
|
|
[SMALL_STATE(212)] = 6634,
|
|
[SMALL_STATE(213)] = 6733,
|
|
[SMALL_STATE(214)] = 6794,
|
|
[SMALL_STATE(215)] = 6893,
|
|
[SMALL_STATE(216)] = 6992,
|
|
[SMALL_STATE(217)] = 7091,
|
|
[SMALL_STATE(218)] = 7178,
|
|
[SMALL_STATE(219)] = 7277,
|
|
[SMALL_STATE(220)] = 7376,
|
|
[SMALL_STATE(221)] = 7437,
|
|
[SMALL_STATE(222)] = 7536,
|
|
[SMALL_STATE(223)] = 7635,
|
|
[SMALL_STATE(224)] = 7707,
|
|
[SMALL_STATE(225)] = 7779,
|
|
[SMALL_STATE(226)] = 7851,
|
|
[SMALL_STATE(227)] = 7947,
|
|
[SMALL_STATE(228)] = 8019,
|
|
[SMALL_STATE(229)] = 8117,
|
|
[SMALL_STATE(230)] = 8213,
|
|
[SMALL_STATE(231)] = 8311,
|
|
[SMALL_STATE(232)] = 8383,
|
|
[SMALL_STATE(233)] = 8455,
|
|
[SMALL_STATE(234)] = 8527,
|
|
[SMALL_STATE(235)] = 8625,
|
|
[SMALL_STATE(236)] = 8723,
|
|
[SMALL_STATE(237)] = 8795,
|
|
[SMALL_STATE(238)] = 8893,
|
|
[SMALL_STATE(239)] = 8988,
|
|
[SMALL_STATE(240)] = 9061,
|
|
[SMALL_STATE(241)] = 9156,
|
|
[SMALL_STATE(242)] = 9251,
|
|
[SMALL_STATE(243)] = 9346,
|
|
[SMALL_STATE(244)] = 9441,
|
|
[SMALL_STATE(245)] = 9536,
|
|
[SMALL_STATE(246)] = 9631,
|
|
[SMALL_STATE(247)] = 9704,
|
|
[SMALL_STATE(248)] = 9799,
|
|
[SMALL_STATE(249)] = 9894,
|
|
[SMALL_STATE(250)] = 9989,
|
|
[SMALL_STATE(251)] = 10084,
|
|
[SMALL_STATE(252)] = 10178,
|
|
[SMALL_STATE(253)] = 10246,
|
|
[SMALL_STATE(254)] = 10340,
|
|
[SMALL_STATE(255)] = 10434,
|
|
[SMALL_STATE(256)] = 10528,
|
|
[SMALL_STATE(257)] = 10586,
|
|
[SMALL_STATE(258)] = 10644,
|
|
[SMALL_STATE(259)] = 10706,
|
|
[SMALL_STATE(260)] = 10800,
|
|
[SMALL_STATE(261)] = 10862,
|
|
[SMALL_STATE(262)] = 10920,
|
|
[SMALL_STATE(263)] = 10978,
|
|
[SMALL_STATE(264)] = 11036,
|
|
[SMALL_STATE(265)] = 11094,
|
|
[SMALL_STATE(266)] = 11152,
|
|
[SMALL_STATE(267)] = 11220,
|
|
[SMALL_STATE(268)] = 11314,
|
|
[SMALL_STATE(269)] = 11372,
|
|
[SMALL_STATE(270)] = 11430,
|
|
[SMALL_STATE(271)] = 11492,
|
|
[SMALL_STATE(272)] = 11584,
|
|
[SMALL_STATE(273)] = 11646,
|
|
[SMALL_STATE(274)] = 11738,
|
|
[SMALL_STATE(275)] = 11830,
|
|
[SMALL_STATE(276)] = 11900,
|
|
[SMALL_STATE(277)] = 11994,
|
|
[SMALL_STATE(278)] = 12062,
|
|
[SMALL_STATE(279)] = 12130,
|
|
[SMALL_STATE(280)] = 12198,
|
|
[SMALL_STATE(281)] = 12266,
|
|
[SMALL_STATE(282)] = 12334,
|
|
[SMALL_STATE(283)] = 12392,
|
|
[SMALL_STATE(284)] = 12486,
|
|
[SMALL_STATE(285)] = 12580,
|
|
[SMALL_STATE(286)] = 12674,
|
|
[SMALL_STATE(287)] = 12742,
|
|
[SMALL_STATE(288)] = 12836,
|
|
[SMALL_STATE(289)] = 12927,
|
|
[SMALL_STATE(290)] = 13016,
|
|
[SMALL_STATE(291)] = 13105,
|
|
[SMALL_STATE(292)] = 13194,
|
|
[SMALL_STATE(293)] = 13283,
|
|
[SMALL_STATE(294)] = 13372,
|
|
[SMALL_STATE(295)] = 13463,
|
|
[SMALL_STATE(296)] = 13552,
|
|
[SMALL_STATE(297)] = 13641,
|
|
[SMALL_STATE(298)] = 13732,
|
|
[SMALL_STATE(299)] = 13823,
|
|
[SMALL_STATE(300)] = 13914,
|
|
[SMALL_STATE(301)] = 14005,
|
|
[SMALL_STATE(302)] = 14096,
|
|
[SMALL_STATE(303)] = 14187,
|
|
[SMALL_STATE(304)] = 14250,
|
|
[SMALL_STATE(305)] = 14313,
|
|
[SMALL_STATE(306)] = 14402,
|
|
[SMALL_STATE(307)] = 14491,
|
|
[SMALL_STATE(308)] = 14580,
|
|
[SMALL_STATE(309)] = 14669,
|
|
[SMALL_STATE(310)] = 14736,
|
|
[SMALL_STATE(311)] = 14827,
|
|
[SMALL_STATE(312)] = 14916,
|
|
[SMALL_STATE(313)] = 15005,
|
|
[SMALL_STATE(314)] = 15065,
|
|
[SMALL_STATE(315)] = 15153,
|
|
[SMALL_STATE(316)] = 15209,
|
|
[SMALL_STATE(317)] = 15265,
|
|
[SMALL_STATE(318)] = 15321,
|
|
[SMALL_STATE(319)] = 15377,
|
|
[SMALL_STATE(320)] = 15433,
|
|
[SMALL_STATE(321)] = 15497,
|
|
[SMALL_STATE(322)] = 15553,
|
|
[SMALL_STATE(323)] = 15609,
|
|
[SMALL_STATE(324)] = 15665,
|
|
[SMALL_STATE(325)] = 15721,
|
|
[SMALL_STATE(326)] = 15785,
|
|
[SMALL_STATE(327)] = 15841,
|
|
[SMALL_STATE(328)] = 15897,
|
|
[SMALL_STATE(329)] = 15957,
|
|
[SMALL_STATE(330)] = 16013,
|
|
[SMALL_STATE(331)] = 16069,
|
|
[SMALL_STATE(332)] = 16125,
|
|
[SMALL_STATE(333)] = 16181,
|
|
[SMALL_STATE(334)] = 16237,
|
|
[SMALL_STATE(335)] = 16301,
|
|
[SMALL_STATE(336)] = 16361,
|
|
[SMALL_STATE(337)] = 16417,
|
|
[SMALL_STATE(338)] = 16477,
|
|
[SMALL_STATE(339)] = 16533,
|
|
[SMALL_STATE(340)] = 16589,
|
|
[SMALL_STATE(341)] = 16677,
|
|
[SMALL_STATE(342)] = 16741,
|
|
[SMALL_STATE(343)] = 16797,
|
|
[SMALL_STATE(344)] = 16853,
|
|
[SMALL_STATE(345)] = 16909,
|
|
[SMALL_STATE(346)] = 16997,
|
|
[SMALL_STATE(347)] = 17056,
|
|
[SMALL_STATE(348)] = 17143,
|
|
[SMALL_STATE(349)] = 17202,
|
|
[SMALL_STATE(350)] = 17287,
|
|
[SMALL_STATE(351)] = 17372,
|
|
[SMALL_STATE(352)] = 17457,
|
|
[SMALL_STATE(353)] = 17516,
|
|
[SMALL_STATE(354)] = 17601,
|
|
[SMALL_STATE(355)] = 17662,
|
|
[SMALL_STATE(356)] = 17747,
|
|
[SMALL_STATE(357)] = 17832,
|
|
[SMALL_STATE(358)] = 17917,
|
|
[SMALL_STATE(359)] = 18002,
|
|
[SMALL_STATE(360)] = 18087,
|
|
[SMALL_STATE(361)] = 18172,
|
|
[SMALL_STATE(362)] = 18257,
|
|
[SMALL_STATE(363)] = 18316,
|
|
[SMALL_STATE(364)] = 18401,
|
|
[SMALL_STATE(365)] = 18486,
|
|
[SMALL_STATE(366)] = 18571,
|
|
[SMALL_STATE(367)] = 18656,
|
|
[SMALL_STATE(368)] = 18741,
|
|
[SMALL_STATE(369)] = 18826,
|
|
[SMALL_STATE(370)] = 18885,
|
|
[SMALL_STATE(371)] = 18970,
|
|
[SMALL_STATE(372)] = 19055,
|
|
[SMALL_STATE(373)] = 19140,
|
|
[SMALL_STATE(374)] = 19225,
|
|
[SMALL_STATE(375)] = 19310,
|
|
[SMALL_STATE(376)] = 19395,
|
|
[SMALL_STATE(377)] = 19480,
|
|
[SMALL_STATE(378)] = 19565,
|
|
[SMALL_STATE(379)] = 19650,
|
|
[SMALL_STATE(380)] = 19735,
|
|
[SMALL_STATE(381)] = 19794,
|
|
[SMALL_STATE(382)] = 19879,
|
|
[SMALL_STATE(383)] = 19964,
|
|
[SMALL_STATE(384)] = 20049,
|
|
[SMALL_STATE(385)] = 20134,
|
|
[SMALL_STATE(386)] = 20219,
|
|
[SMALL_STATE(387)] = 20278,
|
|
[SMALL_STATE(388)] = 20363,
|
|
[SMALL_STATE(389)] = 20448,
|
|
[SMALL_STATE(390)] = 20533,
|
|
[SMALL_STATE(391)] = 20592,
|
|
[SMALL_STATE(392)] = 20647,
|
|
[SMALL_STATE(393)] = 20708,
|
|
[SMALL_STATE(394)] = 20793,
|
|
[SMALL_STATE(395)] = 20878,
|
|
[SMALL_STATE(396)] = 20963,
|
|
[SMALL_STATE(397)] = 21048,
|
|
[SMALL_STATE(398)] = 21107,
|
|
[SMALL_STATE(399)] = 21162,
|
|
[SMALL_STATE(400)] = 21247,
|
|
[SMALL_STATE(401)] = 21306,
|
|
[SMALL_STATE(402)] = 21391,
|
|
[SMALL_STATE(403)] = 21476,
|
|
[SMALL_STATE(404)] = 21561,
|
|
[SMALL_STATE(405)] = 21646,
|
|
[SMALL_STATE(406)] = 21731,
|
|
[SMALL_STATE(407)] = 21816,
|
|
[SMALL_STATE(408)] = 21901,
|
|
[SMALL_STATE(409)] = 21986,
|
|
[SMALL_STATE(410)] = 22071,
|
|
[SMALL_STATE(411)] = 22156,
|
|
[SMALL_STATE(412)] = 22241,
|
|
[SMALL_STATE(413)] = 22326,
|
|
[SMALL_STATE(414)] = 22411,
|
|
[SMALL_STATE(415)] = 22472,
|
|
[SMALL_STATE(416)] = 22557,
|
|
[SMALL_STATE(417)] = 22642,
|
|
[SMALL_STATE(418)] = 22701,
|
|
[SMALL_STATE(419)] = 22760,
|
|
[SMALL_STATE(420)] = 22819,
|
|
[SMALL_STATE(421)] = 22878,
|
|
[SMALL_STATE(422)] = 22963,
|
|
[SMALL_STATE(423)] = 23018,
|
|
[SMALL_STATE(424)] = 23103,
|
|
[SMALL_STATE(425)] = 23158,
|
|
[SMALL_STATE(426)] = 23213,
|
|
[SMALL_STATE(427)] = 23298,
|
|
[SMALL_STATE(428)] = 23359,
|
|
[SMALL_STATE(429)] = 23414,
|
|
[SMALL_STATE(430)] = 23499,
|
|
[SMALL_STATE(431)] = 23584,
|
|
[SMALL_STATE(432)] = 23669,
|
|
[SMALL_STATE(433)] = 23754,
|
|
[SMALL_STATE(434)] = 23839,
|
|
[SMALL_STATE(435)] = 23924,
|
|
[SMALL_STATE(436)] = 24009,
|
|
[SMALL_STATE(437)] = 24068,
|
|
[SMALL_STATE(438)] = 24153,
|
|
[SMALL_STATE(439)] = 24238,
|
|
[SMALL_STATE(440)] = 24323,
|
|
[SMALL_STATE(441)] = 24408,
|
|
[SMALL_STATE(442)] = 24467,
|
|
[SMALL_STATE(443)] = 24552,
|
|
[SMALL_STATE(444)] = 24637,
|
|
[SMALL_STATE(445)] = 24722,
|
|
[SMALL_STATE(446)] = 24807,
|
|
[SMALL_STATE(447)] = 24861,
|
|
[SMALL_STATE(448)] = 24915,
|
|
[SMALL_STATE(449)] = 24969,
|
|
[SMALL_STATE(450)] = 25023,
|
|
[SMALL_STATE(451)] = 25077,
|
|
[SMALL_STATE(452)] = 25131,
|
|
[SMALL_STATE(453)] = 25185,
|
|
[SMALL_STATE(454)] = 25239,
|
|
[SMALL_STATE(455)] = 25293,
|
|
[SMALL_STATE(456)] = 25347,
|
|
[SMALL_STATE(457)] = 25401,
|
|
[SMALL_STATE(458)] = 25455,
|
|
[SMALL_STATE(459)] = 25508,
|
|
[SMALL_STATE(460)] = 25561,
|
|
[SMALL_STATE(461)] = 25614,
|
|
[SMALL_STATE(462)] = 25667,
|
|
[SMALL_STATE(463)] = 25720,
|
|
[SMALL_STATE(464)] = 25773,
|
|
[SMALL_STATE(465)] = 25826,
|
|
[SMALL_STATE(466)] = 25879,
|
|
[SMALL_STATE(467)] = 25932,
|
|
[SMALL_STATE(468)] = 25985,
|
|
[SMALL_STATE(469)] = 26038,
|
|
[SMALL_STATE(470)] = 26091,
|
|
[SMALL_STATE(471)] = 26144,
|
|
[SMALL_STATE(472)] = 26197,
|
|
[SMALL_STATE(473)] = 26250,
|
|
[SMALL_STATE(474)] = 26303,
|
|
[SMALL_STATE(475)] = 26356,
|
|
[SMALL_STATE(476)] = 26409,
|
|
[SMALL_STATE(477)] = 26462,
|
|
[SMALL_STATE(478)] = 26515,
|
|
[SMALL_STATE(479)] = 26568,
|
|
[SMALL_STATE(480)] = 26621,
|
|
[SMALL_STATE(481)] = 26674,
|
|
[SMALL_STATE(482)] = 26727,
|
|
[SMALL_STATE(483)] = 26780,
|
|
[SMALL_STATE(484)] = 26833,
|
|
[SMALL_STATE(485)] = 26886,
|
|
[SMALL_STATE(486)] = 26939,
|
|
[SMALL_STATE(487)] = 26992,
|
|
[SMALL_STATE(488)] = 27045,
|
|
[SMALL_STATE(489)] = 27098,
|
|
[SMALL_STATE(490)] = 27151,
|
|
[SMALL_STATE(491)] = 27204,
|
|
[SMALL_STATE(492)] = 27257,
|
|
[SMALL_STATE(493)] = 27310,
|
|
[SMALL_STATE(494)] = 27363,
|
|
[SMALL_STATE(495)] = 27416,
|
|
[SMALL_STATE(496)] = 27469,
|
|
[SMALL_STATE(497)] = 27522,
|
|
[SMALL_STATE(498)] = 27575,
|
|
[SMALL_STATE(499)] = 27628,
|
|
[SMALL_STATE(500)] = 27681,
|
|
[SMALL_STATE(501)] = 27734,
|
|
[SMALL_STATE(502)] = 27787,
|
|
[SMALL_STATE(503)] = 27840,
|
|
[SMALL_STATE(504)] = 27925,
|
|
[SMALL_STATE(505)] = 27978,
|
|
[SMALL_STATE(506)] = 28031,
|
|
[SMALL_STATE(507)] = 28084,
|
|
[SMALL_STATE(508)] = 28137,
|
|
[SMALL_STATE(509)] = 28190,
|
|
[SMALL_STATE(510)] = 28243,
|
|
[SMALL_STATE(511)] = 28296,
|
|
[SMALL_STATE(512)] = 28349,
|
|
[SMALL_STATE(513)] = 28402,
|
|
[SMALL_STATE(514)] = 28455,
|
|
[SMALL_STATE(515)] = 28508,
|
|
[SMALL_STATE(516)] = 28561,
|
|
[SMALL_STATE(517)] = 28614,
|
|
[SMALL_STATE(518)] = 28667,
|
|
[SMALL_STATE(519)] = 28754,
|
|
[SMALL_STATE(520)] = 28807,
|
|
[SMALL_STATE(521)] = 28860,
|
|
[SMALL_STATE(522)] = 28913,
|
|
[SMALL_STATE(523)] = 28966,
|
|
[SMALL_STATE(524)] = 29019,
|
|
[SMALL_STATE(525)] = 29072,
|
|
[SMALL_STATE(526)] = 29125,
|
|
[SMALL_STATE(527)] = 29178,
|
|
[SMALL_STATE(528)] = 29231,
|
|
[SMALL_STATE(529)] = 29284,
|
|
[SMALL_STATE(530)] = 29337,
|
|
[SMALL_STATE(531)] = 29390,
|
|
[SMALL_STATE(532)] = 29443,
|
|
[SMALL_STATE(533)] = 29496,
|
|
[SMALL_STATE(534)] = 29549,
|
|
[SMALL_STATE(535)] = 29602,
|
|
[SMALL_STATE(536)] = 29655,
|
|
[SMALL_STATE(537)] = 29708,
|
|
[SMALL_STATE(538)] = 29761,
|
|
[SMALL_STATE(539)] = 29814,
|
|
[SMALL_STATE(540)] = 29867,
|
|
[SMALL_STATE(541)] = 29920,
|
|
[SMALL_STATE(542)] = 29973,
|
|
[SMALL_STATE(543)] = 30026,
|
|
[SMALL_STATE(544)] = 30111,
|
|
[SMALL_STATE(545)] = 30164,
|
|
[SMALL_STATE(546)] = 30217,
|
|
[SMALL_STATE(547)] = 30270,
|
|
[SMALL_STATE(548)] = 30323,
|
|
[SMALL_STATE(549)] = 30376,
|
|
[SMALL_STATE(550)] = 30429,
|
|
[SMALL_STATE(551)] = 30482,
|
|
[SMALL_STATE(552)] = 30535,
|
|
[SMALL_STATE(553)] = 30588,
|
|
[SMALL_STATE(554)] = 30641,
|
|
[SMALL_STATE(555)] = 30694,
|
|
[SMALL_STATE(556)] = 30747,
|
|
[SMALL_STATE(557)] = 30800,
|
|
[SMALL_STATE(558)] = 30853,
|
|
[SMALL_STATE(559)] = 30906,
|
|
[SMALL_STATE(560)] = 30990,
|
|
[SMALL_STATE(561)] = 31074,
|
|
[SMALL_STATE(562)] = 31158,
|
|
[SMALL_STATE(563)] = 31242,
|
|
[SMALL_STATE(564)] = 31326,
|
|
[SMALL_STATE(565)] = 31410,
|
|
[SMALL_STATE(566)] = 31465,
|
|
[SMALL_STATE(567)] = 31546,
|
|
[SMALL_STATE(568)] = 31601,
|
|
[SMALL_STATE(569)] = 31682,
|
|
[SMALL_STATE(570)] = 31737,
|
|
[SMALL_STATE(571)] = 31786,
|
|
[SMALL_STATE(572)] = 31861,
|
|
[SMALL_STATE(573)] = 31910,
|
|
[SMALL_STATE(574)] = 31958,
|
|
[SMALL_STATE(575)] = 32006,
|
|
[SMALL_STATE(576)] = 32054,
|
|
[SMALL_STATE(577)] = 32136,
|
|
[SMALL_STATE(578)] = 32184,
|
|
[SMALL_STATE(579)] = 32232,
|
|
[SMALL_STATE(580)] = 32280,
|
|
[SMALL_STATE(581)] = 32328,
|
|
[SMALL_STATE(582)] = 32376,
|
|
[SMALL_STATE(583)] = 32424,
|
|
[SMALL_STATE(584)] = 32472,
|
|
[SMALL_STATE(585)] = 32520,
|
|
[SMALL_STATE(586)] = 32568,
|
|
[SMALL_STATE(587)] = 32616,
|
|
[SMALL_STATE(588)] = 32664,
|
|
[SMALL_STATE(589)] = 32712,
|
|
[SMALL_STATE(590)] = 32794,
|
|
[SMALL_STATE(591)] = 32842,
|
|
[SMALL_STATE(592)] = 32890,
|
|
[SMALL_STATE(593)] = 32938,
|
|
[SMALL_STATE(594)] = 32986,
|
|
[SMALL_STATE(595)] = 33034,
|
|
[SMALL_STATE(596)] = 33082,
|
|
[SMALL_STATE(597)] = 33130,
|
|
[SMALL_STATE(598)] = 33178,
|
|
[SMALL_STATE(599)] = 33226,
|
|
[SMALL_STATE(600)] = 33274,
|
|
[SMALL_STATE(601)] = 33322,
|
|
[SMALL_STATE(602)] = 33370,
|
|
[SMALL_STATE(603)] = 33418,
|
|
[SMALL_STATE(604)] = 33466,
|
|
[SMALL_STATE(605)] = 33514,
|
|
[SMALL_STATE(606)] = 33562,
|
|
[SMALL_STATE(607)] = 33629,
|
|
[SMALL_STATE(608)] = 33690,
|
|
[SMALL_STATE(609)] = 33753,
|
|
[SMALL_STATE(610)] = 33814,
|
|
[SMALL_STATE(611)] = 33883,
|
|
[SMALL_STATE(612)] = 33940,
|
|
[SMALL_STATE(613)] = 34009,
|
|
[SMALL_STATE(614)] = 34076,
|
|
[SMALL_STATE(615)] = 34145,
|
|
[SMALL_STATE(616)] = 34214,
|
|
[SMALL_STATE(617)] = 34283,
|
|
[SMALL_STATE(618)] = 34348,
|
|
[SMALL_STATE(619)] = 34405,
|
|
[SMALL_STATE(620)] = 34462,
|
|
[SMALL_STATE(621)] = 34533,
|
|
[SMALL_STATE(622)] = 34604,
|
|
[SMALL_STATE(623)] = 34669,
|
|
[SMALL_STATE(624)] = 34740,
|
|
[SMALL_STATE(625)] = 34811,
|
|
[SMALL_STATE(626)] = 34868,
|
|
[SMALL_STATE(627)] = 34925,
|
|
[SMALL_STATE(628)] = 34996,
|
|
[SMALL_STATE(629)] = 35065,
|
|
[SMALL_STATE(630)] = 35122,
|
|
[SMALL_STATE(631)] = 35185,
|
|
[SMALL_STATE(632)] = 35242,
|
|
[SMALL_STATE(633)] = 35299,
|
|
[SMALL_STATE(634)] = 35370,
|
|
[SMALL_STATE(635)] = 35436,
|
|
[SMALL_STATE(636)] = 35502,
|
|
[SMALL_STATE(637)] = 35568,
|
|
[SMALL_STATE(638)] = 35634,
|
|
[SMALL_STATE(639)] = 35700,
|
|
[SMALL_STATE(640)] = 35766,
|
|
[SMALL_STATE(641)] = 35836,
|
|
[SMALL_STATE(642)] = 35884,
|
|
[SMALL_STATE(643)] = 35950,
|
|
[SMALL_STATE(644)] = 36016,
|
|
[SMALL_STATE(645)] = 36082,
|
|
[SMALL_STATE(646)] = 36148,
|
|
[SMALL_STATE(647)] = 36214,
|
|
[SMALL_STATE(648)] = 36280,
|
|
[SMALL_STATE(649)] = 36346,
|
|
[SMALL_STATE(650)] = 36412,
|
|
[SMALL_STATE(651)] = 36478,
|
|
[SMALL_STATE(652)] = 36524,
|
|
[SMALL_STATE(653)] = 36590,
|
|
[SMALL_STATE(654)] = 36636,
|
|
[SMALL_STATE(655)] = 36702,
|
|
[SMALL_STATE(656)] = 36768,
|
|
[SMALL_STATE(657)] = 36834,
|
|
[SMALL_STATE(658)] = 36900,
|
|
[SMALL_STATE(659)] = 36950,
|
|
[SMALL_STATE(660)] = 37016,
|
|
[SMALL_STATE(661)] = 37082,
|
|
[SMALL_STATE(662)] = 37148,
|
|
[SMALL_STATE(663)] = 37214,
|
|
[SMALL_STATE(664)] = 37280,
|
|
[SMALL_STATE(665)] = 37346,
|
|
[SMALL_STATE(666)] = 37412,
|
|
[SMALL_STATE(667)] = 37478,
|
|
[SMALL_STATE(668)] = 37548,
|
|
[SMALL_STATE(669)] = 37614,
|
|
[SMALL_STATE(670)] = 37680,
|
|
[SMALL_STATE(671)] = 37746,
|
|
[SMALL_STATE(672)] = 37812,
|
|
[SMALL_STATE(673)] = 37878,
|
|
[SMALL_STATE(674)] = 37926,
|
|
[SMALL_STATE(675)] = 37992,
|
|
[SMALL_STATE(676)] = 38040,
|
|
[SMALL_STATE(677)] = 38106,
|
|
[SMALL_STATE(678)] = 38172,
|
|
[SMALL_STATE(679)] = 38238,
|
|
[SMALL_STATE(680)] = 38304,
|
|
[SMALL_STATE(681)] = 38370,
|
|
[SMALL_STATE(682)] = 38436,
|
|
[SMALL_STATE(683)] = 38502,
|
|
[SMALL_STATE(684)] = 38552,
|
|
[SMALL_STATE(685)] = 38618,
|
|
[SMALL_STATE(686)] = 38666,
|
|
[SMALL_STATE(687)] = 38732,
|
|
[SMALL_STATE(688)] = 38798,
|
|
[SMALL_STATE(689)] = 38843,
|
|
[SMALL_STATE(690)] = 38888,
|
|
[SMALL_STATE(691)] = 38937,
|
|
[SMALL_STATE(692)] = 38986,
|
|
[SMALL_STATE(693)] = 39065,
|
|
[SMALL_STATE(694)] = 39114,
|
|
[SMALL_STATE(695)] = 39182,
|
|
[SMALL_STATE(696)] = 39226,
|
|
[SMALL_STATE(697)] = 39270,
|
|
[SMALL_STATE(698)] = 39324,
|
|
[SMALL_STATE(699)] = 39384,
|
|
[SMALL_STATE(700)] = 39452,
|
|
[SMALL_STATE(701)] = 39518,
|
|
[SMALL_STATE(702)] = 39576,
|
|
[SMALL_STATE(703)] = 39630,
|
|
[SMALL_STATE(704)] = 39694,
|
|
[SMALL_STATE(705)] = 39756,
|
|
[SMALL_STATE(706)] = 39832,
|
|
[SMALL_STATE(707)] = 39886,
|
|
[SMALL_STATE(708)] = 39954,
|
|
[SMALL_STATE(709)] = 40002,
|
|
[SMALL_STATE(710)] = 40056,
|
|
[SMALL_STATE(711)] = 40117,
|
|
[SMALL_STATE(712)] = 40184,
|
|
[SMALL_STATE(713)] = 40229,
|
|
[SMALL_STATE(714)] = 40274,
|
|
[SMALL_STATE(715)] = 40319,
|
|
[SMALL_STATE(716)] = 40372,
|
|
[SMALL_STATE(717)] = 40415,
|
|
[SMALL_STATE(718)] = 40460,
|
|
[SMALL_STATE(719)] = 40513,
|
|
[SMALL_STATE(720)] = 40556,
|
|
[SMALL_STATE(721)] = 40603,
|
|
[SMALL_STATE(722)] = 40648,
|
|
[SMALL_STATE(723)] = 40695,
|
|
[SMALL_STATE(724)] = 40742,
|
|
[SMALL_STATE(725)] = 40787,
|
|
[SMALL_STATE(726)] = 40840,
|
|
[SMALL_STATE(727)] = 40899,
|
|
[SMALL_STATE(728)] = 40966,
|
|
[SMALL_STATE(729)] = 41031,
|
|
[SMALL_STATE(730)] = 41088,
|
|
[SMALL_STATE(731)] = 41141,
|
|
[SMALL_STATE(732)] = 41204,
|
|
[SMALL_STATE(733)] = 41251,
|
|
[SMALL_STATE(734)] = 41296,
|
|
[SMALL_STATE(735)] = 41341,
|
|
[SMALL_STATE(736)] = 41408,
|
|
[SMALL_STATE(737)] = 41450,
|
|
[SMALL_STATE(738)] = 41492,
|
|
[SMALL_STATE(739)] = 41534,
|
|
[SMALL_STATE(740)] = 41576,
|
|
[SMALL_STATE(741)] = 41618,
|
|
[SMALL_STATE(742)] = 41660,
|
|
[SMALL_STATE(743)] = 41702,
|
|
[SMALL_STATE(744)] = 41744,
|
|
[SMALL_STATE(745)] = 41786,
|
|
[SMALL_STATE(746)] = 41830,
|
|
[SMALL_STATE(747)] = 41874,
|
|
[SMALL_STATE(748)] = 41916,
|
|
[SMALL_STATE(749)] = 41958,
|
|
[SMALL_STATE(750)] = 42000,
|
|
[SMALL_STATE(751)] = 42042,
|
|
[SMALL_STATE(752)] = 42086,
|
|
[SMALL_STATE(753)] = 42128,
|
|
[SMALL_STATE(754)] = 42170,
|
|
[SMALL_STATE(755)] = 42212,
|
|
[SMALL_STATE(756)] = 42254,
|
|
[SMALL_STATE(757)] = 42296,
|
|
[SMALL_STATE(758)] = 42338,
|
|
[SMALL_STATE(759)] = 42380,
|
|
[SMALL_STATE(760)] = 42424,
|
|
[SMALL_STATE(761)] = 42466,
|
|
[SMALL_STATE(762)] = 42508,
|
|
[SMALL_STATE(763)] = 42550,
|
|
[SMALL_STATE(764)] = 42592,
|
|
[SMALL_STATE(765)] = 42634,
|
|
[SMALL_STATE(766)] = 42676,
|
|
[SMALL_STATE(767)] = 42718,
|
|
[SMALL_STATE(768)] = 42760,
|
|
[SMALL_STATE(769)] = 42802,
|
|
[SMALL_STATE(770)] = 42844,
|
|
[SMALL_STATE(771)] = 42886,
|
|
[SMALL_STATE(772)] = 42930,
|
|
[SMALL_STATE(773)] = 42972,
|
|
[SMALL_STATE(774)] = 43014,
|
|
[SMALL_STATE(775)] = 43055,
|
|
[SMALL_STATE(776)] = 43096,
|
|
[SMALL_STATE(777)] = 43137,
|
|
[SMALL_STATE(778)] = 43182,
|
|
[SMALL_STATE(779)] = 43223,
|
|
[SMALL_STATE(780)] = 43264,
|
|
[SMALL_STATE(781)] = 43305,
|
|
[SMALL_STATE(782)] = 43346,
|
|
[SMALL_STATE(783)] = 43387,
|
|
[SMALL_STATE(784)] = 43428,
|
|
[SMALL_STATE(785)] = 43469,
|
|
[SMALL_STATE(786)] = 43510,
|
|
[SMALL_STATE(787)] = 43555,
|
|
[SMALL_STATE(788)] = 43596,
|
|
[SMALL_STATE(789)] = 43637,
|
|
[SMALL_STATE(790)] = 43678,
|
|
[SMALL_STATE(791)] = 43719,
|
|
[SMALL_STATE(792)] = 43760,
|
|
[SMALL_STATE(793)] = 43801,
|
|
[SMALL_STATE(794)] = 43842,
|
|
[SMALL_STATE(795)] = 43883,
|
|
[SMALL_STATE(796)] = 43924,
|
|
[SMALL_STATE(797)] = 43965,
|
|
[SMALL_STATE(798)] = 44006,
|
|
[SMALL_STATE(799)] = 44047,
|
|
[SMALL_STATE(800)] = 44088,
|
|
[SMALL_STATE(801)] = 44129,
|
|
[SMALL_STATE(802)] = 44170,
|
|
[SMALL_STATE(803)] = 44211,
|
|
[SMALL_STATE(804)] = 44252,
|
|
[SMALL_STATE(805)] = 44293,
|
|
[SMALL_STATE(806)] = 44334,
|
|
[SMALL_STATE(807)] = 44375,
|
|
[SMALL_STATE(808)] = 44416,
|
|
[SMALL_STATE(809)] = 44457,
|
|
[SMALL_STATE(810)] = 44531,
|
|
[SMALL_STATE(811)] = 44605,
|
|
[SMALL_STATE(812)] = 44679,
|
|
[SMALL_STATE(813)] = 44753,
|
|
[SMALL_STATE(814)] = 44824,
|
|
[SMALL_STATE(815)] = 44897,
|
|
[SMALL_STATE(816)] = 44968,
|
|
[SMALL_STATE(817)] = 45039,
|
|
[SMALL_STATE(818)] = 45110,
|
|
[SMALL_STATE(819)] = 45181,
|
|
[SMALL_STATE(820)] = 45253,
|
|
[SMALL_STATE(821)] = 45325,
|
|
[SMALL_STATE(822)] = 45397,
|
|
[SMALL_STATE(823)] = 45465,
|
|
[SMALL_STATE(824)] = 45531,
|
|
[SMALL_STATE(825)] = 45594,
|
|
[SMALL_STATE(826)] = 45657,
|
|
[SMALL_STATE(827)] = 45712,
|
|
[SMALL_STATE(828)] = 45767,
|
|
[SMALL_STATE(829)] = 45807,
|
|
[SMALL_STATE(830)] = 45847,
|
|
[SMALL_STATE(831)] = 45887,
|
|
[SMALL_STATE(832)] = 45927,
|
|
[SMALL_STATE(833)] = 45957,
|
|
[SMALL_STATE(834)] = 45994,
|
|
[SMALL_STATE(835)] = 46019,
|
|
[SMALL_STATE(836)] = 46048,
|
|
[SMALL_STATE(837)] = 46073,
|
|
[SMALL_STATE(838)] = 46098,
|
|
[SMALL_STATE(839)] = 46123,
|
|
[SMALL_STATE(840)] = 46160,
|
|
[SMALL_STATE(841)] = 46189,
|
|
[SMALL_STATE(842)] = 46223,
|
|
[SMALL_STATE(843)] = 46251,
|
|
[SMALL_STATE(844)] = 46297,
|
|
[SMALL_STATE(845)] = 46331,
|
|
[SMALL_STATE(846)] = 46374,
|
|
[SMALL_STATE(847)] = 46417,
|
|
[SMALL_STATE(848)] = 46460,
|
|
[SMALL_STATE(849)] = 46503,
|
|
[SMALL_STATE(850)] = 46546,
|
|
[SMALL_STATE(851)] = 46577,
|
|
[SMALL_STATE(852)] = 46623,
|
|
[SMALL_STATE(853)] = 46669,
|
|
[SMALL_STATE(854)] = 46715,
|
|
[SMALL_STATE(855)] = 46755,
|
|
[SMALL_STATE(856)] = 46792,
|
|
[SMALL_STATE(857)] = 46829,
|
|
[SMALL_STATE(858)] = 46854,
|
|
[SMALL_STATE(859)] = 46891,
|
|
[SMALL_STATE(860)] = 46928,
|
|
[SMALL_STATE(861)] = 46950,
|
|
[SMALL_STATE(862)] = 46984,
|
|
[SMALL_STATE(863)] = 47006,
|
|
[SMALL_STATE(864)] = 47040,
|
|
[SMALL_STATE(865)] = 47077,
|
|
[SMALL_STATE(866)] = 47099,
|
|
[SMALL_STATE(867)] = 47120,
|
|
[SMALL_STATE(868)] = 47143,
|
|
[SMALL_STATE(869)] = 47168,
|
|
[SMALL_STATE(870)] = 47205,
|
|
[SMALL_STATE(871)] = 47224,
|
|
[SMALL_STATE(872)] = 47249,
|
|
[SMALL_STATE(873)] = 47272,
|
|
[SMALL_STATE(874)] = 47309,
|
|
[SMALL_STATE(875)] = 47346,
|
|
[SMALL_STATE(876)] = 47383,
|
|
[SMALL_STATE(877)] = 47408,
|
|
[SMALL_STATE(878)] = 47435,
|
|
[SMALL_STATE(879)] = 47456,
|
|
[SMALL_STATE(880)] = 47479,
|
|
[SMALL_STATE(881)] = 47500,
|
|
[SMALL_STATE(882)] = 47523,
|
|
[SMALL_STATE(883)] = 47546,
|
|
[SMALL_STATE(884)] = 47567,
|
|
[SMALL_STATE(885)] = 47584,
|
|
[SMALL_STATE(886)] = 47605,
|
|
[SMALL_STATE(887)] = 47628,
|
|
[SMALL_STATE(888)] = 47651,
|
|
[SMALL_STATE(889)] = 47674,
|
|
[SMALL_STATE(890)] = 47704,
|
|
[SMALL_STATE(891)] = 47726,
|
|
[SMALL_STATE(892)] = 47756,
|
|
[SMALL_STATE(893)] = 47774,
|
|
[SMALL_STATE(894)] = 47808,
|
|
[SMALL_STATE(895)] = 47826,
|
|
[SMALL_STATE(896)] = 47856,
|
|
[SMALL_STATE(897)] = 47890,
|
|
[SMALL_STATE(898)] = 47912,
|
|
[SMALL_STATE(899)] = 47946,
|
|
[SMALL_STATE(900)] = 47976,
|
|
[SMALL_STATE(901)] = 48010,
|
|
[SMALL_STATE(902)] = 48032,
|
|
[SMALL_STATE(903)] = 48062,
|
|
[SMALL_STATE(904)] = 48096,
|
|
[SMALL_STATE(905)] = 48130,
|
|
[SMALL_STATE(906)] = 48164,
|
|
[SMALL_STATE(907)] = 48194,
|
|
[SMALL_STATE(908)] = 48224,
|
|
[SMALL_STATE(909)] = 48254,
|
|
[SMALL_STATE(910)] = 48276,
|
|
[SMALL_STATE(911)] = 48306,
|
|
[SMALL_STATE(912)] = 48340,
|
|
[SMALL_STATE(913)] = 48374,
|
|
[SMALL_STATE(914)] = 48393,
|
|
[SMALL_STATE(915)] = 48412,
|
|
[SMALL_STATE(916)] = 48431,
|
|
[SMALL_STATE(917)] = 48450,
|
|
[SMALL_STATE(918)] = 48473,
|
|
[SMALL_STATE(919)] = 48498,
|
|
[SMALL_STATE(920)] = 48517,
|
|
[SMALL_STATE(921)] = 48540,
|
|
[SMALL_STATE(922)] = 48559,
|
|
[SMALL_STATE(923)] = 48582,
|
|
[SMALL_STATE(924)] = 48598,
|
|
[SMALL_STATE(925)] = 48616,
|
|
[SMALL_STATE(926)] = 48630,
|
|
[SMALL_STATE(927)] = 48654,
|
|
[SMALL_STATE(928)] = 48668,
|
|
[SMALL_STATE(929)] = 48686,
|
|
[SMALL_STATE(930)] = 48700,
|
|
[SMALL_STATE(931)] = 48714,
|
|
[SMALL_STATE(932)] = 48728,
|
|
[SMALL_STATE(933)] = 48748,
|
|
[SMALL_STATE(934)] = 48762,
|
|
[SMALL_STATE(935)] = 48780,
|
|
[SMALL_STATE(936)] = 48798,
|
|
[SMALL_STATE(937)] = 48814,
|
|
[SMALL_STATE(938)] = 48828,
|
|
[SMALL_STATE(939)] = 48842,
|
|
[SMALL_STATE(940)] = 48856,
|
|
[SMALL_STATE(941)] = 48870,
|
|
[SMALL_STATE(942)] = 48888,
|
|
[SMALL_STATE(943)] = 48906,
|
|
[SMALL_STATE(944)] = 48924,
|
|
[SMALL_STATE(945)] = 48942,
|
|
[SMALL_STATE(946)] = 48956,
|
|
[SMALL_STATE(947)] = 48970,
|
|
[SMALL_STATE(948)] = 48984,
|
|
[SMALL_STATE(949)] = 49010,
|
|
[SMALL_STATE(950)] = 49024,
|
|
[SMALL_STATE(951)] = 49042,
|
|
[SMALL_STATE(952)] = 49064,
|
|
[SMALL_STATE(953)] = 49082,
|
|
[SMALL_STATE(954)] = 49100,
|
|
[SMALL_STATE(955)] = 49114,
|
|
[SMALL_STATE(956)] = 49128,
|
|
[SMALL_STATE(957)] = 49142,
|
|
[SMALL_STATE(958)] = 49156,
|
|
[SMALL_STATE(959)] = 49180,
|
|
[SMALL_STATE(960)] = 49194,
|
|
[SMALL_STATE(961)] = 49214,
|
|
[SMALL_STATE(962)] = 49228,
|
|
[SMALL_STATE(963)] = 49248,
|
|
[SMALL_STATE(964)] = 49262,
|
|
[SMALL_STATE(965)] = 49276,
|
|
[SMALL_STATE(966)] = 49290,
|
|
[SMALL_STATE(967)] = 49310,
|
|
[SMALL_STATE(968)] = 49324,
|
|
[SMALL_STATE(969)] = 49342,
|
|
[SMALL_STATE(970)] = 49361,
|
|
[SMALL_STATE(971)] = 49384,
|
|
[SMALL_STATE(972)] = 49409,
|
|
[SMALL_STATE(973)] = 49428,
|
|
[SMALL_STATE(974)] = 49441,
|
|
[SMALL_STATE(975)] = 49466,
|
|
[SMALL_STATE(976)] = 49489,
|
|
[SMALL_STATE(977)] = 49512,
|
|
[SMALL_STATE(978)] = 49525,
|
|
[SMALL_STATE(979)] = 49538,
|
|
[SMALL_STATE(980)] = 49559,
|
|
[SMALL_STATE(981)] = 49580,
|
|
[SMALL_STATE(982)] = 49601,
|
|
[SMALL_STATE(983)] = 49614,
|
|
[SMALL_STATE(984)] = 49635,
|
|
[SMALL_STATE(985)] = 49654,
|
|
[SMALL_STATE(986)] = 49673,
|
|
[SMALL_STATE(987)] = 49698,
|
|
[SMALL_STATE(988)] = 49711,
|
|
[SMALL_STATE(989)] = 49724,
|
|
[SMALL_STATE(990)] = 49739,
|
|
[SMALL_STATE(991)] = 49758,
|
|
[SMALL_STATE(992)] = 49781,
|
|
[SMALL_STATE(993)] = 49800,
|
|
[SMALL_STATE(994)] = 49819,
|
|
[SMALL_STATE(995)] = 49842,
|
|
[SMALL_STATE(996)] = 49861,
|
|
[SMALL_STATE(997)] = 49882,
|
|
[SMALL_STATE(998)] = 49903,
|
|
[SMALL_STATE(999)] = 49916,
|
|
[SMALL_STATE(1000)] = 49935,
|
|
[SMALL_STATE(1001)] = 49958,
|
|
[SMALL_STATE(1002)] = 49975,
|
|
[SMALL_STATE(1003)] = 49998,
|
|
[SMALL_STATE(1004)] = 50021,
|
|
[SMALL_STATE(1005)] = 50042,
|
|
[SMALL_STATE(1006)] = 50059,
|
|
[SMALL_STATE(1007)] = 50074,
|
|
[SMALL_STATE(1008)] = 50099,
|
|
[SMALL_STATE(1009)] = 50116,
|
|
[SMALL_STATE(1010)] = 50135,
|
|
[SMALL_STATE(1011)] = 50158,
|
|
[SMALL_STATE(1012)] = 50176,
|
|
[SMALL_STATE(1013)] = 50192,
|
|
[SMALL_STATE(1014)] = 50208,
|
|
[SMALL_STATE(1015)] = 50230,
|
|
[SMALL_STATE(1016)] = 50244,
|
|
[SMALL_STATE(1017)] = 50260,
|
|
[SMALL_STATE(1018)] = 50278,
|
|
[SMALL_STATE(1019)] = 50296,
|
|
[SMALL_STATE(1020)] = 50308,
|
|
[SMALL_STATE(1021)] = 50322,
|
|
[SMALL_STATE(1022)] = 50344,
|
|
[SMALL_STATE(1023)] = 50362,
|
|
[SMALL_STATE(1024)] = 50382,
|
|
[SMALL_STATE(1025)] = 50402,
|
|
[SMALL_STATE(1026)] = 50422,
|
|
[SMALL_STATE(1027)] = 50440,
|
|
[SMALL_STATE(1028)] = 50454,
|
|
[SMALL_STATE(1029)] = 50470,
|
|
[SMALL_STATE(1030)] = 50492,
|
|
[SMALL_STATE(1031)] = 50514,
|
|
[SMALL_STATE(1032)] = 50536,
|
|
[SMALL_STATE(1033)] = 50550,
|
|
[SMALL_STATE(1034)] = 50564,
|
|
[SMALL_STATE(1035)] = 50584,
|
|
[SMALL_STATE(1036)] = 50600,
|
|
[SMALL_STATE(1037)] = 50622,
|
|
[SMALL_STATE(1038)] = 50640,
|
|
[SMALL_STATE(1039)] = 50652,
|
|
[SMALL_STATE(1040)] = 50668,
|
|
[SMALL_STATE(1041)] = 50682,
|
|
[SMALL_STATE(1042)] = 50702,
|
|
[SMALL_STATE(1043)] = 50724,
|
|
[SMALL_STATE(1044)] = 50740,
|
|
[SMALL_STATE(1045)] = 50760,
|
|
[SMALL_STATE(1046)] = 50778,
|
|
[SMALL_STATE(1047)] = 50795,
|
|
[SMALL_STATE(1048)] = 50814,
|
|
[SMALL_STATE(1049)] = 50829,
|
|
[SMALL_STATE(1050)] = 50846,
|
|
[SMALL_STATE(1051)] = 50863,
|
|
[SMALL_STATE(1052)] = 50882,
|
|
[SMALL_STATE(1053)] = 50901,
|
|
[SMALL_STATE(1054)] = 50920,
|
|
[SMALL_STATE(1055)] = 50939,
|
|
[SMALL_STATE(1056)] = 50956,
|
|
[SMALL_STATE(1057)] = 50973,
|
|
[SMALL_STATE(1058)] = 50984,
|
|
[SMALL_STATE(1059)] = 51003,
|
|
[SMALL_STATE(1060)] = 51018,
|
|
[SMALL_STATE(1061)] = 51033,
|
|
[SMALL_STATE(1062)] = 51050,
|
|
[SMALL_STATE(1063)] = 51067,
|
|
[SMALL_STATE(1064)] = 51082,
|
|
[SMALL_STATE(1065)] = 51099,
|
|
[SMALL_STATE(1066)] = 51114,
|
|
[SMALL_STATE(1067)] = 51131,
|
|
[SMALL_STATE(1068)] = 51148,
|
|
[SMALL_STATE(1069)] = 51165,
|
|
[SMALL_STATE(1070)] = 51182,
|
|
[SMALL_STATE(1071)] = 51201,
|
|
[SMALL_STATE(1072)] = 51220,
|
|
[SMALL_STATE(1073)] = 51237,
|
|
[SMALL_STATE(1074)] = 51252,
|
|
[SMALL_STATE(1075)] = 51271,
|
|
[SMALL_STATE(1076)] = 51288,
|
|
[SMALL_STATE(1077)] = 51305,
|
|
[SMALL_STATE(1078)] = 51316,
|
|
[SMALL_STATE(1079)] = 51333,
|
|
[SMALL_STATE(1080)] = 51350,
|
|
[SMALL_STATE(1081)] = 51365,
|
|
[SMALL_STATE(1082)] = 51384,
|
|
[SMALL_STATE(1083)] = 51395,
|
|
[SMALL_STATE(1084)] = 51412,
|
|
[SMALL_STATE(1085)] = 51426,
|
|
[SMALL_STATE(1086)] = 51442,
|
|
[SMALL_STATE(1087)] = 51456,
|
|
[SMALL_STATE(1088)] = 51472,
|
|
[SMALL_STATE(1089)] = 51482,
|
|
[SMALL_STATE(1090)] = 51496,
|
|
[SMALL_STATE(1091)] = 51512,
|
|
[SMALL_STATE(1092)] = 51528,
|
|
[SMALL_STATE(1093)] = 51542,
|
|
[SMALL_STATE(1094)] = 51558,
|
|
[SMALL_STATE(1095)] = 51572,
|
|
[SMALL_STATE(1096)] = 51588,
|
|
[SMALL_STATE(1097)] = 51604,
|
|
[SMALL_STATE(1098)] = 51618,
|
|
[SMALL_STATE(1099)] = 51634,
|
|
[SMALL_STATE(1100)] = 51644,
|
|
[SMALL_STATE(1101)] = 51658,
|
|
[SMALL_STATE(1102)] = 51674,
|
|
[SMALL_STATE(1103)] = 51690,
|
|
[SMALL_STATE(1104)] = 51704,
|
|
[SMALL_STATE(1105)] = 51718,
|
|
[SMALL_STATE(1106)] = 51732,
|
|
[SMALL_STATE(1107)] = 51746,
|
|
[SMALL_STATE(1108)] = 51762,
|
|
[SMALL_STATE(1109)] = 51778,
|
|
[SMALL_STATE(1110)] = 51794,
|
|
[SMALL_STATE(1111)] = 51810,
|
|
[SMALL_STATE(1112)] = 51826,
|
|
[SMALL_STATE(1113)] = 51840,
|
|
[SMALL_STATE(1114)] = 51854,
|
|
[SMALL_STATE(1115)] = 51868,
|
|
[SMALL_STATE(1116)] = 51878,
|
|
[SMALL_STATE(1117)] = 51892,
|
|
[SMALL_STATE(1118)] = 51908,
|
|
[SMALL_STATE(1119)] = 51922,
|
|
[SMALL_STATE(1120)] = 51934,
|
|
[SMALL_STATE(1121)] = 51948,
|
|
[SMALL_STATE(1122)] = 51964,
|
|
[SMALL_STATE(1123)] = 51978,
|
|
[SMALL_STATE(1124)] = 51994,
|
|
[SMALL_STATE(1125)] = 52008,
|
|
[SMALL_STATE(1126)] = 52022,
|
|
[SMALL_STATE(1127)] = 52036,
|
|
[SMALL_STATE(1128)] = 52050,
|
|
[SMALL_STATE(1129)] = 52066,
|
|
[SMALL_STATE(1130)] = 52076,
|
|
[SMALL_STATE(1131)] = 52086,
|
|
[SMALL_STATE(1132)] = 52102,
|
|
[SMALL_STATE(1133)] = 52116,
|
|
[SMALL_STATE(1134)] = 52126,
|
|
[SMALL_STATE(1135)] = 52140,
|
|
[SMALL_STATE(1136)] = 52154,
|
|
[SMALL_STATE(1137)] = 52168,
|
|
[SMALL_STATE(1138)] = 52182,
|
|
[SMALL_STATE(1139)] = 52198,
|
|
[SMALL_STATE(1140)] = 52212,
|
|
[SMALL_STATE(1141)] = 52228,
|
|
[SMALL_STATE(1142)] = 52244,
|
|
[SMALL_STATE(1143)] = 52258,
|
|
[SMALL_STATE(1144)] = 52272,
|
|
[SMALL_STATE(1145)] = 52288,
|
|
[SMALL_STATE(1146)] = 52304,
|
|
[SMALL_STATE(1147)] = 52320,
|
|
[SMALL_STATE(1148)] = 52334,
|
|
[SMALL_STATE(1149)] = 52350,
|
|
[SMALL_STATE(1150)] = 52366,
|
|
[SMALL_STATE(1151)] = 52382,
|
|
[SMALL_STATE(1152)] = 52394,
|
|
[SMALL_STATE(1153)] = 52410,
|
|
[SMALL_STATE(1154)] = 52423,
|
|
[SMALL_STATE(1155)] = 52436,
|
|
[SMALL_STATE(1156)] = 52449,
|
|
[SMALL_STATE(1157)] = 52462,
|
|
[SMALL_STATE(1158)] = 52471,
|
|
[SMALL_STATE(1159)] = 52484,
|
|
[SMALL_STATE(1160)] = 52497,
|
|
[SMALL_STATE(1161)] = 52510,
|
|
[SMALL_STATE(1162)] = 52523,
|
|
[SMALL_STATE(1163)] = 52532,
|
|
[SMALL_STATE(1164)] = 52545,
|
|
[SMALL_STATE(1165)] = 52558,
|
|
[SMALL_STATE(1166)] = 52571,
|
|
[SMALL_STATE(1167)] = 52584,
|
|
[SMALL_STATE(1168)] = 52595,
|
|
[SMALL_STATE(1169)] = 52606,
|
|
[SMALL_STATE(1170)] = 52615,
|
|
[SMALL_STATE(1171)] = 52628,
|
|
[SMALL_STATE(1172)] = 52641,
|
|
[SMALL_STATE(1173)] = 52654,
|
|
[SMALL_STATE(1174)] = 52667,
|
|
[SMALL_STATE(1175)] = 52680,
|
|
[SMALL_STATE(1176)] = 52693,
|
|
[SMALL_STATE(1177)] = 52706,
|
|
[SMALL_STATE(1178)] = 52719,
|
|
[SMALL_STATE(1179)] = 52732,
|
|
[SMALL_STATE(1180)] = 52745,
|
|
[SMALL_STATE(1181)] = 52754,
|
|
[SMALL_STATE(1182)] = 52767,
|
|
[SMALL_STATE(1183)] = 52780,
|
|
[SMALL_STATE(1184)] = 52793,
|
|
[SMALL_STATE(1185)] = 52804,
|
|
[SMALL_STATE(1186)] = 52817,
|
|
[SMALL_STATE(1187)] = 52830,
|
|
[SMALL_STATE(1188)] = 52843,
|
|
[SMALL_STATE(1189)] = 52852,
|
|
[SMALL_STATE(1190)] = 52865,
|
|
[SMALL_STATE(1191)] = 52874,
|
|
[SMALL_STATE(1192)] = 52887,
|
|
[SMALL_STATE(1193)] = 52900,
|
|
[SMALL_STATE(1194)] = 52913,
|
|
[SMALL_STATE(1195)] = 52926,
|
|
[SMALL_STATE(1196)] = 52939,
|
|
[SMALL_STATE(1197)] = 52952,
|
|
[SMALL_STATE(1198)] = 52965,
|
|
[SMALL_STATE(1199)] = 52978,
|
|
[SMALL_STATE(1200)] = 52991,
|
|
[SMALL_STATE(1201)] = 53004,
|
|
[SMALL_STATE(1202)] = 53017,
|
|
[SMALL_STATE(1203)] = 53030,
|
|
[SMALL_STATE(1204)] = 53043,
|
|
[SMALL_STATE(1205)] = 53056,
|
|
[SMALL_STATE(1206)] = 53069,
|
|
[SMALL_STATE(1207)] = 53082,
|
|
[SMALL_STATE(1208)] = 53095,
|
|
[SMALL_STATE(1209)] = 53108,
|
|
[SMALL_STATE(1210)] = 53119,
|
|
[SMALL_STATE(1211)] = 53128,
|
|
[SMALL_STATE(1212)] = 53139,
|
|
[SMALL_STATE(1213)] = 53150,
|
|
[SMALL_STATE(1214)] = 53163,
|
|
[SMALL_STATE(1215)] = 53176,
|
|
[SMALL_STATE(1216)] = 53189,
|
|
[SMALL_STATE(1217)] = 53202,
|
|
[SMALL_STATE(1218)] = 53215,
|
|
[SMALL_STATE(1219)] = 53228,
|
|
[SMALL_STATE(1220)] = 53241,
|
|
[SMALL_STATE(1221)] = 53254,
|
|
[SMALL_STATE(1222)] = 53267,
|
|
[SMALL_STATE(1223)] = 53278,
|
|
[SMALL_STATE(1224)] = 53291,
|
|
[SMALL_STATE(1225)] = 53304,
|
|
[SMALL_STATE(1226)] = 53317,
|
|
[SMALL_STATE(1227)] = 53330,
|
|
[SMALL_STATE(1228)] = 53343,
|
|
[SMALL_STATE(1229)] = 53356,
|
|
[SMALL_STATE(1230)] = 53369,
|
|
[SMALL_STATE(1231)] = 53382,
|
|
[SMALL_STATE(1232)] = 53395,
|
|
[SMALL_STATE(1233)] = 53408,
|
|
[SMALL_STATE(1234)] = 53421,
|
|
[SMALL_STATE(1235)] = 53434,
|
|
[SMALL_STATE(1236)] = 53447,
|
|
[SMALL_STATE(1237)] = 53460,
|
|
[SMALL_STATE(1238)] = 53473,
|
|
[SMALL_STATE(1239)] = 53486,
|
|
[SMALL_STATE(1240)] = 53499,
|
|
[SMALL_STATE(1241)] = 53512,
|
|
[SMALL_STATE(1242)] = 53525,
|
|
[SMALL_STATE(1243)] = 53534,
|
|
[SMALL_STATE(1244)] = 53547,
|
|
[SMALL_STATE(1245)] = 53560,
|
|
[SMALL_STATE(1246)] = 53573,
|
|
[SMALL_STATE(1247)] = 53582,
|
|
[SMALL_STATE(1248)] = 53595,
|
|
[SMALL_STATE(1249)] = 53606,
|
|
[SMALL_STATE(1250)] = 53619,
|
|
[SMALL_STATE(1251)] = 53632,
|
|
[SMALL_STATE(1252)] = 53645,
|
|
[SMALL_STATE(1253)] = 53658,
|
|
[SMALL_STATE(1254)] = 53671,
|
|
[SMALL_STATE(1255)] = 53684,
|
|
[SMALL_STATE(1256)] = 53697,
|
|
[SMALL_STATE(1257)] = 53710,
|
|
[SMALL_STATE(1258)] = 53723,
|
|
[SMALL_STATE(1259)] = 53734,
|
|
[SMALL_STATE(1260)] = 53743,
|
|
[SMALL_STATE(1261)] = 53756,
|
|
[SMALL_STATE(1262)] = 53765,
|
|
[SMALL_STATE(1263)] = 53778,
|
|
[SMALL_STATE(1264)] = 53791,
|
|
[SMALL_STATE(1265)] = 53804,
|
|
[SMALL_STATE(1266)] = 53813,
|
|
[SMALL_STATE(1267)] = 53826,
|
|
[SMALL_STATE(1268)] = 53835,
|
|
[SMALL_STATE(1269)] = 53848,
|
|
[SMALL_STATE(1270)] = 53861,
|
|
[SMALL_STATE(1271)] = 53874,
|
|
[SMALL_STATE(1272)] = 53887,
|
|
[SMALL_STATE(1273)] = 53900,
|
|
[SMALL_STATE(1274)] = 53909,
|
|
[SMALL_STATE(1275)] = 53922,
|
|
[SMALL_STATE(1276)] = 53933,
|
|
[SMALL_STATE(1277)] = 53942,
|
|
[SMALL_STATE(1278)] = 53955,
|
|
[SMALL_STATE(1279)] = 53968,
|
|
[SMALL_STATE(1280)] = 53981,
|
|
[SMALL_STATE(1281)] = 53994,
|
|
[SMALL_STATE(1282)] = 54005,
|
|
[SMALL_STATE(1283)] = 54016,
|
|
[SMALL_STATE(1284)] = 54024,
|
|
[SMALL_STATE(1285)] = 54034,
|
|
[SMALL_STATE(1286)] = 54044,
|
|
[SMALL_STATE(1287)] = 54052,
|
|
[SMALL_STATE(1288)] = 54060,
|
|
[SMALL_STATE(1289)] = 54068,
|
|
[SMALL_STATE(1290)] = 54076,
|
|
[SMALL_STATE(1291)] = 54084,
|
|
[SMALL_STATE(1292)] = 54092,
|
|
[SMALL_STATE(1293)] = 54100,
|
|
[SMALL_STATE(1294)] = 54108,
|
|
[SMALL_STATE(1295)] = 54118,
|
|
[SMALL_STATE(1296)] = 54126,
|
|
[SMALL_STATE(1297)] = 54136,
|
|
[SMALL_STATE(1298)] = 54144,
|
|
[SMALL_STATE(1299)] = 54152,
|
|
[SMALL_STATE(1300)] = 54162,
|
|
[SMALL_STATE(1301)] = 54172,
|
|
[SMALL_STATE(1302)] = 54180,
|
|
[SMALL_STATE(1303)] = 54190,
|
|
[SMALL_STATE(1304)] = 54198,
|
|
[SMALL_STATE(1305)] = 54206,
|
|
[SMALL_STATE(1306)] = 54216,
|
|
[SMALL_STATE(1307)] = 54224,
|
|
[SMALL_STATE(1308)] = 54232,
|
|
[SMALL_STATE(1309)] = 54242,
|
|
[SMALL_STATE(1310)] = 54252,
|
|
[SMALL_STATE(1311)] = 54262,
|
|
[SMALL_STATE(1312)] = 54270,
|
|
[SMALL_STATE(1313)] = 54280,
|
|
[SMALL_STATE(1314)] = 54288,
|
|
[SMALL_STATE(1315)] = 54296,
|
|
[SMALL_STATE(1316)] = 54306,
|
|
[SMALL_STATE(1317)] = 54314,
|
|
[SMALL_STATE(1318)] = 54322,
|
|
[SMALL_STATE(1319)] = 54330,
|
|
[SMALL_STATE(1320)] = 54338,
|
|
[SMALL_STATE(1321)] = 54346,
|
|
[SMALL_STATE(1322)] = 54354,
|
|
[SMALL_STATE(1323)] = 54362,
|
|
[SMALL_STATE(1324)] = 54372,
|
|
[SMALL_STATE(1325)] = 54382,
|
|
[SMALL_STATE(1326)] = 54392,
|
|
[SMALL_STATE(1327)] = 54400,
|
|
[SMALL_STATE(1328)] = 54408,
|
|
[SMALL_STATE(1329)] = 54416,
|
|
[SMALL_STATE(1330)] = 54426,
|
|
[SMALL_STATE(1331)] = 54434,
|
|
[SMALL_STATE(1332)] = 54444,
|
|
[SMALL_STATE(1333)] = 54452,
|
|
[SMALL_STATE(1334)] = 54460,
|
|
[SMALL_STATE(1335)] = 54468,
|
|
[SMALL_STATE(1336)] = 54476,
|
|
[SMALL_STATE(1337)] = 54484,
|
|
[SMALL_STATE(1338)] = 54492,
|
|
[SMALL_STATE(1339)] = 54500,
|
|
[SMALL_STATE(1340)] = 54508,
|
|
[SMALL_STATE(1341)] = 54518,
|
|
[SMALL_STATE(1342)] = 54526,
|
|
[SMALL_STATE(1343)] = 54536,
|
|
[SMALL_STATE(1344)] = 54546,
|
|
[SMALL_STATE(1345)] = 54554,
|
|
[SMALL_STATE(1346)] = 54564,
|
|
[SMALL_STATE(1347)] = 54572,
|
|
[SMALL_STATE(1348)] = 54582,
|
|
[SMALL_STATE(1349)] = 54592,
|
|
[SMALL_STATE(1350)] = 54602,
|
|
[SMALL_STATE(1351)] = 54610,
|
|
[SMALL_STATE(1352)] = 54620,
|
|
[SMALL_STATE(1353)] = 54628,
|
|
[SMALL_STATE(1354)] = 54636,
|
|
[SMALL_STATE(1355)] = 54643,
|
|
[SMALL_STATE(1356)] = 54650,
|
|
[SMALL_STATE(1357)] = 54657,
|
|
[SMALL_STATE(1358)] = 54664,
|
|
[SMALL_STATE(1359)] = 54671,
|
|
[SMALL_STATE(1360)] = 54678,
|
|
[SMALL_STATE(1361)] = 54685,
|
|
[SMALL_STATE(1362)] = 54692,
|
|
[SMALL_STATE(1363)] = 54699,
|
|
[SMALL_STATE(1364)] = 54706,
|
|
[SMALL_STATE(1365)] = 54713,
|
|
[SMALL_STATE(1366)] = 54720,
|
|
[SMALL_STATE(1367)] = 54727,
|
|
[SMALL_STATE(1368)] = 54734,
|
|
[SMALL_STATE(1369)] = 54741,
|
|
[SMALL_STATE(1370)] = 54748,
|
|
[SMALL_STATE(1371)] = 54755,
|
|
[SMALL_STATE(1372)] = 54762,
|
|
[SMALL_STATE(1373)] = 54769,
|
|
[SMALL_STATE(1374)] = 54776,
|
|
[SMALL_STATE(1375)] = 54783,
|
|
[SMALL_STATE(1376)] = 54790,
|
|
[SMALL_STATE(1377)] = 54797,
|
|
[SMALL_STATE(1378)] = 54804,
|
|
[SMALL_STATE(1379)] = 54811,
|
|
[SMALL_STATE(1380)] = 54818,
|
|
[SMALL_STATE(1381)] = 54825,
|
|
[SMALL_STATE(1382)] = 54832,
|
|
[SMALL_STATE(1383)] = 54839,
|
|
[SMALL_STATE(1384)] = 54846,
|
|
[SMALL_STATE(1385)] = 54853,
|
|
[SMALL_STATE(1386)] = 54860,
|
|
[SMALL_STATE(1387)] = 54867,
|
|
[SMALL_STATE(1388)] = 54874,
|
|
[SMALL_STATE(1389)] = 54881,
|
|
[SMALL_STATE(1390)] = 54888,
|
|
[SMALL_STATE(1391)] = 54895,
|
|
[SMALL_STATE(1392)] = 54902,
|
|
[SMALL_STATE(1393)] = 54909,
|
|
[SMALL_STATE(1394)] = 54916,
|
|
[SMALL_STATE(1395)] = 54923,
|
|
[SMALL_STATE(1396)] = 54930,
|
|
[SMALL_STATE(1397)] = 54937,
|
|
[SMALL_STATE(1398)] = 54944,
|
|
[SMALL_STATE(1399)] = 54951,
|
|
[SMALL_STATE(1400)] = 54958,
|
|
[SMALL_STATE(1401)] = 54965,
|
|
[SMALL_STATE(1402)] = 54972,
|
|
[SMALL_STATE(1403)] = 54979,
|
|
[SMALL_STATE(1404)] = 54986,
|
|
[SMALL_STATE(1405)] = 54993,
|
|
[SMALL_STATE(1406)] = 55000,
|
|
[SMALL_STATE(1407)] = 55007,
|
|
[SMALL_STATE(1408)] = 55014,
|
|
[SMALL_STATE(1409)] = 55021,
|
|
[SMALL_STATE(1410)] = 55028,
|
|
[SMALL_STATE(1411)] = 55035,
|
|
[SMALL_STATE(1412)] = 55042,
|
|
[SMALL_STATE(1413)] = 55049,
|
|
[SMALL_STATE(1414)] = 55056,
|
|
[SMALL_STATE(1415)] = 55063,
|
|
[SMALL_STATE(1416)] = 55070,
|
|
[SMALL_STATE(1417)] = 55077,
|
|
[SMALL_STATE(1418)] = 55084,
|
|
[SMALL_STATE(1419)] = 55091,
|
|
[SMALL_STATE(1420)] = 55098,
|
|
[SMALL_STATE(1421)] = 55105,
|
|
[SMALL_STATE(1422)] = 55112,
|
|
[SMALL_STATE(1423)] = 55119,
|
|
[SMALL_STATE(1424)] = 55126,
|
|
[SMALL_STATE(1425)] = 55133,
|
|
[SMALL_STATE(1426)] = 55140,
|
|
[SMALL_STATE(1427)] = 55147,
|
|
[SMALL_STATE(1428)] = 55154,
|
|
[SMALL_STATE(1429)] = 55161,
|
|
[SMALL_STATE(1430)] = 55168,
|
|
[SMALL_STATE(1431)] = 55175,
|
|
[SMALL_STATE(1432)] = 55182,
|
|
[SMALL_STATE(1433)] = 55189,
|
|
[SMALL_STATE(1434)] = 55196,
|
|
[SMALL_STATE(1435)] = 55203,
|
|
[SMALL_STATE(1436)] = 55210,
|
|
[SMALL_STATE(1437)] = 55217,
|
|
[SMALL_STATE(1438)] = 55224,
|
|
[SMALL_STATE(1439)] = 55231,
|
|
[SMALL_STATE(1440)] = 55238,
|
|
[SMALL_STATE(1441)] = 55245,
|
|
[SMALL_STATE(1442)] = 55252,
|
|
[SMALL_STATE(1443)] = 55259,
|
|
[SMALL_STATE(1444)] = 55266,
|
|
[SMALL_STATE(1445)] = 55273,
|
|
[SMALL_STATE(1446)] = 55280,
|
|
[SMALL_STATE(1447)] = 55287,
|
|
[SMALL_STATE(1448)] = 55294,
|
|
[SMALL_STATE(1449)] = 55301,
|
|
[SMALL_STATE(1450)] = 55308,
|
|
[SMALL_STATE(1451)] = 55315,
|
|
[SMALL_STATE(1452)] = 55322,
|
|
[SMALL_STATE(1453)] = 55329,
|
|
[SMALL_STATE(1454)] = 55336,
|
|
[SMALL_STATE(1455)] = 55343,
|
|
[SMALL_STATE(1456)] = 55350,
|
|
[SMALL_STATE(1457)] = 55357,
|
|
[SMALL_STATE(1458)] = 55364,
|
|
[SMALL_STATE(1459)] = 55371,
|
|
[SMALL_STATE(1460)] = 55378,
|
|
[SMALL_STATE(1461)] = 55385,
|
|
[SMALL_STATE(1462)] = 55392,
|
|
[SMALL_STATE(1463)] = 55399,
|
|
[SMALL_STATE(1464)] = 55406,
|
|
[SMALL_STATE(1465)] = 55413,
|
|
[SMALL_STATE(1466)] = 55420,
|
|
[SMALL_STATE(1467)] = 55427,
|
|
[SMALL_STATE(1468)] = 55434,
|
|
[SMALL_STATE(1469)] = 55441,
|
|
[SMALL_STATE(1470)] = 55448,
|
|
[SMALL_STATE(1471)] = 55455,
|
|
[SMALL_STATE(1472)] = 55462,
|
|
[SMALL_STATE(1473)] = 55469,
|
|
[SMALL_STATE(1474)] = 55476,
|
|
[SMALL_STATE(1475)] = 55483,
|
|
[SMALL_STATE(1476)] = 55490,
|
|
[SMALL_STATE(1477)] = 55497,
|
|
[SMALL_STATE(1478)] = 55504,
|
|
};
|
|
|
|
static const TSParseActionEntry ts_parse_actions[] = {
|
|
[0] = {.entry = {.count = 0, .reusable = false}},
|
|
[1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
|
|
[3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
|
|
[5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 0),
|
|
[7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334),
|
|
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150),
|
|
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994),
|
|
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
|
|
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347),
|
|
[17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125),
|
|
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388),
|
|
[21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201),
|
|
[23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234),
|
|
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178),
|
|
[27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288),
|
|
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289),
|
|
[31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290),
|
|
[33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385),
|
|
[35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246),
|
|
[37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563),
|
|
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430),
|
|
[41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466),
|
|
[43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310),
|
|
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67),
|
|
[47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684),
|
|
[49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
|
|
[51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
|
|
[53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
|
|
[55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465),
|
|
[57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463),
|
|
[59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462),
|
|
[61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275),
|
|
[63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309),
|
|
[65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461),
|
|
[67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383),
|
|
[69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384),
|
|
[71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849),
|
|
[73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177),
|
|
[75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764),
|
|
[77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764),
|
|
[79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134),
|
|
[81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902),
|
|
[83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408),
|
|
[85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239),
|
|
[87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564),
|
|
[89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402),
|
|
[91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448),
|
|
[93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299),
|
|
[95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66),
|
|
[97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470),
|
|
[99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451),
|
|
[101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264),
|
|
[103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
|
|
[105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321),
|
|
[107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1),
|
|
[109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261),
|
|
[111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(334),
|
|
[114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1150),
|
|
[117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(994),
|
|
[120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(160),
|
|
[123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(347),
|
|
[126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(125),
|
|
[129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(388),
|
|
[132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(201),
|
|
[135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(234),
|
|
[138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(178),
|
|
[141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1288),
|
|
[144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1289),
|
|
[147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1290),
|
|
[150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(408),
|
|
[153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(239),
|
|
[156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(564),
|
|
[159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(402),
|
|
[162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1448),
|
|
[165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(299),
|
|
[168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(66),
|
|
[171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(684),
|
|
[174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(157),
|
|
[177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(163),
|
|
[180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(375),
|
|
[183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1470),
|
|
[186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1463),
|
|
[189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1462),
|
|
[192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(275),
|
|
[195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(309),
|
|
[198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1451),
|
|
[201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(383),
|
|
[204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(384),
|
|
[207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(849),
|
|
[210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(177),
|
|
[213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(764),
|
|
[216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(764),
|
|
[219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(134),
|
|
[222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2),
|
|
[224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(902),
|
|
[227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
|
|
[229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(385),
|
|
[232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(246),
|
|
[235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(563),
|
|
[238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(430),
|
|
[241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1466),
|
|
[244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(310),
|
|
[247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(67),
|
|
[250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1465),
|
|
[253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2), SHIFT_REPEAT(1461),
|
|
[256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316),
|
|
[258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685),
|
|
[260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, .production_id = 1),
|
|
[262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
|
|
[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(440),
|
|
[269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641),
|
|
[271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423),
|
|
[273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1, .production_id = 1),
|
|
[275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678),
|
|
[277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
|
|
[279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
|
|
[281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375),
|
|
[283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434),
|
|
[285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678),
|
|
[287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1),
|
|
[289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847),
|
|
[291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, .production_id = 1),
|
|
[293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575),
|
|
[295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575),
|
|
[297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136),
|
|
[299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907),
|
|
[301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341),
|
|
[303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386),
|
|
[305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
|
|
[307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496),
|
|
[309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
|
|
[311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
|
|
[313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
|
|
[315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
|
|
[317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
|
|
[319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397),
|
|
[321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
|
|
[323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486),
|
|
[325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
|
|
[327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471),
|
|
[329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
|
|
[331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463),
|
|
[333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
|
|
[335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451),
|
|
[337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
|
|
[339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448),
|
|
[341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
|
|
[343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319),
|
|
[345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
|
|
[347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476),
|
|
[349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
|
|
[351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453),
|
|
[353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
|
|
[355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504),
|
|
[357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
|
|
[359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478),
|
|
[361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
|
|
[363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461),
|
|
[365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
|
|
[367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346),
|
|
[369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
|
|
[371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545),
|
|
[373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
|
|
[375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531),
|
|
[377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
|
|
[379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
|
|
[381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
|
|
[383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
|
|
[385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
|
|
[387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
|
|
[389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
|
|
[391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343),
|
|
[393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
|
|
[395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534),
|
|
[397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
|
|
[399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465),
|
|
[401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
|
|
[403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
|
|
[405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
|
|
[407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979),
|
|
[409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
|
|
[411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493),
|
|
[413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
|
|
[415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505),
|
|
[417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
|
|
[419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
|
|
[421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
|
|
[423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507),
|
|
[425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
|
|
[427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508),
|
|
[429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
|
|
[431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540),
|
|
[433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
|
|
[435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
|
|
[437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
|
|
[439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342),
|
|
[441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
|
|
[443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544),
|
|
[445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
|
|
[447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459),
|
|
[449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3),
|
|
[451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551),
|
|
[453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
|
|
[455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420),
|
|
[457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
|
|
[459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524),
|
|
[461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
|
|
[463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338),
|
|
[465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
|
|
[467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554),
|
|
[469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
|
|
[471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558),
|
|
[473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
|
|
[475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457),
|
|
[477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
|
|
[479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
|
|
[481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
|
|
[483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
|
|
[485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
|
|
[487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483),
|
|
[489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
|
|
[491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480),
|
|
[493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
|
|
[495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981),
|
|
[497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
|
|
[499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521),
|
|
[501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
|
|
[503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455),
|
|
[505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
|
|
[507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501),
|
|
[509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
|
|
[511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330),
|
|
[513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
|
|
[515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428),
|
|
[517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
|
|
[519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527),
|
|
[521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
|
|
[523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331),
|
|
[525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
|
|
[527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550),
|
|
[529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
|
|
[531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714),
|
|
[533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724),
|
|
[535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393),
|
|
[537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141),
|
|
[539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
|
|
[541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
|
|
[543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313),
|
|
[545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268),
|
|
[547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304),
|
|
[549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263),
|
|
[551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
|
|
[553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265),
|
|
[555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
|
|
[557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747),
|
|
[559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684),
|
|
[561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
|
|
[563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143),
|
|
[565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, .production_id = 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 8),
|
|
[568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584),
|
|
[570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387),
|
|
[572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 8),
|
|
[574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 8),
|
|
[576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137),
|
|
[578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
|
|
[580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
|
|
[582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655),
|
|
[584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
|
|
[586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139),
|
|
[588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787),
|
|
[590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
|
|
[592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781),
|
|
[594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
|
|
[596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679),
|
|
[598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
|
|
[600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
|
|
[602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787),
|
|
[604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147),
|
|
[606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891),
|
|
[608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443),
|
|
[610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360),
|
|
[612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 1),
|
|
[614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720),
|
|
[616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
|
|
[618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713),
|
|
[620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
|
|
[622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723),
|
|
[624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
|
|
[626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363),
|
|
[628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848),
|
|
[630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152),
|
|
[632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144),
|
|
[634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751),
|
|
[636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712),
|
|
[638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
|
|
[640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667),
|
|
[642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733),
|
|
[644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, .production_id = 7),
|
|
[646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 2, .production_id = 7),
|
|
[648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
|
|
[650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140),
|
|
[652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 3, .production_id = 16),
|
|
[654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern_list, 3, .production_id = 16),
|
|
[656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427),
|
|
[658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746),
|
|
[660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717),
|
|
[662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
|
|
[664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673),
|
|
[666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
|
|
[668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398),
|
|
[670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675),
|
|
[672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586),
|
|
[674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138),
|
|
[676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 3, .production_id = 16),
|
|
[678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414),
|
|
[680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748),
|
|
[682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, .production_id = 7),
|
|
[684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362),
|
|
[686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778),
|
|
[688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
|
|
[690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 3, .production_id = 50),
|
|
[692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440),
|
|
[694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722),
|
|
[696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793),
|
|
[698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374),
|
|
[700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732),
|
|
[702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146),
|
|
[704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651),
|
|
[706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, .production_id = 24),
|
|
[708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582),
|
|
[710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447),
|
|
[712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777),
|
|
[714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786),
|
|
[716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148),
|
|
[718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773),
|
|
[720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376),
|
|
[722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411),
|
|
[724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439),
|
|
[726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 1),
|
|
[728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583),
|
|
[730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788),
|
|
[732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800),
|
|
[734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 122),
|
|
[736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 122),
|
|
[738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845),
|
|
[740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790),
|
|
[742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756),
|
|
[744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581),
|
|
[746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737),
|
|
[748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593),
|
|
[750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 3, .production_id = 16),
|
|
[752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350),
|
|
[754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358),
|
|
[756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, .production_id = 7),
|
|
[758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653),
|
|
[760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689),
|
|
[762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754),
|
|
[764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772),
|
|
[766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688),
|
|
[768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749),
|
|
[770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1),
|
|
[772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574),
|
|
[774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590),
|
|
[776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774),
|
|
[778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 98),
|
|
[780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 5, .production_id = 98),
|
|
[782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 123),
|
|
[784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 6, .production_id = 123),
|
|
[786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770),
|
|
[788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761),
|
|
[790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 7, .production_id = 141),
|
|
[792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_in_clause, 7, .production_id = 141),
|
|
[794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794),
|
|
[796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 40),
|
|
[798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, .production_id = 40),
|
|
[800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271),
|
|
[802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 3, .production_id = 16),
|
|
[804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 33),
|
|
[806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 70),
|
|
[808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 70),
|
|
[810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 2, .production_id = 7),
|
|
[812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, .production_id = 81),
|
|
[814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, .production_id = 81),
|
|
[816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423),
|
|
[818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345),
|
|
[820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420),
|
|
[822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438),
|
|
[824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340),
|
|
[826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397),
|
|
[828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, .production_id = 56),
|
|
[830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, .production_id = 56),
|
|
[832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443),
|
|
[834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464),
|
|
[836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769),
|
|
[838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561),
|
|
[840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
|
|
[842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471),
|
|
[844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736),
|
|
[846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797),
|
|
[848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588),
|
|
[850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808),
|
|
[852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562),
|
|
[854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294),
|
|
[856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417),
|
|
[858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742),
|
|
[860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791),
|
|
[862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598),
|
|
[864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587),
|
|
[866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 54),
|
|
[868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 54),
|
|
[870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381),
|
|
[872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
|
|
[874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 2),
|
|
[876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 2),
|
|
[878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2),
|
|
[880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2),
|
|
[882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2),
|
|
[884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2),
|
|
[886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(340),
|
|
[889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat2, 2),
|
|
[891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2),
|
|
[893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), SHIFT_REPEAT(1443),
|
|
[896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 3),
|
|
[898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 3),
|
|
[900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statements, 4),
|
|
[902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statements, 4),
|
|
[904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1),
|
|
[906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1),
|
|
[908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426),
|
|
[910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat2, 2), SHIFT_REPEAT(1464),
|
|
[913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 1),
|
|
[915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
|
|
[917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(345),
|
|
[920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, .production_id = 69),
|
|
[922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
|
|
[924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889),
|
|
[926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 77),
|
|
[928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 77),
|
|
[930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 76),
|
|
[932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 76),
|
|
[934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 102),
|
|
[936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 102),
|
|
[938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 68),
|
|
[940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2),
|
|
[942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 95),
|
|
[944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745),
|
|
[946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
|
|
[948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759),
|
|
[950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382),
|
|
[952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846),
|
|
[954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145),
|
|
[956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377),
|
|
[958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
|
|
[960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444),
|
|
[962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399),
|
|
[964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
|
|
[966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373),
|
|
[968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100),
|
|
[970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100),
|
|
[972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), SHIFT_REPEAT(426),
|
|
[975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, .production_id = 100), SHIFT_REPEAT(381),
|
|
[978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 29),
|
|
[980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 4, .production_id = 28),
|
|
[982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3),
|
|
[984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280),
|
|
[986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 10),
|
|
[988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 69),
|
|
[990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cases_repeat1, 2),
|
|
[992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2),
|
|
[994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2), SHIFT_REPEAT(809),
|
|
[997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 8, .production_id = 165),
|
|
[999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 8, .production_id = 165),
|
|
[1001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 7, .production_id = 164),
|
|
[1003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 7, .production_id = 164),
|
|
[1005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 7, .production_id = 163),
|
|
[1007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 7, .production_id = 163),
|
|
[1009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 6, .production_id = 157),
|
|
[1011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 6, .production_id = 157),
|
|
[1013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 6, .production_id = 158),
|
|
[1015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 6, .production_id = 158),
|
|
[1017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1),
|
|
[1019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1), REDUCE(sym_list_splat_pattern, 2, .production_id = 9),
|
|
[1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1),
|
|
[1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376),
|
|
[1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 9),
|
|
[1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat_pattern, 2, .production_id = 9),
|
|
[1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, .production_id = 130),
|
|
[1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, .production_id = 130),
|
|
[1034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cases, 1),
|
|
[1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cases, 1),
|
|
[1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811),
|
|
[1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 5, .production_id = 148),
|
|
[1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 5, .production_id = 148),
|
|
[1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_group_clause, 5, .production_id = 147),
|
|
[1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_group_clause, 5, .production_id = 147),
|
|
[1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 3, .production_id = 56),
|
|
[1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 3, .production_id = 56),
|
|
[1052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_except_clause, 4, .production_id = 81),
|
|
[1054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_except_clause, 4, .production_id = 81),
|
|
[1056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pattern, 1), REDUCE(sym_primary_expression, 1),
|
|
[1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
|
|
[1061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1),
|
|
[1063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1),
|
|
[1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809),
|
|
[1067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cases_repeat1, 2), SHIFT_REPEAT(811),
|
|
[1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 4, .production_id = 55),
|
|
[1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, .production_id = 55),
|
|
[1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325),
|
|
[1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320),
|
|
[1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135),
|
|
[1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 129),
|
|
[1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 129),
|
|
[1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 125),
|
|
[1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 125),
|
|
[1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2),
|
|
[1090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_tuple_pattern, 2), REDUCE(sym_tuple, 2),
|
|
[1093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2),
|
|
[1095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2),
|
|
[1097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 2),
|
|
[1099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 81),
|
|
[1101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 81),
|
|
[1103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 105),
|
|
[1105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 105),
|
|
[1107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 5, .production_id = 56),
|
|
[1109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 5, .production_id = 56),
|
|
[1111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 5, .production_id = 77),
|
|
[1113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 5, .production_id = 77),
|
|
[1115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 80),
|
|
[1117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 80),
|
|
[1119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 143),
|
|
[1121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 143),
|
|
[1123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, .production_id = 54),
|
|
[1125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elif_clause, 4, .production_id = 54),
|
|
[1127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 74),
|
|
[1129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, .production_id = 74),
|
|
[1131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2),
|
|
[1133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_list_pattern, 2), REDUCE(sym_list, 2),
|
|
[1136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2),
|
|
[1138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 2),
|
|
[1140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_pattern, 2),
|
|
[1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, .production_id = 150),
|
|
[1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, .production_id = 150),
|
|
[1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 4, .production_id = 81),
|
|
[1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, .production_id = 81),
|
|
[1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 4, .production_id = 134),
|
|
[1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 4, .production_id = 134),
|
|
[1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 3, .production_id = 56),
|
|
[1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3, .production_id = 56),
|
|
[1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 5, .production_id = 151),
|
|
[1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 5, .production_id = 151),
|
|
[1162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 6, .production_id = 159),
|
|
[1164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 6, .production_id = 159),
|
|
[1166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 128),
|
|
[1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 128),
|
|
[1170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 3, .production_id = 56),
|
|
[1172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 3, .production_id = 56),
|
|
[1174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 4, .production_id = 57),
|
|
[1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 4, .production_id = 57),
|
|
[1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 137),
|
|
[1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 137),
|
|
[1182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 126),
|
|
[1184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 126),
|
|
[1186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 64),
|
|
[1188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 4, .production_id = 64),
|
|
[1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 4, .production_id = 81),
|
|
[1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 4, .production_id = 81),
|
|
[1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 138),
|
|
[1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 138),
|
|
[1198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 124),
|
|
[1200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 124),
|
|
[1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 60),
|
|
[1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 60),
|
|
[1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 7, .production_id = 81),
|
|
[1208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 7, .production_id = 81),
|
|
[1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 127),
|
|
[1212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 127),
|
|
[1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 7, .production_id = 139),
|
|
[1216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 139),
|
|
[1218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 118),
|
|
[1220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 118),
|
|
[1222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 117),
|
|
[1224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 117),
|
|
[1226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 116),
|
|
[1228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 6, .production_id = 116),
|
|
[1230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 115),
|
|
[1232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 115),
|
|
[1234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 114),
|
|
[1236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 114),
|
|
[1238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 142),
|
|
[1240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 142),
|
|
[1242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 144),
|
|
[1244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 144),
|
|
[1246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 145),
|
|
[1248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 145),
|
|
[1250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 146),
|
|
[1252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 146),
|
|
[1254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorated_definition, 2, .production_id = 19),
|
|
[1256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decorated_definition, 2, .production_id = 19),
|
|
[1258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 152),
|
|
[1260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 152),
|
|
[1262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 75),
|
|
[1264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 75),
|
|
[1266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 78),
|
|
[1268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 78),
|
|
[1270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, .production_id = 79),
|
|
[1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, .production_id = 79),
|
|
[1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_statement, 4, .production_id = 59),
|
|
[1276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_statement, 4, .production_id = 59),
|
|
[1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 5, .production_id = 82),
|
|
[1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 5, .production_id = 82),
|
|
[1282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 153),
|
|
[1284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 153),
|
|
[1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, .production_id = 24),
|
|
[1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667),
|
|
[1290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 87),
|
|
[1292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 87),
|
|
[1294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 89),
|
|
[1296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 89),
|
|
[1298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 90),
|
|
[1300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 90),
|
|
[1302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5, .production_id = 91),
|
|
[1304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 91),
|
|
[1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 6, .production_id = 56),
|
|
[1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 6, .production_id = 56),
|
|
[1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190),
|
|
[1312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, .production_id = 106),
|
|
[1314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, .production_id = 106),
|
|
[1316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 104),
|
|
[1318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 104),
|
|
[1320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_statement, 6, .production_id = 103),
|
|
[1322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_statement, 6, .production_id = 103),
|
|
[1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 101),
|
|
[1326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 101),
|
|
[1328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 99),
|
|
[1330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 99),
|
|
[1332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 154),
|
|
[1334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 154),
|
|
[1336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 155),
|
|
[1338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 155),
|
|
[1340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 156),
|
|
[1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 156),
|
|
[1344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, .production_id = 162),
|
|
[1346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, .production_id = 162),
|
|
[1348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 161),
|
|
[1350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 161),
|
|
[1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 3, .production_id = 50),
|
|
[1354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2),
|
|
[1356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2),
|
|
[1358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2),
|
|
[1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2),
|
|
[1362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(907),
|
|
[1365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, .production_id = 20),
|
|
[1367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, .production_id = 20),
|
|
[1369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734),
|
|
[1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_separator, 1),
|
|
[1373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721),
|
|
[1375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142),
|
|
[1377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, .production_id = 2),
|
|
[1379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, .production_id = 2),
|
|
[1381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 93),
|
|
[1383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 93),
|
|
[1385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 67),
|
|
[1387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 67),
|
|
[1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410),
|
|
[1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
|
|
[1393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1),
|
|
[1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1),
|
|
[1397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682),
|
|
[1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681),
|
|
[1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680),
|
|
[1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677),
|
|
[1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676),
|
|
[1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219),
|
|
[1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672),
|
|
[1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682),
|
|
[1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421),
|
|
[1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670),
|
|
[1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669),
|
|
[1419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680),
|
|
[1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615),
|
|
[1423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3),
|
|
[1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3),
|
|
[1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, .production_id = 31),
|
|
[1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, .production_id = 31),
|
|
[1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, .production_id = 61),
|
|
[1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, .production_id = 61),
|
|
[1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 51),
|
|
[1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary_comprehension, 4, .production_id = 51),
|
|
[1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 61),
|
|
[1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 61),
|
|
[1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2),
|
|
[1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2),
|
|
[1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 61),
|
|
[1449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 61),
|
|
[1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 2),
|
|
[1453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 2),
|
|
[1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 5, .production_id = 61),
|
|
[1457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 5, .production_id = 61),
|
|
[1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644),
|
|
[1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645),
|
|
[1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646),
|
|
[1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647),
|
|
[1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648),
|
|
[1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650),
|
|
[1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644),
|
|
[1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367),
|
|
[1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652),
|
|
[1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654),
|
|
[1479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646),
|
|
[1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614),
|
|
[1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, .production_id = 31),
|
|
[1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, .production_id = 31),
|
|
[1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3, .production_id = 25),
|
|
[1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3, .production_id = 25),
|
|
[1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_comprehension, 4, .production_id = 51),
|
|
[1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_comprehension, 4, .production_id = 51),
|
|
[1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, .production_id = 93),
|
|
[1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, .production_id = 93),
|
|
[1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, .production_id = 67),
|
|
[1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, .production_id = 67),
|
|
[1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generator_expression, 4, .production_id = 51),
|
|
[1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generator_expression, 4, .production_id = 51),
|
|
[1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3, .production_id = 31),
|
|
[1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3, .production_id = 31),
|
|
[1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 3),
|
|
[1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 3),
|
|
[1515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary, 4, .production_id = 31),
|
|
[1517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dictionary, 4, .production_id = 31),
|
|
[1519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 2, .production_id = 17),
|
|
[1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 2, .production_id = 17),
|
|
[1523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_comprehension, 4, .production_id = 51),
|
|
[1525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_comprehension, 4, .production_id = 51),
|
|
[1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, .production_id = 25),
|
|
[1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, .production_id = 25),
|
|
[1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 26),
|
|
[1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 26),
|
|
[1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3, .production_id = 25),
|
|
[1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3, .production_id = 25),
|
|
[1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, .production_id = 39),
|
|
[1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, .production_id = 39),
|
|
[1543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656),
|
|
[1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674),
|
|
[1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668),
|
|
[1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 41),
|
|
[1551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 41),
|
|
[1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 71),
|
|
[1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 71),
|
|
[1557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 72),
|
|
[1559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 3, .production_id = 72),
|
|
[1561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, .production_id = 13),
|
|
[1563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, .production_id = 13),
|
|
[1565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await, 2),
|
|
[1567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await, 2),
|
|
[1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687),
|
|
[1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835),
|
|
[1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840),
|
|
[1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217),
|
|
[1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
|
|
[1579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(891),
|
|
[1582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(902),
|
|
[1585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385),
|
|
[1587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
|
|
[1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639),
|
|
[1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637),
|
|
[1593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635),
|
|
[1595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636),
|
|
[1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638),
|
|
[1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
|
|
[1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642),
|
|
[1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639),
|
|
[1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442),
|
|
[1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643),
|
|
[1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649),
|
|
[1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635),
|
|
[1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628),
|
|
[1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366),
|
|
[1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
|
|
[1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666),
|
|
[1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665),
|
|
[1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634),
|
|
[1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664),
|
|
[1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663),
|
|
[1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
|
|
[1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661),
|
|
[1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666),
|
|
[1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395),
|
|
[1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660),
|
|
[1639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659),
|
|
[1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634),
|
|
[1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610),
|
|
[1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444),
|
|
[1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407),
|
|
[1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887),
|
|
[1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814),
|
|
[1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176),
|
|
[1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302),
|
|
[1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936),
|
|
[1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816),
|
|
[1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852),
|
|
[1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894),
|
|
[1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894),
|
|
[1667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930),
|
|
[1669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 2),
|
|
[1671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 2),
|
|
[1673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_open_sequence_match_pattern, 3),
|
|
[1675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_open_sequence_match_pattern, 3),
|
|
[1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945),
|
|
[1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939),
|
|
[1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947),
|
|
[1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951),
|
|
[1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940),
|
|
[1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967),
|
|
[1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956),
|
|
[1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916),
|
|
[1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933),
|
|
[1695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42),
|
|
[1697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42),
|
|
[1699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(680),
|
|
[1702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1421),
|
|
[1705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(680),
|
|
[1708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(615),
|
|
[1711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 2, .production_id = 18),
|
|
[1713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 2, .production_id = 18),
|
|
[1715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(646),
|
|
[1718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1367),
|
|
[1721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(646),
|
|
[1724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(614),
|
|
[1727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 36),
|
|
[1729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 36), SHIFT_REPEAT(568),
|
|
[1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__patterns_repeat1, 2, .production_id = 31),
|
|
[1734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat_pattern, 2, .production_id = 34),
|
|
[1736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_pattern, 3, .production_id = 25),
|
|
[1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, .production_id = 25),
|
|
[1740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(635),
|
|
[1743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1442),
|
|
[1746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(635),
|
|
[1749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(628),
|
|
[1752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
|
|
[1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_list, 2, .production_id = 16),
|
|
[1756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(634),
|
|
[1759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(1395),
|
|
[1762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(634),
|
|
[1765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_comparison_operator_repeat1, 2, .production_id = 42), SHIFT_REPEAT(610),
|
|
[1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275),
|
|
[1770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518),
|
|
[1772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571),
|
|
[1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
|
|
[1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640),
|
|
[1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276),
|
|
[1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445),
|
|
[1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
|
|
[1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
|
|
[1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416),
|
|
[1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
|
|
[1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
|
|
[1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
|
|
[1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
|
|
[1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347),
|
|
[1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949),
|
|
[1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348),
|
|
[1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946),
|
|
[1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959),
|
|
[1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100),
|
|
[1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317),
|
|
[1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 2),
|
|
[1812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 3),
|
|
[1814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_operator, 2, .production_id = 10),
|
|
[1816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_operator, 2, .production_id = 10),
|
|
[1818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2),
|
|
[1820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2), SHIFT_REPEAT(1425),
|
|
[1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 27),
|
|
[1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378),
|
|
[1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379),
|
|
[1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425),
|
|
[1831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 2),
|
|
[1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_value_pattern, 2),
|
|
[1835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4, .production_id = 66),
|
|
[1837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 4, .production_id = 66),
|
|
[1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
|
|
[1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
|
|
[1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368),
|
|
[1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171),
|
|
[1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
|
|
[1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472),
|
|
[1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560),
|
|
[1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 1, .production_id = 7),
|
|
[1855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_operator, 3, .production_id = 39),
|
|
[1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5),
|
|
[1859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5),
|
|
[1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_expression, 3, .production_id = 35),
|
|
[1863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 35),
|
|
[1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784),
|
|
[1867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = -1, .production_id = 12), SHIFT(171),
|
|
[1870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566),
|
|
[1872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3, .production_id = 32),
|
|
[1874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 3, .production_id = 32),
|
|
[1876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 2),
|
|
[1878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
|
|
[1880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412),
|
|
[1882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_expression, 3, .production_id = 27),
|
|
[1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_operator, 3, .production_id = 39),
|
|
[1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1),
|
|
[1888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern_class_name, 1),
|
|
[1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_capture_pattern, 1),
|
|
[1892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175),
|
|
[1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983),
|
|
[1896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983),
|
|
[1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
|
|
[1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162),
|
|
[1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_splat, 2),
|
|
[1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695),
|
|
[1906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 2, .production_id = 107),
|
|
[1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325),
|
|
[1910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 1, .production_id = 83),
|
|
[1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340),
|
|
[1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696),
|
|
[1916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 31),
|
|
[1918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(175),
|
|
[1921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(983),
|
|
[1924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21), SHIFT_REPEAT(983),
|
|
[1927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, .production_id = 21),
|
|
[1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578),
|
|
[1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
|
|
[1933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dictionary_splat, 2, .production_id = 14),
|
|
[1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719),
|
|
[1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752),
|
|
[1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
|
|
[1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805),
|
|
[1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
|
|
[1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767),
|
|
[1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716),
|
|
[1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572),
|
|
[1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169),
|
|
[1953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield, 3),
|
|
[1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570),
|
|
[1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604),
|
|
[1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_within_for_in_clause, 1),
|
|
[1961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 4),
|
|
[1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827),
|
|
[1965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2),
|
|
[1967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_or_pattern_repeat1, 2), SHIFT_REPEAT(827),
|
|
[1970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_or_pattern, 3),
|
|
[1972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 2),
|
|
[1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
|
|
[1976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__f_expression, 1),
|
|
[1978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2),
|
|
[1980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(370),
|
|
[1983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(1472),
|
|
[1986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__comprehension_clauses_repeat1, 2), SHIFT_REPEAT(560),
|
|
[1989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comprehension_clauses, 1),
|
|
[1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
|
|
[1993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 6, .production_id = 141),
|
|
[1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
|
|
[1997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_group_pattern, 3, .production_id = 131),
|
|
[1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449),
|
|
[2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465),
|
|
[2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461),
|
|
[2005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 9, .production_id = 136),
|
|
[2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 2),
|
|
[2009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 6),
|
|
[2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 4, .production_id = 136),
|
|
[2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406),
|
|
[2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
|
|
[2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2),
|
|
[2019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_in_clause_repeat1, 2), SHIFT_REPEAT(293),
|
|
[2022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_or_pattern, 1),
|
|
[2024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826),
|
|
[2026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 8, .production_id = 136),
|
|
[2028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 2),
|
|
[2030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 6, .production_id = 136),
|
|
[2032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36),
|
|
[2034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(240),
|
|
[2037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 4, .production_id = 98),
|
|
[2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
|
|
[2041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, .production_id = 16),
|
|
[2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
|
|
[2045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 4),
|
|
[2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 2),
|
|
[2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 5),
|
|
[2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364),
|
|
[2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
|
|
[2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2),
|
|
[2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 5),
|
|
[2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
|
|
[2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824),
|
|
[2063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 123),
|
|
[2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
|
|
[2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 4, .production_id = 149),
|
|
[2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_literal_pattern, 3, .production_id = 132),
|
|
[2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 3, .production_id = 136),
|
|
[2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474),
|
|
[2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470),
|
|
[2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451),
|
|
[2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 4),
|
|
[2081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_sequence_pattern, 3),
|
|
[2083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 3),
|
|
[2085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 7, .production_id = 136),
|
|
[2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_mapping_pattern, 7),
|
|
[2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_class_pattern, 5, .production_id = 136),
|
|
[2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_in_clause, 5, .production_id = 122),
|
|
[2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
|
|
[2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
|
|
[2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
|
|
[2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394),
|
|
[2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
|
|
[2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2),
|
|
[2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
|
|
[2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596),
|
|
[2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
|
|
[2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760),
|
|
[2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_hand_side, 1),
|
|
[2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 4, .production_id = 66),
|
|
[2117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
|
|
[2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420),
|
|
[2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 1, .dynamic_precedence = -1, .production_id = 12),
|
|
[2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566),
|
|
[2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301),
|
|
[2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397),
|
|
[2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_within_for_in_clause, 3, .production_id = 32),
|
|
[2131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_content, 1),
|
|
[2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004),
|
|
[2135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004),
|
|
[2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_content, 1),
|
|
[2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, .production_id = 62),
|
|
[2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
|
|
[2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776),
|
|
[2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1),
|
|
[2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468),
|
|
[2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 4, .production_id = 15),
|
|
[2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023),
|
|
[2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408),
|
|
[2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409),
|
|
[2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043),
|
|
[2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124),
|
|
[2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390),
|
|
[2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1),
|
|
[2165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1),
|
|
[2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_statement, 2, .production_id = 11),
|
|
[2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311),
|
|
[2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2, .production_id = 10),
|
|
[2173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2),
|
|
[2175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(1004),
|
|
[2178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2), SHIFT_REPEAT(1004),
|
|
[2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2),
|
|
[2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039),
|
|
[2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123),
|
|
[2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328),
|
|
[2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 31),
|
|
[2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2),
|
|
[2193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_parameter, 3, .production_id = 35),
|
|
[2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2),
|
|
[2197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decorated_definition_repeat1, 2), SHIFT_REPEAT(383),
|
|
[2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469),
|
|
[2202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 2),
|
|
[2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106),
|
|
[2206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 3),
|
|
[2208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 3),
|
|
[2210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2),
|
|
[2212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 10),
|
|
[2214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_as_pattern, 3, .production_id = 135),
|
|
[2216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 5, .production_id = 43),
|
|
[2218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 5, .production_id = 43),
|
|
[2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
|
|
[2222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 1, .production_id = 6),
|
|
[2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365),
|
|
[2226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288),
|
|
[2228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
|
|
[2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
|
|
[2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 95),
|
|
[2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
|
|
[2236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_bound, 2, .production_id = 109),
|
|
[2238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 4),
|
|
[2240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, .production_id = 4),
|
|
[2242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2),
|
|
[2244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_open_sequence_match_pattern_repeat1, 2), SHIFT_REPEAT(822),
|
|
[2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097),
|
|
[2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
|
|
[2251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 6, .production_id = 43),
|
|
[2253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 6, .production_id = 43),
|
|
[2255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 4, .production_id = 43),
|
|
[2257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 4, .production_id = 43),
|
|
[2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357),
|
|
[2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
|
|
[2263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_value_pattern_repeat1, 2), SHIFT_REPEAT(1469),
|
|
[2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
|
|
[2268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chevron, 2),
|
|
[2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_name, 1),
|
|
[2272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, .production_id = 43),
|
|
[2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, .production_id = 43),
|
|
[2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_expression, 1),
|
|
[2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
|
|
[2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
|
|
[2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 2, .production_id = 68),
|
|
[2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
|
|
[2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_default_parameter, 5, .production_id = 119),
|
|
[2288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 3, .production_id = 22),
|
|
[2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
|
|
[2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
|
|
[2294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__collection_elements, 2, .production_id = 16),
|
|
[2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
|
|
[2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075),
|
|
[2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445),
|
|
[2302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 1, .production_id = 6),
|
|
[2304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 4, .production_id = 63),
|
|
[2306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 1),
|
|
[2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
|
|
[2310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058),
|
|
[2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051),
|
|
[2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040),
|
|
[2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117),
|
|
[2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239),
|
|
[2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
|
|
[2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
|
|
[2324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 2),
|
|
[2326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(170),
|
|
[2329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 2), SHIFT_REPEAT(1054),
|
|
[2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 120),
|
|
[2334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_format_specifier, 2),
|
|
[2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054),
|
|
[2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
|
|
[2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
|
|
[2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
|
|
[2344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, .production_id = 30),
|
|
[2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 31),
|
|
[2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 35),
|
|
[2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_param_default, 2, .production_id = 110),
|
|
[2352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_argument, 3, .production_id = 27),
|
|
[2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121),
|
|
[2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
|
|
[2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
|
|
[2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993),
|
|
[2362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 3, .production_id = 94),
|
|
[2364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 36),
|
|
[2366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__collection_elements_repeat1, 2, .production_id = 36), SHIFT_REPEAT(229),
|
|
[2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209),
|
|
[2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111),
|
|
[2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234),
|
|
[2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 6),
|
|
[2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 121),
|
|
[2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_star_pattern, 2, .production_id = 11),
|
|
[2381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias_statement, 5, .production_id = 88),
|
|
[2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 5, .production_id = 140),
|
|
[2385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(242),
|
|
[2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
|
|
[2390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 4, .production_id = 53),
|
|
[2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811),
|
|
[2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413),
|
|
[2396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3),
|
|
[2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442),
|
|
[2400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 5, .production_id = 15),
|
|
[2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854),
|
|
[2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043),
|
|
[2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357),
|
|
[2408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 2),
|
|
[2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
|
|
[2412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 2, .production_id = 23),
|
|
[2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
|
|
[2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
|
|
[2418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decorator, 3),
|
|
[2420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1),
|
|
[2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283),
|
|
[2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396),
|
|
[2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
|
|
[2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305),
|
|
[2430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 29),
|
|
[2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306),
|
|
[2434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 3, .production_id = 28),
|
|
[2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809),
|
|
[2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433),
|
|
[2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
|
|
[2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131),
|
|
[2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426),
|
|
[2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
|
|
[2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282),
|
|
[2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251),
|
|
[2452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 1, .production_id = 7),
|
|
[2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503),
|
|
[2456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 2, .production_id = 23),
|
|
[2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307),
|
|
[2460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_statement, 2),
|
|
[2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nonlocal_statement, 3),
|
|
[2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033),
|
|
[2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194),
|
|
[2468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__patterns, 2, .production_id = 16),
|
|
[2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543),
|
|
[2472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 23),
|
|
[2474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44), SHIFT_REPEAT(1156),
|
|
[2477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44),
|
|
[2479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_prefix_repeat1, 2),
|
|
[2481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_prefix_repeat1, 2), SHIFT_REPEAT(1122),
|
|
[2484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_prefix, 1),
|
|
[2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122),
|
|
[2488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2), SHIFT_REPEAT(1357),
|
|
[2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_statement_repeat1, 2),
|
|
[2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046),
|
|
[2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_list, 2, .production_id = 22),
|
|
[2497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 3),
|
|
[2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
|
|
[2501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3),
|
|
[2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_list_splat, 3, .production_id = 49),
|
|
[2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062),
|
|
[2507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 52), SHIFT_REPEAT(429),
|
|
[2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_print_statement_repeat1, 2, .production_id = 52),
|
|
[2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_statement, 2),
|
|
[2514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assert_statement_repeat1, 2), SHIFT_REPEAT(366),
|
|
[2517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 2, .production_id = 133),
|
|
[2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812),
|
|
[2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
|
|
[2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2),
|
|
[2525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_with_clause_repeat1, 2), SHIFT_REPEAT(314),
|
|
[2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
|
|
[2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
|
|
[2532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, .production_id = 84),
|
|
[2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372),
|
|
[2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
|
|
[2538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_parameter, 3, .production_id = 65),
|
|
[2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
|
|
[2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099),
|
|
[2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096),
|
|
[2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418),
|
|
[2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964),
|
|
[2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927),
|
|
[2552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, .production_id = 112),
|
|
[2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931),
|
|
[2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204),
|
|
[2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820),
|
|
[2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815),
|
|
[2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
|
|
[2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256),
|
|
[2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238),
|
|
[2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738),
|
|
[2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
|
|
[2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938),
|
|
[2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155),
|
|
[2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241),
|
|
[2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741),
|
|
[2580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_maybe_star_pattern, 1),
|
|
[2582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_patterns, 1),
|
|
[2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
|
|
[2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
|
|
[2588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 36),
|
|
[2590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(221),
|
|
[2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853),
|
|
[2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963),
|
|
[2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091),
|
|
[2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
|
|
[2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269),
|
|
[2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038),
|
|
[2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077),
|
|
[2607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2), SHIFT_REPEAT(864),
|
|
[2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_mapping_pattern_repeat1, 2),
|
|
[2612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, .production_id = 86),
|
|
[2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
|
|
[2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813),
|
|
[2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961),
|
|
[2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314),
|
|
[2622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 2),
|
|
[2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287),
|
|
[2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400),
|
|
[2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
|
|
[2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308),
|
|
[2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
|
|
[2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297),
|
|
[2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992),
|
|
[2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157),
|
|
[2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
|
|
[2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 1),
|
|
[2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020),
|
|
[2646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, .production_id = 36), SHIFT_REPEAT(226),
|
|
[2649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, .production_id = 36),
|
|
[2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858),
|
|
[2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
|
|
[2655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2), SHIFT_REPEAT(133),
|
|
[2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_statements_repeat1, 2),
|
|
[2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819),
|
|
[2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818),
|
|
[2664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameters, 1),
|
|
[2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856),
|
|
[2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
|
|
[2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172),
|
|
[2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
|
|
[2674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 37),
|
|
[2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228),
|
|
[2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
|
|
[2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798),
|
|
[2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
|
|
[2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803),
|
|
[2686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__import_list_repeat1, 2, .production_id = 44), SHIFT_REPEAT(1279),
|
|
[2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753),
|
|
[2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
|
|
[2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
|
|
[2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600),
|
|
[2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 73),
|
|
[2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_format_specifier_repeat1, 1, .production_id = 73),
|
|
[2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
|
|
[2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579),
|
|
[2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859),
|
|
[2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806),
|
|
[2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
|
|
[2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2),
|
|
[2713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat2, 2), SHIFT_REPEAT(1285),
|
|
[2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
|
|
[2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807),
|
|
[2720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 113), SHIFT_REPEAT(992),
|
|
[2723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 113),
|
|
[2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594),
|
|
[2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
|
|
[2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220),
|
|
[2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
|
|
[2733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression_list, 2, .production_id = 16),
|
|
[2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
|
|
[2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324),
|
|
[2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757),
|
|
[2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
|
|
[2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758),
|
|
[2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
|
|
[2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799),
|
|
[2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
|
|
[2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230),
|
|
[2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130),
|
|
[2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129),
|
|
[2757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2),
|
|
[2759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(861),
|
|
[2762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aliased_import, 3, .production_id = 45),
|
|
[2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585),
|
|
[2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
|
|
[2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573),
|
|
[2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
|
|
[2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599),
|
|
[2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
|
|
[2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258),
|
|
[2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792),
|
|
[2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
|
|
[2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775),
|
|
[2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
|
|
[2786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relative_import, 1),
|
|
[2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
|
|
[2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295),
|
|
[2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
|
|
[2794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameters_repeat1, 2), SHIFT_REPEAT(863),
|
|
[2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
|
|
[2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765),
|
|
[2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
|
|
[2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302),
|
|
[2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851),
|
|
[2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_item, 3, .dynamic_precedence = -1, .production_id = 58),
|
|
[2809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 36), SHIFT_REPEAT(274),
|
|
[2812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 36),
|
|
[2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154),
|
|
[2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
|
|
[2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195),
|
|
[2820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2),
|
|
[2822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_class_pattern_repeat1, 2), SHIFT_REPEAT(823),
|
|
[2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855),
|
|
[2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_separator, 1),
|
|
[2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180),
|
|
[2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
|
|
[2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435),
|
|
[2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exec_statement, 2, .production_id = 15),
|
|
[2837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 3, .production_id = 111),
|
|
[2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381),
|
|
[2841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, .production_id = 67),
|
|
[2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pass_statement, 1),
|
|
[2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1),
|
|
[2847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1),
|
|
[2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 5, .production_id = 92),
|
|
[2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevar_parameter, 2, .production_id = 85),
|
|
[2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3),
|
|
[2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810),
|
|
[2857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892),
|
|
[2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892),
|
|
[2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_expression_list_repeat1, 2, .production_id = 31),
|
|
[2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
|
|
[2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
|
|
[2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
|
|
[2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
|
|
[2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817),
|
|
[2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
|
|
[2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267),
|
|
[2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
|
|
[2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
|
|
[2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_double_star_pattern, 2, .production_id = 11),
|
|
[2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
|
|
[2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
|
|
[2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2),
|
|
[2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dictionary_repeat1, 2, .production_id = 31),
|
|
[2891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_keyword_pattern, 3, .production_id = 160),
|
|
[2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, .production_id = 5),
|
|
[2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
|
|
[2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
|
|
[2899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954),
|
|
[2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954),
|
|
[2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, .production_id = 48),
|
|
[2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 4, .production_id = 47),
|
|
[2907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard_import, 1),
|
|
[2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 4, .production_id = 46),
|
|
[2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478),
|
|
[2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929),
|
|
[2915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_positional_pattern, 1),
|
|
[2917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 86),
|
|
[2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paramspec_parameter, 3, .production_id = 108),
|
|
[2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typevartuple_parameter, 3, .production_id = 108),
|
|
[2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_future_import_statement, 6, .production_id = 96),
|
|
[2925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955),
|
|
[2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955),
|
|
[2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
|
|
[2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285),
|
|
[2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_from_statement, 6, .production_id = 97),
|
|
[2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419),
|
|
[2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 38),
|
|
[2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038),
|
|
[2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
|
|
[2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
|
|
[2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_key_value_pattern, 3, .production_id = 62),
|
|
[2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925),
|
|
[2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment, 3, .production_id = 39),
|
|
[2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739),
|
|
[2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
|
|
[2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188),
|
|
[2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825),
|
|
[2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783),
|
|
[2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740),
|
|
[2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780),
|
|
[2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779),
|
|
[2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785),
|
|
[2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438),
|
|
[2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
|
|
[2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782),
|
|
[2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671),
|
|
[2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795),
|
|
[2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796),
|
|
[2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766),
|
|
[2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801),
|
|
[2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802),
|
|
[2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5),
|
|
[2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804),
|
|
[2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
|
|
[2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750),
|
|
[2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032),
|
|
[2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838),
|
|
[2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592),
|
|
[3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
|
|
[3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322),
|
|
[3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743),
|
|
[3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007),
|
|
[3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605),
|
|
[3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070),
|
|
[3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
|
|
[3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603),
|
|
[3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
|
|
[3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657),
|
|
[3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
|
|
[3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597),
|
|
[3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105),
|
|
[3027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3),
|
|
[3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591),
|
|
[3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395),
|
|
[3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
|
|
[3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084),
|
|
[3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
|
|
[3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836),
|
|
[3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298),
|
|
[3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113),
|
|
[3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094),
|
|
[3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
|
|
[3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
|
|
[3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
|
|
[3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763),
|
|
[3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762),
|
|
[3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
|
|
[3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090),
|
|
[3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
|
|
[3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662),
|
|
[3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
|
|
[3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
|
|
[3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884),
|
|
[3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307),
|
|
[3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595),
|
|
[3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602),
|
|
[3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
|
|
[3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
|
|
[3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339),
|
|
[3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
|
|
[3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
|
|
[3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
|
|
[3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344),
|
|
[3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
|
|
[3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296),
|
|
[3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432),
|
|
[3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686),
|
|
[3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4),
|
|
[3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246),
|
|
[3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580),
|
|
[3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577),
|
|
[3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
|
|
[3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248),
|
|
[3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071),
|
|
[3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821),
|
|
[3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_import, 2, .production_id = 23),
|
|
[3117] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
|
|
[3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389),
|
|
[3121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1),
|
|
[3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
|
|
[3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755),
|
|
[3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081),
|
|
[3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092),
|
|
[3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136),
|
|
[3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102),
|
|
[3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
|
|
[3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
|
|
[3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019),
|
|
[3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057),
|
|
[3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146),
|
|
[3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141),
|
|
[3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559),
|
|
[3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744),
|
|
[3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965),
|
|
};
|
|
|
|
#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
|