100061 lines
2.5 MiB
Plaintext
Generated
100061 lines
2.5 MiB
Plaintext
Generated
/* Automatically @generated by tree-sitter */
|
|
|
|
#include "tree_sitter/parser.h"
|
|
|
|
#if defined(__GNUC__) || defined(__clang__)
|
|
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
|
|
#endif
|
|
|
|
#ifdef _MSC_VER
|
|
#pragma optimize("", off)
|
|
#elif defined(__clang__)
|
|
#pragma clang optimize off
|
|
#elif defined(__GNUC__)
|
|
#pragma GCC optimize ("O0")
|
|
#endif
|
|
|
|
#define LANGUAGE_VERSION 15
|
|
#define STATE_COUNT 2563
|
|
#define LARGE_STATE_COUNT 53
|
|
#define SYMBOL_COUNT 307
|
|
#define ALIAS_COUNT 8
|
|
#define TOKEN_COUNT 131
|
|
#define EXTERNAL_TOKEN_COUNT 4
|
|
#define FIELD_COUNT 36
|
|
#define MAX_ALIAS_SEQUENCE_LENGTH 9
|
|
#define MAX_RESERVED_WORD_SET_SIZE 25
|
|
#define PRODUCTION_ID_COUNT 130
|
|
#define SUPERTYPE_COUNT 4
|
|
|
|
enum ts_symbol_identifiers {
|
|
sym_identifier = 1,
|
|
aux_sym_source_file_token1 = 2,
|
|
anon_sym_SEMI = 3,
|
|
anon_sym_NULL = 4,
|
|
anon_sym_package = 5,
|
|
anon_sym_import = 6,
|
|
anon_sym_DOT = 7,
|
|
sym_blank_identifier = 8,
|
|
anon_sym_LPAREN = 9,
|
|
anon_sym_RPAREN = 10,
|
|
anon_sym_const = 11,
|
|
anon_sym_COMMA = 12,
|
|
anon_sym_EQ = 13,
|
|
anon_sym_var = 14,
|
|
anon_sym_func = 15,
|
|
anon_sym_LBRACK = 16,
|
|
anon_sym_RBRACK = 17,
|
|
anon_sym_DOT_DOT_DOT = 18,
|
|
anon_sym_type = 19,
|
|
anon_sym_STAR = 20,
|
|
anon_sym_struct = 21,
|
|
anon_sym_TILDE = 22,
|
|
anon_sym_LBRACE = 23,
|
|
anon_sym_RBRACE = 24,
|
|
anon_sym_interface = 25,
|
|
anon_sym_PIPE = 26,
|
|
anon_sym_map = 27,
|
|
anon_sym_chan = 28,
|
|
anon_sym_LT_DASH = 29,
|
|
anon_sym_COLON_EQ = 30,
|
|
anon_sym_PLUS_PLUS = 31,
|
|
anon_sym_DASH_DASH = 32,
|
|
anon_sym_STAR_EQ = 33,
|
|
anon_sym_SLASH_EQ = 34,
|
|
anon_sym_PERCENT_EQ = 35,
|
|
anon_sym_LT_LT_EQ = 36,
|
|
anon_sym_GT_GT_EQ = 37,
|
|
anon_sym_AMP_EQ = 38,
|
|
anon_sym_AMP_CARET_EQ = 39,
|
|
anon_sym_PLUS_EQ = 40,
|
|
anon_sym_DASH_EQ = 41,
|
|
anon_sym_PIPE_EQ = 42,
|
|
anon_sym_CARET_EQ = 43,
|
|
anon_sym_COLON = 44,
|
|
anon_sym_fallthrough = 45,
|
|
anon_sym_break = 46,
|
|
anon_sym_continue = 47,
|
|
anon_sym_goto = 48,
|
|
anon_sym_return = 49,
|
|
anon_sym_go = 50,
|
|
anon_sym_defer = 51,
|
|
anon_sym_if = 52,
|
|
anon_sym_else = 53,
|
|
anon_sym_for = 54,
|
|
anon_sym_range = 55,
|
|
anon_sym_switch = 56,
|
|
anon_sym_case = 57,
|
|
anon_sym_default = 58,
|
|
anon_sym_select = 59,
|
|
anon_sym_new = 60,
|
|
anon_sym_make = 61,
|
|
anon_sym_PLUS = 62,
|
|
anon_sym_DASH = 63,
|
|
anon_sym_BANG = 64,
|
|
anon_sym_CARET = 65,
|
|
anon_sym_AMP = 66,
|
|
anon_sym_SLASH = 67,
|
|
anon_sym_PERCENT = 68,
|
|
anon_sym_LT_LT = 69,
|
|
anon_sym_GT_GT = 70,
|
|
anon_sym_AMP_CARET = 71,
|
|
anon_sym_EQ_EQ = 72,
|
|
anon_sym_BANG_EQ = 73,
|
|
anon_sym_LT = 74,
|
|
anon_sym_LT_EQ = 75,
|
|
anon_sym_GT = 76,
|
|
anon_sym_GT_EQ = 77,
|
|
anon_sym_AMP_AMP = 78,
|
|
anon_sym_PIPE_PIPE = 79,
|
|
anon_sym_BQUOTE = 80,
|
|
aux_sym_raw_string_literal_token1 = 81,
|
|
anon_sym_DQUOTE = 82,
|
|
aux_sym_interpreted_string_literal_token1 = 83,
|
|
anon_sym_DQUOTE2 = 84,
|
|
sym_escape_sequence = 85,
|
|
sym_int_literal = 86,
|
|
sym_float_literal = 87,
|
|
sym_imaginary_literal = 88,
|
|
sym_rune_literal = 89,
|
|
sym_nil = 90,
|
|
sym_true = 91,
|
|
sym_false = 92,
|
|
sym_iota = 93,
|
|
sym_comment = 94,
|
|
anon_sym_templ = 95,
|
|
anon_sym_LT_BANG_DASH_DASH = 96,
|
|
aux_sym_element_comment_token1 = 97,
|
|
aux_sym_element_comment_token2 = 98,
|
|
anon_sym_DASH_DASH_GT = 99,
|
|
anon_sym_AT = 100,
|
|
anon_sym_LBRACE_BANG = 101,
|
|
anon_sym_children_DOT_DOT_DOT = 102,
|
|
anon_sym_LT_SLASH = 103,
|
|
anon_sym_SLASH_GT = 104,
|
|
anon_sym_LT_BANG = 105,
|
|
aux_sym_doctype_token1 = 106,
|
|
anon_sym_html = 107,
|
|
anon_sym_HTMLPUBLIC_DQUOTEhttp_COLON_SLASH_SLASHwww_DOTw3_DOTorg_SLASHTR_SLASHhtml4_SLASHloose_DOTdtd_DQUOTE = 108,
|
|
aux_sym_style_element_text_token1 = 109,
|
|
aux_sym_style_element_text_token2 = 110,
|
|
anon_sym_style = 111,
|
|
anon_sym_QMARK_EQ = 112,
|
|
anon_sym_LF = 113,
|
|
anon_sym_if2 = 114,
|
|
anon_sym_else2 = 115,
|
|
anon_sym_css = 116,
|
|
sym_css_property_name = 117,
|
|
anon_sym_script = 118,
|
|
anon_sym_LBRACE_LBRACE = 119,
|
|
anon_sym_RBRACE_RBRACE = 120,
|
|
sym_element_identifier = 121,
|
|
sym_attribute_name = 122,
|
|
sym_attribute_value = 123,
|
|
anon_sym_SQUOTE = 124,
|
|
aux_sym_quoted_attribute_value_token1 = 125,
|
|
aux_sym_quoted_attribute_value_token2 = 126,
|
|
sym_css_property_value = 127,
|
|
sym_script_block_text = 128,
|
|
sym_switch_element_text = 129,
|
|
sym_element_text = 130,
|
|
sym_source_file = 131,
|
|
sym_package_clause = 132,
|
|
sym_import_declaration = 133,
|
|
sym_import_spec = 134,
|
|
sym_dot = 135,
|
|
sym_import_spec_list = 136,
|
|
sym__declaration = 137,
|
|
sym_const_declaration = 138,
|
|
sym_const_spec = 139,
|
|
sym_var_declaration = 140,
|
|
sym_var_spec = 141,
|
|
sym_var_spec_list = 142,
|
|
sym_function_declaration = 143,
|
|
sym_method_declaration = 144,
|
|
sym_type_parameter_list = 145,
|
|
sym_type_parameter_declaration = 146,
|
|
sym_parameter_list = 147,
|
|
sym_parameter_declaration = 148,
|
|
sym_variadic_parameter_declaration = 149,
|
|
sym_type_alias = 150,
|
|
sym_type_declaration = 151,
|
|
sym_type_spec = 152,
|
|
sym_expression_list = 153,
|
|
sym_parenthesized_type = 154,
|
|
sym__simple_type = 155,
|
|
sym_generic_type = 156,
|
|
sym_type_arguments = 157,
|
|
sym_pointer_type = 158,
|
|
sym_array_type = 159,
|
|
sym_implicit_length_array_type = 160,
|
|
sym_slice_type = 161,
|
|
sym_struct_type = 162,
|
|
sym_negated_type = 163,
|
|
sym_field_declaration_list = 164,
|
|
sym_field_declaration = 165,
|
|
sym_interface_type = 166,
|
|
sym_method_elem = 167,
|
|
sym_type_elem = 168,
|
|
sym_map_type = 169,
|
|
sym_channel_type = 170,
|
|
sym_function_type = 171,
|
|
sym_block = 172,
|
|
sym_statement_list = 173,
|
|
sym__statement = 174,
|
|
sym_empty_statement = 175,
|
|
sym__simple_statement = 176,
|
|
sym_expression_statement = 177,
|
|
sym_send_statement = 178,
|
|
sym_receive_statement = 179,
|
|
sym_inc_statement = 180,
|
|
sym_dec_statement = 181,
|
|
sym_assignment_statement = 182,
|
|
sym_short_var_declaration = 183,
|
|
sym_labeled_statement = 184,
|
|
sym_empty_labeled_statement = 185,
|
|
sym_fallthrough_statement = 186,
|
|
sym_break_statement = 187,
|
|
sym_continue_statement = 188,
|
|
sym_goto_statement = 189,
|
|
sym_return_statement = 190,
|
|
sym_go_statement = 191,
|
|
sym_defer_statement = 192,
|
|
sym_if_statement = 193,
|
|
sym_for_statement = 194,
|
|
sym_for_clause = 195,
|
|
sym_range_clause = 196,
|
|
sym_expression_switch_statement = 197,
|
|
sym_expression_case = 198,
|
|
sym_default_case = 199,
|
|
sym_type_switch_statement = 200,
|
|
sym__type_switch_header = 201,
|
|
sym_type_case = 202,
|
|
sym_select_statement = 203,
|
|
sym_communication_case = 204,
|
|
sym__expression = 205,
|
|
sym_parenthesized_expression = 206,
|
|
sym_call_expression = 207,
|
|
sym_variadic_argument = 208,
|
|
sym_special_argument_list = 209,
|
|
sym_argument_list = 210,
|
|
sym_selector_expression = 211,
|
|
sym_index_expression = 212,
|
|
sym_slice_expression = 213,
|
|
sym_type_assertion_expression = 214,
|
|
sym_type_conversion_expression = 215,
|
|
sym_type_instantiation_expression = 216,
|
|
sym_composite_literal = 217,
|
|
sym_literal_value = 218,
|
|
sym_literal_element = 219,
|
|
sym_keyed_element = 220,
|
|
sym_func_literal = 221,
|
|
sym_unary_expression = 222,
|
|
sym_binary_expression = 223,
|
|
sym_qualified_type = 224,
|
|
sym_raw_string_literal = 225,
|
|
sym_interpreted_string_literal = 226,
|
|
sym_expression = 227,
|
|
sym_component_declaration = 228,
|
|
sym_component_block = 229,
|
|
sym__component_node = 230,
|
|
sym__switch_component_node = 231,
|
|
sym_element_comment = 232,
|
|
sym_component_if_statement = 233,
|
|
sym_component_for_statement = 234,
|
|
sym_component_switch_statement = 235,
|
|
sym_component_switch_expression_case = 236,
|
|
sym_component_switch_default_case = 237,
|
|
sym_component_import = 238,
|
|
sym__component_member = 239,
|
|
sym_component_render = 240,
|
|
sym_component_children_expression = 241,
|
|
sym_element = 242,
|
|
sym_tag_start = 243,
|
|
sym_tag_end = 244,
|
|
sym_self_closing_tag = 245,
|
|
sym_doctype = 246,
|
|
sym_style_element = 247,
|
|
sym_style_element_text = 248,
|
|
sym_style_tag_start = 249,
|
|
sym_style_tag_end = 250,
|
|
sym_self_closing_style_tag = 251,
|
|
sym__attribute = 252,
|
|
sym_attribute = 253,
|
|
sym_spread_attributes = 254,
|
|
sym_conditional_attribute_block = 255,
|
|
sym_conditional_attribute_if_statement = 256,
|
|
sym_css_declaration = 257,
|
|
sym__css_block = 258,
|
|
sym_css_property = 259,
|
|
sym_dynamic_class_attribute_value = 260,
|
|
sym_script_declaration = 261,
|
|
sym_script_block = 262,
|
|
sym_script_element = 263,
|
|
sym_script_element_text = 264,
|
|
sym_script_tag_start = 265,
|
|
sym_script_tag_end = 266,
|
|
sym_self_closing_script_tag = 267,
|
|
sym_rawgo_block = 268,
|
|
sym__component_identifier = 269,
|
|
sym__css_identifier = 270,
|
|
sym__script_identifier = 271,
|
|
sym_quoted_attribute_value = 272,
|
|
aux_sym_source_file_repeat1 = 273,
|
|
aux_sym_import_spec_list_repeat1 = 274,
|
|
aux_sym_const_declaration_repeat1 = 275,
|
|
aux_sym_const_spec_repeat1 = 276,
|
|
aux_sym_var_spec_repeat1 = 277,
|
|
aux_sym_var_spec_list_repeat1 = 278,
|
|
aux_sym_type_parameter_list_repeat1 = 279,
|
|
aux_sym_parameter_list_repeat1 = 280,
|
|
aux_sym_type_declaration_repeat1 = 281,
|
|
aux_sym_expression_list_repeat1 = 282,
|
|
aux_sym_type_arguments_repeat1 = 283,
|
|
aux_sym_field_declaration_list_repeat1 = 284,
|
|
aux_sym_field_declaration_repeat1 = 285,
|
|
aux_sym_interface_type_repeat1 = 286,
|
|
aux_sym_type_elem_repeat1 = 287,
|
|
aux_sym_statement_list_repeat1 = 288,
|
|
aux_sym_expression_switch_statement_repeat1 = 289,
|
|
aux_sym_type_switch_statement_repeat1 = 290,
|
|
aux_sym_type_case_repeat1 = 291,
|
|
aux_sym_select_statement_repeat1 = 292,
|
|
aux_sym_argument_list_repeat1 = 293,
|
|
aux_sym_literal_value_repeat1 = 294,
|
|
aux_sym_interpreted_string_literal_repeat1 = 295,
|
|
aux_sym_component_block_repeat1 = 296,
|
|
aux_sym_element_comment_repeat1 = 297,
|
|
aux_sym_component_switch_statement_repeat1 = 298,
|
|
aux_sym_component_switch_expression_case_repeat1 = 299,
|
|
aux_sym_component_import_repeat1 = 300,
|
|
aux_sym_tag_start_repeat1 = 301,
|
|
aux_sym_style_element_text_repeat1 = 302,
|
|
aux_sym_conditional_attribute_block_repeat1 = 303,
|
|
aux_sym__css_block_repeat1 = 304,
|
|
aux_sym_dynamic_class_attribute_value_repeat1 = 305,
|
|
aux_sym_script_tag_start_repeat1 = 306,
|
|
alias_sym_component_identifier = 307,
|
|
alias_sym_css_identifier = 308,
|
|
alias_sym_field_identifier = 309,
|
|
alias_sym_label_name = 310,
|
|
alias_sym_package_identifier = 311,
|
|
alias_sym_script_identifier = 312,
|
|
alias_sym_type_constraint = 313,
|
|
alias_sym_type_identifier = 314,
|
|
};
|
|
|
|
static const char * const ts_symbol_names[] = {
|
|
[ts_builtin_sym_end] = "end",
|
|
[sym_identifier] = "identifier",
|
|
[aux_sym_source_file_token1] = "source_file_token1",
|
|
[anon_sym_SEMI] = ";",
|
|
[anon_sym_NULL] = "\0",
|
|
[anon_sym_package] = "package",
|
|
[anon_sym_import] = "import",
|
|
[anon_sym_DOT] = ".",
|
|
[sym_blank_identifier] = "blank_identifier",
|
|
[anon_sym_LPAREN] = "(",
|
|
[anon_sym_RPAREN] = ")",
|
|
[anon_sym_const] = "const",
|
|
[anon_sym_COMMA] = ",",
|
|
[anon_sym_EQ] = "=",
|
|
[anon_sym_var] = "var",
|
|
[anon_sym_func] = "func",
|
|
[anon_sym_LBRACK] = "[",
|
|
[anon_sym_RBRACK] = "]",
|
|
[anon_sym_DOT_DOT_DOT] = "...",
|
|
[anon_sym_type] = "type",
|
|
[anon_sym_STAR] = "*",
|
|
[anon_sym_struct] = "struct",
|
|
[anon_sym_TILDE] = "~",
|
|
[anon_sym_LBRACE] = "{",
|
|
[anon_sym_RBRACE] = "}",
|
|
[anon_sym_interface] = "interface",
|
|
[anon_sym_PIPE] = "|",
|
|
[anon_sym_map] = "map",
|
|
[anon_sym_chan] = "chan",
|
|
[anon_sym_LT_DASH] = "<-",
|
|
[anon_sym_COLON_EQ] = ":=",
|
|
[anon_sym_PLUS_PLUS] = "++",
|
|
[anon_sym_DASH_DASH] = "--",
|
|
[anon_sym_STAR_EQ] = "*=",
|
|
[anon_sym_SLASH_EQ] = "/=",
|
|
[anon_sym_PERCENT_EQ] = "%=",
|
|
[anon_sym_LT_LT_EQ] = "<<=",
|
|
[anon_sym_GT_GT_EQ] = ">>=",
|
|
[anon_sym_AMP_EQ] = "&=",
|
|
[anon_sym_AMP_CARET_EQ] = "&^=",
|
|
[anon_sym_PLUS_EQ] = "+=",
|
|
[anon_sym_DASH_EQ] = "-=",
|
|
[anon_sym_PIPE_EQ] = "|=",
|
|
[anon_sym_CARET_EQ] = "^=",
|
|
[anon_sym_COLON] = ":",
|
|
[anon_sym_fallthrough] = "fallthrough",
|
|
[anon_sym_break] = "break",
|
|
[anon_sym_continue] = "continue",
|
|
[anon_sym_goto] = "goto",
|
|
[anon_sym_return] = "return",
|
|
[anon_sym_go] = "go",
|
|
[anon_sym_defer] = "defer",
|
|
[anon_sym_if] = "if",
|
|
[anon_sym_else] = "else",
|
|
[anon_sym_for] = "for",
|
|
[anon_sym_range] = "range",
|
|
[anon_sym_switch] = "switch",
|
|
[anon_sym_case] = "case",
|
|
[anon_sym_default] = "default",
|
|
[anon_sym_select] = "select",
|
|
[anon_sym_new] = "identifier",
|
|
[anon_sym_make] = "identifier",
|
|
[anon_sym_PLUS] = "+",
|
|
[anon_sym_DASH] = "-",
|
|
[anon_sym_BANG] = "!",
|
|
[anon_sym_CARET] = "^",
|
|
[anon_sym_AMP] = "&",
|
|
[anon_sym_SLASH] = "/",
|
|
[anon_sym_PERCENT] = "%",
|
|
[anon_sym_LT_LT] = "<<",
|
|
[anon_sym_GT_GT] = ">>",
|
|
[anon_sym_AMP_CARET] = "&^",
|
|
[anon_sym_EQ_EQ] = "==",
|
|
[anon_sym_BANG_EQ] = "!=",
|
|
[anon_sym_LT] = "<",
|
|
[anon_sym_LT_EQ] = "<=",
|
|
[anon_sym_GT] = ">",
|
|
[anon_sym_GT_EQ] = ">=",
|
|
[anon_sym_AMP_AMP] = "&&",
|
|
[anon_sym_PIPE_PIPE] = "||",
|
|
[anon_sym_BQUOTE] = "`",
|
|
[aux_sym_raw_string_literal_token1] = "raw_string_literal_content",
|
|
[anon_sym_DQUOTE] = "\"",
|
|
[aux_sym_interpreted_string_literal_token1] = "interpreted_string_literal_content",
|
|
[anon_sym_DQUOTE2] = "\"",
|
|
[sym_escape_sequence] = "escape_sequence",
|
|
[sym_int_literal] = "int_literal",
|
|
[sym_float_literal] = "float_literal",
|
|
[sym_imaginary_literal] = "imaginary_literal",
|
|
[sym_rune_literal] = "rune_literal",
|
|
[sym_nil] = "nil",
|
|
[sym_true] = "true",
|
|
[sym_false] = "false",
|
|
[sym_iota] = "iota",
|
|
[sym_comment] = "comment",
|
|
[anon_sym_templ] = "templ",
|
|
[anon_sym_LT_BANG_DASH_DASH] = "<!--",
|
|
[aux_sym_element_comment_token1] = "element_comment_token1",
|
|
[aux_sym_element_comment_token2] = "element_comment_token2",
|
|
[anon_sym_DASH_DASH_GT] = "-->",
|
|
[anon_sym_AT] = "@",
|
|
[anon_sym_LBRACE_BANG] = "{!",
|
|
[anon_sym_children_DOT_DOT_DOT] = "children...",
|
|
[anon_sym_LT_SLASH] = "</",
|
|
[anon_sym_SLASH_GT] = "/>",
|
|
[anon_sym_LT_BANG] = "<!",
|
|
[aux_sym_doctype_token1] = "doctype_token1",
|
|
[anon_sym_html] = "html",
|
|
[anon_sym_HTMLPUBLIC_DQUOTEhttp_COLON_SLASH_SLASHwww_DOTw3_DOTorg_SLASHTR_SLASHhtml4_SLASHloose_DOTdtd_DQUOTE] = "HTML PUBLIC \"http://www.w3.org/TR/html4/loose.dtd\"",
|
|
[aux_sym_style_element_text_token1] = "style_element_text_token1",
|
|
[aux_sym_style_element_text_token2] = "style_element_text_token2",
|
|
[anon_sym_style] = "style",
|
|
[anon_sym_QMARK_EQ] = "\?=",
|
|
[anon_sym_LF] = "\n",
|
|
[anon_sym_if2] = "if",
|
|
[anon_sym_else2] = "else",
|
|
[anon_sym_css] = "css",
|
|
[sym_css_property_name] = "css_property_name",
|
|
[anon_sym_script] = "script",
|
|
[anon_sym_LBRACE_LBRACE] = "{{",
|
|
[anon_sym_RBRACE_RBRACE] = "}}",
|
|
[sym_element_identifier] = "element_identifier",
|
|
[sym_attribute_name] = "attribute_name",
|
|
[sym_attribute_value] = "attribute_value",
|
|
[anon_sym_SQUOTE] = "'",
|
|
[aux_sym_quoted_attribute_value_token1] = "attribute_value",
|
|
[aux_sym_quoted_attribute_value_token2] = "attribute_value",
|
|
[sym_css_property_value] = "css_property_value",
|
|
[sym_script_block_text] = "script_block_text",
|
|
[sym_switch_element_text] = "element_text",
|
|
[sym_element_text] = "element_text",
|
|
[sym_source_file] = "source_file",
|
|
[sym_package_clause] = "package_clause",
|
|
[sym_import_declaration] = "import_declaration",
|
|
[sym_import_spec] = "import_spec",
|
|
[sym_dot] = "dot",
|
|
[sym_import_spec_list] = "import_spec_list",
|
|
[sym__declaration] = "_declaration",
|
|
[sym_const_declaration] = "const_declaration",
|
|
[sym_const_spec] = "const_spec",
|
|
[sym_var_declaration] = "var_declaration",
|
|
[sym_var_spec] = "var_spec",
|
|
[sym_var_spec_list] = "var_spec_list",
|
|
[sym_function_declaration] = "function_declaration",
|
|
[sym_method_declaration] = "method_declaration",
|
|
[sym_type_parameter_list] = "type_parameter_list",
|
|
[sym_type_parameter_declaration] = "type_parameter_declaration",
|
|
[sym_parameter_list] = "parameter_list",
|
|
[sym_parameter_declaration] = "parameter_declaration",
|
|
[sym_variadic_parameter_declaration] = "variadic_parameter_declaration",
|
|
[sym_type_alias] = "type_alias",
|
|
[sym_type_declaration] = "type_declaration",
|
|
[sym_type_spec] = "type_spec",
|
|
[sym_expression_list] = "expression_list",
|
|
[sym_parenthesized_type] = "parenthesized_type",
|
|
[sym__simple_type] = "_simple_type",
|
|
[sym_generic_type] = "generic_type",
|
|
[sym_type_arguments] = "type_arguments",
|
|
[sym_pointer_type] = "pointer_type",
|
|
[sym_array_type] = "array_type",
|
|
[sym_implicit_length_array_type] = "implicit_length_array_type",
|
|
[sym_slice_type] = "slice_type",
|
|
[sym_struct_type] = "struct_type",
|
|
[sym_negated_type] = "negated_type",
|
|
[sym_field_declaration_list] = "field_declaration_list",
|
|
[sym_field_declaration] = "field_declaration",
|
|
[sym_interface_type] = "interface_type",
|
|
[sym_method_elem] = "method_elem",
|
|
[sym_type_elem] = "type_elem",
|
|
[sym_map_type] = "map_type",
|
|
[sym_channel_type] = "channel_type",
|
|
[sym_function_type] = "function_type",
|
|
[sym_block] = "block",
|
|
[sym_statement_list] = "statement_list",
|
|
[sym__statement] = "_statement",
|
|
[sym_empty_statement] = "empty_statement",
|
|
[sym__simple_statement] = "_simple_statement",
|
|
[sym_expression_statement] = "expression_statement",
|
|
[sym_send_statement] = "send_statement",
|
|
[sym_receive_statement] = "receive_statement",
|
|
[sym_inc_statement] = "inc_statement",
|
|
[sym_dec_statement] = "dec_statement",
|
|
[sym_assignment_statement] = "assignment_statement",
|
|
[sym_short_var_declaration] = "short_var_declaration",
|
|
[sym_labeled_statement] = "labeled_statement",
|
|
[sym_empty_labeled_statement] = "labeled_statement",
|
|
[sym_fallthrough_statement] = "fallthrough_statement",
|
|
[sym_break_statement] = "break_statement",
|
|
[sym_continue_statement] = "continue_statement",
|
|
[sym_goto_statement] = "goto_statement",
|
|
[sym_return_statement] = "return_statement",
|
|
[sym_go_statement] = "go_statement",
|
|
[sym_defer_statement] = "defer_statement",
|
|
[sym_if_statement] = "if_statement",
|
|
[sym_for_statement] = "for_statement",
|
|
[sym_for_clause] = "for_clause",
|
|
[sym_range_clause] = "range_clause",
|
|
[sym_expression_switch_statement] = "expression_switch_statement",
|
|
[sym_expression_case] = "expression_case",
|
|
[sym_default_case] = "default_case",
|
|
[sym_type_switch_statement] = "type_switch_statement",
|
|
[sym__type_switch_header] = "_type_switch_header",
|
|
[sym_type_case] = "type_case",
|
|
[sym_select_statement] = "select_statement",
|
|
[sym_communication_case] = "communication_case",
|
|
[sym__expression] = "_expression",
|
|
[sym_parenthesized_expression] = "parenthesized_expression",
|
|
[sym_call_expression] = "call_expression",
|
|
[sym_variadic_argument] = "variadic_argument",
|
|
[sym_special_argument_list] = "argument_list",
|
|
[sym_argument_list] = "argument_list",
|
|
[sym_selector_expression] = "selector_expression",
|
|
[sym_index_expression] = "index_expression",
|
|
[sym_slice_expression] = "slice_expression",
|
|
[sym_type_assertion_expression] = "type_assertion_expression",
|
|
[sym_type_conversion_expression] = "type_conversion_expression",
|
|
[sym_type_instantiation_expression] = "type_instantiation_expression",
|
|
[sym_composite_literal] = "composite_literal",
|
|
[sym_literal_value] = "literal_value",
|
|
[sym_literal_element] = "literal_element",
|
|
[sym_keyed_element] = "keyed_element",
|
|
[sym_func_literal] = "func_literal",
|
|
[sym_unary_expression] = "unary_expression",
|
|
[sym_binary_expression] = "binary_expression",
|
|
[sym_qualified_type] = "qualified_type",
|
|
[sym_raw_string_literal] = "raw_string_literal",
|
|
[sym_interpreted_string_literal] = "interpreted_string_literal",
|
|
[sym_expression] = "expression",
|
|
[sym_component_declaration] = "component_declaration",
|
|
[sym_component_block] = "component_block",
|
|
[sym__component_node] = "_component_node",
|
|
[sym__switch_component_node] = "_switch_component_node",
|
|
[sym_element_comment] = "element_comment",
|
|
[sym_component_if_statement] = "component_if_statement",
|
|
[sym_component_for_statement] = "component_for_statement",
|
|
[sym_component_switch_statement] = "component_switch_statement",
|
|
[sym_component_switch_expression_case] = "component_switch_expression_case",
|
|
[sym_component_switch_default_case] = "component_switch_default_case",
|
|
[sym_component_import] = "component_import",
|
|
[sym__component_member] = "_component_member",
|
|
[sym_component_render] = "component_render",
|
|
[sym_component_children_expression] = "component_children_expression",
|
|
[sym_element] = "element",
|
|
[sym_tag_start] = "tag_start",
|
|
[sym_tag_end] = "tag_end",
|
|
[sym_self_closing_tag] = "self_closing_tag",
|
|
[sym_doctype] = "doctype",
|
|
[sym_style_element] = "style_element",
|
|
[sym_style_element_text] = "style_element_text",
|
|
[sym_style_tag_start] = "style_tag_start",
|
|
[sym_style_tag_end] = "style_tag_end",
|
|
[sym_self_closing_style_tag] = "self_closing_style_tag",
|
|
[sym__attribute] = "_attribute",
|
|
[sym_attribute] = "attribute",
|
|
[sym_spread_attributes] = "spread_attributes",
|
|
[sym_conditional_attribute_block] = "conditional_attribute_block",
|
|
[sym_conditional_attribute_if_statement] = "conditional_attribute_if_statement",
|
|
[sym_css_declaration] = "css_declaration",
|
|
[sym__css_block] = "_css_block",
|
|
[sym_css_property] = "css_property",
|
|
[sym_dynamic_class_attribute_value] = "dynamic_class_attribute_value",
|
|
[sym_script_declaration] = "script_declaration",
|
|
[sym_script_block] = "script_block",
|
|
[sym_script_element] = "script_element",
|
|
[sym_script_element_text] = "script_element_text",
|
|
[sym_script_tag_start] = "script_tag_start",
|
|
[sym_script_tag_end] = "script_tag_end",
|
|
[sym_self_closing_script_tag] = "self_closing_script_tag",
|
|
[sym_rawgo_block] = "rawgo_block",
|
|
[sym__component_identifier] = "_component_identifier",
|
|
[sym__css_identifier] = "_css_identifier",
|
|
[sym__script_identifier] = "_script_identifier",
|
|
[sym_quoted_attribute_value] = "quoted_attribute_value",
|
|
[aux_sym_source_file_repeat1] = "source_file_repeat1",
|
|
[aux_sym_import_spec_list_repeat1] = "import_spec_list_repeat1",
|
|
[aux_sym_const_declaration_repeat1] = "const_declaration_repeat1",
|
|
[aux_sym_const_spec_repeat1] = "const_spec_repeat1",
|
|
[aux_sym_var_spec_repeat1] = "var_spec_repeat1",
|
|
[aux_sym_var_spec_list_repeat1] = "var_spec_list_repeat1",
|
|
[aux_sym_type_parameter_list_repeat1] = "type_parameter_list_repeat1",
|
|
[aux_sym_parameter_list_repeat1] = "parameter_list_repeat1",
|
|
[aux_sym_type_declaration_repeat1] = "type_declaration_repeat1",
|
|
[aux_sym_expression_list_repeat1] = "expression_list_repeat1",
|
|
[aux_sym_type_arguments_repeat1] = "type_arguments_repeat1",
|
|
[aux_sym_field_declaration_list_repeat1] = "field_declaration_list_repeat1",
|
|
[aux_sym_field_declaration_repeat1] = "field_declaration_repeat1",
|
|
[aux_sym_interface_type_repeat1] = "interface_type_repeat1",
|
|
[aux_sym_type_elem_repeat1] = "type_elem_repeat1",
|
|
[aux_sym_statement_list_repeat1] = "statement_list_repeat1",
|
|
[aux_sym_expression_switch_statement_repeat1] = "expression_switch_statement_repeat1",
|
|
[aux_sym_type_switch_statement_repeat1] = "type_switch_statement_repeat1",
|
|
[aux_sym_type_case_repeat1] = "type_case_repeat1",
|
|
[aux_sym_select_statement_repeat1] = "select_statement_repeat1",
|
|
[aux_sym_argument_list_repeat1] = "argument_list_repeat1",
|
|
[aux_sym_literal_value_repeat1] = "literal_value_repeat1",
|
|
[aux_sym_interpreted_string_literal_repeat1] = "interpreted_string_literal_repeat1",
|
|
[aux_sym_component_block_repeat1] = "component_block_repeat1",
|
|
[aux_sym_element_comment_repeat1] = "element_comment_repeat1",
|
|
[aux_sym_component_switch_statement_repeat1] = "component_switch_statement_repeat1",
|
|
[aux_sym_component_switch_expression_case_repeat1] = "component_switch_expression_case_repeat1",
|
|
[aux_sym_component_import_repeat1] = "component_import_repeat1",
|
|
[aux_sym_tag_start_repeat1] = "tag_start_repeat1",
|
|
[aux_sym_style_element_text_repeat1] = "style_element_text_repeat1",
|
|
[aux_sym_conditional_attribute_block_repeat1] = "conditional_attribute_block_repeat1",
|
|
[aux_sym__css_block_repeat1] = "_css_block_repeat1",
|
|
[aux_sym_dynamic_class_attribute_value_repeat1] = "dynamic_class_attribute_value_repeat1",
|
|
[aux_sym_script_tag_start_repeat1] = "script_tag_start_repeat1",
|
|
[alias_sym_component_identifier] = "component_identifier",
|
|
[alias_sym_css_identifier] = "css_identifier",
|
|
[alias_sym_field_identifier] = "field_identifier",
|
|
[alias_sym_label_name] = "label_name",
|
|
[alias_sym_package_identifier] = "package_identifier",
|
|
[alias_sym_script_identifier] = "script_identifier",
|
|
[alias_sym_type_constraint] = "type_constraint",
|
|
[alias_sym_type_identifier] = "type_identifier",
|
|
};
|
|
|
|
static const TSSymbol ts_symbol_map[] = {
|
|
[ts_builtin_sym_end] = ts_builtin_sym_end,
|
|
[sym_identifier] = sym_identifier,
|
|
[aux_sym_source_file_token1] = aux_sym_source_file_token1,
|
|
[anon_sym_SEMI] = anon_sym_SEMI,
|
|
[anon_sym_NULL] = anon_sym_NULL,
|
|
[anon_sym_package] = anon_sym_package,
|
|
[anon_sym_import] = anon_sym_import,
|
|
[anon_sym_DOT] = anon_sym_DOT,
|
|
[sym_blank_identifier] = sym_blank_identifier,
|
|
[anon_sym_LPAREN] = anon_sym_LPAREN,
|
|
[anon_sym_RPAREN] = anon_sym_RPAREN,
|
|
[anon_sym_const] = anon_sym_const,
|
|
[anon_sym_COMMA] = anon_sym_COMMA,
|
|
[anon_sym_EQ] = anon_sym_EQ,
|
|
[anon_sym_var] = anon_sym_var,
|
|
[anon_sym_func] = anon_sym_func,
|
|
[anon_sym_LBRACK] = anon_sym_LBRACK,
|
|
[anon_sym_RBRACK] = anon_sym_RBRACK,
|
|
[anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT,
|
|
[anon_sym_type] = anon_sym_type,
|
|
[anon_sym_STAR] = anon_sym_STAR,
|
|
[anon_sym_struct] = anon_sym_struct,
|
|
[anon_sym_TILDE] = anon_sym_TILDE,
|
|
[anon_sym_LBRACE] = anon_sym_LBRACE,
|
|
[anon_sym_RBRACE] = anon_sym_RBRACE,
|
|
[anon_sym_interface] = anon_sym_interface,
|
|
[anon_sym_PIPE] = anon_sym_PIPE,
|
|
[anon_sym_map] = anon_sym_map,
|
|
[anon_sym_chan] = anon_sym_chan,
|
|
[anon_sym_LT_DASH] = anon_sym_LT_DASH,
|
|
[anon_sym_COLON_EQ] = anon_sym_COLON_EQ,
|
|
[anon_sym_PLUS_PLUS] = anon_sym_PLUS_PLUS,
|
|
[anon_sym_DASH_DASH] = anon_sym_DASH_DASH,
|
|
[anon_sym_STAR_EQ] = anon_sym_STAR_EQ,
|
|
[anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ,
|
|
[anon_sym_PERCENT_EQ] = anon_sym_PERCENT_EQ,
|
|
[anon_sym_LT_LT_EQ] = anon_sym_LT_LT_EQ,
|
|
[anon_sym_GT_GT_EQ] = anon_sym_GT_GT_EQ,
|
|
[anon_sym_AMP_EQ] = anon_sym_AMP_EQ,
|
|
[anon_sym_AMP_CARET_EQ] = anon_sym_AMP_CARET_EQ,
|
|
[anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ,
|
|
[anon_sym_DASH_EQ] = anon_sym_DASH_EQ,
|
|
[anon_sym_PIPE_EQ] = anon_sym_PIPE_EQ,
|
|
[anon_sym_CARET_EQ] = anon_sym_CARET_EQ,
|
|
[anon_sym_COLON] = anon_sym_COLON,
|
|
[anon_sym_fallthrough] = anon_sym_fallthrough,
|
|
[anon_sym_break] = anon_sym_break,
|
|
[anon_sym_continue] = anon_sym_continue,
|
|
[anon_sym_goto] = anon_sym_goto,
|
|
[anon_sym_return] = anon_sym_return,
|
|
[anon_sym_go] = anon_sym_go,
|
|
[anon_sym_defer] = anon_sym_defer,
|
|
[anon_sym_if] = anon_sym_if,
|
|
[anon_sym_else] = anon_sym_else,
|
|
[anon_sym_for] = anon_sym_for,
|
|
[anon_sym_range] = anon_sym_range,
|
|
[anon_sym_switch] = anon_sym_switch,
|
|
[anon_sym_case] = anon_sym_case,
|
|
[anon_sym_default] = anon_sym_default,
|
|
[anon_sym_select] = anon_sym_select,
|
|
[anon_sym_new] = sym_identifier,
|
|
[anon_sym_make] = sym_identifier,
|
|
[anon_sym_PLUS] = anon_sym_PLUS,
|
|
[anon_sym_DASH] = anon_sym_DASH,
|
|
[anon_sym_BANG] = anon_sym_BANG,
|
|
[anon_sym_CARET] = anon_sym_CARET,
|
|
[anon_sym_AMP] = anon_sym_AMP,
|
|
[anon_sym_SLASH] = anon_sym_SLASH,
|
|
[anon_sym_PERCENT] = anon_sym_PERCENT,
|
|
[anon_sym_LT_LT] = anon_sym_LT_LT,
|
|
[anon_sym_GT_GT] = anon_sym_GT_GT,
|
|
[anon_sym_AMP_CARET] = anon_sym_AMP_CARET,
|
|
[anon_sym_EQ_EQ] = anon_sym_EQ_EQ,
|
|
[anon_sym_BANG_EQ] = anon_sym_BANG_EQ,
|
|
[anon_sym_LT] = anon_sym_LT,
|
|
[anon_sym_LT_EQ] = anon_sym_LT_EQ,
|
|
[anon_sym_GT] = anon_sym_GT,
|
|
[anon_sym_GT_EQ] = anon_sym_GT_EQ,
|
|
[anon_sym_AMP_AMP] = anon_sym_AMP_AMP,
|
|
[anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE,
|
|
[anon_sym_BQUOTE] = anon_sym_BQUOTE,
|
|
[aux_sym_raw_string_literal_token1] = aux_sym_raw_string_literal_token1,
|
|
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
|
|
[aux_sym_interpreted_string_literal_token1] = aux_sym_interpreted_string_literal_token1,
|
|
[anon_sym_DQUOTE2] = anon_sym_DQUOTE,
|
|
[sym_escape_sequence] = sym_escape_sequence,
|
|
[sym_int_literal] = sym_int_literal,
|
|
[sym_float_literal] = sym_float_literal,
|
|
[sym_imaginary_literal] = sym_imaginary_literal,
|
|
[sym_rune_literal] = sym_rune_literal,
|
|
[sym_nil] = sym_nil,
|
|
[sym_true] = sym_true,
|
|
[sym_false] = sym_false,
|
|
[sym_iota] = sym_iota,
|
|
[sym_comment] = sym_comment,
|
|
[anon_sym_templ] = anon_sym_templ,
|
|
[anon_sym_LT_BANG_DASH_DASH] = anon_sym_LT_BANG_DASH_DASH,
|
|
[aux_sym_element_comment_token1] = aux_sym_element_comment_token1,
|
|
[aux_sym_element_comment_token2] = aux_sym_element_comment_token2,
|
|
[anon_sym_DASH_DASH_GT] = anon_sym_DASH_DASH_GT,
|
|
[anon_sym_AT] = anon_sym_AT,
|
|
[anon_sym_LBRACE_BANG] = anon_sym_LBRACE_BANG,
|
|
[anon_sym_children_DOT_DOT_DOT] = anon_sym_children_DOT_DOT_DOT,
|
|
[anon_sym_LT_SLASH] = anon_sym_LT_SLASH,
|
|
[anon_sym_SLASH_GT] = anon_sym_SLASH_GT,
|
|
[anon_sym_LT_BANG] = anon_sym_LT_BANG,
|
|
[aux_sym_doctype_token1] = aux_sym_doctype_token1,
|
|
[anon_sym_html] = anon_sym_html,
|
|
[anon_sym_HTMLPUBLIC_DQUOTEhttp_COLON_SLASH_SLASHwww_DOTw3_DOTorg_SLASHTR_SLASHhtml4_SLASHloose_DOTdtd_DQUOTE] = anon_sym_HTMLPUBLIC_DQUOTEhttp_COLON_SLASH_SLASHwww_DOTw3_DOTorg_SLASHTR_SLASHhtml4_SLASHloose_DOTdtd_DQUOTE,
|
|
[aux_sym_style_element_text_token1] = aux_sym_style_element_text_token1,
|
|
[aux_sym_style_element_text_token2] = aux_sym_style_element_text_token2,
|
|
[anon_sym_style] = anon_sym_style,
|
|
[anon_sym_QMARK_EQ] = anon_sym_QMARK_EQ,
|
|
[anon_sym_LF] = anon_sym_LF,
|
|
[anon_sym_if2] = anon_sym_if,
|
|
[anon_sym_else2] = anon_sym_else,
|
|
[anon_sym_css] = anon_sym_css,
|
|
[sym_css_property_name] = sym_css_property_name,
|
|
[anon_sym_script] = anon_sym_script,
|
|
[anon_sym_LBRACE_LBRACE] = anon_sym_LBRACE_LBRACE,
|
|
[anon_sym_RBRACE_RBRACE] = anon_sym_RBRACE_RBRACE,
|
|
[sym_element_identifier] = sym_element_identifier,
|
|
[sym_attribute_name] = sym_attribute_name,
|
|
[sym_attribute_value] = sym_attribute_value,
|
|
[anon_sym_SQUOTE] = anon_sym_SQUOTE,
|
|
[aux_sym_quoted_attribute_value_token1] = sym_attribute_value,
|
|
[aux_sym_quoted_attribute_value_token2] = sym_attribute_value,
|
|
[sym_css_property_value] = sym_css_property_value,
|
|
[sym_script_block_text] = sym_script_block_text,
|
|
[sym_switch_element_text] = sym_element_text,
|
|
[sym_element_text] = sym_element_text,
|
|
[sym_source_file] = sym_source_file,
|
|
[sym_package_clause] = sym_package_clause,
|
|
[sym_import_declaration] = sym_import_declaration,
|
|
[sym_import_spec] = sym_import_spec,
|
|
[sym_dot] = sym_dot,
|
|
[sym_import_spec_list] = sym_import_spec_list,
|
|
[sym__declaration] = sym__declaration,
|
|
[sym_const_declaration] = sym_const_declaration,
|
|
[sym_const_spec] = sym_const_spec,
|
|
[sym_var_declaration] = sym_var_declaration,
|
|
[sym_var_spec] = sym_var_spec,
|
|
[sym_var_spec_list] = sym_var_spec_list,
|
|
[sym_function_declaration] = sym_function_declaration,
|
|
[sym_method_declaration] = sym_method_declaration,
|
|
[sym_type_parameter_list] = sym_type_parameter_list,
|
|
[sym_type_parameter_declaration] = sym_type_parameter_declaration,
|
|
[sym_parameter_list] = sym_parameter_list,
|
|
[sym_parameter_declaration] = sym_parameter_declaration,
|
|
[sym_variadic_parameter_declaration] = sym_variadic_parameter_declaration,
|
|
[sym_type_alias] = sym_type_alias,
|
|
[sym_type_declaration] = sym_type_declaration,
|
|
[sym_type_spec] = sym_type_spec,
|
|
[sym_expression_list] = sym_expression_list,
|
|
[sym_parenthesized_type] = sym_parenthesized_type,
|
|
[sym__simple_type] = sym__simple_type,
|
|
[sym_generic_type] = sym_generic_type,
|
|
[sym_type_arguments] = sym_type_arguments,
|
|
[sym_pointer_type] = sym_pointer_type,
|
|
[sym_array_type] = sym_array_type,
|
|
[sym_implicit_length_array_type] = sym_implicit_length_array_type,
|
|
[sym_slice_type] = sym_slice_type,
|
|
[sym_struct_type] = sym_struct_type,
|
|
[sym_negated_type] = sym_negated_type,
|
|
[sym_field_declaration_list] = sym_field_declaration_list,
|
|
[sym_field_declaration] = sym_field_declaration,
|
|
[sym_interface_type] = sym_interface_type,
|
|
[sym_method_elem] = sym_method_elem,
|
|
[sym_type_elem] = sym_type_elem,
|
|
[sym_map_type] = sym_map_type,
|
|
[sym_channel_type] = sym_channel_type,
|
|
[sym_function_type] = sym_function_type,
|
|
[sym_block] = sym_block,
|
|
[sym_statement_list] = sym_statement_list,
|
|
[sym__statement] = sym__statement,
|
|
[sym_empty_statement] = sym_empty_statement,
|
|
[sym__simple_statement] = sym__simple_statement,
|
|
[sym_expression_statement] = sym_expression_statement,
|
|
[sym_send_statement] = sym_send_statement,
|
|
[sym_receive_statement] = sym_receive_statement,
|
|
[sym_inc_statement] = sym_inc_statement,
|
|
[sym_dec_statement] = sym_dec_statement,
|
|
[sym_assignment_statement] = sym_assignment_statement,
|
|
[sym_short_var_declaration] = sym_short_var_declaration,
|
|
[sym_labeled_statement] = sym_labeled_statement,
|
|
[sym_empty_labeled_statement] = sym_labeled_statement,
|
|
[sym_fallthrough_statement] = sym_fallthrough_statement,
|
|
[sym_break_statement] = sym_break_statement,
|
|
[sym_continue_statement] = sym_continue_statement,
|
|
[sym_goto_statement] = sym_goto_statement,
|
|
[sym_return_statement] = sym_return_statement,
|
|
[sym_go_statement] = sym_go_statement,
|
|
[sym_defer_statement] = sym_defer_statement,
|
|
[sym_if_statement] = sym_if_statement,
|
|
[sym_for_statement] = sym_for_statement,
|
|
[sym_for_clause] = sym_for_clause,
|
|
[sym_range_clause] = sym_range_clause,
|
|
[sym_expression_switch_statement] = sym_expression_switch_statement,
|
|
[sym_expression_case] = sym_expression_case,
|
|
[sym_default_case] = sym_default_case,
|
|
[sym_type_switch_statement] = sym_type_switch_statement,
|
|
[sym__type_switch_header] = sym__type_switch_header,
|
|
[sym_type_case] = sym_type_case,
|
|
[sym_select_statement] = sym_select_statement,
|
|
[sym_communication_case] = sym_communication_case,
|
|
[sym__expression] = sym__expression,
|
|
[sym_parenthesized_expression] = sym_parenthesized_expression,
|
|
[sym_call_expression] = sym_call_expression,
|
|
[sym_variadic_argument] = sym_variadic_argument,
|
|
[sym_special_argument_list] = sym_argument_list,
|
|
[sym_argument_list] = sym_argument_list,
|
|
[sym_selector_expression] = sym_selector_expression,
|
|
[sym_index_expression] = sym_index_expression,
|
|
[sym_slice_expression] = sym_slice_expression,
|
|
[sym_type_assertion_expression] = sym_type_assertion_expression,
|
|
[sym_type_conversion_expression] = sym_type_conversion_expression,
|
|
[sym_type_instantiation_expression] = sym_type_instantiation_expression,
|
|
[sym_composite_literal] = sym_composite_literal,
|
|
[sym_literal_value] = sym_literal_value,
|
|
[sym_literal_element] = sym_literal_element,
|
|
[sym_keyed_element] = sym_keyed_element,
|
|
[sym_func_literal] = sym_func_literal,
|
|
[sym_unary_expression] = sym_unary_expression,
|
|
[sym_binary_expression] = sym_binary_expression,
|
|
[sym_qualified_type] = sym_qualified_type,
|
|
[sym_raw_string_literal] = sym_raw_string_literal,
|
|
[sym_interpreted_string_literal] = sym_interpreted_string_literal,
|
|
[sym_expression] = sym_expression,
|
|
[sym_component_declaration] = sym_component_declaration,
|
|
[sym_component_block] = sym_component_block,
|
|
[sym__component_node] = sym__component_node,
|
|
[sym__switch_component_node] = sym__switch_component_node,
|
|
[sym_element_comment] = sym_element_comment,
|
|
[sym_component_if_statement] = sym_component_if_statement,
|
|
[sym_component_for_statement] = sym_component_for_statement,
|
|
[sym_component_switch_statement] = sym_component_switch_statement,
|
|
[sym_component_switch_expression_case] = sym_component_switch_expression_case,
|
|
[sym_component_switch_default_case] = sym_component_switch_default_case,
|
|
[sym_component_import] = sym_component_import,
|
|
[sym__component_member] = sym__component_member,
|
|
[sym_component_render] = sym_component_render,
|
|
[sym_component_children_expression] = sym_component_children_expression,
|
|
[sym_element] = sym_element,
|
|
[sym_tag_start] = sym_tag_start,
|
|
[sym_tag_end] = sym_tag_end,
|
|
[sym_self_closing_tag] = sym_self_closing_tag,
|
|
[sym_doctype] = sym_doctype,
|
|
[sym_style_element] = sym_style_element,
|
|
[sym_style_element_text] = sym_style_element_text,
|
|
[sym_style_tag_start] = sym_style_tag_start,
|
|
[sym_style_tag_end] = sym_style_tag_end,
|
|
[sym_self_closing_style_tag] = sym_self_closing_style_tag,
|
|
[sym__attribute] = sym__attribute,
|
|
[sym_attribute] = sym_attribute,
|
|
[sym_spread_attributes] = sym_spread_attributes,
|
|
[sym_conditional_attribute_block] = sym_conditional_attribute_block,
|
|
[sym_conditional_attribute_if_statement] = sym_conditional_attribute_if_statement,
|
|
[sym_css_declaration] = sym_css_declaration,
|
|
[sym__css_block] = sym__css_block,
|
|
[sym_css_property] = sym_css_property,
|
|
[sym_dynamic_class_attribute_value] = sym_dynamic_class_attribute_value,
|
|
[sym_script_declaration] = sym_script_declaration,
|
|
[sym_script_block] = sym_script_block,
|
|
[sym_script_element] = sym_script_element,
|
|
[sym_script_element_text] = sym_script_element_text,
|
|
[sym_script_tag_start] = sym_script_tag_start,
|
|
[sym_script_tag_end] = sym_script_tag_end,
|
|
[sym_self_closing_script_tag] = sym_self_closing_script_tag,
|
|
[sym_rawgo_block] = sym_rawgo_block,
|
|
[sym__component_identifier] = sym__component_identifier,
|
|
[sym__css_identifier] = sym__css_identifier,
|
|
[sym__script_identifier] = sym__script_identifier,
|
|
[sym_quoted_attribute_value] = sym_quoted_attribute_value,
|
|
[aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
|
|
[aux_sym_import_spec_list_repeat1] = aux_sym_import_spec_list_repeat1,
|
|
[aux_sym_const_declaration_repeat1] = aux_sym_const_declaration_repeat1,
|
|
[aux_sym_const_spec_repeat1] = aux_sym_const_spec_repeat1,
|
|
[aux_sym_var_spec_repeat1] = aux_sym_var_spec_repeat1,
|
|
[aux_sym_var_spec_list_repeat1] = aux_sym_var_spec_list_repeat1,
|
|
[aux_sym_type_parameter_list_repeat1] = aux_sym_type_parameter_list_repeat1,
|
|
[aux_sym_parameter_list_repeat1] = aux_sym_parameter_list_repeat1,
|
|
[aux_sym_type_declaration_repeat1] = aux_sym_type_declaration_repeat1,
|
|
[aux_sym_expression_list_repeat1] = aux_sym_expression_list_repeat1,
|
|
[aux_sym_type_arguments_repeat1] = aux_sym_type_arguments_repeat1,
|
|
[aux_sym_field_declaration_list_repeat1] = aux_sym_field_declaration_list_repeat1,
|
|
[aux_sym_field_declaration_repeat1] = aux_sym_field_declaration_repeat1,
|
|
[aux_sym_interface_type_repeat1] = aux_sym_interface_type_repeat1,
|
|
[aux_sym_type_elem_repeat1] = aux_sym_type_elem_repeat1,
|
|
[aux_sym_statement_list_repeat1] = aux_sym_statement_list_repeat1,
|
|
[aux_sym_expression_switch_statement_repeat1] = aux_sym_expression_switch_statement_repeat1,
|
|
[aux_sym_type_switch_statement_repeat1] = aux_sym_type_switch_statement_repeat1,
|
|
[aux_sym_type_case_repeat1] = aux_sym_type_case_repeat1,
|
|
[aux_sym_select_statement_repeat1] = aux_sym_select_statement_repeat1,
|
|
[aux_sym_argument_list_repeat1] = aux_sym_argument_list_repeat1,
|
|
[aux_sym_literal_value_repeat1] = aux_sym_literal_value_repeat1,
|
|
[aux_sym_interpreted_string_literal_repeat1] = aux_sym_interpreted_string_literal_repeat1,
|
|
[aux_sym_component_block_repeat1] = aux_sym_component_block_repeat1,
|
|
[aux_sym_element_comment_repeat1] = aux_sym_element_comment_repeat1,
|
|
[aux_sym_component_switch_statement_repeat1] = aux_sym_component_switch_statement_repeat1,
|
|
[aux_sym_component_switch_expression_case_repeat1] = aux_sym_component_switch_expression_case_repeat1,
|
|
[aux_sym_component_import_repeat1] = aux_sym_component_import_repeat1,
|
|
[aux_sym_tag_start_repeat1] = aux_sym_tag_start_repeat1,
|
|
[aux_sym_style_element_text_repeat1] = aux_sym_style_element_text_repeat1,
|
|
[aux_sym_conditional_attribute_block_repeat1] = aux_sym_conditional_attribute_block_repeat1,
|
|
[aux_sym__css_block_repeat1] = aux_sym__css_block_repeat1,
|
|
[aux_sym_dynamic_class_attribute_value_repeat1] = aux_sym_dynamic_class_attribute_value_repeat1,
|
|
[aux_sym_script_tag_start_repeat1] = aux_sym_script_tag_start_repeat1,
|
|
[alias_sym_component_identifier] = alias_sym_component_identifier,
|
|
[alias_sym_css_identifier] = alias_sym_css_identifier,
|
|
[alias_sym_field_identifier] = alias_sym_field_identifier,
|
|
[alias_sym_label_name] = alias_sym_label_name,
|
|
[alias_sym_package_identifier] = alias_sym_package_identifier,
|
|
[alias_sym_script_identifier] = alias_sym_script_identifier,
|
|
[alias_sym_type_constraint] = alias_sym_type_constraint,
|
|
[alias_sym_type_identifier] = alias_sym_type_identifier,
|
|
};
|
|
|
|
static const TSSymbolMetadata ts_symbol_metadata[] = {
|
|
[ts_builtin_sym_end] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_identifier] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[aux_sym_source_file_token1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[anon_sym_SEMI] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_NULL] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_package] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_import] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_DOT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[sym_blank_identifier] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[anon_sym_LPAREN] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_RPAREN] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_const] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_COMMA] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_var] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_func] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LBRACK] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_RBRACK] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_DOT_DOT_DOT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_type] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_STAR] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_struct] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_TILDE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LBRACE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_RBRACE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_interface] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_PIPE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_map] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_chan] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LT_DASH] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_COLON_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_PLUS_PLUS] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_DASH_DASH] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_STAR_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_SLASH_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_PERCENT_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LT_LT_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_GT_GT_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_AMP_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_AMP_CARET_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_PLUS_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_DASH_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_PIPE_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_CARET_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_COLON] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_fallthrough] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_break] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_continue] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_goto] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_return] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_go] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_defer] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_if] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_else] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_for] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_range] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_switch] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_case] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_default] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_select] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_new] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[anon_sym_make] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[anon_sym_PLUS] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_DASH] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_BANG] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_CARET] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_AMP] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_SLASH] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_PERCENT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LT_LT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_GT_GT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_AMP_CARET] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_EQ_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_BANG_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LT_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_GT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_GT_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_AMP_AMP] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_PIPE_PIPE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_BQUOTE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[aux_sym_raw_string_literal_token1] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[anon_sym_DQUOTE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[aux_sym_interpreted_string_literal_token1] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[anon_sym_DQUOTE2] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[sym_escape_sequence] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_int_literal] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_float_literal] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_imaginary_literal] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_rune_literal] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_nil] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_true] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_false] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_iota] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_comment] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[anon_sym_templ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LT_BANG_DASH_DASH] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[aux_sym_element_comment_token1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_element_comment_token2] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[anon_sym_DASH_DASH_GT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_AT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LBRACE_BANG] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_children_DOT_DOT_DOT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LT_SLASH] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_SLASH_GT] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LT_BANG] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[aux_sym_doctype_token1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[anon_sym_html] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_HTMLPUBLIC_DQUOTEhttp_COLON_SLASH_SLASHwww_DOTw3_DOTorg_SLASHTR_SLASHhtml4_SLASHloose_DOTdtd_DQUOTE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[aux_sym_style_element_text_token1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_style_element_text_token2] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[anon_sym_style] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_QMARK_EQ] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LF] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_if2] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_else2] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_css] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[sym_css_property_name] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[anon_sym_script] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_LBRACE_LBRACE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[anon_sym_RBRACE_RBRACE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[sym_element_identifier] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_attribute_name] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_attribute_value] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[anon_sym_SQUOTE] = {
|
|
.visible = true,
|
|
.named = false,
|
|
},
|
|
[aux_sym_quoted_attribute_value_token1] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[aux_sym_quoted_attribute_value_token2] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_css_property_value] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_script_block_text] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_switch_element_text] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_element_text] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_source_file] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_package_clause] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_import_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_import_spec] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_dot] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_import_spec_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__declaration] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_const_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_const_spec] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_var_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_var_spec] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_var_spec_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_function_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_method_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type_parameter_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type_parameter_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_parameter_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_parameter_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_variadic_parameter_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type_alias] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type_spec] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_expression_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_parenthesized_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__simple_type] = {
|
|
.visible = false,
|
|
.named = true,
|
|
.supertype = true,
|
|
},
|
|
[sym_generic_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type_arguments] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_pointer_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_array_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_implicit_length_array_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_slice_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_struct_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_negated_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_field_declaration_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_field_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_interface_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_method_elem] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type_elem] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_map_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_channel_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_function_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_block] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_statement_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__statement] = {
|
|
.visible = false,
|
|
.named = true,
|
|
.supertype = true,
|
|
},
|
|
[sym_empty_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__simple_statement] = {
|
|
.visible = false,
|
|
.named = true,
|
|
.supertype = true,
|
|
},
|
|
[sym_expression_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_send_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_receive_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_inc_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_dec_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_assignment_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_short_var_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_labeled_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_empty_labeled_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_fallthrough_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_break_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_continue_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_goto_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_return_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_go_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_defer_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_if_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_for_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_for_clause] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_range_clause] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_expression_switch_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_expression_case] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_default_case] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type_switch_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__type_switch_header] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_type_case] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_select_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_communication_case] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__expression] = {
|
|
.visible = false,
|
|
.named = true,
|
|
.supertype = true,
|
|
},
|
|
[sym_parenthesized_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_call_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_variadic_argument] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_special_argument_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_argument_list] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_selector_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_index_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_slice_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type_assertion_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type_conversion_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_type_instantiation_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_composite_literal] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_literal_value] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_literal_element] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_keyed_element] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_func_literal] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_unary_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_binary_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_qualified_type] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_raw_string_literal] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_interpreted_string_literal] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_component_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_component_block] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__component_node] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym__switch_component_node] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_element_comment] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_component_if_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_component_for_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_component_switch_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_component_switch_expression_case] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_component_switch_default_case] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_component_import] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__component_member] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_component_render] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_component_children_expression] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_element] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_tag_start] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_tag_end] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_self_closing_tag] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_doctype] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_style_element] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_style_element_text] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_style_tag_start] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_style_tag_end] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_self_closing_style_tag] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__attribute] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_attribute] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_spread_attributes] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_conditional_attribute_block] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_conditional_attribute_if_statement] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_css_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__css_block] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_css_property] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_dynamic_class_attribute_value] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_script_declaration] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_script_block] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_script_element] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_script_element_text] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_script_tag_start] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_script_tag_end] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_self_closing_script_tag] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym_rawgo_block] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[sym__component_identifier] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym__css_identifier] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym__script_identifier] = {
|
|
.visible = false,
|
|
.named = true,
|
|
},
|
|
[sym_quoted_attribute_value] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[aux_sym_source_file_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_import_spec_list_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_const_declaration_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_const_spec_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_var_spec_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_var_spec_list_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_type_parameter_list_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_parameter_list_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_type_declaration_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_expression_list_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_type_arguments_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_field_declaration_list_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_field_declaration_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_interface_type_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_type_elem_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_statement_list_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_expression_switch_statement_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_type_switch_statement_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_type_case_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_select_statement_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_argument_list_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_literal_value_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_interpreted_string_literal_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_component_block_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_element_comment_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_component_switch_statement_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_component_switch_expression_case_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_component_import_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_tag_start_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_style_element_text_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_conditional_attribute_block_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym__css_block_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_dynamic_class_attribute_value_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[aux_sym_script_tag_start_repeat1] = {
|
|
.visible = false,
|
|
.named = false,
|
|
},
|
|
[alias_sym_component_identifier] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[alias_sym_css_identifier] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[alias_sym_field_identifier] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[alias_sym_label_name] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[alias_sym_package_identifier] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[alias_sym_script_identifier] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[alias_sym_type_constraint] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
[alias_sym_type_identifier] = {
|
|
.visible = true,
|
|
.named = true,
|
|
},
|
|
};
|
|
|
|
enum ts_field_identifiers {
|
|
field_alias = 1,
|
|
field_alternative = 2,
|
|
field_arguments = 3,
|
|
field_body = 4,
|
|
field_capacity = 5,
|
|
field_channel = 6,
|
|
field_communication = 7,
|
|
field_condition = 8,
|
|
field_consequence = 9,
|
|
field_element = 10,
|
|
field_end = 11,
|
|
field_expression = 12,
|
|
field_field = 13,
|
|
field_function = 14,
|
|
field_index = 15,
|
|
field_initializer = 16,
|
|
field_key = 17,
|
|
field_label = 18,
|
|
field_left = 19,
|
|
field_length = 20,
|
|
field_name = 21,
|
|
field_operand = 22,
|
|
field_operator = 23,
|
|
field_package = 24,
|
|
field_parameters = 25,
|
|
field_path = 26,
|
|
field_receiver = 27,
|
|
field_result = 28,
|
|
field_right = 29,
|
|
field_start = 30,
|
|
field_tag = 31,
|
|
field_type = 32,
|
|
field_type_arguments = 33,
|
|
field_type_parameters = 34,
|
|
field_update = 35,
|
|
field_value = 36,
|
|
};
|
|
|
|
static const char * const ts_field_names[] = {
|
|
[0] = NULL,
|
|
[field_alias] = "alias",
|
|
[field_alternative] = "alternative",
|
|
[field_arguments] = "arguments",
|
|
[field_body] = "body",
|
|
[field_capacity] = "capacity",
|
|
[field_channel] = "channel",
|
|
[field_communication] = "communication",
|
|
[field_condition] = "condition",
|
|
[field_consequence] = "consequence",
|
|
[field_element] = "element",
|
|
[field_end] = "end",
|
|
[field_expression] = "expression",
|
|
[field_field] = "field",
|
|
[field_function] = "function",
|
|
[field_index] = "index",
|
|
[field_initializer] = "initializer",
|
|
[field_key] = "key",
|
|
[field_label] = "label",
|
|
[field_left] = "left",
|
|
[field_length] = "length",
|
|
[field_name] = "name",
|
|
[field_operand] = "operand",
|
|
[field_operator] = "operator",
|
|
[field_package] = "package",
|
|
[field_parameters] = "parameters",
|
|
[field_path] = "path",
|
|
[field_receiver] = "receiver",
|
|
[field_result] = "result",
|
|
[field_right] = "right",
|
|
[field_start] = "start",
|
|
[field_tag] = "tag",
|
|
[field_type] = "type",
|
|
[field_type_arguments] = "type_arguments",
|
|
[field_type_parameters] = "type_parameters",
|
|
[field_update] = "update",
|
|
[field_value] = "value",
|
|
};
|
|
|
|
static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
|
|
[3] = {.index = 0, .length = 1},
|
|
[4] = {.index = 1, .length = 1},
|
|
[5] = {.index = 2, .length = 1},
|
|
[6] = {.index = 3, .length = 2},
|
|
[7] = {.index = 5, .length = 1},
|
|
[9] = {.index = 6, .length = 1},
|
|
[10] = {.index = 7, .length = 2},
|
|
[11] = {.index = 9, .length = 2},
|
|
[12] = {.index = 11, .length = 2},
|
|
[16] = {.index = 11, .length = 2},
|
|
[17] = {.index = 9, .length = 2},
|
|
[18] = {.index = 13, .length = 2},
|
|
[19] = {.index = 13, .length = 2},
|
|
[20] = {.index = 15, .length = 2},
|
|
[21] = {.index = 17, .length = 2},
|
|
[22] = {.index = 19, .length = 1},
|
|
[23] = {.index = 20, .length = 2},
|
|
[24] = {.index = 22, .length = 2},
|
|
[25] = {.index = 24, .length = 2},
|
|
[26] = {.index = 26, .length = 1},
|
|
[27] = {.index = 17, .length = 2},
|
|
[28] = {.index = 19, .length = 1},
|
|
[29] = {.index = 27, .length = 1},
|
|
[30] = {.index = 28, .length = 1},
|
|
[31] = {.index = 29, .length = 2},
|
|
[32] = {.index = 31, .length = 1},
|
|
[33] = {.index = 32, .length = 1},
|
|
[34] = {.index = 33, .length = 2},
|
|
[35] = {.index = 35, .length = 3},
|
|
[36] = {.index = 38, .length = 2},
|
|
[37] = {.index = 40, .length = 2},
|
|
[38] = {.index = 42, .length = 2},
|
|
[39] = {.index = 44, .length = 3},
|
|
[40] = {.index = 47, .length = 2},
|
|
[41] = {.index = 49, .length = 1},
|
|
[42] = {.index = 50, .length = 3},
|
|
[43] = {.index = 53, .length = 2},
|
|
[44] = {.index = 55, .length = 1},
|
|
[45] = {.index = 56, .length = 3},
|
|
[46] = {.index = 59, .length = 3},
|
|
[47] = {.index = 62, .length = 3},
|
|
[48] = {.index = 65, .length = 3},
|
|
[49] = {.index = 68, .length = 3},
|
|
[50] = {.index = 71, .length = 1},
|
|
[51] = {.index = 72, .length = 2},
|
|
[52] = {.index = 74, .length = 2},
|
|
[53] = {.index = 76, .length = 3},
|
|
[54] = {.index = 55, .length = 1},
|
|
[55] = {.index = 17, .length = 2},
|
|
[56] = {.index = 79, .length = 2},
|
|
[57] = {.index = 79, .length = 2},
|
|
[58] = {.index = 81, .length = 2},
|
|
[59] = {.index = 83, .length = 1},
|
|
[60] = {.index = 84, .length = 1},
|
|
[61] = {.index = 85, .length = 1},
|
|
[62] = {.index = 86, .length = 3},
|
|
[63] = {.index = 89, .length = 1},
|
|
[64] = {.index = 90, .length = 2},
|
|
[65] = {.index = 92, .length = 1},
|
|
[66] = {.index = 93, .length = 2},
|
|
[67] = {.index = 95, .length = 3},
|
|
[68] = {.index = 98, .length = 3},
|
|
[69] = {.index = 101, .length = 3},
|
|
[70] = {.index = 74, .length = 2},
|
|
[71] = {.index = 17, .length = 2},
|
|
[72] = {.index = 104, .length = 4},
|
|
[73] = {.index = 108, .length = 4},
|
|
[74] = {.index = 112, .length = 4},
|
|
[75] = {.index = 116, .length = 4},
|
|
[76] = {.index = 120, .length = 4},
|
|
[77] = {.index = 124, .length = 3},
|
|
[78] = {.index = 127, .length = 2},
|
|
[79] = {.index = 127, .length = 2},
|
|
[80] = {.index = 49, .length = 1},
|
|
[81] = {.index = 129, .length = 3},
|
|
[82] = {.index = 50, .length = 3},
|
|
[83] = {.index = 132, .length = 3},
|
|
[84] = {.index = 135, .length = 2},
|
|
[85] = {.index = 137, .length = 3},
|
|
[86] = {.index = 140, .length = 3},
|
|
[87] = {.index = 143, .length = 2},
|
|
[88] = {.index = 145, .length = 2},
|
|
[89] = {.index = 147, .length = 2},
|
|
[90] = {.index = 149, .length = 2},
|
|
[91] = {.index = 151, .length = 1},
|
|
[92] = {.index = 152, .length = 1},
|
|
[93] = {.index = 153, .length = 2},
|
|
[94] = {.index = 155, .length = 2},
|
|
[95] = {.index = 157, .length = 2},
|
|
[96] = {.index = 159, .length = 2},
|
|
[97] = {.index = 161, .length = 2},
|
|
[98] = {.index = 163, .length = 2},
|
|
[99] = {.index = 165, .length = 4},
|
|
[100] = {.index = 169, .length = 4},
|
|
[101] = {.index = 50, .length = 3},
|
|
[102] = {.index = 173, .length = 5},
|
|
[103] = {.index = 178, .length = 5},
|
|
[104] = {.index = 183, .length = 4},
|
|
[105] = {.index = 187, .length = 3},
|
|
[106] = {.index = 190, .length = 2},
|
|
[107] = {.index = 192, .length = 1},
|
|
[108] = {.index = 193, .length = 3},
|
|
[109] = {.index = 196, .length = 5},
|
|
[110] = {.index = 201, .length = 3},
|
|
[111] = {.index = 204, .length = 4},
|
|
[112] = {.index = 208, .length = 2},
|
|
[113] = {.index = 210, .length = 6},
|
|
[114] = {.index = 216, .length = 9},
|
|
[115] = {.index = 225, .length = 2},
|
|
[116] = {.index = 227, .length = 2},
|
|
[117] = {.index = 229, .length = 1},
|
|
[118] = {.index = 230, .length = 3},
|
|
[119] = {.index = 233, .length = 2},
|
|
[120] = {.index = 235, .length = 2},
|
|
[121] = {.index = 237, .length = 6},
|
|
[122] = {.index = 243, .length = 10},
|
|
[123] = {.index = 253, .length = 8},
|
|
[124] = {.index = 261, .length = 3},
|
|
[125] = {.index = 264, .length = 4},
|
|
[126] = {.index = 268, .length = 7},
|
|
[127] = {.index = 275, .length = 10},
|
|
[128] = {.index = 285, .length = 3},
|
|
[129] = {.index = 288, .length = 11},
|
|
};
|
|
|
|
static const TSFieldMapEntry ts_field_map_entries[] = {
|
|
[0] =
|
|
{field_path, 0},
|
|
[1] =
|
|
{field_name, 0},
|
|
[2] =
|
|
{field_parameters, 1},
|
|
[3] =
|
|
{field_operand, 1},
|
|
{field_operator, 0},
|
|
[5] =
|
|
{field_value, 1},
|
|
[6] =
|
|
{field_body, 1},
|
|
[7] =
|
|
{field_arguments, 1},
|
|
{field_function, 0},
|
|
[9] =
|
|
{field_type, 0},
|
|
{field_type_arguments, 1},
|
|
[11] =
|
|
{field_body, 1},
|
|
{field_type, 0},
|
|
[13] =
|
|
{field_name, 0},
|
|
{field_path, 1},
|
|
[15] =
|
|
{field_name, 0},
|
|
{field_name, 1},
|
|
[17] =
|
|
{field_name, 0},
|
|
{field_type, 1},
|
|
[19] =
|
|
{field_type, 0},
|
|
[20] =
|
|
{field_name, 1},
|
|
{field_parameters, 2},
|
|
[22] =
|
|
{field_parameters, 1},
|
|
{field_result, 2},
|
|
[24] =
|
|
{field_body, 2},
|
|
{field_parameters, 1},
|
|
[26] =
|
|
{field_element, 2},
|
|
[27] =
|
|
{field_label, 0},
|
|
[28] =
|
|
{field_value, 2},
|
|
[29] =
|
|
{field_condition, 1},
|
|
{field_consequence, 2},
|
|
[31] =
|
|
{field_right, 1},
|
|
[32] =
|
|
{field_body, 2},
|
|
[33] =
|
|
{field_name, 2},
|
|
{field_package, 0},
|
|
[35] =
|
|
{field_left, 0},
|
|
{field_operator, 1},
|
|
{field_right, 2},
|
|
[38] =
|
|
{field_left, 0},
|
|
{field_right, 2},
|
|
[40] =
|
|
{field_field, 2},
|
|
{field_operand, 0},
|
|
[42] =
|
|
{field_channel, 0},
|
|
{field_value, 2},
|
|
[44] =
|
|
{field_arguments, 2},
|
|
{field_function, 0},
|
|
{field_type_arguments, 1},
|
|
[47] =
|
|
{field_name, 0},
|
|
{field_value, 2},
|
|
[49] =
|
|
{field_name, 1},
|
|
[50] =
|
|
{field_name, 0},
|
|
{field_name, 1, .inherited = true},
|
|
{field_type, 2},
|
|
[53] =
|
|
{field_name, 0, .inherited = true},
|
|
{field_name, 1, .inherited = true},
|
|
[55] =
|
|
{field_type, 1},
|
|
[56] =
|
|
{field_name, 1},
|
|
{field_parameters, 3},
|
|
{field_type_parameters, 2},
|
|
[59] =
|
|
{field_name, 1},
|
|
{field_parameters, 2},
|
|
{field_result, 3},
|
|
[62] =
|
|
{field_body, 3},
|
|
{field_name, 1},
|
|
{field_parameters, 2},
|
|
[65] =
|
|
{field_name, 2},
|
|
{field_parameters, 3},
|
|
{field_receiver, 1},
|
|
[68] =
|
|
{field_body, 3},
|
|
{field_parameters, 1},
|
|
{field_result, 2},
|
|
[71] =
|
|
{field_element, 3},
|
|
[72] =
|
|
{field_element, 3},
|
|
{field_length, 1},
|
|
[74] =
|
|
{field_name, 0},
|
|
{field_type, 2},
|
|
[76] =
|
|
{field_name, 0},
|
|
{field_type, 2},
|
|
{field_type_parameters, 1},
|
|
[79] =
|
|
{field_tag, 1},
|
|
{field_type, 0},
|
|
[81] =
|
|
{field_name, 0},
|
|
{field_parameters, 1},
|
|
[83] =
|
|
{field_update, 2},
|
|
[84] =
|
|
{field_condition, 1},
|
|
[85] =
|
|
{field_initializer, 0},
|
|
[86] =
|
|
{field_alias, 1, .inherited = true},
|
|
{field_initializer, 1, .inherited = true},
|
|
{field_value, 1, .inherited = true},
|
|
[89] =
|
|
{field_right, 0},
|
|
[90] =
|
|
{field_operand, 2},
|
|
{field_type, 0},
|
|
[92] =
|
|
{field_operand, 0},
|
|
[93] =
|
|
{field_index, 2},
|
|
{field_operand, 0},
|
|
[95] =
|
|
{field_name, 0},
|
|
{field_type, 1},
|
|
{field_value, 3},
|
|
[98] =
|
|
{field_name, 0},
|
|
{field_name, 1},
|
|
{field_value, 3},
|
|
[101] =
|
|
{field_name, 0},
|
|
{field_name, 1, .inherited = true},
|
|
{field_value, 3},
|
|
[104] =
|
|
{field_name, 1},
|
|
{field_parameters, 3},
|
|
{field_result, 4},
|
|
{field_type_parameters, 2},
|
|
[108] =
|
|
{field_body, 4},
|
|
{field_name, 1},
|
|
{field_parameters, 3},
|
|
{field_type_parameters, 2},
|
|
[112] =
|
|
{field_body, 4},
|
|
{field_name, 1},
|
|
{field_parameters, 2},
|
|
{field_result, 3},
|
|
[116] =
|
|
{field_name, 2},
|
|
{field_parameters, 3},
|
|
{field_receiver, 1},
|
|
{field_result, 4},
|
|
[120] =
|
|
{field_body, 4},
|
|
{field_name, 2},
|
|
{field_parameters, 3},
|
|
{field_receiver, 1},
|
|
[124] =
|
|
{field_name, 0},
|
|
{field_type, 3},
|
|
{field_type_parameters, 1},
|
|
[127] =
|
|
{field_tag, 2},
|
|
{field_type, 1},
|
|
[129] =
|
|
{field_name, 0},
|
|
{field_tag, 2},
|
|
{field_type, 1},
|
|
[132] =
|
|
{field_name, 0},
|
|
{field_parameters, 1},
|
|
{field_result, 2},
|
|
[135] =
|
|
{field_key, 2},
|
|
{field_value, 4},
|
|
[137] =
|
|
{field_condition, 3},
|
|
{field_consequence, 4},
|
|
{field_initializer, 1},
|
|
[140] =
|
|
{field_alternative, 4},
|
|
{field_condition, 1},
|
|
{field_consequence, 2},
|
|
[143] =
|
|
{field_condition, 1},
|
|
{field_update, 3},
|
|
[145] =
|
|
{field_left, 0},
|
|
{field_right, 3},
|
|
[147] =
|
|
{field_initializer, 0},
|
|
{field_update, 3},
|
|
[149] =
|
|
{field_condition, 2},
|
|
{field_initializer, 0},
|
|
[151] =
|
|
{field_initializer, 1},
|
|
[152] =
|
|
{field_communication, 1},
|
|
[153] =
|
|
{field_key, 0},
|
|
{field_value, 2},
|
|
[155] =
|
|
{field_name, 2},
|
|
{field_receiver, 1},
|
|
[157] =
|
|
{field_name, 1},
|
|
{field_type_parameters, 2},
|
|
[159] =
|
|
{field_operand, 0},
|
|
{field_type, 3},
|
|
[161] =
|
|
{field_end, 3},
|
|
{field_operand, 0},
|
|
[163] =
|
|
{field_operand, 0},
|
|
{field_start, 2},
|
|
[165] =
|
|
{field_name, 0},
|
|
{field_name, 1},
|
|
{field_type, 2},
|
|
{field_value, 4},
|
|
[169] =
|
|
{field_name, 0},
|
|
{field_name, 1, .inherited = true},
|
|
{field_type, 2},
|
|
{field_value, 4},
|
|
[173] =
|
|
{field_body, 5},
|
|
{field_name, 1},
|
|
{field_parameters, 3},
|
|
{field_result, 4},
|
|
{field_type_parameters, 2},
|
|
[178] =
|
|
{field_body, 5},
|
|
{field_name, 2},
|
|
{field_parameters, 3},
|
|
{field_receiver, 1},
|
|
{field_result, 4},
|
|
[183] =
|
|
{field_name, 0},
|
|
{field_name, 1, .inherited = true},
|
|
{field_tag, 3},
|
|
{field_type, 2},
|
|
[187] =
|
|
{field_condition, 2},
|
|
{field_initializer, 0},
|
|
{field_update, 4},
|
|
[190] =
|
|
{field_initializer, 1},
|
|
{field_value, 3},
|
|
[192] =
|
|
{field_value, 0},
|
|
[193] =
|
|
{field_name, 2},
|
|
{field_receiver, 1},
|
|
{field_type_parameters, 3},
|
|
[196] =
|
|
{field_arguments, 1, .inherited = true},
|
|
{field_body, 1, .inherited = true},
|
|
{field_name, 1},
|
|
{field_name, 1, .inherited = true},
|
|
{field_type_arguments, 1, .inherited = true},
|
|
[201] =
|
|
{field_end, 4},
|
|
{field_operand, 0},
|
|
{field_start, 2},
|
|
[204] =
|
|
{field_alternative, 6},
|
|
{field_condition, 3},
|
|
{field_consequence, 4},
|
|
{field_initializer, 1},
|
|
[208] =
|
|
{field_type, 1},
|
|
{field_type, 2},
|
|
[210] =
|
|
{field_arguments, 1, .inherited = true},
|
|
{field_body, 1, .inherited = true},
|
|
{field_body, 2},
|
|
{field_name, 1},
|
|
{field_name, 1, .inherited = true},
|
|
{field_type_arguments, 1, .inherited = true},
|
|
[216] =
|
|
{field_arguments, 1, .inherited = true},
|
|
{field_arguments, 2, .inherited = true},
|
|
{field_body, 1, .inherited = true},
|
|
{field_body, 2, .inherited = true},
|
|
{field_name, 1},
|
|
{field_name, 1, .inherited = true},
|
|
{field_name, 2, .inherited = true},
|
|
{field_type_arguments, 1, .inherited = true},
|
|
{field_type_arguments, 2, .inherited = true},
|
|
[225] =
|
|
{field_arguments, 1},
|
|
{field_name, 0},
|
|
[227] =
|
|
{field_body, 1},
|
|
{field_name, 0},
|
|
[229] =
|
|
{field_expression, 1},
|
|
[230] =
|
|
{field_capacity, 5},
|
|
{field_end, 3},
|
|
{field_operand, 0},
|
|
[233] =
|
|
{field_alias, 0},
|
|
{field_value, 2},
|
|
[235] =
|
|
{field_initializer, 0},
|
|
{field_value, 2},
|
|
[237] =
|
|
{field_arguments, 3, .inherited = true},
|
|
{field_body, 3, .inherited = true},
|
|
{field_name, 3},
|
|
{field_name, 3, .inherited = true},
|
|
{field_package, 1},
|
|
{field_type_arguments, 3, .inherited = true},
|
|
[243] =
|
|
{field_arguments, 1, .inherited = true},
|
|
{field_arguments, 2, .inherited = true},
|
|
{field_body, 1, .inherited = true},
|
|
{field_body, 2, .inherited = true},
|
|
{field_body, 3},
|
|
{field_name, 1},
|
|
{field_name, 1, .inherited = true},
|
|
{field_name, 2, .inherited = true},
|
|
{field_type_arguments, 1, .inherited = true},
|
|
{field_type_arguments, 2, .inherited = true},
|
|
[253] =
|
|
{field_arguments, 0, .inherited = true},
|
|
{field_arguments, 1, .inherited = true},
|
|
{field_body, 0, .inherited = true},
|
|
{field_body, 1, .inherited = true},
|
|
{field_name, 0, .inherited = true},
|
|
{field_name, 1, .inherited = true},
|
|
{field_type_arguments, 0, .inherited = true},
|
|
{field_type_arguments, 1, .inherited = true},
|
|
[261] =
|
|
{field_arguments, 2},
|
|
{field_name, 0},
|
|
{field_type_arguments, 1},
|
|
[264] =
|
|
{field_capacity, 6},
|
|
{field_end, 4},
|
|
{field_operand, 0},
|
|
{field_start, 2},
|
|
[268] =
|
|
{field_arguments, 3, .inherited = true},
|
|
{field_body, 3, .inherited = true},
|
|
{field_body, 4},
|
|
{field_name, 3},
|
|
{field_name, 3, .inherited = true},
|
|
{field_package, 1},
|
|
{field_type_arguments, 3, .inherited = true},
|
|
[275] =
|
|
{field_arguments, 3, .inherited = true},
|
|
{field_arguments, 4, .inherited = true},
|
|
{field_body, 3, .inherited = true},
|
|
{field_body, 4, .inherited = true},
|
|
{field_name, 3},
|
|
{field_name, 3, .inherited = true},
|
|
{field_name, 4, .inherited = true},
|
|
{field_package, 1},
|
|
{field_type_arguments, 3, .inherited = true},
|
|
{field_type_arguments, 4, .inherited = true},
|
|
[285] =
|
|
{field_alias, 2},
|
|
{field_initializer, 0},
|
|
{field_value, 4},
|
|
[288] =
|
|
{field_arguments, 3, .inherited = true},
|
|
{field_arguments, 4, .inherited = true},
|
|
{field_body, 3, .inherited = true},
|
|
{field_body, 4, .inherited = true},
|
|
{field_body, 5},
|
|
{field_name, 3},
|
|
{field_name, 3, .inherited = true},
|
|
{field_name, 4, .inherited = true},
|
|
{field_package, 1},
|
|
{field_type_arguments, 3, .inherited = true},
|
|
{field_type_arguments, 4, .inherited = true},
|
|
};
|
|
|
|
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
|
|
[0] = {0},
|
|
[1] = {
|
|
[0] = alias_sym_type_identifier,
|
|
},
|
|
[2] = {
|
|
[1] = alias_sym_package_identifier,
|
|
},
|
|
[8] = {
|
|
[1] = alias_sym_label_name,
|
|
},
|
|
[11] = {
|
|
[0] = alias_sym_type_identifier,
|
|
},
|
|
[12] = {
|
|
[0] = alias_sym_type_identifier,
|
|
},
|
|
[13] = {
|
|
[0] = alias_sym_component_identifier,
|
|
},
|
|
[14] = {
|
|
[0] = alias_sym_css_identifier,
|
|
},
|
|
[15] = {
|
|
[0] = alias_sym_script_identifier,
|
|
},
|
|
[19] = {
|
|
[0] = alias_sym_package_identifier,
|
|
},
|
|
[27] = {
|
|
[0] = alias_sym_type_identifier,
|
|
},
|
|
[28] = {
|
|
[0] = alias_sym_type_identifier,
|
|
},
|
|
[29] = {
|
|
[0] = alias_sym_label_name,
|
|
},
|
|
[34] = {
|
|
[0] = alias_sym_package_identifier,
|
|
[2] = alias_sym_type_identifier,
|
|
},
|
|
[37] = {
|
|
[2] = alias_sym_field_identifier,
|
|
},
|
|
[48] = {
|
|
[2] = alias_sym_field_identifier,
|
|
},
|
|
[52] = {
|
|
[0] = alias_sym_type_identifier,
|
|
},
|
|
[53] = {
|
|
[0] = alias_sym_type_identifier,
|
|
},
|
|
[54] = {
|
|
[1] = alias_sym_type_identifier,
|
|
},
|
|
[55] = {
|
|
[0] = alias_sym_field_identifier,
|
|
},
|
|
[56] = {
|
|
[0] = alias_sym_type_identifier,
|
|
},
|
|
[58] = {
|
|
[0] = alias_sym_field_identifier,
|
|
},
|
|
[71] = {
|
|
[1] = alias_sym_type_constraint,
|
|
},
|
|
[75] = {
|
|
[2] = alias_sym_field_identifier,
|
|
},
|
|
[76] = {
|
|
[2] = alias_sym_field_identifier,
|
|
},
|
|
[77] = {
|
|
[0] = alias_sym_type_identifier,
|
|
},
|
|
[78] = {
|
|
[1] = alias_sym_type_identifier,
|
|
},
|
|
[80] = {
|
|
[1] = alias_sym_field_identifier,
|
|
},
|
|
[81] = {
|
|
[0] = alias_sym_field_identifier,
|
|
},
|
|
[82] = {
|
|
[0] = alias_sym_field_identifier,
|
|
},
|
|
[83] = {
|
|
[0] = alias_sym_field_identifier,
|
|
},
|
|
[101] = {
|
|
[2] = alias_sym_type_constraint,
|
|
},
|
|
[103] = {
|
|
[2] = alias_sym_field_identifier,
|
|
},
|
|
[104] = {
|
|
[0] = alias_sym_field_identifier,
|
|
},
|
|
[121] = {
|
|
[1] = alias_sym_package_identifier,
|
|
},
|
|
[126] = {
|
|
[1] = alias_sym_package_identifier,
|
|
},
|
|
[127] = {
|
|
[1] = alias_sym_package_identifier,
|
|
},
|
|
[129] = {
|
|
[1] = alias_sym_package_identifier,
|
|
},
|
|
};
|
|
|
|
static const uint16_t ts_non_terminal_alias_map[] = {
|
|
sym_type_elem, 2,
|
|
sym_type_elem,
|
|
alias_sym_type_constraint,
|
|
0,
|
|
};
|
|
|
|
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
|
|
[0] = 0,
|
|
[1] = 1,
|
|
[2] = 2,
|
|
[3] = 3,
|
|
[4] = 4,
|
|
[5] = 5,
|
|
[6] = 6,
|
|
[7] = 7,
|
|
[8] = 8,
|
|
[9] = 9,
|
|
[10] = 10,
|
|
[11] = 11,
|
|
[12] = 11,
|
|
[13] = 13,
|
|
[14] = 14,
|
|
[15] = 14,
|
|
[16] = 11,
|
|
[17] = 11,
|
|
[18] = 11,
|
|
[19] = 14,
|
|
[20] = 11,
|
|
[21] = 11,
|
|
[22] = 11,
|
|
[23] = 11,
|
|
[24] = 9,
|
|
[25] = 10,
|
|
[26] = 13,
|
|
[27] = 27,
|
|
[28] = 28,
|
|
[29] = 27,
|
|
[30] = 28,
|
|
[31] = 31,
|
|
[32] = 31,
|
|
[33] = 33,
|
|
[34] = 33,
|
|
[35] = 31,
|
|
[36] = 36,
|
|
[37] = 36,
|
|
[38] = 38,
|
|
[39] = 39,
|
|
[40] = 40,
|
|
[41] = 41,
|
|
[42] = 42,
|
|
[43] = 40,
|
|
[44] = 40,
|
|
[45] = 45,
|
|
[46] = 45,
|
|
[47] = 47,
|
|
[48] = 48,
|
|
[49] = 48,
|
|
[50] = 47,
|
|
[51] = 48,
|
|
[52] = 52,
|
|
[53] = 53,
|
|
[54] = 53,
|
|
[55] = 53,
|
|
[56] = 53,
|
|
[57] = 53,
|
|
[58] = 53,
|
|
[59] = 53,
|
|
[60] = 53,
|
|
[61] = 53,
|
|
[62] = 53,
|
|
[63] = 53,
|
|
[64] = 64,
|
|
[65] = 64,
|
|
[66] = 66,
|
|
[67] = 66,
|
|
[68] = 66,
|
|
[69] = 64,
|
|
[70] = 52,
|
|
[71] = 66,
|
|
[72] = 66,
|
|
[73] = 64,
|
|
[74] = 64,
|
|
[75] = 66,
|
|
[76] = 64,
|
|
[77] = 64,
|
|
[78] = 66,
|
|
[79] = 64,
|
|
[80] = 64,
|
|
[81] = 66,
|
|
[82] = 64,
|
|
[83] = 66,
|
|
[84] = 66,
|
|
[85] = 64,
|
|
[86] = 66,
|
|
[87] = 87,
|
|
[88] = 88,
|
|
[89] = 89,
|
|
[90] = 90,
|
|
[91] = 91,
|
|
[92] = 92,
|
|
[93] = 93,
|
|
[94] = 94,
|
|
[95] = 95,
|
|
[96] = 96,
|
|
[97] = 97,
|
|
[98] = 98,
|
|
[99] = 92,
|
|
[100] = 93,
|
|
[101] = 94,
|
|
[102] = 90,
|
|
[103] = 93,
|
|
[104] = 97,
|
|
[105] = 105,
|
|
[106] = 92,
|
|
[107] = 97,
|
|
[108] = 94,
|
|
[109] = 94,
|
|
[110] = 97,
|
|
[111] = 95,
|
|
[112] = 92,
|
|
[113] = 94,
|
|
[114] = 95,
|
|
[115] = 92,
|
|
[116] = 94,
|
|
[117] = 97,
|
|
[118] = 92,
|
|
[119] = 90,
|
|
[120] = 94,
|
|
[121] = 97,
|
|
[122] = 92,
|
|
[123] = 91,
|
|
[124] = 94,
|
|
[125] = 97,
|
|
[126] = 92,
|
|
[127] = 94,
|
|
[128] = 97,
|
|
[129] = 129,
|
|
[130] = 92,
|
|
[131] = 94,
|
|
[132] = 97,
|
|
[133] = 92,
|
|
[134] = 94,
|
|
[135] = 92,
|
|
[136] = 95,
|
|
[137] = 129,
|
|
[138] = 105,
|
|
[139] = 97,
|
|
[140] = 95,
|
|
[141] = 141,
|
|
[142] = 95,
|
|
[143] = 95,
|
|
[144] = 95,
|
|
[145] = 97,
|
|
[146] = 146,
|
|
[147] = 147,
|
|
[148] = 148,
|
|
[149] = 149,
|
|
[150] = 150,
|
|
[151] = 149,
|
|
[152] = 152,
|
|
[153] = 153,
|
|
[154] = 154,
|
|
[155] = 155,
|
|
[156] = 156,
|
|
[157] = 157,
|
|
[158] = 158,
|
|
[159] = 147,
|
|
[160] = 160,
|
|
[161] = 147,
|
|
[162] = 150,
|
|
[163] = 149,
|
|
[164] = 164,
|
|
[165] = 154,
|
|
[166] = 154,
|
|
[167] = 155,
|
|
[168] = 168,
|
|
[169] = 169,
|
|
[170] = 170,
|
|
[171] = 147,
|
|
[172] = 172,
|
|
[173] = 157,
|
|
[174] = 150,
|
|
[175] = 149,
|
|
[176] = 148,
|
|
[177] = 172,
|
|
[178] = 154,
|
|
[179] = 155,
|
|
[180] = 150,
|
|
[181] = 149,
|
|
[182] = 152,
|
|
[183] = 147,
|
|
[184] = 153,
|
|
[185] = 154,
|
|
[186] = 150,
|
|
[187] = 149,
|
|
[188] = 188,
|
|
[189] = 189,
|
|
[190] = 156,
|
|
[191] = 155,
|
|
[192] = 154,
|
|
[193] = 155,
|
|
[194] = 169,
|
|
[195] = 157,
|
|
[196] = 196,
|
|
[197] = 147,
|
|
[198] = 198,
|
|
[199] = 199,
|
|
[200] = 155,
|
|
[201] = 146,
|
|
[202] = 202,
|
|
[203] = 203,
|
|
[204] = 155,
|
|
[205] = 149,
|
|
[206] = 152,
|
|
[207] = 207,
|
|
[208] = 153,
|
|
[209] = 169,
|
|
[210] = 189,
|
|
[211] = 147,
|
|
[212] = 147,
|
|
[213] = 213,
|
|
[214] = 169,
|
|
[215] = 188,
|
|
[216] = 150,
|
|
[217] = 149,
|
|
[218] = 157,
|
|
[219] = 198,
|
|
[220] = 168,
|
|
[221] = 199,
|
|
[222] = 203,
|
|
[223] = 154,
|
|
[224] = 150,
|
|
[225] = 168,
|
|
[226] = 155,
|
|
[227] = 160,
|
|
[228] = 170,
|
|
[229] = 150,
|
|
[230] = 154,
|
|
[231] = 231,
|
|
[232] = 232,
|
|
[233] = 233,
|
|
[234] = 234,
|
|
[235] = 235,
|
|
[236] = 236,
|
|
[237] = 237,
|
|
[238] = 232,
|
|
[239] = 233,
|
|
[240] = 234,
|
|
[241] = 235,
|
|
[242] = 236,
|
|
[243] = 237,
|
|
[244] = 232,
|
|
[245] = 233,
|
|
[246] = 234,
|
|
[247] = 235,
|
|
[248] = 236,
|
|
[249] = 237,
|
|
[250] = 232,
|
|
[251] = 233,
|
|
[252] = 234,
|
|
[253] = 235,
|
|
[254] = 236,
|
|
[255] = 237,
|
|
[256] = 232,
|
|
[257] = 233,
|
|
[258] = 234,
|
|
[259] = 235,
|
|
[260] = 236,
|
|
[261] = 237,
|
|
[262] = 232,
|
|
[263] = 233,
|
|
[264] = 234,
|
|
[265] = 235,
|
|
[266] = 236,
|
|
[267] = 237,
|
|
[268] = 232,
|
|
[269] = 233,
|
|
[270] = 234,
|
|
[271] = 235,
|
|
[272] = 236,
|
|
[273] = 237,
|
|
[274] = 274,
|
|
[275] = 275,
|
|
[276] = 276,
|
|
[277] = 231,
|
|
[278] = 278,
|
|
[279] = 279,
|
|
[280] = 280,
|
|
[281] = 281,
|
|
[282] = 232,
|
|
[283] = 283,
|
|
[284] = 284,
|
|
[285] = 279,
|
|
[286] = 232,
|
|
[287] = 233,
|
|
[288] = 234,
|
|
[289] = 235,
|
|
[290] = 236,
|
|
[291] = 237,
|
|
[292] = 275,
|
|
[293] = 276,
|
|
[294] = 279,
|
|
[295] = 280,
|
|
[296] = 233,
|
|
[297] = 234,
|
|
[298] = 280,
|
|
[299] = 235,
|
|
[300] = 236,
|
|
[301] = 237,
|
|
[302] = 278,
|
|
[303] = 303,
|
|
[304] = 304,
|
|
[305] = 275,
|
|
[306] = 306,
|
|
[307] = 279,
|
|
[308] = 308,
|
|
[309] = 275,
|
|
[310] = 276,
|
|
[311] = 279,
|
|
[312] = 306,
|
|
[313] = 275,
|
|
[314] = 276,
|
|
[315] = 281,
|
|
[316] = 316,
|
|
[317] = 276,
|
|
[318] = 318,
|
|
[319] = 275,
|
|
[320] = 276,
|
|
[321] = 321,
|
|
[322] = 275,
|
|
[323] = 276,
|
|
[324] = 324,
|
|
[325] = 275,
|
|
[326] = 232,
|
|
[327] = 275,
|
|
[328] = 276,
|
|
[329] = 275,
|
|
[330] = 276,
|
|
[331] = 331,
|
|
[332] = 279,
|
|
[333] = 275,
|
|
[334] = 233,
|
|
[335] = 234,
|
|
[336] = 280,
|
|
[337] = 235,
|
|
[338] = 236,
|
|
[339] = 237,
|
|
[340] = 275,
|
|
[341] = 274,
|
|
[342] = 284,
|
|
[343] = 318,
|
|
[344] = 308,
|
|
[345] = 306,
|
|
[346] = 281,
|
|
[347] = 316,
|
|
[348] = 321,
|
|
[349] = 274,
|
|
[350] = 284,
|
|
[351] = 308,
|
|
[352] = 306,
|
|
[353] = 281,
|
|
[354] = 316,
|
|
[355] = 274,
|
|
[356] = 284,
|
|
[357] = 306,
|
|
[358] = 281,
|
|
[359] = 274,
|
|
[360] = 284,
|
|
[361] = 306,
|
|
[362] = 281,
|
|
[363] = 274,
|
|
[364] = 284,
|
|
[365] = 306,
|
|
[366] = 281,
|
|
[367] = 274,
|
|
[368] = 284,
|
|
[369] = 306,
|
|
[370] = 281,
|
|
[371] = 274,
|
|
[372] = 284,
|
|
[373] = 276,
|
|
[374] = 374,
|
|
[375] = 375,
|
|
[376] = 376,
|
|
[377] = 377,
|
|
[378] = 378,
|
|
[379] = 379,
|
|
[380] = 380,
|
|
[381] = 381,
|
|
[382] = 382,
|
|
[383] = 383,
|
|
[384] = 376,
|
|
[385] = 385,
|
|
[386] = 377,
|
|
[387] = 387,
|
|
[388] = 378,
|
|
[389] = 389,
|
|
[390] = 379,
|
|
[391] = 391,
|
|
[392] = 392,
|
|
[393] = 393,
|
|
[394] = 394,
|
|
[395] = 395,
|
|
[396] = 396,
|
|
[397] = 382,
|
|
[398] = 380,
|
|
[399] = 383,
|
|
[400] = 381,
|
|
[401] = 385,
|
|
[402] = 387,
|
|
[403] = 403,
|
|
[404] = 404,
|
|
[405] = 403,
|
|
[406] = 406,
|
|
[407] = 407,
|
|
[408] = 408,
|
|
[409] = 409,
|
|
[410] = 410,
|
|
[411] = 411,
|
|
[412] = 412,
|
|
[413] = 413,
|
|
[414] = 414,
|
|
[415] = 415,
|
|
[416] = 416,
|
|
[417] = 417,
|
|
[418] = 418,
|
|
[419] = 419,
|
|
[420] = 409,
|
|
[421] = 421,
|
|
[422] = 422,
|
|
[423] = 423,
|
|
[424] = 424,
|
|
[425] = 425,
|
|
[426] = 426,
|
|
[427] = 427,
|
|
[428] = 428,
|
|
[429] = 429,
|
|
[430] = 430,
|
|
[431] = 431,
|
|
[432] = 432,
|
|
[433] = 433,
|
|
[434] = 434,
|
|
[435] = 409,
|
|
[436] = 421,
|
|
[437] = 437,
|
|
[438] = 438,
|
|
[439] = 439,
|
|
[440] = 440,
|
|
[441] = 441,
|
|
[442] = 412,
|
|
[443] = 443,
|
|
[444] = 404,
|
|
[445] = 445,
|
|
[446] = 446,
|
|
[447] = 421,
|
|
[448] = 448,
|
|
[449] = 448,
|
|
[450] = 391,
|
|
[451] = 394,
|
|
[452] = 452,
|
|
[453] = 393,
|
|
[454] = 452,
|
|
[455] = 448,
|
|
[456] = 425,
|
|
[457] = 419,
|
|
[458] = 422,
|
|
[459] = 426,
|
|
[460] = 427,
|
|
[461] = 428,
|
|
[462] = 430,
|
|
[463] = 378,
|
|
[464] = 382,
|
|
[465] = 432,
|
|
[466] = 433,
|
|
[467] = 437,
|
|
[468] = 439,
|
|
[469] = 441,
|
|
[470] = 443,
|
|
[471] = 392,
|
|
[472] = 395,
|
|
[473] = 389,
|
|
[474] = 396,
|
|
[475] = 418,
|
|
[476] = 381,
|
|
[477] = 423,
|
|
[478] = 446,
|
|
[479] = 431,
|
|
[480] = 413,
|
|
[481] = 417,
|
|
[482] = 387,
|
|
[483] = 424,
|
|
[484] = 429,
|
|
[485] = 434,
|
|
[486] = 438,
|
|
[487] = 406,
|
|
[488] = 408,
|
|
[489] = 383,
|
|
[490] = 410,
|
|
[491] = 445,
|
|
[492] = 380,
|
|
[493] = 379,
|
|
[494] = 440,
|
|
[495] = 407,
|
|
[496] = 415,
|
|
[497] = 414,
|
|
[498] = 416,
|
|
[499] = 385,
|
|
[500] = 411,
|
|
[501] = 391,
|
|
[502] = 441,
|
|
[503] = 445,
|
|
[504] = 394,
|
|
[505] = 446,
|
|
[506] = 414,
|
|
[507] = 407,
|
|
[508] = 396,
|
|
[509] = 440,
|
|
[510] = 431,
|
|
[511] = 406,
|
|
[512] = 408,
|
|
[513] = 410,
|
|
[514] = 413,
|
|
[515] = 411,
|
|
[516] = 415,
|
|
[517] = 416,
|
|
[518] = 418,
|
|
[519] = 419,
|
|
[520] = 422,
|
|
[521] = 424,
|
|
[522] = 426,
|
|
[523] = 427,
|
|
[524] = 428,
|
|
[525] = 429,
|
|
[526] = 430,
|
|
[527] = 423,
|
|
[528] = 432,
|
|
[529] = 433,
|
|
[530] = 434,
|
|
[531] = 437,
|
|
[532] = 425,
|
|
[533] = 438,
|
|
[534] = 439,
|
|
[535] = 389,
|
|
[536] = 443,
|
|
[537] = 393,
|
|
[538] = 392,
|
|
[539] = 395,
|
|
[540] = 417,
|
|
[541] = 378,
|
|
[542] = 383,
|
|
[543] = 385,
|
|
[544] = 380,
|
|
[545] = 545,
|
|
[546] = 381,
|
|
[547] = 382,
|
|
[548] = 387,
|
|
[549] = 391,
|
|
[550] = 429,
|
|
[551] = 430,
|
|
[552] = 432,
|
|
[553] = 433,
|
|
[554] = 434,
|
|
[555] = 437,
|
|
[556] = 438,
|
|
[557] = 439,
|
|
[558] = 441,
|
|
[559] = 443,
|
|
[560] = 392,
|
|
[561] = 395,
|
|
[562] = 389,
|
|
[563] = 563,
|
|
[564] = 440,
|
|
[565] = 431,
|
|
[566] = 406,
|
|
[567] = 408,
|
|
[568] = 568,
|
|
[569] = 568,
|
|
[570] = 446,
|
|
[571] = 413,
|
|
[572] = 415,
|
|
[573] = 416,
|
|
[574] = 417,
|
|
[575] = 418,
|
|
[576] = 419,
|
|
[577] = 422,
|
|
[578] = 424,
|
|
[579] = 426,
|
|
[580] = 427,
|
|
[581] = 414,
|
|
[582] = 394,
|
|
[583] = 407,
|
|
[584] = 396,
|
|
[585] = 428,
|
|
[586] = 411,
|
|
[587] = 423,
|
|
[588] = 425,
|
|
[589] = 393,
|
|
[590] = 445,
|
|
[591] = 410,
|
|
[592] = 592,
|
|
[593] = 593,
|
|
[594] = 594,
|
|
[595] = 595,
|
|
[596] = 596,
|
|
[597] = 597,
|
|
[598] = 597,
|
|
[599] = 599,
|
|
[600] = 599,
|
|
[601] = 382,
|
|
[602] = 378,
|
|
[603] = 380,
|
|
[604] = 599,
|
|
[605] = 597,
|
|
[606] = 606,
|
|
[607] = 607,
|
|
[608] = 606,
|
|
[609] = 609,
|
|
[610] = 607,
|
|
[611] = 607,
|
|
[612] = 609,
|
|
[613] = 613,
|
|
[614] = 391,
|
|
[615] = 606,
|
|
[616] = 607,
|
|
[617] = 607,
|
|
[618] = 618,
|
|
[619] = 606,
|
|
[620] = 606,
|
|
[621] = 432,
|
|
[622] = 408,
|
|
[623] = 419,
|
|
[624] = 414,
|
|
[625] = 415,
|
|
[626] = 394,
|
|
[627] = 416,
|
|
[628] = 407,
|
|
[629] = 437,
|
|
[630] = 396,
|
|
[631] = 411,
|
|
[632] = 438,
|
|
[633] = 439,
|
|
[634] = 441,
|
|
[635] = 395,
|
|
[636] = 389,
|
|
[637] = 410,
|
|
[638] = 423,
|
|
[639] = 443,
|
|
[640] = 425,
|
|
[641] = 378,
|
|
[642] = 393,
|
|
[643] = 422,
|
|
[644] = 381,
|
|
[645] = 385,
|
|
[646] = 387,
|
|
[647] = 445,
|
|
[648] = 446,
|
|
[649] = 440,
|
|
[650] = 431,
|
|
[651] = 417,
|
|
[652] = 428,
|
|
[653] = 418,
|
|
[654] = 654,
|
|
[655] = 406,
|
|
[656] = 413,
|
|
[657] = 429,
|
|
[658] = 430,
|
|
[659] = 427,
|
|
[660] = 433,
|
|
[661] = 434,
|
|
[662] = 424,
|
|
[663] = 426,
|
|
[664] = 392,
|
|
[665] = 383,
|
|
[666] = 618,
|
|
[667] = 568,
|
|
[668] = 381,
|
|
[669] = 385,
|
|
[670] = 568,
|
|
[671] = 545,
|
|
[672] = 380,
|
|
[673] = 387,
|
|
[674] = 382,
|
|
[675] = 383,
|
|
[676] = 613,
|
|
[677] = 677,
|
|
[678] = 654,
|
|
[679] = 679,
|
|
[680] = 680,
|
|
[681] = 681,
|
|
[682] = 378,
|
|
[683] = 683,
|
|
[684] = 391,
|
|
[685] = 685,
|
|
[686] = 686,
|
|
[687] = 687,
|
|
[688] = 378,
|
|
[689] = 689,
|
|
[690] = 381,
|
|
[691] = 385,
|
|
[692] = 387,
|
|
[693] = 693,
|
|
[694] = 445,
|
|
[695] = 418,
|
|
[696] = 545,
|
|
[697] = 433,
|
|
[698] = 410,
|
|
[699] = 407,
|
|
[700] = 434,
|
|
[701] = 392,
|
|
[702] = 382,
|
|
[703] = 394,
|
|
[704] = 437,
|
|
[705] = 693,
|
|
[706] = 396,
|
|
[707] = 446,
|
|
[708] = 413,
|
|
[709] = 411,
|
|
[710] = 440,
|
|
[711] = 438,
|
|
[712] = 693,
|
|
[713] = 439,
|
|
[714] = 414,
|
|
[715] = 441,
|
|
[716] = 680,
|
|
[717] = 545,
|
|
[718] = 443,
|
|
[719] = 393,
|
|
[720] = 431,
|
|
[721] = 380,
|
|
[722] = 415,
|
|
[723] = 380,
|
|
[724] = 406,
|
|
[725] = 383,
|
|
[726] = 381,
|
|
[727] = 385,
|
|
[728] = 382,
|
|
[729] = 408,
|
|
[730] = 387,
|
|
[731] = 416,
|
|
[732] = 419,
|
|
[733] = 422,
|
|
[734] = 568,
|
|
[735] = 424,
|
|
[736] = 395,
|
|
[737] = 426,
|
|
[738] = 423,
|
|
[739] = 427,
|
|
[740] = 425,
|
|
[741] = 428,
|
|
[742] = 429,
|
|
[743] = 693,
|
|
[744] = 685,
|
|
[745] = 389,
|
|
[746] = 430,
|
|
[747] = 417,
|
|
[748] = 383,
|
|
[749] = 681,
|
|
[750] = 568,
|
|
[751] = 432,
|
|
[752] = 568,
|
|
[753] = 568,
|
|
[754] = 754,
|
|
[755] = 754,
|
|
[756] = 756,
|
|
[757] = 754,
|
|
[758] = 758,
|
|
[759] = 683,
|
|
[760] = 378,
|
|
[761] = 754,
|
|
[762] = 654,
|
|
[763] = 754,
|
|
[764] = 764,
|
|
[765] = 754,
|
|
[766] = 754,
|
|
[767] = 758,
|
|
[768] = 686,
|
|
[769] = 758,
|
|
[770] = 758,
|
|
[771] = 754,
|
|
[772] = 391,
|
|
[773] = 754,
|
|
[774] = 677,
|
|
[775] = 764,
|
|
[776] = 754,
|
|
[777] = 777,
|
|
[778] = 777,
|
|
[779] = 378,
|
|
[780] = 777,
|
|
[781] = 391,
|
|
[782] = 754,
|
|
[783] = 777,
|
|
[784] = 418,
|
|
[785] = 785,
|
|
[786] = 786,
|
|
[787] = 414,
|
|
[788] = 378,
|
|
[789] = 394,
|
|
[790] = 407,
|
|
[791] = 396,
|
|
[792] = 411,
|
|
[793] = 423,
|
|
[794] = 425,
|
|
[795] = 393,
|
|
[796] = 445,
|
|
[797] = 446,
|
|
[798] = 440,
|
|
[799] = 431,
|
|
[800] = 406,
|
|
[801] = 408,
|
|
[802] = 410,
|
|
[803] = 413,
|
|
[804] = 415,
|
|
[805] = 416,
|
|
[806] = 417,
|
|
[807] = 807,
|
|
[808] = 419,
|
|
[809] = 422,
|
|
[810] = 424,
|
|
[811] = 426,
|
|
[812] = 427,
|
|
[813] = 428,
|
|
[814] = 429,
|
|
[815] = 430,
|
|
[816] = 432,
|
|
[817] = 433,
|
|
[818] = 434,
|
|
[819] = 437,
|
|
[820] = 438,
|
|
[821] = 439,
|
|
[822] = 441,
|
|
[823] = 443,
|
|
[824] = 392,
|
|
[825] = 395,
|
|
[826] = 389,
|
|
[827] = 383,
|
|
[828] = 381,
|
|
[829] = 385,
|
|
[830] = 387,
|
|
[831] = 414,
|
|
[832] = 407,
|
|
[833] = 396,
|
|
[834] = 411,
|
|
[835] = 835,
|
|
[836] = 423,
|
|
[837] = 425,
|
|
[838] = 445,
|
|
[839] = 440,
|
|
[840] = 406,
|
|
[841] = 408,
|
|
[842] = 410,
|
|
[843] = 415,
|
|
[844] = 844,
|
|
[845] = 418,
|
|
[846] = 419,
|
|
[847] = 422,
|
|
[848] = 426,
|
|
[849] = 427,
|
|
[850] = 428,
|
|
[851] = 430,
|
|
[852] = 432,
|
|
[853] = 433,
|
|
[854] = 437,
|
|
[855] = 439,
|
|
[856] = 441,
|
|
[857] = 443,
|
|
[858] = 394,
|
|
[859] = 392,
|
|
[860] = 393,
|
|
[861] = 395,
|
|
[862] = 389,
|
|
[863] = 863,
|
|
[864] = 446,
|
|
[865] = 431,
|
|
[866] = 413,
|
|
[867] = 417,
|
|
[868] = 424,
|
|
[869] = 429,
|
|
[870] = 434,
|
|
[871] = 438,
|
|
[872] = 872,
|
|
[873] = 873,
|
|
[874] = 874,
|
|
[875] = 786,
|
|
[876] = 863,
|
|
[877] = 785,
|
|
[878] = 383,
|
|
[879] = 381,
|
|
[880] = 385,
|
|
[881] = 387,
|
|
[882] = 873,
|
|
[883] = 883,
|
|
[884] = 786,
|
|
[885] = 654,
|
|
[886] = 873,
|
|
[887] = 863,
|
|
[888] = 888,
|
|
[889] = 785,
|
|
[890] = 873,
|
|
[891] = 891,
|
|
[892] = 786,
|
|
[893] = 863,
|
|
[894] = 872,
|
|
[895] = 874,
|
|
[896] = 416,
|
|
[897] = 897,
|
|
[898] = 897,
|
|
[899] = 899,
|
|
[900] = 900,
|
|
[901] = 900,
|
|
[902] = 902,
|
|
[903] = 903,
|
|
[904] = 683,
|
|
[905] = 905,
|
|
[906] = 905,
|
|
[907] = 907,
|
|
[908] = 908,
|
|
[909] = 909,
|
|
[910] = 910,
|
|
[911] = 545,
|
|
[912] = 689,
|
|
[913] = 897,
|
|
[914] = 909,
|
|
[915] = 899,
|
|
[916] = 902,
|
|
[917] = 902,
|
|
[918] = 903,
|
|
[919] = 919,
|
|
[920] = 905,
|
|
[921] = 907,
|
|
[922] = 899,
|
|
[923] = 908,
|
|
[924] = 924,
|
|
[925] = 925,
|
|
[926] = 907,
|
|
[927] = 545,
|
|
[928] = 689,
|
|
[929] = 897,
|
|
[930] = 899,
|
|
[931] = 902,
|
|
[932] = 932,
|
|
[933] = 903,
|
|
[934] = 924,
|
|
[935] = 905,
|
|
[936] = 907,
|
|
[937] = 689,
|
|
[938] = 897,
|
|
[939] = 899,
|
|
[940] = 903,
|
|
[941] = 907,
|
|
[942] = 689,
|
|
[943] = 897,
|
|
[944] = 899,
|
|
[945] = 903,
|
|
[946] = 907,
|
|
[947] = 689,
|
|
[948] = 897,
|
|
[949] = 899,
|
|
[950] = 903,
|
|
[951] = 907,
|
|
[952] = 689,
|
|
[953] = 897,
|
|
[954] = 899,
|
|
[955] = 903,
|
|
[956] = 907,
|
|
[957] = 957,
|
|
[958] = 958,
|
|
[959] = 910,
|
|
[960] = 689,
|
|
[961] = 957,
|
|
[962] = 908,
|
|
[963] = 903,
|
|
[964] = 964,
|
|
[965] = 965,
|
|
[966] = 966,
|
|
[967] = 966,
|
|
[968] = 968,
|
|
[969] = 969,
|
|
[970] = 970,
|
|
[971] = 971,
|
|
[972] = 972,
|
|
[973] = 968,
|
|
[974] = 974,
|
|
[975] = 966,
|
|
[976] = 976,
|
|
[977] = 977,
|
|
[978] = 965,
|
|
[979] = 979,
|
|
[980] = 974,
|
|
[981] = 981,
|
|
[982] = 982,
|
|
[983] = 983,
|
|
[984] = 984,
|
|
[985] = 985,
|
|
[986] = 966,
|
|
[987] = 987,
|
|
[988] = 976,
|
|
[989] = 966,
|
|
[990] = 982,
|
|
[991] = 968,
|
|
[992] = 968,
|
|
[993] = 976,
|
|
[994] = 977,
|
|
[995] = 965,
|
|
[996] = 974,
|
|
[997] = 981,
|
|
[998] = 982,
|
|
[999] = 968,
|
|
[1000] = 1000,
|
|
[1001] = 976,
|
|
[1002] = 966,
|
|
[1003] = 1003,
|
|
[1004] = 968,
|
|
[1005] = 1005,
|
|
[1006] = 977,
|
|
[1007] = 965,
|
|
[1008] = 981,
|
|
[1009] = 981,
|
|
[1010] = 982,
|
|
[1011] = 977,
|
|
[1012] = 965,
|
|
[1013] = 976,
|
|
[1014] = 966,
|
|
[1015] = 974,
|
|
[1016] = 968,
|
|
[1017] = 981,
|
|
[1018] = 977,
|
|
[1019] = 965,
|
|
[1020] = 974,
|
|
[1021] = 981,
|
|
[1022] = 982,
|
|
[1023] = 974,
|
|
[1024] = 1024,
|
|
[1025] = 981,
|
|
[1026] = 966,
|
|
[1027] = 974,
|
|
[1028] = 968,
|
|
[1029] = 982,
|
|
[1030] = 977,
|
|
[1031] = 965,
|
|
[1032] = 1005,
|
|
[1033] = 982,
|
|
[1034] = 977,
|
|
[1035] = 982,
|
|
[1036] = 987,
|
|
[1037] = 970,
|
|
[1038] = 981,
|
|
[1039] = 984,
|
|
[1040] = 987,
|
|
[1041] = 1005,
|
|
[1042] = 964,
|
|
[1043] = 984,
|
|
[1044] = 987,
|
|
[1045] = 683,
|
|
[1046] = 965,
|
|
[1047] = 1047,
|
|
[1048] = 977,
|
|
[1049] = 964,
|
|
[1050] = 974,
|
|
[1051] = 1051,
|
|
[1052] = 1052,
|
|
[1053] = 1053,
|
|
[1054] = 1054,
|
|
[1055] = 1055,
|
|
[1056] = 1056,
|
|
[1057] = 1057,
|
|
[1058] = 1058,
|
|
[1059] = 1059,
|
|
[1060] = 1060,
|
|
[1061] = 1061,
|
|
[1062] = 1059,
|
|
[1063] = 1051,
|
|
[1064] = 1064,
|
|
[1065] = 1064,
|
|
[1066] = 1066,
|
|
[1067] = 1066,
|
|
[1068] = 1059,
|
|
[1069] = 1069,
|
|
[1070] = 1064,
|
|
[1071] = 1066,
|
|
[1072] = 1059,
|
|
[1073] = 1060,
|
|
[1074] = 1060,
|
|
[1075] = 1061,
|
|
[1076] = 1076,
|
|
[1077] = 1061,
|
|
[1078] = 1053,
|
|
[1079] = 1054,
|
|
[1080] = 1054,
|
|
[1081] = 1081,
|
|
[1082] = 1055,
|
|
[1083] = 1056,
|
|
[1084] = 1057,
|
|
[1085] = 1064,
|
|
[1086] = 1066,
|
|
[1087] = 1055,
|
|
[1088] = 1060,
|
|
[1089] = 1061,
|
|
[1090] = 1059,
|
|
[1091] = 1091,
|
|
[1092] = 1092,
|
|
[1093] = 1053,
|
|
[1094] = 1054,
|
|
[1095] = 1055,
|
|
[1096] = 1057,
|
|
[1097] = 1060,
|
|
[1098] = 1061,
|
|
[1099] = 1056,
|
|
[1100] = 1060,
|
|
[1101] = 1101,
|
|
[1102] = 1054,
|
|
[1103] = 1055,
|
|
[1104] = 1053,
|
|
[1105] = 1057,
|
|
[1106] = 1057,
|
|
[1107] = 1054,
|
|
[1108] = 1061,
|
|
[1109] = 1055,
|
|
[1110] = 1059,
|
|
[1111] = 1056,
|
|
[1112] = 1054,
|
|
[1113] = 1055,
|
|
[1114] = 1057,
|
|
[1115] = 1057,
|
|
[1116] = 1052,
|
|
[1117] = 1064,
|
|
[1118] = 1101,
|
|
[1119] = 1054,
|
|
[1120] = 1120,
|
|
[1121] = 1055,
|
|
[1122] = 1057,
|
|
[1123] = 1058,
|
|
[1124] = 1120,
|
|
[1125] = 1059,
|
|
[1126] = 1064,
|
|
[1127] = 1066,
|
|
[1128] = 1060,
|
|
[1129] = 1061,
|
|
[1130] = 1069,
|
|
[1131] = 1052,
|
|
[1132] = 1060,
|
|
[1133] = 1051,
|
|
[1134] = 1061,
|
|
[1135] = 1135,
|
|
[1136] = 1136,
|
|
[1137] = 1069,
|
|
[1138] = 1052,
|
|
[1139] = 1051,
|
|
[1140] = 1059,
|
|
[1141] = 1141,
|
|
[1142] = 1069,
|
|
[1143] = 1052,
|
|
[1144] = 1051,
|
|
[1145] = 1069,
|
|
[1146] = 1052,
|
|
[1147] = 1051,
|
|
[1148] = 1069,
|
|
[1149] = 1052,
|
|
[1150] = 1064,
|
|
[1151] = 1051,
|
|
[1152] = 1066,
|
|
[1153] = 1064,
|
|
[1154] = 1069,
|
|
[1155] = 1052,
|
|
[1156] = 1051,
|
|
[1157] = 1066,
|
|
[1158] = 1069,
|
|
[1159] = 1066,
|
|
[1160] = 1160,
|
|
[1161] = 1161,
|
|
[1162] = 1162,
|
|
[1163] = 1163,
|
|
[1164] = 1164,
|
|
[1165] = 1165,
|
|
[1166] = 1166,
|
|
[1167] = 1162,
|
|
[1168] = 1165,
|
|
[1169] = 1163,
|
|
[1170] = 1164,
|
|
[1171] = 1161,
|
|
[1172] = 1165,
|
|
[1173] = 1160,
|
|
[1174] = 1174,
|
|
[1175] = 1175,
|
|
[1176] = 1176,
|
|
[1177] = 1166,
|
|
[1178] = 1178,
|
|
[1179] = 1179,
|
|
[1180] = 1180,
|
|
[1181] = 1160,
|
|
[1182] = 1163,
|
|
[1183] = 1163,
|
|
[1184] = 1184,
|
|
[1185] = 1161,
|
|
[1186] = 1162,
|
|
[1187] = 1162,
|
|
[1188] = 1160,
|
|
[1189] = 1161,
|
|
[1190] = 1179,
|
|
[1191] = 1191,
|
|
[1192] = 1175,
|
|
[1193] = 417,
|
|
[1194] = 424,
|
|
[1195] = 1195,
|
|
[1196] = 1196,
|
|
[1197] = 1197,
|
|
[1198] = 1179,
|
|
[1199] = 1174,
|
|
[1200] = 1178,
|
|
[1201] = 1180,
|
|
[1202] = 1175,
|
|
[1203] = 429,
|
|
[1204] = 446,
|
|
[1205] = 1205,
|
|
[1206] = 434,
|
|
[1207] = 1178,
|
|
[1208] = 1208,
|
|
[1209] = 431,
|
|
[1210] = 1176,
|
|
[1211] = 1211,
|
|
[1212] = 1212,
|
|
[1213] = 1176,
|
|
[1214] = 438,
|
|
[1215] = 1205,
|
|
[1216] = 413,
|
|
[1217] = 1217,
|
|
[1218] = 1218,
|
|
[1219] = 1174,
|
|
[1220] = 1220,
|
|
[1221] = 1180,
|
|
[1222] = 1222,
|
|
[1223] = 1223,
|
|
[1224] = 1224,
|
|
[1225] = 1225,
|
|
[1226] = 1226,
|
|
[1227] = 1227,
|
|
[1228] = 1228,
|
|
[1229] = 1229,
|
|
[1230] = 1184,
|
|
[1231] = 1231,
|
|
[1232] = 1232,
|
|
[1233] = 1233,
|
|
[1234] = 1234,
|
|
[1235] = 1235,
|
|
[1236] = 1236,
|
|
[1237] = 1237,
|
|
[1238] = 1238,
|
|
[1239] = 1239,
|
|
[1240] = 1240,
|
|
[1241] = 1241,
|
|
[1242] = 1242,
|
|
[1243] = 1243,
|
|
[1244] = 1244,
|
|
[1245] = 1245,
|
|
[1246] = 1246,
|
|
[1247] = 1247,
|
|
[1248] = 1248,
|
|
[1249] = 1249,
|
|
[1250] = 1250,
|
|
[1251] = 1251,
|
|
[1252] = 1252,
|
|
[1253] = 1253,
|
|
[1254] = 1254,
|
|
[1255] = 1247,
|
|
[1256] = 1256,
|
|
[1257] = 1257,
|
|
[1258] = 1258,
|
|
[1259] = 1184,
|
|
[1260] = 1260,
|
|
[1261] = 1261,
|
|
[1262] = 1262,
|
|
[1263] = 1263,
|
|
[1264] = 1264,
|
|
[1265] = 1265,
|
|
[1266] = 1266,
|
|
[1267] = 1267,
|
|
[1268] = 1268,
|
|
[1269] = 1269,
|
|
[1270] = 1270,
|
|
[1271] = 1271,
|
|
[1272] = 1272,
|
|
[1273] = 1273,
|
|
[1274] = 1274,
|
|
[1275] = 1275,
|
|
[1276] = 1276,
|
|
[1277] = 1277,
|
|
[1278] = 446,
|
|
[1279] = 438,
|
|
[1280] = 1280,
|
|
[1281] = 1281,
|
|
[1282] = 1196,
|
|
[1283] = 1283,
|
|
[1284] = 1284,
|
|
[1285] = 1285,
|
|
[1286] = 1286,
|
|
[1287] = 1287,
|
|
[1288] = 1280,
|
|
[1289] = 434,
|
|
[1290] = 1290,
|
|
[1291] = 1196,
|
|
[1292] = 1195,
|
|
[1293] = 1211,
|
|
[1294] = 429,
|
|
[1295] = 1295,
|
|
[1296] = 1296,
|
|
[1297] = 413,
|
|
[1298] = 1280,
|
|
[1299] = 1299,
|
|
[1300] = 1197,
|
|
[1301] = 1301,
|
|
[1302] = 431,
|
|
[1303] = 1303,
|
|
[1304] = 1304,
|
|
[1305] = 417,
|
|
[1306] = 1306,
|
|
[1307] = 446,
|
|
[1308] = 1308,
|
|
[1309] = 1217,
|
|
[1310] = 1310,
|
|
[1311] = 434,
|
|
[1312] = 1211,
|
|
[1313] = 1313,
|
|
[1314] = 1212,
|
|
[1315] = 417,
|
|
[1316] = 1316,
|
|
[1317] = 1317,
|
|
[1318] = 429,
|
|
[1319] = 1195,
|
|
[1320] = 1197,
|
|
[1321] = 438,
|
|
[1322] = 424,
|
|
[1323] = 431,
|
|
[1324] = 413,
|
|
[1325] = 1280,
|
|
[1326] = 1326,
|
|
[1327] = 1208,
|
|
[1328] = 1328,
|
|
[1329] = 1329,
|
|
[1330] = 1217,
|
|
[1331] = 1191,
|
|
[1332] = 1208,
|
|
[1333] = 1333,
|
|
[1334] = 1212,
|
|
[1335] = 1191,
|
|
[1336] = 1336,
|
|
[1337] = 424,
|
|
[1338] = 1261,
|
|
[1339] = 1235,
|
|
[1340] = 1240,
|
|
[1341] = 1231,
|
|
[1342] = 1232,
|
|
[1343] = 1233,
|
|
[1344] = 1264,
|
|
[1345] = 1234,
|
|
[1346] = 1235,
|
|
[1347] = 1236,
|
|
[1348] = 1237,
|
|
[1349] = 1238,
|
|
[1350] = 1239,
|
|
[1351] = 1228,
|
|
[1352] = 1265,
|
|
[1353] = 1224,
|
|
[1354] = 1241,
|
|
[1355] = 1242,
|
|
[1356] = 1243,
|
|
[1357] = 1244,
|
|
[1358] = 1245,
|
|
[1359] = 1236,
|
|
[1360] = 1360,
|
|
[1361] = 1361,
|
|
[1362] = 1237,
|
|
[1363] = 1246,
|
|
[1364] = 1238,
|
|
[1365] = 1248,
|
|
[1366] = 1240,
|
|
[1367] = 1264,
|
|
[1368] = 1265,
|
|
[1369] = 1224,
|
|
[1370] = 1370,
|
|
[1371] = 1246,
|
|
[1372] = 1231,
|
|
[1373] = 1239,
|
|
[1374] = 1249,
|
|
[1375] = 1251,
|
|
[1376] = 1252,
|
|
[1377] = 1253,
|
|
[1378] = 1249,
|
|
[1379] = 1251,
|
|
[1380] = 1252,
|
|
[1381] = 1253,
|
|
[1382] = 1241,
|
|
[1383] = 1242,
|
|
[1384] = 1229,
|
|
[1385] = 1254,
|
|
[1386] = 1227,
|
|
[1387] = 1268,
|
|
[1388] = 1254,
|
|
[1389] = 1389,
|
|
[1390] = 1268,
|
|
[1391] = 1256,
|
|
[1392] = 1256,
|
|
[1393] = 1257,
|
|
[1394] = 1257,
|
|
[1395] = 1258,
|
|
[1396] = 1258,
|
|
[1397] = 1260,
|
|
[1398] = 1232,
|
|
[1399] = 1261,
|
|
[1400] = 1260,
|
|
[1401] = 1401,
|
|
[1402] = 1262,
|
|
[1403] = 1262,
|
|
[1404] = 1263,
|
|
[1405] = 1233,
|
|
[1406] = 1263,
|
|
[1407] = 1234,
|
|
[1408] = 1243,
|
|
[1409] = 1244,
|
|
[1410] = 1266,
|
|
[1411] = 1266,
|
|
[1412] = 1267,
|
|
[1413] = 1267,
|
|
[1414] = 1222,
|
|
[1415] = 1222,
|
|
[1416] = 1245,
|
|
[1417] = 1223,
|
|
[1418] = 1269,
|
|
[1419] = 1223,
|
|
[1420] = 1269,
|
|
[1421] = 1225,
|
|
[1422] = 1226,
|
|
[1423] = 1227,
|
|
[1424] = 1228,
|
|
[1425] = 1229,
|
|
[1426] = 1225,
|
|
[1427] = 1226,
|
|
[1428] = 1248,
|
|
[1429] = 1429,
|
|
[1430] = 1430,
|
|
[1431] = 1431,
|
|
[1432] = 1432,
|
|
[1433] = 1433,
|
|
[1434] = 1434,
|
|
[1435] = 1432,
|
|
[1436] = 1436,
|
|
[1437] = 1433,
|
|
[1438] = 1438,
|
|
[1439] = 1434,
|
|
[1440] = 1438,
|
|
[1441] = 1433,
|
|
[1442] = 1205,
|
|
[1443] = 1434,
|
|
[1444] = 1431,
|
|
[1445] = 1432,
|
|
[1446] = 1431,
|
|
[1447] = 1205,
|
|
[1448] = 1448,
|
|
[1449] = 1448,
|
|
[1450] = 1247,
|
|
[1451] = 1451,
|
|
[1452] = 1452,
|
|
[1453] = 1451,
|
|
[1454] = 1454,
|
|
[1455] = 1455,
|
|
[1456] = 1456,
|
|
[1457] = 1452,
|
|
[1458] = 1310,
|
|
[1459] = 1277,
|
|
[1460] = 1274,
|
|
[1461] = 1272,
|
|
[1462] = 1462,
|
|
[1463] = 1287,
|
|
[1464] = 1326,
|
|
[1465] = 1290,
|
|
[1466] = 1466,
|
|
[1467] = 1271,
|
|
[1468] = 1308,
|
|
[1469] = 1462,
|
|
[1470] = 1247,
|
|
[1471] = 1466,
|
|
[1472] = 1299,
|
|
[1473] = 1313,
|
|
[1474] = 1316,
|
|
[1475] = 1317,
|
|
[1476] = 1270,
|
|
[1477] = 1283,
|
|
[1478] = 1466,
|
|
[1479] = 1462,
|
|
[1480] = 1276,
|
|
[1481] = 1303,
|
|
[1482] = 1466,
|
|
[1483] = 1295,
|
|
[1484] = 1462,
|
|
[1485] = 1284,
|
|
[1486] = 1336,
|
|
[1487] = 1487,
|
|
[1488] = 1273,
|
|
[1489] = 1489,
|
|
[1490] = 1328,
|
|
[1491] = 1285,
|
|
[1492] = 1333,
|
|
[1493] = 1493,
|
|
[1494] = 1301,
|
|
[1495] = 1281,
|
|
[1496] = 1304,
|
|
[1497] = 1286,
|
|
[1498] = 1498,
|
|
[1499] = 1499,
|
|
[1500] = 1500,
|
|
[1501] = 1501,
|
|
[1502] = 1498,
|
|
[1503] = 1498,
|
|
[1504] = 1205,
|
|
[1505] = 1505,
|
|
[1506] = 1505,
|
|
[1507] = 1205,
|
|
[1508] = 1218,
|
|
[1509] = 1500,
|
|
[1510] = 1500,
|
|
[1511] = 1511,
|
|
[1512] = 1512,
|
|
[1513] = 1498,
|
|
[1514] = 1514,
|
|
[1515] = 1205,
|
|
[1516] = 1516,
|
|
[1517] = 1500,
|
|
[1518] = 1518,
|
|
[1519] = 1505,
|
|
[1520] = 1220,
|
|
[1521] = 1505,
|
|
[1522] = 1522,
|
|
[1523] = 1205,
|
|
[1524] = 1247,
|
|
[1525] = 1525,
|
|
[1526] = 1526,
|
|
[1527] = 1527,
|
|
[1528] = 1528,
|
|
[1529] = 1248,
|
|
[1530] = 1530,
|
|
[1531] = 1531,
|
|
[1532] = 1526,
|
|
[1533] = 1533,
|
|
[1534] = 1534,
|
|
[1535] = 1535,
|
|
[1536] = 1247,
|
|
[1537] = 1537,
|
|
[1538] = 1538,
|
|
[1539] = 1538,
|
|
[1540] = 1540,
|
|
[1541] = 1247,
|
|
[1542] = 1526,
|
|
[1543] = 1268,
|
|
[1544] = 1544,
|
|
[1545] = 1247,
|
|
[1546] = 1546,
|
|
[1547] = 1547,
|
|
[1548] = 1548,
|
|
[1549] = 1549,
|
|
[1550] = 1550,
|
|
[1551] = 1527,
|
|
[1552] = 1552,
|
|
[1553] = 1538,
|
|
[1554] = 1527,
|
|
[1555] = 1555,
|
|
[1556] = 1556,
|
|
[1557] = 1557,
|
|
[1558] = 1558,
|
|
[1559] = 1559,
|
|
[1560] = 1560,
|
|
[1561] = 1561,
|
|
[1562] = 1562,
|
|
[1563] = 1563,
|
|
[1564] = 1564,
|
|
[1565] = 1565,
|
|
[1566] = 1552,
|
|
[1567] = 1567,
|
|
[1568] = 1568,
|
|
[1569] = 1569,
|
|
[1570] = 1570,
|
|
[1571] = 1571,
|
|
[1572] = 1572,
|
|
[1573] = 1573,
|
|
[1574] = 1574,
|
|
[1575] = 1575,
|
|
[1576] = 1271,
|
|
[1577] = 1577,
|
|
[1578] = 1285,
|
|
[1579] = 1295,
|
|
[1580] = 1277,
|
|
[1581] = 1581,
|
|
[1582] = 1310,
|
|
[1583] = 1583,
|
|
[1584] = 1584,
|
|
[1585] = 1585,
|
|
[1586] = 1326,
|
|
[1587] = 1301,
|
|
[1588] = 1588,
|
|
[1589] = 1589,
|
|
[1590] = 1590,
|
|
[1591] = 1591,
|
|
[1592] = 1592,
|
|
[1593] = 1593,
|
|
[1594] = 1218,
|
|
[1595] = 1313,
|
|
[1596] = 1281,
|
|
[1597] = 1287,
|
|
[1598] = 1290,
|
|
[1599] = 1299,
|
|
[1600] = 1316,
|
|
[1601] = 1336,
|
|
[1602] = 1602,
|
|
[1603] = 1603,
|
|
[1604] = 1604,
|
|
[1605] = 1286,
|
|
[1606] = 1606,
|
|
[1607] = 1607,
|
|
[1608] = 1220,
|
|
[1609] = 1609,
|
|
[1610] = 1276,
|
|
[1611] = 1303,
|
|
[1612] = 1557,
|
|
[1613] = 1559,
|
|
[1614] = 1273,
|
|
[1615] = 1274,
|
|
[1616] = 1308,
|
|
[1617] = 1573,
|
|
[1618] = 1270,
|
|
[1619] = 1619,
|
|
[1620] = 1583,
|
|
[1621] = 1621,
|
|
[1622] = 1622,
|
|
[1623] = 1623,
|
|
[1624] = 1317,
|
|
[1625] = 1328,
|
|
[1626] = 1333,
|
|
[1627] = 1283,
|
|
[1628] = 1628,
|
|
[1629] = 1629,
|
|
[1630] = 1630,
|
|
[1631] = 1631,
|
|
[1632] = 1632,
|
|
[1633] = 1633,
|
|
[1634] = 1634,
|
|
[1635] = 1304,
|
|
[1636] = 1272,
|
|
[1637] = 1622,
|
|
[1638] = 1284,
|
|
[1639] = 1639,
|
|
[1640] = 1623,
|
|
[1641] = 1641,
|
|
[1642] = 1552,
|
|
[1643] = 1588,
|
|
[1644] = 1644,
|
|
[1645] = 1645,
|
|
[1646] = 1646,
|
|
[1647] = 1647,
|
|
[1648] = 1648,
|
|
[1649] = 1649,
|
|
[1650] = 1650,
|
|
[1651] = 1629,
|
|
[1652] = 1630,
|
|
[1653] = 1557,
|
|
[1654] = 1559,
|
|
[1655] = 1655,
|
|
[1656] = 1268,
|
|
[1657] = 1657,
|
|
[1658] = 1622,
|
|
[1659] = 1623,
|
|
[1660] = 1602,
|
|
[1661] = 1629,
|
|
[1662] = 1630,
|
|
[1663] = 1632,
|
|
[1664] = 1633,
|
|
[1665] = 1634,
|
|
[1666] = 1271,
|
|
[1667] = 1667,
|
|
[1668] = 1603,
|
|
[1669] = 1285,
|
|
[1670] = 1295,
|
|
[1671] = 1277,
|
|
[1672] = 1672,
|
|
[1673] = 1604,
|
|
[1674] = 1310,
|
|
[1675] = 1326,
|
|
[1676] = 1676,
|
|
[1677] = 1677,
|
|
[1678] = 1301,
|
|
[1679] = 1679,
|
|
[1680] = 1218,
|
|
[1681] = 1313,
|
|
[1682] = 1632,
|
|
[1683] = 1633,
|
|
[1684] = 1281,
|
|
[1685] = 1287,
|
|
[1686] = 1290,
|
|
[1687] = 1687,
|
|
[1688] = 1299,
|
|
[1689] = 1316,
|
|
[1690] = 1336,
|
|
[1691] = 1286,
|
|
[1692] = 1584,
|
|
[1693] = 1634,
|
|
[1694] = 1220,
|
|
[1695] = 1276,
|
|
[1696] = 1303,
|
|
[1697] = 1273,
|
|
[1698] = 1274,
|
|
[1699] = 1308,
|
|
[1700] = 1270,
|
|
[1701] = 1317,
|
|
[1702] = 1328,
|
|
[1703] = 1333,
|
|
[1704] = 1283,
|
|
[1705] = 1705,
|
|
[1706] = 1706,
|
|
[1707] = 1304,
|
|
[1708] = 1272,
|
|
[1709] = 1284,
|
|
[1710] = 1248,
|
|
[1711] = 1711,
|
|
[1712] = 1268,
|
|
[1713] = 1713,
|
|
[1714] = 1585,
|
|
[1715] = 1715,
|
|
[1716] = 1716,
|
|
[1717] = 1717,
|
|
[1718] = 1718,
|
|
[1719] = 1719,
|
|
[1720] = 1720,
|
|
[1721] = 1721,
|
|
[1722] = 1722,
|
|
[1723] = 1723,
|
|
[1724] = 1724,
|
|
[1725] = 1725,
|
|
[1726] = 1726,
|
|
[1727] = 1727,
|
|
[1728] = 1590,
|
|
[1729] = 1591,
|
|
[1730] = 1730,
|
|
[1731] = 1592,
|
|
[1732] = 1732,
|
|
[1733] = 1733,
|
|
[1734] = 1593,
|
|
[1735] = 1735,
|
|
[1736] = 1606,
|
|
[1737] = 1607,
|
|
[1738] = 1738,
|
|
[1739] = 1739,
|
|
[1740] = 1740,
|
|
[1741] = 1741,
|
|
[1742] = 1248,
|
|
[1743] = 1583,
|
|
[1744] = 1744,
|
|
[1745] = 1745,
|
|
[1746] = 1746,
|
|
[1747] = 1747,
|
|
[1748] = 1748,
|
|
[1749] = 1748,
|
|
[1750] = 1750,
|
|
[1751] = 1751,
|
|
[1752] = 1487,
|
|
[1753] = 1751,
|
|
[1754] = 1487,
|
|
[1755] = 1755,
|
|
[1756] = 1487,
|
|
[1757] = 1757,
|
|
[1758] = 1758,
|
|
[1759] = 1759,
|
|
[1760] = 1547,
|
|
[1761] = 1550,
|
|
[1762] = 1751,
|
|
[1763] = 1706,
|
|
[1764] = 1487,
|
|
[1765] = 1765,
|
|
[1766] = 1766,
|
|
[1767] = 1766,
|
|
[1768] = 1768,
|
|
[1769] = 1711,
|
|
[1770] = 1711,
|
|
[1771] = 1768,
|
|
[1772] = 1555,
|
|
[1773] = 1687,
|
|
[1774] = 1774,
|
|
[1775] = 1487,
|
|
[1776] = 1776,
|
|
[1777] = 1748,
|
|
[1778] = 1778,
|
|
[1779] = 1779,
|
|
[1780] = 1766,
|
|
[1781] = 1774,
|
|
[1782] = 1528,
|
|
[1783] = 1783,
|
|
[1784] = 1784,
|
|
[1785] = 1705,
|
|
[1786] = 1786,
|
|
[1787] = 1487,
|
|
[1788] = 1546,
|
|
[1789] = 1766,
|
|
[1790] = 1790,
|
|
[1791] = 1530,
|
|
[1792] = 1768,
|
|
[1793] = 1768,
|
|
[1794] = 1779,
|
|
[1795] = 1776,
|
|
[1796] = 1796,
|
|
[1797] = 1797,
|
|
[1798] = 1549,
|
|
[1799] = 1537,
|
|
[1800] = 1800,
|
|
[1801] = 1487,
|
|
[1802] = 1609,
|
|
[1803] = 1796,
|
|
[1804] = 1534,
|
|
[1805] = 1706,
|
|
[1806] = 1723,
|
|
[1807] = 1724,
|
|
[1808] = 1525,
|
|
[1809] = 1748,
|
|
[1810] = 1751,
|
|
[1811] = 1641,
|
|
[1812] = 1812,
|
|
[1813] = 1813,
|
|
[1814] = 1814,
|
|
[1815] = 394,
|
|
[1816] = 1501,
|
|
[1817] = 1812,
|
|
[1818] = 1501,
|
|
[1819] = 1819,
|
|
[1820] = 1820,
|
|
[1821] = 1821,
|
|
[1822] = 1814,
|
|
[1823] = 1823,
|
|
[1824] = 1511,
|
|
[1825] = 1825,
|
|
[1826] = 1826,
|
|
[1827] = 1621,
|
|
[1828] = 1828,
|
|
[1829] = 1628,
|
|
[1830] = 1830,
|
|
[1831] = 1831,
|
|
[1832] = 1832,
|
|
[1833] = 1833,
|
|
[1834] = 1834,
|
|
[1835] = 1778,
|
|
[1836] = 1567,
|
|
[1837] = 1797,
|
|
[1838] = 1800,
|
|
[1839] = 1569,
|
|
[1840] = 1840,
|
|
[1841] = 1832,
|
|
[1842] = 1746,
|
|
[1843] = 1747,
|
|
[1844] = 1750,
|
|
[1845] = 1755,
|
|
[1846] = 1759,
|
|
[1847] = 1826,
|
|
[1848] = 1848,
|
|
[1849] = 1849,
|
|
[1850] = 1819,
|
|
[1851] = 1851,
|
|
[1852] = 1852,
|
|
[1853] = 1853,
|
|
[1854] = 1854,
|
|
[1855] = 1855,
|
|
[1856] = 1511,
|
|
[1857] = 1512,
|
|
[1858] = 1563,
|
|
[1859] = 1859,
|
|
[1860] = 1833,
|
|
[1861] = 1861,
|
|
[1862] = 1862,
|
|
[1863] = 1814,
|
|
[1864] = 1864,
|
|
[1865] = 1501,
|
|
[1866] = 1866,
|
|
[1867] = 393,
|
|
[1868] = 1819,
|
|
[1869] = 1869,
|
|
[1870] = 1564,
|
|
[1871] = 1565,
|
|
[1872] = 1872,
|
|
[1873] = 1825,
|
|
[1874] = 1874,
|
|
[1875] = 1831,
|
|
[1876] = 1876,
|
|
[1877] = 1877,
|
|
[1878] = 1849,
|
|
[1879] = 1558,
|
|
[1880] = 1560,
|
|
[1881] = 1881,
|
|
[1882] = 1855,
|
|
[1883] = 1511,
|
|
[1884] = 1512,
|
|
[1885] = 1876,
|
|
[1886] = 1886,
|
|
[1887] = 1208,
|
|
[1888] = 1888,
|
|
[1889] = 1889,
|
|
[1890] = 1814,
|
|
[1891] = 1891,
|
|
[1892] = 1568,
|
|
[1893] = 1501,
|
|
[1894] = 1819,
|
|
[1895] = 1895,
|
|
[1896] = 1896,
|
|
[1897] = 1897,
|
|
[1898] = 1898,
|
|
[1899] = 1899,
|
|
[1900] = 1900,
|
|
[1901] = 1831,
|
|
[1902] = 1571,
|
|
[1903] = 1778,
|
|
[1904] = 1572,
|
|
[1905] = 1783,
|
|
[1906] = 1906,
|
|
[1907] = 1797,
|
|
[1908] = 1855,
|
|
[1909] = 1511,
|
|
[1910] = 1512,
|
|
[1911] = 1800,
|
|
[1912] = 1912,
|
|
[1913] = 1913,
|
|
[1914] = 1872,
|
|
[1915] = 1915,
|
|
[1916] = 1906,
|
|
[1917] = 1814,
|
|
[1918] = 1501,
|
|
[1919] = 1819,
|
|
[1920] = 1706,
|
|
[1921] = 1711,
|
|
[1922] = 1719,
|
|
[1923] = 1721,
|
|
[1924] = 1832,
|
|
[1925] = 1925,
|
|
[1926] = 1926,
|
|
[1927] = 1745,
|
|
[1928] = 1570,
|
|
[1929] = 1929,
|
|
[1930] = 1930,
|
|
[1931] = 1931,
|
|
[1932] = 1855,
|
|
[1933] = 1511,
|
|
[1934] = 1512,
|
|
[1935] = 1746,
|
|
[1936] = 1864,
|
|
[1937] = 1937,
|
|
[1938] = 1750,
|
|
[1939] = 1720,
|
|
[1940] = 1722,
|
|
[1941] = 1561,
|
|
[1942] = 1814,
|
|
[1943] = 1943,
|
|
[1944] = 1501,
|
|
[1945] = 1819,
|
|
[1946] = 1755,
|
|
[1947] = 1826,
|
|
[1948] = 1948,
|
|
[1949] = 1644,
|
|
[1950] = 1646,
|
|
[1951] = 1647,
|
|
[1952] = 1648,
|
|
[1953] = 1758,
|
|
[1954] = 1679,
|
|
[1955] = 1759,
|
|
[1956] = 1855,
|
|
[1957] = 1511,
|
|
[1958] = 1512,
|
|
[1959] = 392,
|
|
[1960] = 1862,
|
|
[1961] = 1961,
|
|
[1962] = 1962,
|
|
[1963] = 1855,
|
|
[1964] = 1814,
|
|
[1965] = 1965,
|
|
[1966] = 1966,
|
|
[1967] = 1501,
|
|
[1968] = 1819,
|
|
[1969] = 1969,
|
|
[1970] = 1888,
|
|
[1971] = 1830,
|
|
[1972] = 1972,
|
|
[1973] = 1973,
|
|
[1974] = 1974,
|
|
[1975] = 1823,
|
|
[1976] = 1849,
|
|
[1977] = 1977,
|
|
[1978] = 1589,
|
|
[1979] = 1926,
|
|
[1980] = 1619,
|
|
[1981] = 1855,
|
|
[1982] = 1855,
|
|
[1983] = 1834,
|
|
[1984] = 1814,
|
|
[1985] = 1814,
|
|
[1986] = 1819,
|
|
[1987] = 1987,
|
|
[1988] = 1649,
|
|
[1989] = 1535,
|
|
[1990] = 1889,
|
|
[1991] = 1512,
|
|
[1992] = 1992,
|
|
[1993] = 1819,
|
|
[1994] = 1994,
|
|
[1995] = 1713,
|
|
[1996] = 1912,
|
|
[1997] = 1851,
|
|
[1998] = 1819,
|
|
[1999] = 1639,
|
|
[2000] = 1726,
|
|
[2001] = 1727,
|
|
[2002] = 1732,
|
|
[2003] = 1931,
|
|
[2004] = 1948,
|
|
[2005] = 1741,
|
|
[2006] = 395,
|
|
[2007] = 389,
|
|
[2008] = 2008,
|
|
[2009] = 2009,
|
|
[2010] = 2009,
|
|
[2011] = 2011,
|
|
[2012] = 1937,
|
|
[2013] = 1574,
|
|
[2014] = 1925,
|
|
[2015] = 1575,
|
|
[2016] = 1577,
|
|
[2017] = 1581,
|
|
[2018] = 2018,
|
|
[2019] = 2019,
|
|
[2020] = 1631,
|
|
[2021] = 1544,
|
|
[2022] = 1548,
|
|
[2023] = 2023,
|
|
[2024] = 1855,
|
|
[2025] = 1645,
|
|
[2026] = 1819,
|
|
[2027] = 1655,
|
|
[2028] = 1667,
|
|
[2029] = 1672,
|
|
[2030] = 1676,
|
|
[2031] = 1740,
|
|
[2032] = 1511,
|
|
[2033] = 1715,
|
|
[2034] = 1716,
|
|
[2035] = 1717,
|
|
[2036] = 1718,
|
|
[2037] = 2037,
|
|
[2038] = 1512,
|
|
[2039] = 1813,
|
|
[2040] = 1725,
|
|
[2041] = 1531,
|
|
[2042] = 2042,
|
|
[2043] = 1730,
|
|
[2044] = 1195,
|
|
[2045] = 2011,
|
|
[2046] = 1974,
|
|
[2047] = 2047,
|
|
[2048] = 1733,
|
|
[2049] = 1735,
|
|
[2050] = 1738,
|
|
[2051] = 2051,
|
|
[2052] = 1747,
|
|
[2053] = 2053,
|
|
[2054] = 2054,
|
|
[2055] = 1195,
|
|
[2056] = 2056,
|
|
[2057] = 2042,
|
|
[2058] = 2058,
|
|
[2059] = 2054,
|
|
[2060] = 2053,
|
|
[2061] = 2053,
|
|
[2062] = 2062,
|
|
[2063] = 2063,
|
|
[2064] = 1840,
|
|
[2065] = 2065,
|
|
[2066] = 2066,
|
|
[2067] = 2067,
|
|
[2068] = 2068,
|
|
[2069] = 2069,
|
|
[2070] = 2070,
|
|
[2071] = 2071,
|
|
[2072] = 2062,
|
|
[2073] = 2073,
|
|
[2074] = 2074,
|
|
[2075] = 1218,
|
|
[2076] = 2076,
|
|
[2077] = 2077,
|
|
[2078] = 2078,
|
|
[2079] = 2069,
|
|
[2080] = 2080,
|
|
[2081] = 1899,
|
|
[2082] = 2063,
|
|
[2083] = 2071,
|
|
[2084] = 2078,
|
|
[2085] = 2071,
|
|
[2086] = 2069,
|
|
[2087] = 2069,
|
|
[2088] = 2078,
|
|
[2089] = 2089,
|
|
[2090] = 2063,
|
|
[2091] = 2078,
|
|
[2092] = 2056,
|
|
[2093] = 2058,
|
|
[2094] = 2078,
|
|
[2095] = 2054,
|
|
[2096] = 2063,
|
|
[2097] = 2053,
|
|
[2098] = 2063,
|
|
[2099] = 2056,
|
|
[2100] = 1220,
|
|
[2101] = 1820,
|
|
[2102] = 2058,
|
|
[2103] = 2103,
|
|
[2104] = 2104,
|
|
[2105] = 2054,
|
|
[2106] = 2106,
|
|
[2107] = 2053,
|
|
[2108] = 2108,
|
|
[2109] = 2109,
|
|
[2110] = 2089,
|
|
[2111] = 2089,
|
|
[2112] = 2112,
|
|
[2113] = 2113,
|
|
[2114] = 2069,
|
|
[2115] = 2115,
|
|
[2116] = 2063,
|
|
[2117] = 2058,
|
|
[2118] = 2080,
|
|
[2119] = 2053,
|
|
[2120] = 2120,
|
|
[2121] = 1896,
|
|
[2122] = 2122,
|
|
[2123] = 2106,
|
|
[2124] = 2056,
|
|
[2125] = 2125,
|
|
[2126] = 2069,
|
|
[2127] = 2127,
|
|
[2128] = 2063,
|
|
[2129] = 2129,
|
|
[2130] = 2058,
|
|
[2131] = 2053,
|
|
[2132] = 2080,
|
|
[2133] = 2104,
|
|
[2134] = 2056,
|
|
[2135] = 2104,
|
|
[2136] = 2136,
|
|
[2137] = 2137,
|
|
[2138] = 2069,
|
|
[2139] = 1891,
|
|
[2140] = 2063,
|
|
[2141] = 2054,
|
|
[2142] = 2058,
|
|
[2143] = 2071,
|
|
[2144] = 2144,
|
|
[2145] = 2063,
|
|
[2146] = 1943,
|
|
[2147] = 2147,
|
|
[2148] = 2108,
|
|
[2149] = 1966,
|
|
[2150] = 2069,
|
|
[2151] = 2071,
|
|
[2152] = 2058,
|
|
[2153] = 2069,
|
|
[2154] = 2078,
|
|
[2155] = 2071,
|
|
[2156] = 2156,
|
|
[2157] = 2078,
|
|
[2158] = 2071,
|
|
[2159] = 2159,
|
|
[2160] = 1874,
|
|
[2161] = 2161,
|
|
[2162] = 2063,
|
|
[2163] = 2163,
|
|
[2164] = 2068,
|
|
[2165] = 2165,
|
|
[2166] = 2166,
|
|
[2167] = 2056,
|
|
[2168] = 2058,
|
|
[2169] = 2169,
|
|
[2170] = 2063,
|
|
[2171] = 2171,
|
|
[2172] = 1220,
|
|
[2173] = 2104,
|
|
[2174] = 1913,
|
|
[2175] = 1208,
|
|
[2176] = 2062,
|
|
[2177] = 2054,
|
|
[2178] = 2161,
|
|
[2179] = 2053,
|
|
[2180] = 2161,
|
|
[2181] = 2181,
|
|
[2182] = 2182,
|
|
[2183] = 2183,
|
|
[2184] = 2053,
|
|
[2185] = 2106,
|
|
[2186] = 2136,
|
|
[2187] = 2054,
|
|
[2188] = 2037,
|
|
[2189] = 2053,
|
|
[2190] = 2190,
|
|
[2191] = 2069,
|
|
[2192] = 2192,
|
|
[2193] = 1881,
|
|
[2194] = 1895,
|
|
[2195] = 1897,
|
|
[2196] = 2056,
|
|
[2197] = 1828,
|
|
[2198] = 2198,
|
|
[2199] = 1929,
|
|
[2200] = 1852,
|
|
[2201] = 2136,
|
|
[2202] = 2058,
|
|
[2203] = 2056,
|
|
[2204] = 1853,
|
|
[2205] = 2054,
|
|
[2206] = 1961,
|
|
[2207] = 1962,
|
|
[2208] = 2053,
|
|
[2209] = 1965,
|
|
[2210] = 1854,
|
|
[2211] = 2136,
|
|
[2212] = 2058,
|
|
[2213] = 1786,
|
|
[2214] = 2106,
|
|
[2215] = 2144,
|
|
[2216] = 2103,
|
|
[2217] = 2058,
|
|
[2218] = 2071,
|
|
[2219] = 2219,
|
|
[2220] = 2069,
|
|
[2221] = 2144,
|
|
[2222] = 2078,
|
|
[2223] = 2103,
|
|
[2224] = 2062,
|
|
[2225] = 2225,
|
|
[2226] = 2226,
|
|
[2227] = 2227,
|
|
[2228] = 2228,
|
|
[2229] = 2229,
|
|
[2230] = 2230,
|
|
[2231] = 2231,
|
|
[2232] = 1639,
|
|
[2233] = 2233,
|
|
[2234] = 2228,
|
|
[2235] = 2235,
|
|
[2236] = 2236,
|
|
[2237] = 2237,
|
|
[2238] = 2238,
|
|
[2239] = 2239,
|
|
[2240] = 2240,
|
|
[2241] = 2241,
|
|
[2242] = 2235,
|
|
[2243] = 2238,
|
|
[2244] = 2228,
|
|
[2245] = 2245,
|
|
[2246] = 2246,
|
|
[2247] = 2247,
|
|
[2248] = 2248,
|
|
[2249] = 2249,
|
|
[2250] = 2250,
|
|
[2251] = 2237,
|
|
[2252] = 2252,
|
|
[2253] = 2237,
|
|
[2254] = 2254,
|
|
[2255] = 2255,
|
|
[2256] = 2228,
|
|
[2257] = 2257,
|
|
[2258] = 2240,
|
|
[2259] = 2259,
|
|
[2260] = 2260,
|
|
[2261] = 2261,
|
|
[2262] = 2235,
|
|
[2263] = 2228,
|
|
[2264] = 2264,
|
|
[2265] = 2239,
|
|
[2266] = 2237,
|
|
[2267] = 2267,
|
|
[2268] = 2237,
|
|
[2269] = 2269,
|
|
[2270] = 2240,
|
|
[2271] = 2235,
|
|
[2272] = 2272,
|
|
[2273] = 1567,
|
|
[2274] = 1569,
|
|
[2275] = 2240,
|
|
[2276] = 2237,
|
|
[2277] = 2277,
|
|
[2278] = 2235,
|
|
[2279] = 2279,
|
|
[2280] = 2233,
|
|
[2281] = 2281,
|
|
[2282] = 2229,
|
|
[2283] = 2283,
|
|
[2284] = 1174,
|
|
[2285] = 2230,
|
|
[2286] = 2286,
|
|
[2287] = 2287,
|
|
[2288] = 2288,
|
|
[2289] = 2226,
|
|
[2290] = 2227,
|
|
[2291] = 2291,
|
|
[2292] = 2261,
|
|
[2293] = 2293,
|
|
[2294] = 2277,
|
|
[2295] = 2228,
|
|
[2296] = 2281,
|
|
[2297] = 2297,
|
|
[2298] = 2237,
|
|
[2299] = 2299,
|
|
[2300] = 2300,
|
|
[2301] = 2301,
|
|
[2302] = 2235,
|
|
[2303] = 2286,
|
|
[2304] = 1558,
|
|
[2305] = 1560,
|
|
[2306] = 2241,
|
|
[2307] = 2307,
|
|
[2308] = 2308,
|
|
[2309] = 2309,
|
|
[2310] = 2310,
|
|
[2311] = 2249,
|
|
[2312] = 2238,
|
|
[2313] = 2288,
|
|
[2314] = 2314,
|
|
[2315] = 2231,
|
|
[2316] = 2316,
|
|
[2317] = 2283,
|
|
[2318] = 2318,
|
|
[2319] = 2240,
|
|
[2320] = 2320,
|
|
[2321] = 2286,
|
|
[2322] = 2272,
|
|
[2323] = 2307,
|
|
[2324] = 2283,
|
|
[2325] = 2325,
|
|
[2326] = 2279,
|
|
[2327] = 2286,
|
|
[2328] = 2261,
|
|
[2329] = 2240,
|
|
[2330] = 2228,
|
|
[2331] = 2238,
|
|
[2332] = 2286,
|
|
[2333] = 2333,
|
|
[2334] = 2235,
|
|
[2335] = 2237,
|
|
[2336] = 2269,
|
|
[2337] = 2286,
|
|
[2338] = 2299,
|
|
[2339] = 2240,
|
|
[2340] = 2241,
|
|
[2341] = 2235,
|
|
[2342] = 2286,
|
|
[2343] = 2343,
|
|
[2344] = 2229,
|
|
[2345] = 2308,
|
|
[2346] = 2230,
|
|
[2347] = 2347,
|
|
[2348] = 2286,
|
|
[2349] = 2228,
|
|
[2350] = 2299,
|
|
[2351] = 2272,
|
|
[2352] = 2343,
|
|
[2353] = 2236,
|
|
[2354] = 2267,
|
|
[2355] = 2300,
|
|
[2356] = 2267,
|
|
[2357] = 2267,
|
|
[2358] = 2267,
|
|
[2359] = 2267,
|
|
[2360] = 2267,
|
|
[2361] = 2267,
|
|
[2362] = 2240,
|
|
[2363] = 2363,
|
|
[2364] = 2364,
|
|
[2365] = 2365,
|
|
[2366] = 2364,
|
|
[2367] = 2367,
|
|
[2368] = 2368,
|
|
[2369] = 2127,
|
|
[2370] = 2370,
|
|
[2371] = 2365,
|
|
[2372] = 2372,
|
|
[2373] = 2373,
|
|
[2374] = 2374,
|
|
[2375] = 2375,
|
|
[2376] = 2376,
|
|
[2377] = 2367,
|
|
[2378] = 2378,
|
|
[2379] = 2364,
|
|
[2380] = 2380,
|
|
[2381] = 2378,
|
|
[2382] = 2382,
|
|
[2383] = 2383,
|
|
[2384] = 2384,
|
|
[2385] = 2385,
|
|
[2386] = 2386,
|
|
[2387] = 2372,
|
|
[2388] = 2376,
|
|
[2389] = 2389,
|
|
[2390] = 2390,
|
|
[2391] = 2391,
|
|
[2392] = 2392,
|
|
[2393] = 2364,
|
|
[2394] = 2394,
|
|
[2395] = 2378,
|
|
[2396] = 2396,
|
|
[2397] = 2397,
|
|
[2398] = 2376,
|
|
[2399] = 2378,
|
|
[2400] = 2385,
|
|
[2401] = 2401,
|
|
[2402] = 2391,
|
|
[2403] = 2403,
|
|
[2404] = 2404,
|
|
[2405] = 2391,
|
|
[2406] = 2406,
|
|
[2407] = 2407,
|
|
[2408] = 2408,
|
|
[2409] = 2409,
|
|
[2410] = 2403,
|
|
[2411] = 2392,
|
|
[2412] = 2368,
|
|
[2413] = 2375,
|
|
[2414] = 2365,
|
|
[2415] = 2367,
|
|
[2416] = 2416,
|
|
[2417] = 2417,
|
|
[2418] = 2418,
|
|
[2419] = 2372,
|
|
[2420] = 2391,
|
|
[2421] = 2421,
|
|
[2422] = 2422,
|
|
[2423] = 2423,
|
|
[2424] = 2364,
|
|
[2425] = 2425,
|
|
[2426] = 2365,
|
|
[2427] = 2386,
|
|
[2428] = 2389,
|
|
[2429] = 2375,
|
|
[2430] = 2430,
|
|
[2431] = 2372,
|
|
[2432] = 2423,
|
|
[2433] = 2433,
|
|
[2434] = 2376,
|
|
[2435] = 2378,
|
|
[2436] = 2372,
|
|
[2437] = 2437,
|
|
[2438] = 2368,
|
|
[2439] = 2384,
|
|
[2440] = 2418,
|
|
[2441] = 2391,
|
|
[2442] = 2396,
|
|
[2443] = 2443,
|
|
[2444] = 2409,
|
|
[2445] = 2445,
|
|
[2446] = 2364,
|
|
[2447] = 2386,
|
|
[2448] = 2448,
|
|
[2449] = 2368,
|
|
[2450] = 2364,
|
|
[2451] = 2451,
|
|
[2452] = 2425,
|
|
[2453] = 2365,
|
|
[2454] = 2454,
|
|
[2455] = 2407,
|
|
[2456] = 2392,
|
|
[2457] = 2391,
|
|
[2458] = 2368,
|
|
[2459] = 2459,
|
|
[2460] = 2376,
|
|
[2461] = 2461,
|
|
[2462] = 2368,
|
|
[2463] = 2463,
|
|
[2464] = 2374,
|
|
[2465] = 2364,
|
|
[2466] = 2378,
|
|
[2467] = 2467,
|
|
[2468] = 2468,
|
|
[2469] = 2383,
|
|
[2470] = 2113,
|
|
[2471] = 2378,
|
|
[2472] = 2396,
|
|
[2473] = 2443,
|
|
[2474] = 2409,
|
|
[2475] = 2389,
|
|
[2476] = 2416,
|
|
[2477] = 2477,
|
|
[2478] = 2478,
|
|
[2479] = 2451,
|
|
[2480] = 2480,
|
|
[2481] = 2364,
|
|
[2482] = 2407,
|
|
[2483] = 2392,
|
|
[2484] = 2484,
|
|
[2485] = 2380,
|
|
[2486] = 2478,
|
|
[2487] = 2487,
|
|
[2488] = 2386,
|
|
[2489] = 1248,
|
|
[2490] = 2407,
|
|
[2491] = 2491,
|
|
[2492] = 2391,
|
|
[2493] = 2451,
|
|
[2494] = 2484,
|
|
[2495] = 2392,
|
|
[2496] = 2364,
|
|
[2497] = 2406,
|
|
[2498] = 2376,
|
|
[2499] = 2499,
|
|
[2500] = 2500,
|
|
[2501] = 2501,
|
|
[2502] = 2443,
|
|
[2503] = 2385,
|
|
[2504] = 2376,
|
|
[2505] = 2392,
|
|
[2506] = 1268,
|
|
[2507] = 2378,
|
|
[2508] = 2365,
|
|
[2509] = 2509,
|
|
[2510] = 2391,
|
|
[2511] = 2384,
|
|
[2512] = 2368,
|
|
[2513] = 2513,
|
|
[2514] = 2406,
|
|
[2515] = 2392,
|
|
[2516] = 2365,
|
|
[2517] = 2509,
|
|
[2518] = 2461,
|
|
[2519] = 2372,
|
|
[2520] = 2122,
|
|
[2521] = 2418,
|
|
[2522] = 2380,
|
|
[2523] = 2364,
|
|
[2524] = 2375,
|
|
[2525] = 2392,
|
|
[2526] = 2367,
|
|
[2527] = 2527,
|
|
[2528] = 2368,
|
|
[2529] = 2529,
|
|
[2530] = 2454,
|
|
[2531] = 2531,
|
|
[2532] = 2461,
|
|
[2533] = 2374,
|
|
[2534] = 2392,
|
|
[2535] = 2370,
|
|
[2536] = 2383,
|
|
[2537] = 2537,
|
|
[2538] = 2365,
|
|
[2539] = 2451,
|
|
[2540] = 2480,
|
|
[2541] = 2467,
|
|
[2542] = 2430,
|
|
[2543] = 2543,
|
|
[2544] = 2531,
|
|
[2545] = 2397,
|
|
[2546] = 2477,
|
|
[2547] = 2370,
|
|
[2548] = 2548,
|
|
[2549] = 2543,
|
|
[2550] = 2531,
|
|
[2551] = 2397,
|
|
[2552] = 2370,
|
|
[2553] = 2543,
|
|
[2554] = 2370,
|
|
[2555] = 2378,
|
|
[2556] = 2370,
|
|
[2557] = 2372,
|
|
[2558] = 2370,
|
|
[2559] = 2391,
|
|
[2560] = 2370,
|
|
[2561] = 2376,
|
|
[2562] = 2372,
|
|
};
|
|
|
|
static const TSSymbol ts_supertype_symbols[SUPERTYPE_COUNT] = {
|
|
sym__expression,
|
|
sym__simple_statement,
|
|
sym__simple_type,
|
|
sym__statement,
|
|
};
|
|
|
|
static const TSMapSlice ts_supertype_map_slices[] = {
|
|
[sym__expression] = {.index = 0, .length = 25},
|
|
[sym__simple_statement] = {.index = 25, .length = 6},
|
|
[sym__simple_type] = {.index = 31, .length = 12},
|
|
[sym__statement] = {.index = 43, .length = 19},
|
|
};
|
|
|
|
static const TSSymbol ts_supertype_map_entries[] = {
|
|
[0] =
|
|
anon_sym_make,
|
|
anon_sym_new,
|
|
sym_binary_expression,
|
|
sym_call_expression,
|
|
sym_composite_literal,
|
|
sym_false,
|
|
sym_float_literal,
|
|
sym_func_literal,
|
|
sym_identifier,
|
|
sym_imaginary_literal,
|
|
sym_index_expression,
|
|
sym_int_literal,
|
|
sym_interpreted_string_literal,
|
|
sym_iota,
|
|
sym_nil,
|
|
sym_parenthesized_expression,
|
|
sym_raw_string_literal,
|
|
sym_rune_literal,
|
|
sym_selector_expression,
|
|
sym_slice_expression,
|
|
sym_true,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_unary_expression,
|
|
[25] =
|
|
sym_assignment_statement,
|
|
sym_dec_statement,
|
|
sym_expression_statement,
|
|
sym_inc_statement,
|
|
sym_send_statement,
|
|
sym_short_var_declaration,
|
|
[31] =
|
|
alias_sym_type_identifier,
|
|
sym_array_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
sym_generic_type,
|
|
sym_interface_type,
|
|
sym_map_type,
|
|
sym_negated_type,
|
|
sym_pointer_type,
|
|
sym_qualified_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
[43] =
|
|
sym__simple_statement,
|
|
sym_block,
|
|
sym_break_statement,
|
|
sym_const_declaration,
|
|
sym_continue_statement,
|
|
sym_defer_statement,
|
|
sym_empty_statement,
|
|
sym_expression_switch_statement,
|
|
sym_fallthrough_statement,
|
|
sym_for_statement,
|
|
sym_go_statement,
|
|
sym_goto_statement,
|
|
sym_if_statement,
|
|
sym_labeled_statement,
|
|
sym_return_statement,
|
|
sym_select_statement,
|
|
sym_type_declaration,
|
|
sym_type_switch_statement,
|
|
sym_var_declaration,
|
|
};
|
|
|
|
static const TSCharacterRange sym_identifier_character_set_1[] = {
|
|
{'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6},
|
|
{0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x370, 0x374}, {0x376, 0x377}, {0x37b, 0x37d},
|
|
{0x37f, 0x37f}, {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481}, {0x48a, 0x52f},
|
|
{0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x620, 0x64a}, {0x66e, 0x66f}, {0x671, 0x6d3},
|
|
{0x6d5, 0x6d5}, {0x6e5, 0x6e6}, {0x6ee, 0x6ef}, {0x6fa, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x710}, {0x712, 0x72f}, {0x74d, 0x7a5},
|
|
{0x7b1, 0x7b1}, {0x7ca, 0x7ea}, {0x7f4, 0x7f5}, {0x7fa, 0x7fa}, {0x800, 0x815}, {0x81a, 0x81a}, {0x824, 0x824}, {0x828, 0x828},
|
|
{0x840, 0x858}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x8a0, 0x8c9}, {0x904, 0x939}, {0x93d, 0x93d}, {0x950, 0x950},
|
|
{0x958, 0x961}, {0x971, 0x980}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9},
|
|
{0x9bd, 0x9bd}, {0x9ce, 0x9ce}, {0x9dc, 0x9dd}, {0x9df, 0x9e1}, {0x9f0, 0x9f1}, {0x9fc, 0x9fc}, {0xa05, 0xa0a}, {0xa0f, 0xa10},
|
|
{0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa72, 0xa74},
|
|
{0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabd, 0xabd}, {0xad0, 0xad0},
|
|
{0xae0, 0xae1}, {0xaf9, 0xaf9}, {0xb05, 0xb0c}, {0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39},
|
|
{0xb3d, 0xb3d}, {0xb5c, 0xb5d}, {0xb5f, 0xb61}, {0xb71, 0xb71}, {0xb83, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90}, {0xb92, 0xb95},
|
|
{0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbd0, 0xbd0}, {0xc05, 0xc0c},
|
|
{0xc0e, 0xc10}, {0xc12, 0xc28}, {0xc2a, 0xc39}, {0xc3d, 0xc3d}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc61}, {0xc80, 0xc80},
|
|
{0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbd, 0xcbd}, {0xcdd, 0xcde}, {0xce0, 0xce1},
|
|
{0xcf1, 0xcf2}, {0xd04, 0xd0c}, {0xd0e, 0xd10}, {0xd12, 0xd3a}, {0xd3d, 0xd3d}, {0xd4e, 0xd4e}, {0xd54, 0xd56}, {0xd5f, 0xd61},
|
|
{0xd7a, 0xd7f}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xe01, 0xe30}, {0xe32, 0xe32},
|
|
{0xe40, 0xe46}, {0xe81, 0xe82}, {0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xeb0}, {0xeb2, 0xeb2},
|
|
{0xebd, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf40, 0xf47}, {0xf49, 0xf6c}, {0xf88, 0xf8c},
|
|
{0x1000, 0x102a}, {0x103f, 0x103f}, {0x1050, 0x1055}, {0x105a, 0x105d}, {0x1061, 0x1061}, {0x1065, 0x1066}, {0x106e, 0x1070}, {0x1075, 0x1081},
|
|
{0x108e, 0x108e}, {0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d}, {0x1250, 0x1256},
|
|
{0x1258, 0x1258}, {0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, {0x12b8, 0x12be}, {0x12c0, 0x12c0},
|
|
{0x12c2, 0x12c5}, {0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x1380, 0x138f}, {0x13a0, 0x13f5}, {0x13f8, 0x13fd},
|
|
{0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1711}, {0x171f, 0x1731}, {0x1740, 0x1751},
|
|
{0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dc}, {0x1820, 0x1878}, {0x1880, 0x18a8}, {0x18aa, 0x18aa},
|
|
{0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1950, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x1a00, 0x1a16}, {0x1a20, 0x1a54},
|
|
{0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, {0x1b83, 0x1ba0}, {0x1bae, 0x1baf}, {0x1bba, 0x1be5}, {0x1c00, 0x1c23}, {0x1c4d, 0x1c4f},
|
|
{0x1c5a, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa},
|
|
{0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b},
|
|
{0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3},
|
|
{0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x2071, 0x2071}, {0x207f, 0x207f}, {0x2090, 0x209c}, {0x2102, 0x2102},
|
|
{0x2107, 0x2107}, {0x210a, 0x2113}, {0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139},
|
|
{0x213c, 0x213f}, {0x2145, 0x2149}, {0x214e, 0x214e}, {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cee}, {0x2cf2, 0x2cf3}, {0x2d00, 0x2d25},
|
|
{0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67}, {0x2d6f, 0x2d6f}, {0x2d80, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6},
|
|
{0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x3005, 0x3007}, {0x3021, 0x3029}, {0x3031, 0x3035},
|
|
{0x3038, 0x303c}, {0x3041, 0x3096}, {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf},
|
|
{0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa61f}, {0xa62a, 0xa62b}, {0xa640, 0xa66e},
|
|
{0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc},
|
|
{0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, {0xa840, 0xa873}, {0xa882, 0xa8b3}, {0xa8f2, 0xa8f7}, {0xa8fb, 0xa8fb},
|
|
{0xa8fd, 0xa8fe}, {0xa90a, 0xa925}, {0xa930, 0xa946}, {0xa960, 0xa97c}, {0xa984, 0xa9b2}, {0xa9cf, 0xa9cf}, {0xa9e0, 0xa9e4}, {0xa9e6, 0xa9ef},
|
|
{0xa9fa, 0xa9fe}, {0xaa00, 0xaa28}, {0xaa40, 0xaa42}, {0xaa44, 0xaa4b}, {0xaa60, 0xaa76}, {0xaa7a, 0xaa7a}, {0xaa7e, 0xaaaf}, {0xaab1, 0xaab1},
|
|
{0xaab5, 0xaab6}, {0xaab9, 0xaabd}, {0xaac0, 0xaac0}, {0xaac2, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaea}, {0xaaf2, 0xaaf4}, {0xab01, 0xab06},
|
|
{0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, {0xab5c, 0xab69}, {0xab70, 0xabe2}, {0xac00, 0xd7a3},
|
|
{0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d}, {0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb1d}, {0xfb1f, 0xfb28},
|
|
{0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41}, {0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d},
|
|
{0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b},
|
|
{0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff21, 0xff3a}, {0xff41, 0xff5a}, {0xff66, 0xff9d}, {0xffa0, 0xffbe}, {0xffc2, 0xffc7}, {0xffca, 0xffcf},
|
|
{0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d},
|
|
{0x10080, 0x100fa}, {0x10140, 0x10174}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x10375}, {0x10380, 0x1039d},
|
|
{0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563},
|
|
{0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc},
|
|
{0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805},
|
|
{0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2},
|
|
{0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a00}, {0x10a10, 0x10a13}, {0x10a15, 0x10a17},
|
|
{0x10a19, 0x10a35}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72},
|
|
{0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d23}, {0x10d4a, 0x10d65}, {0x10d6f, 0x10d85}, {0x10e80, 0x10ea9},
|
|
{0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f45}, {0x10f70, 0x10f81}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6},
|
|
{0x11003, 0x11037}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8}, {0x11103, 0x11126}, {0x11144, 0x11144}, {0x11147, 0x11147},
|
|
{0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, {0x111c1, 0x111c4}, {0x111da, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x1122b},
|
|
{0x1123f, 0x11240}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x11305, 0x1130c},
|
|
{0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361},
|
|
{0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113b7}, {0x113d1, 0x113d1}, {0x113d3, 0x113d3}, {0x11400, 0x11434},
|
|
{0x11447, 0x1144a}, {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x11580, 0x115ae}, {0x115d8, 0x115db}, {0x11600, 0x1162f},
|
|
{0x11644, 0x11644}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x11700, 0x1171a}, {0x11740, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118df}, {0x118ff, 0x11906},
|
|
{0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f}, {0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0},
|
|
{0x119e1, 0x119e1}, {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d},
|
|
{0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09},
|
|
{0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, {0x11ee0, 0x11ef2}, {0x11f02, 0x11f02},
|
|
{0x11f04, 0x11f10}, {0x11f12, 0x11f33}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f},
|
|
{0x13441, 0x13446}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x1611d}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a70, 0x16abe}, {0x16ad0, 0x16aed},
|
|
{0x16b00, 0x16b2f}, {0x16b40, 0x16b43}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f50, 0x16f50},
|
|
{0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb},
|
|
{0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a},
|
|
{0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6},
|
|
{0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c},
|
|
{0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da},
|
|
{0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2},
|
|
{0x1d7c4, 0x1d7cb}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad},
|
|
{0x1e2c0, 0x1e2eb}, {0x1e4d0, 0x1e4eb}, {0x1e5d0, 0x1e5ed}, {0x1e5f0, 0x1e5f0}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe},
|
|
{0x1e800, 0x1e8c4}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27},
|
|
{0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b},
|
|
{0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f},
|
|
{0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89},
|
|
{0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1},
|
|
{0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af},
|
|
};
|
|
|
|
static const TSCharacterRange sym_identifier_character_set_2[] = {
|
|
{'0', '9'}, {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xb7, 0xb7}, {0xba, 0xba},
|
|
{0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x300, 0x374},
|
|
{0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481},
|
|
{0x483, 0x487}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x591, 0x5bd}, {0x5bf, 0x5bf}, {0x5c1, 0x5c2},
|
|
{0x5c4, 0x5c5}, {0x5c7, 0x5c7}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x610, 0x61a}, {0x620, 0x669}, {0x66e, 0x6d3}, {0x6d5, 0x6dc},
|
|
{0x6df, 0x6e8}, {0x6ea, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x74a}, {0x74d, 0x7b1}, {0x7c0, 0x7f5}, {0x7fa, 0x7fa}, {0x7fd, 0x7fd},
|
|
{0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x897, 0x8e1}, {0x8e3, 0x963}, {0x966, 0x96f},
|
|
{0x971, 0x983}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bc, 0x9c4},
|
|
{0x9c7, 0x9c8}, {0x9cb, 0x9ce}, {0x9d7, 0x9d7}, {0x9dc, 0x9dd}, {0x9df, 0x9e3}, {0x9e6, 0x9f1}, {0x9fc, 0x9fc}, {0x9fe, 0x9fe},
|
|
{0xa01, 0xa03}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39},
|
|
{0xa3c, 0xa3c}, {0xa3e, 0xa42}, {0xa47, 0xa48}, {0xa4b, 0xa4d}, {0xa51, 0xa51}, {0xa59, 0xa5c}, {0xa5e, 0xa5e}, {0xa66, 0xa75},
|
|
{0xa81, 0xa83}, {0xa85, 0xa8d}, {0xa8f, 0xa91}, {0xa93, 0xaa8}, {0xaaa, 0xab0}, {0xab2, 0xab3}, {0xab5, 0xab9}, {0xabc, 0xac5},
|
|
{0xac7, 0xac9}, {0xacb, 0xacd}, {0xad0, 0xad0}, {0xae0, 0xae3}, {0xae6, 0xaef}, {0xaf9, 0xaff}, {0xb01, 0xb03}, {0xb05, 0xb0c},
|
|
{0xb0f, 0xb10}, {0xb13, 0xb28}, {0xb2a, 0xb30}, {0xb32, 0xb33}, {0xb35, 0xb39}, {0xb3c, 0xb44}, {0xb47, 0xb48}, {0xb4b, 0xb4d},
|
|
{0xb55, 0xb57}, {0xb5c, 0xb5d}, {0xb5f, 0xb63}, {0xb66, 0xb6f}, {0xb71, 0xb71}, {0xb82, 0xb83}, {0xb85, 0xb8a}, {0xb8e, 0xb90},
|
|
{0xb92, 0xb95}, {0xb99, 0xb9a}, {0xb9c, 0xb9c}, {0xb9e, 0xb9f}, {0xba3, 0xba4}, {0xba8, 0xbaa}, {0xbae, 0xbb9}, {0xbbe, 0xbc2},
|
|
{0xbc6, 0xbc8}, {0xbca, 0xbcd}, {0xbd0, 0xbd0}, {0xbd7, 0xbd7}, {0xbe6, 0xbef}, {0xc00, 0xc0c}, {0xc0e, 0xc10}, {0xc12, 0xc28},
|
|
{0xc2a, 0xc39}, {0xc3c, 0xc44}, {0xc46, 0xc48}, {0xc4a, 0xc4d}, {0xc55, 0xc56}, {0xc58, 0xc5a}, {0xc5d, 0xc5d}, {0xc60, 0xc63},
|
|
{0xc66, 0xc6f}, {0xc80, 0xc83}, {0xc85, 0xc8c}, {0xc8e, 0xc90}, {0xc92, 0xca8}, {0xcaa, 0xcb3}, {0xcb5, 0xcb9}, {0xcbc, 0xcc4},
|
|
{0xcc6, 0xcc8}, {0xcca, 0xccd}, {0xcd5, 0xcd6}, {0xcdd, 0xcde}, {0xce0, 0xce3}, {0xce6, 0xcef}, {0xcf1, 0xcf3}, {0xd00, 0xd0c},
|
|
{0xd0e, 0xd10}, {0xd12, 0xd44}, {0xd46, 0xd48}, {0xd4a, 0xd4e}, {0xd54, 0xd57}, {0xd5f, 0xd63}, {0xd66, 0xd6f}, {0xd7a, 0xd7f},
|
|
{0xd81, 0xd83}, {0xd85, 0xd96}, {0xd9a, 0xdb1}, {0xdb3, 0xdbb}, {0xdbd, 0xdbd}, {0xdc0, 0xdc6}, {0xdca, 0xdca}, {0xdcf, 0xdd4},
|
|
{0xdd6, 0xdd6}, {0xdd8, 0xddf}, {0xde6, 0xdef}, {0xdf2, 0xdf3}, {0xe01, 0xe3a}, {0xe40, 0xe4e}, {0xe50, 0xe59}, {0xe81, 0xe82},
|
|
{0xe84, 0xe84}, {0xe86, 0xe8a}, {0xe8c, 0xea3}, {0xea5, 0xea5}, {0xea7, 0xebd}, {0xec0, 0xec4}, {0xec6, 0xec6}, {0xec8, 0xece},
|
|
{0xed0, 0xed9}, {0xedc, 0xedf}, {0xf00, 0xf00}, {0xf18, 0xf19}, {0xf20, 0xf29}, {0xf35, 0xf35}, {0xf37, 0xf37}, {0xf39, 0xf39},
|
|
{0xf3e, 0xf47}, {0xf49, 0xf6c}, {0xf71, 0xf84}, {0xf86, 0xf97}, {0xf99, 0xfbc}, {0xfc6, 0xfc6}, {0x1000, 0x1049}, {0x1050, 0x109d},
|
|
{0x10a0, 0x10c5}, {0x10c7, 0x10c7}, {0x10cd, 0x10cd}, {0x10d0, 0x10fa}, {0x10fc, 0x1248}, {0x124a, 0x124d}, {0x1250, 0x1256}, {0x1258, 0x1258},
|
|
{0x125a, 0x125d}, {0x1260, 0x1288}, {0x128a, 0x128d}, {0x1290, 0x12b0}, {0x12b2, 0x12b5}, {0x12b8, 0x12be}, {0x12c0, 0x12c0}, {0x12c2, 0x12c5},
|
|
{0x12c8, 0x12d6}, {0x12d8, 0x1310}, {0x1312, 0x1315}, {0x1318, 0x135a}, {0x135d, 0x135f}, {0x1369, 0x1371}, {0x1380, 0x138f}, {0x13a0, 0x13f5},
|
|
{0x13f8, 0x13fd}, {0x1401, 0x166c}, {0x166f, 0x167f}, {0x1681, 0x169a}, {0x16a0, 0x16ea}, {0x16ee, 0x16f8}, {0x1700, 0x1715}, {0x171f, 0x1734},
|
|
{0x1740, 0x1753}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1772, 0x1773}, {0x1780, 0x17d3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dd}, {0x17e0, 0x17e9},
|
|
{0x180b, 0x180d}, {0x180f, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1920, 0x192b}, {0x1930, 0x193b},
|
|
{0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, {0x1a00, 0x1a1b}, {0x1a20, 0x1a5e}, {0x1a60, 0x1a7c},
|
|
{0x1a7f, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1ab0, 0x1abd}, {0x1abf, 0x1ace}, {0x1b00, 0x1b4c}, {0x1b50, 0x1b59}, {0x1b6b, 0x1b73},
|
|
{0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1cd0, 0x1cd2},
|
|
{0x1cd4, 0x1cfa}, {0x1d00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b},
|
|
{0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3},
|
|
{0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x200c, 0x200d}, {0x203f, 0x2040}, {0x2054, 0x2054}, {0x2071, 0x2071},
|
|
{0x207f, 0x207f}, {0x2090, 0x209c}, {0x20d0, 0x20dc}, {0x20e1, 0x20e1}, {0x20e5, 0x20f0}, {0x2102, 0x2102}, {0x2107, 0x2107}, {0x210a, 0x2113},
|
|
{0x2115, 0x2115}, {0x2118, 0x211d}, {0x2124, 0x2124}, {0x2126, 0x2126}, {0x2128, 0x2128}, {0x212a, 0x2139}, {0x213c, 0x213f}, {0x2145, 0x2149},
|
|
{0x214e, 0x214e}, {0x2160, 0x2188}, {0x2c00, 0x2ce4}, {0x2ceb, 0x2cf3}, {0x2d00, 0x2d25}, {0x2d27, 0x2d27}, {0x2d2d, 0x2d2d}, {0x2d30, 0x2d67},
|
|
{0x2d6f, 0x2d6f}, {0x2d7f, 0x2d96}, {0x2da0, 0x2da6}, {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce},
|
|
{0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, {0x3021, 0x302f}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096},
|
|
{0x3099, 0x309a}, {0x309d, 0x309f}, {0x30a1, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf},
|
|
{0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66f}, {0xa674, 0xa67d}, {0xa67f, 0xa6f1}, {0xa717, 0xa71f},
|
|
{0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa827}, {0xa82c, 0xa82c}, {0xa840, 0xa873},
|
|
{0xa880, 0xa8c5}, {0xa8d0, 0xa8d9}, {0xa8e0, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa92d}, {0xa930, 0xa953}, {0xa960, 0xa97c}, {0xa980, 0xa9c0},
|
|
{0xa9cf, 0xa9d9}, {0xa9e0, 0xa9fe}, {0xaa00, 0xaa36}, {0xaa40, 0xaa4d}, {0xaa50, 0xaa59}, {0xaa60, 0xaa76}, {0xaa7a, 0xaac2}, {0xaadb, 0xaadd},
|
|
{0xaae0, 0xaaef}, {0xaaf2, 0xaaf6}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a},
|
|
{0xab5c, 0xab69}, {0xab70, 0xabea}, {0xabec, 0xabed}, {0xabf0, 0xabf9}, {0xac00, 0xd7a3}, {0xd7b0, 0xd7c6}, {0xd7cb, 0xd7fb}, {0xf900, 0xfa6d},
|
|
{0xfa70, 0xfad9}, {0xfb00, 0xfb06}, {0xfb13, 0xfb17}, {0xfb1d, 0xfb28}, {0xfb2a, 0xfb36}, {0xfb38, 0xfb3c}, {0xfb3e, 0xfb3e}, {0xfb40, 0xfb41},
|
|
{0xfb43, 0xfb44}, {0xfb46, 0xfbb1}, {0xfbd3, 0xfc5d}, {0xfc64, 0xfd3d}, {0xfd50, 0xfd8f}, {0xfd92, 0xfdc7}, {0xfdf0, 0xfdf9}, {0xfe00, 0xfe0f},
|
|
{0xfe20, 0xfe2f}, {0xfe33, 0xfe34}, {0xfe4d, 0xfe4f}, {0xfe71, 0xfe71}, {0xfe73, 0xfe73}, {0xfe77, 0xfe77}, {0xfe79, 0xfe79}, {0xfe7b, 0xfe7b},
|
|
{0xfe7d, 0xfe7d}, {0xfe7f, 0xfefc}, {0xff10, 0xff19}, {0xff21, 0xff3a}, {0xff3f, 0xff3f}, {0xff41, 0xff5a}, {0xff65, 0xffbe}, {0xffc2, 0xffc7},
|
|
{0xffca, 0xffcf}, {0xffd2, 0xffd7}, {0xffda, 0xffdc}, {0x10000, 0x1000b}, {0x1000d, 0x10026}, {0x10028, 0x1003a}, {0x1003c, 0x1003d}, {0x1003f, 0x1004d},
|
|
{0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x101fd, 0x101fd}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x102e0, 0x102e0}, {0x10300, 0x1031f},
|
|
{0x1032d, 0x1034a}, {0x10350, 0x1037a}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104a0, 0x104a9},
|
|
{0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595},
|
|
{0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767},
|
|
{0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c},
|
|
{0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7},
|
|
{0x109be, 0x109bf}, {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a38, 0x10a3a}, {0x10a3f, 0x10a3f},
|
|
{0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91},
|
|
{0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10d40, 0x10d65}, {0x10d69, 0x10d6d}, {0x10d6f, 0x10d85},
|
|
{0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10efc, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f50}, {0x10f70, 0x10f85},
|
|
{0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, {0x11066, 0x11075}, {0x1107f, 0x110ba}, {0x110c2, 0x110c2}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9},
|
|
{0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, {0x11150, 0x11173}, {0x11176, 0x11176}, {0x11180, 0x111c4}, {0x111c9, 0x111cc}, {0x111ce, 0x111da},
|
|
{0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, {0x1123e, 0x11241}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d},
|
|
{0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, {0x11300, 0x11303}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330},
|
|
{0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, {0x11347, 0x11348}, {0x1134b, 0x1134d}, {0x11350, 0x11350}, {0x11357, 0x11357}, {0x1135d, 0x11363},
|
|
{0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113c0}, {0x113c2, 0x113c2},
|
|
{0x113c5, 0x113c5}, {0x113c7, 0x113ca}, {0x113cc, 0x113d3}, {0x113e1, 0x113e2}, {0x11400, 0x1144a}, {0x11450, 0x11459}, {0x1145e, 0x11461}, {0x11480, 0x114c5},
|
|
{0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd}, {0x11600, 0x11640}, {0x11644, 0x11644}, {0x11650, 0x11659},
|
|
{0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x116d0, 0x116e3}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, {0x11730, 0x11739}, {0x11740, 0x11746}, {0x11800, 0x1183a},
|
|
{0x118a0, 0x118e9}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x11935}, {0x11937, 0x11938}, {0x1193b, 0x11943},
|
|
{0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d7}, {0x119da, 0x119e1}, {0x119e3, 0x119e4}, {0x11a00, 0x11a3e}, {0x11a47, 0x11a47}, {0x11a50, 0x11a99},
|
|
{0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11bf0, 0x11bf9}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, {0x11c38, 0x11c40}, {0x11c50, 0x11c59},
|
|
{0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d},
|
|
{0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, {0x11d93, 0x11d98}, {0x11da0, 0x11da9},
|
|
{0x11ee0, 0x11ef6}, {0x11f00, 0x11f10}, {0x11f12, 0x11f3a}, {0x11f3e, 0x11f42}, {0x11f50, 0x11f5a}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e},
|
|
{0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13440, 0x13455}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x16139}, {0x16800, 0x16a38},
|
|
{0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, {0x16b00, 0x16b36}, {0x16b40, 0x16b43},
|
|
{0x16b50, 0x16b59}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16d70, 0x16d79}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87},
|
|
{0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, {0x16ff0, 0x16ff1}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3},
|
|
{0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb},
|
|
{0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9d, 0x1bc9e}, {0x1ccf0, 0x1ccf9}, {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46},
|
|
{0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, {0x1d242, 0x1d244}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c},
|
|
{0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505},
|
|
{0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550},
|
|
{0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e},
|
|
{0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, {0x1da00, 0x1da36}, {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75},
|
|
{0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e000, 0x1e006}, {0x1e008, 0x1e018}, {0x1e01b, 0x1e021},
|
|
{0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e030, 0x1e06d}, {0x1e08f, 0x1e08f}, {0x1e100, 0x1e12c}, {0x1e130, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e},
|
|
{0x1e290, 0x1e2ae}, {0x1e2c0, 0x1e2f9}, {0x1e4d0, 0x1e4f9}, {0x1e5d0, 0x1e5fa}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe},
|
|
{0x1e800, 0x1e8c4}, {0x1e8d0, 0x1e8d6}, {0x1e900, 0x1e94b}, {0x1e950, 0x1e959}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24},
|
|
{0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49},
|
|
{0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d},
|
|
{0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e},
|
|
{0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x1fbf0, 0x1fbf9}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739},
|
|
{0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, {0xe0100, 0xe01ef},
|
|
};
|
|
|
|
static const TSCharacterRange sym_rune_literal_character_set_1[] = {
|
|
{'"', '"'}, {'\'', '\''}, {'0', '7'}, {'U', 'U'}, {'\\', '\\'}, {'a', 'b'}, {'f', 'f'}, {'n', 'n'},
|
|
{'r', 'r'}, {'t', 'v'}, {'x', 'x'},
|
|
};
|
|
|
|
static bool ts_lex(TSLexer *lexer, TSStateId state) {
|
|
START_LEXER();
|
|
eof = lexer->eof(lexer);
|
|
switch (state) {
|
|
case 0:
|
|
if (eof) ADVANCE(161);
|
|
ADVANCE_MAP(
|
|
0, 164,
|
|
'!', 215,
|
|
'"', 297,
|
|
'%', 225,
|
|
'&', 219,
|
|
'\'', 379,
|
|
'(', 168,
|
|
')', 169,
|
|
'*', 177,
|
|
'+', 209,
|
|
',', 170,
|
|
'-', 212,
|
|
'.', 167,
|
|
'/', 223,
|
|
'0', 301,
|
|
':', 203,
|
|
';', 163,
|
|
'<', 235,
|
|
'=', 172,
|
|
'>', 243,
|
|
'?', 70,
|
|
'@', 333,
|
|
'H', 252,
|
|
'[', 173,
|
|
'\\', 78,
|
|
']', 174,
|
|
'^', 217,
|
|
'`', 284,
|
|
'c', 262,
|
|
'e', 265,
|
|
'i', 260,
|
|
's', 253,
|
|
'{', 180,
|
|
'|', 185,
|
|
'}', 182,
|
|
'~', 178,
|
|
'D', 279,
|
|
'd', 279,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(159);
|
|
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(303);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 1:
|
|
ADVANCE_MAP(
|
|
0, 164,
|
|
'\n', 162,
|
|
'!', 214,
|
|
'"', 291,
|
|
'&', 218,
|
|
'\'', 81,
|
|
'(', 168,
|
|
'*', 176,
|
|
'+', 208,
|
|
',', 170,
|
|
'-', 211,
|
|
'.', 136,
|
|
'/', 25,
|
|
'0', 301,
|
|
';', 163,
|
|
'<', 29,
|
|
'=', 171,
|
|
'[', 173,
|
|
'^', 216,
|
|
'`', 284,
|
|
'e', 268,
|
|
'i', 261,
|
|
'}', 121,
|
|
'~', 178,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(1);
|
|
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(303);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 2:
|
|
ADVANCE_MAP(
|
|
0, 164,
|
|
'\n', 162,
|
|
'!', 67,
|
|
'%', 225,
|
|
'&', 219,
|
|
'(', 168,
|
|
'*', 177,
|
|
'+', 209,
|
|
',', 170,
|
|
'-', 212,
|
|
'.', 165,
|
|
'/', 222,
|
|
':', 203,
|
|
';', 163,
|
|
'<', 237,
|
|
'=', 172,
|
|
'>', 243,
|
|
'[', 173,
|
|
'^', 217,
|
|
'e', 100,
|
|
'{', 179,
|
|
'|', 185,
|
|
'}', 121,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(2);
|
|
END_STATE();
|
|
case 3:
|
|
ADVANCE_MAP(
|
|
0, 164,
|
|
'\n', 162,
|
|
'!', 67,
|
|
'%', 225,
|
|
'&', 219,
|
|
'(', 168,
|
|
'*', 177,
|
|
'+', 209,
|
|
',', 170,
|
|
'-', 212,
|
|
'.', 165,
|
|
'/', 222,
|
|
':', 68,
|
|
';', 163,
|
|
'<', 237,
|
|
'=', 172,
|
|
'>', 243,
|
|
'[', 173,
|
|
'^', 217,
|
|
'e', 268,
|
|
'|', 185,
|
|
'}', 182,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(3);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 4:
|
|
ADVANCE_MAP(
|
|
0, 164,
|
|
'\n', 162,
|
|
'!', 67,
|
|
'%', 224,
|
|
'&', 220,
|
|
'(', 168,
|
|
'*', 176,
|
|
'+', 208,
|
|
',', 170,
|
|
'-', 211,
|
|
'.', 165,
|
|
'/', 221,
|
|
';', 163,
|
|
'<', 240,
|
|
'=', 69,
|
|
'>', 244,
|
|
'[', 173,
|
|
'^', 216,
|
|
'{', 179,
|
|
'|', 186,
|
|
'}', 182,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(4);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 5:
|
|
ADVANCE_MAP(
|
|
0, 164,
|
|
'\n', 162,
|
|
'!', 67,
|
|
'%', 224,
|
|
'&', 220,
|
|
'(', 168,
|
|
'*', 176,
|
|
'+', 208,
|
|
',', 170,
|
|
'-', 211,
|
|
'.', 165,
|
|
'/', 221,
|
|
';', 163,
|
|
'<', 240,
|
|
'=', 69,
|
|
'>', 244,
|
|
'[', 173,
|
|
'^', 216,
|
|
'{', 179,
|
|
'|', 186,
|
|
'}', 121,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(5);
|
|
END_STATE();
|
|
case 6:
|
|
ADVANCE_MAP(
|
|
0, 164,
|
|
'\n', 162,
|
|
'"', 291,
|
|
'(', 168,
|
|
'*', 176,
|
|
',', 170,
|
|
'.', 165,
|
|
'/', 25,
|
|
';', 163,
|
|
'<', 29,
|
|
'[', 173,
|
|
'`', 284,
|
|
'e', 268,
|
|
'i', 261,
|
|
'}', 182,
|
|
'~', 178,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(6);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 7:
|
|
if (lookahead == '\n') SKIP(53);
|
|
if (lookahead == '"') ADVANCE(297);
|
|
if (lookahead == '/') ADVANCE(292);
|
|
if (lookahead == '\\') ADVANCE(78);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') ADVANCE(295);
|
|
if (lookahead != 0) ADVANCE(296);
|
|
END_STATE();
|
|
case 8:
|
|
if (lookahead == '\n') ADVANCE(351);
|
|
if (lookahead == '/') ADVANCE(25);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(8);
|
|
END_STATE();
|
|
case 9:
|
|
if (lookahead == ' ') ADVANCE(19);
|
|
END_STATE();
|
|
case 10:
|
|
ADVANCE_MAP(
|
|
'!', 214,
|
|
'"', 291,
|
|
'&', 218,
|
|
'\'', 81,
|
|
'(', 168,
|
|
')', 169,
|
|
'*', 176,
|
|
'+', 208,
|
|
',', 170,
|
|
'-', 211,
|
|
'.', 33,
|
|
'/', 25,
|
|
'0', 301,
|
|
':', 202,
|
|
';', 163,
|
|
'<', 29,
|
|
'=', 171,
|
|
'[', 173,
|
|
']', 174,
|
|
'^', 216,
|
|
'`', 284,
|
|
'e', 268,
|
|
'i', 261,
|
|
'{', 179,
|
|
'|', 184,
|
|
'}', 182,
|
|
'~', 178,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(10);
|
|
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(303);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 11:
|
|
ADVANCE_MAP(
|
|
'!', 214,
|
|
'"', 291,
|
|
'&', 218,
|
|
'\'', 81,
|
|
'(', 168,
|
|
'*', 176,
|
|
'+', 208,
|
|
'-', 211,
|
|
'.', 136,
|
|
'/', 25,
|
|
'0', 301,
|
|
';', 163,
|
|
'<', 29,
|
|
'[', 173,
|
|
'^', 216,
|
|
'`', 284,
|
|
'e', 268,
|
|
'i', 261,
|
|
'{', 179,
|
|
'}', 121,
|
|
'~', 178,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(11);
|
|
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(303);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 12:
|
|
ADVANCE_MAP(
|
|
'!', 214,
|
|
'"', 291,
|
|
'&', 218,
|
|
'\'', 81,
|
|
'(', 168,
|
|
'*', 176,
|
|
'+', 208,
|
|
'-', 211,
|
|
'.', 136,
|
|
'/', 25,
|
|
'0', 301,
|
|
'<', 29,
|
|
'[', 173,
|
|
'^', 216,
|
|
'`', 284,
|
|
'c', 262,
|
|
'e', 268,
|
|
'i', 261,
|
|
'}', 182,
|
|
'~', 178,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(12);
|
|
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(303);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 13:
|
|
ADVANCE_MAP(
|
|
'!', 67,
|
|
'"', 291,
|
|
'%', 224,
|
|
'&', 220,
|
|
'(', 168,
|
|
')', 169,
|
|
'*', 176,
|
|
'+', 208,
|
|
',', 170,
|
|
'-', 211,
|
|
'.', 166,
|
|
'/', 221,
|
|
':', 203,
|
|
'<', 238,
|
|
'=', 172,
|
|
'>', 244,
|
|
'[', 173,
|
|
']', 174,
|
|
'^', 216,
|
|
'`', 284,
|
|
'e', 268,
|
|
'i', 261,
|
|
'{', 179,
|
|
'|', 186,
|
|
'~', 178,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(13);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 14:
|
|
ADVANCE_MAP(
|
|
'!', 67,
|
|
'%', 225,
|
|
'&', 219,
|
|
'(', 168,
|
|
'*', 177,
|
|
'+', 209,
|
|
',', 170,
|
|
'-', 212,
|
|
'.', 165,
|
|
'/', 222,
|
|
':', 68,
|
|
';', 163,
|
|
'<', 237,
|
|
'=', 172,
|
|
'>', 243,
|
|
'[', 173,
|
|
'^', 217,
|
|
'{', 179,
|
|
'|', 185,
|
|
'}', 182,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(14);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 15:
|
|
ADVANCE_MAP(
|
|
'!', 67,
|
|
'%', 225,
|
|
'&', 219,
|
|
'(', 168,
|
|
'*', 177,
|
|
'+', 210,
|
|
',', 170,
|
|
'-', 213,
|
|
'.', 165,
|
|
'/', 222,
|
|
':', 68,
|
|
'<', 239,
|
|
'=', 172,
|
|
'>', 243,
|
|
'[', 173,
|
|
'^', 217,
|
|
'i', 92,
|
|
's', 85,
|
|
'{', 179,
|
|
'|', 185,
|
|
'D', 125,
|
|
'd', 125,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(15);
|
|
END_STATE();
|
|
case 16:
|
|
ADVANCE_MAP(
|
|
'!', 67,
|
|
'%', 224,
|
|
'&', 220,
|
|
'(', 168,
|
|
')', 169,
|
|
'*', 176,
|
|
'+', 208,
|
|
',', 170,
|
|
'-', 211,
|
|
'.', 166,
|
|
'/', 221,
|
|
':', 203,
|
|
';', 163,
|
|
'<', 240,
|
|
'=', 172,
|
|
'>', 244,
|
|
'[', 173,
|
|
']', 174,
|
|
'^', 216,
|
|
'i', 91,
|
|
'{', 179,
|
|
'|', 186,
|
|
'}', 182,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(16);
|
|
END_STATE();
|
|
case 17:
|
|
if (lookahead == '"') ADVANCE(291);
|
|
if (lookahead == '\'') ADVANCE(379);
|
|
if (lookahead == '/') ADVANCE(375);
|
|
if (lookahead == '{') ADVANCE(179);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(17);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '<' || '>' < lookahead) &&
|
|
lookahead != '}') ADVANCE(378);
|
|
END_STATE();
|
|
case 18:
|
|
if (lookahead == '"') ADVANCE(291);
|
|
if (lookahead == '/') ADVANCE(387);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') ADVANCE(388);
|
|
if (lookahead != 0) ADVANCE(389);
|
|
END_STATE();
|
|
case 19:
|
|
if (lookahead == '"') ADVANCE(94);
|
|
END_STATE();
|
|
case 20:
|
|
if (lookahead == '"') ADVANCE(340);
|
|
END_STATE();
|
|
case 21:
|
|
if (lookahead == '\'') ADVANCE(379);
|
|
if (lookahead == '/') ADVANCE(382);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') ADVANCE(383);
|
|
if (lookahead != 0) ADVANCE(384);
|
|
END_STATE();
|
|
case 22:
|
|
if (lookahead == '\'') ADVANCE(311);
|
|
END_STATE();
|
|
case 23:
|
|
ADVANCE_MAP(
|
|
'(', 168,
|
|
'.', 165,
|
|
'/', 25,
|
|
'<', 234,
|
|
'@', 333,
|
|
'[', 173,
|
|
'i', 261,
|
|
'{', 180,
|
|
'}', 182,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(23);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 24:
|
|
ADVANCE_MAP(
|
|
'(', 168,
|
|
'.', 165,
|
|
'/', 25,
|
|
'<', 236,
|
|
'@', 333,
|
|
'[', 173,
|
|
'i', 261,
|
|
'{', 180,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(24);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 25:
|
|
if (lookahead == '*') ADVANCE(28);
|
|
if (lookahead == '/') ADVANCE(319);
|
|
END_STATE();
|
|
case 26:
|
|
if (lookahead == '*') ADVANCE(28);
|
|
if (lookahead == '/') ADVANCE(319);
|
|
if (lookahead == '>') ADVANCE(337);
|
|
END_STATE();
|
|
case 27:
|
|
if (lookahead == '*') ADVANCE(27);
|
|
if (lookahead == '/') ADVANCE(312);
|
|
if (lookahead != 0) ADVANCE(28);
|
|
END_STATE();
|
|
case 28:
|
|
if (lookahead == '*') ADVANCE(27);
|
|
if (lookahead != 0) ADVANCE(28);
|
|
END_STATE();
|
|
case 29:
|
|
if (lookahead == '-') ADVANCE(187);
|
|
END_STATE();
|
|
case 30:
|
|
if (lookahead == '-') ADVANCE(324);
|
|
END_STATE();
|
|
case 31:
|
|
if (lookahead == '-') ADVANCE(32);
|
|
if (lookahead == '/') ADVANCE(325);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') ADVANCE(328);
|
|
if (lookahead != 0) ADVANCE(329);
|
|
END_STATE();
|
|
case 32:
|
|
if (lookahead == '-') ADVANCE(331);
|
|
if (lookahead != 0 &&
|
|
lookahead != '>') ADVANCE(330);
|
|
END_STATE();
|
|
case 33:
|
|
if (lookahead == '.') ADVANCE(35);
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(307);
|
|
END_STATE();
|
|
case 34:
|
|
if (lookahead == '.') ADVANCE(309);
|
|
if (lookahead == '_') ADVANCE(137);
|
|
if (lookahead == 'i') ADVANCE(310);
|
|
if (lookahead == 'E' ||
|
|
lookahead == 'e') ADVANCE(122);
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(34);
|
|
END_STATE();
|
|
case 35:
|
|
if (lookahead == '.') ADVANCE(175);
|
|
END_STATE();
|
|
case 36:
|
|
if (lookahead == '.') ADVANCE(335);
|
|
END_STATE();
|
|
case 37:
|
|
if (lookahead == '.') ADVANCE(102);
|
|
END_STATE();
|
|
case 38:
|
|
if (lookahead == '.') ADVANCE(87);
|
|
END_STATE();
|
|
case 39:
|
|
if (lookahead == '.') ADVANCE(141);
|
|
if (lookahead == '_') ADVANCE(140);
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(304);
|
|
END_STATE();
|
|
case 40:
|
|
if (lookahead == '.') ADVANCE(36);
|
|
END_STATE();
|
|
case 41:
|
|
if (lookahead == '.') ADVANCE(116);
|
|
END_STATE();
|
|
case 42:
|
|
if (lookahead == '/') ADVANCE(336);
|
|
if (lookahead != 0) ADVANCE(346);
|
|
END_STATE();
|
|
case 43:
|
|
if (lookahead == '/') ADVANCE(119);
|
|
END_STATE();
|
|
case 44:
|
|
if (lookahead == '/') ADVANCE(77);
|
|
END_STATE();
|
|
case 45:
|
|
if (lookahead == '/') ADVANCE(25);
|
|
if (lookahead == '<') ADVANCE(234);
|
|
if (lookahead == '@') ADVANCE(333);
|
|
if (lookahead == 'e') ADVANCE(268);
|
|
if (lookahead == 'i') ADVANCE(261);
|
|
if (lookahead == '{') ADVANCE(180);
|
|
if (lookahead == '}') ADVANCE(182);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(45);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 46:
|
|
if (lookahead == '/') ADVANCE(25);
|
|
if (lookahead == '<') ADVANCE(236);
|
|
if (lookahead == '@') ADVANCE(333);
|
|
if (lookahead == 'e') ADVANCE(268);
|
|
if (lookahead == 'i') ADVANCE(261);
|
|
if (lookahead == '{') ADVANCE(180);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(46);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 47:
|
|
if (lookahead == '/') ADVANCE(25);
|
|
if (lookahead == '=') ADVANCE(171);
|
|
if (lookahead == '?') ADVANCE(369);
|
|
if (lookahead == 'i') ADVANCE(371);
|
|
if (lookahead == '{') ADVANCE(181);
|
|
if (lookahead == '}') ADVANCE(183);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(47);
|
|
if (lookahead != 0 &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
(lookahead < '<' || '?' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 48:
|
|
if (lookahead == '/') ADVANCE(25);
|
|
if (lookahead == 'H') ADVANCE(252);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(48);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 49:
|
|
if (lookahead == '/') ADVANCE(25);
|
|
if (lookahead == 'e') ADVANCE(372);
|
|
if (lookahead == 'i') ADVANCE(371);
|
|
if (lookahead == '{') ADVANCE(181);
|
|
if (lookahead == '}') ADVANCE(183);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(49);
|
|
if (lookahead != 0 &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
(lookahead < '<' || '>' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 50:
|
|
if (lookahead == '/') ADVANCE(25);
|
|
if (lookahead == 'i') ADVANCE(371);
|
|
if (lookahead == '{') ADVANCE(181);
|
|
if (lookahead == '}') ADVANCE(183);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(50);
|
|
if (lookahead != 0 &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
(lookahead < '<' || '>' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 51:
|
|
if (lookahead == '/') ADVANCE(25);
|
|
if (lookahead == 's') ADVANCE(360);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(51);
|
|
if (lookahead == '-' ||
|
|
('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(368);
|
|
END_STATE();
|
|
case 52:
|
|
if (lookahead == '/') ADVANCE(25);
|
|
if (lookahead == '}') ADVANCE(182);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(52);
|
|
if (lookahead == '-' ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(354);
|
|
END_STATE();
|
|
case 53:
|
|
if (lookahead == '/') ADVANCE(25);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(53);
|
|
END_STATE();
|
|
case 54:
|
|
if (lookahead == '/') ADVANCE(25);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(54);
|
|
if (lookahead == '-' ||
|
|
('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(368);
|
|
END_STATE();
|
|
case 55:
|
|
if (lookahead == '/') ADVANCE(26);
|
|
if (lookahead == '=') ADVANCE(171);
|
|
if (lookahead == '>') ADVANCE(242);
|
|
if (lookahead == '?') ADVANCE(369);
|
|
if (lookahead == 'i') ADVANCE(371);
|
|
if (lookahead == '{') ADVANCE(181);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(55);
|
|
if (lookahead != 0 &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
(lookahead < '<' || '?' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 56:
|
|
if (lookahead == '/') ADVANCE(26);
|
|
if (lookahead == '=') ADVANCE(171);
|
|
if (lookahead == '>') ADVANCE(242);
|
|
if (lookahead == '?') ADVANCE(369);
|
|
if (lookahead == '{') ADVANCE(181);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(56);
|
|
if (lookahead != 0 &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
(lookahead < '<' || '?' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 57:
|
|
if (lookahead == '/') ADVANCE(26);
|
|
if (lookahead == '>') ADVANCE(242);
|
|
if (lookahead == 'e') ADVANCE(372);
|
|
if (lookahead == 'i') ADVANCE(371);
|
|
if (lookahead == '{') ADVANCE(181);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(57);
|
|
if (lookahead != 0 &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
(lookahead < '<' || '>' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 58:
|
|
if (lookahead == '/') ADVANCE(26);
|
|
if (lookahead == '>') ADVANCE(242);
|
|
if (lookahead == 'i') ADVANCE(371);
|
|
if (lookahead == '{') ADVANCE(181);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(58);
|
|
if (lookahead != 0 &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
(lookahead < '<' || '>' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 59:
|
|
if (lookahead == '/') ADVANCE(26);
|
|
if (lookahead == '>') ADVANCE(242);
|
|
if (lookahead == '{') ADVANCE(181);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(59);
|
|
if (lookahead != 0 &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
(lookahead < '<' || '>' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 60:
|
|
if (lookahead == '/') ADVANCE(341);
|
|
if (lookahead == '<') ADVANCE(42);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') ADVANCE(344);
|
|
if (lookahead != 0) ADVANCE(345);
|
|
END_STATE();
|
|
case 61:
|
|
if (lookahead == '/') ADVANCE(43);
|
|
END_STATE();
|
|
case 62:
|
|
if (lookahead == '/') ADVANCE(98);
|
|
END_STATE();
|
|
case 63:
|
|
if (lookahead == '/') ADVANCE(95);
|
|
END_STATE();
|
|
case 64:
|
|
if (lookahead == '3') ADVANCE(37);
|
|
END_STATE();
|
|
case 65:
|
|
if (lookahead == '4') ADVANCE(62);
|
|
END_STATE();
|
|
case 66:
|
|
if (lookahead == ':') ADVANCE(61);
|
|
END_STATE();
|
|
case 67:
|
|
if (lookahead == '=') ADVANCE(233);
|
|
END_STATE();
|
|
case 68:
|
|
if (lookahead == '=') ADVANCE(188);
|
|
END_STATE();
|
|
case 69:
|
|
if (lookahead == '=') ADVANCE(232);
|
|
END_STATE();
|
|
case 70:
|
|
if (lookahead == '=') ADVANCE(350);
|
|
END_STATE();
|
|
case 71:
|
|
if (lookahead == 'B') ADVANCE(74);
|
|
END_STATE();
|
|
case 72:
|
|
if (lookahead == 'C') ADVANCE(9);
|
|
END_STATE();
|
|
case 73:
|
|
if (lookahead == 'I') ADVANCE(72);
|
|
END_STATE();
|
|
case 74:
|
|
if (lookahead == 'L') ADVANCE(73);
|
|
END_STATE();
|
|
case 75:
|
|
if (lookahead == 'P') ADVANCE(79);
|
|
END_STATE();
|
|
case 76:
|
|
if (lookahead == 'R') ADVANCE(63);
|
|
END_STATE();
|
|
case 77:
|
|
if (lookahead == 'T') ADVANCE(76);
|
|
END_STATE();
|
|
case 78:
|
|
if (lookahead == 'U') ADVANCE(155);
|
|
if (lookahead == 'u') ADVANCE(147);
|
|
if (lookahead == 'x') ADVANCE(143);
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(300);
|
|
if (lookahead != 0) ADVANCE(298);
|
|
END_STATE();
|
|
case 79:
|
|
if (lookahead == 'U') ADVANCE(71);
|
|
END_STATE();
|
|
case 80:
|
|
if (lookahead == 'U') ADVANCE(156);
|
|
if (lookahead == 'u') ADVANCE(148);
|
|
if (lookahead == 'x') ADVANCE(144);
|
|
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(134);
|
|
if (set_contains(sym_rune_literal_character_set_1, 11, lookahead)) ADVANCE(22);
|
|
END_STATE();
|
|
case 81:
|
|
if (lookahead == '\\') ADVANCE(80);
|
|
if (lookahead != 0 &&
|
|
lookahead != '\'') ADVANCE(22);
|
|
END_STATE();
|
|
case 82:
|
|
if (lookahead == '_') ADVANCE(130);
|
|
if (lookahead == '0' ||
|
|
lookahead == '1') ADVANCE(305);
|
|
END_STATE();
|
|
case 83:
|
|
if (lookahead == '_') ADVANCE(132);
|
|
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(306);
|
|
END_STATE();
|
|
case 84:
|
|
if (lookahead == '_') ADVANCE(141);
|
|
if (lookahead == 'P' ||
|
|
lookahead == 'p') ADVANCE(122);
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(84);
|
|
END_STATE();
|
|
case 85:
|
|
if (lookahead == 'c') ADVANCE(108);
|
|
if (lookahead == 't') ADVANCE(120);
|
|
END_STATE();
|
|
case 86:
|
|
if (lookahead == 'd') ADVANCE(20);
|
|
END_STATE();
|
|
case 87:
|
|
if (lookahead == 'd') ADVANCE(115);
|
|
END_STATE();
|
|
case 88:
|
|
if (lookahead == 'e') ADVANCE(206);
|
|
END_STATE();
|
|
case 89:
|
|
if (lookahead == 'e') ADVANCE(347);
|
|
END_STATE();
|
|
case 90:
|
|
if (lookahead == 'e') ADVANCE(38);
|
|
END_STATE();
|
|
case 91:
|
|
if (lookahead == 'f') ADVANCE(352);
|
|
END_STATE();
|
|
case 92:
|
|
if (lookahead == 'f') ADVANCE(204);
|
|
END_STATE();
|
|
case 93:
|
|
if (lookahead == 'g') ADVANCE(44);
|
|
END_STATE();
|
|
case 94:
|
|
if (lookahead == 'h') ADVANCE(114);
|
|
END_STATE();
|
|
case 95:
|
|
if (lookahead == 'h') ADVANCE(112);
|
|
END_STATE();
|
|
case 96:
|
|
if (lookahead == 'i') ADVANCE(106);
|
|
END_STATE();
|
|
case 97:
|
|
if (lookahead == 'l') ADVANCE(65);
|
|
END_STATE();
|
|
case 98:
|
|
if (lookahead == 'l') ADVANCE(104);
|
|
END_STATE();
|
|
case 99:
|
|
if (lookahead == 'l') ADVANCE(89);
|
|
END_STATE();
|
|
case 100:
|
|
if (lookahead == 'l') ADVANCE(110);
|
|
END_STATE();
|
|
case 101:
|
|
if (lookahead == 'm') ADVANCE(97);
|
|
END_STATE();
|
|
case 102:
|
|
if (lookahead == 'o') ADVANCE(107);
|
|
END_STATE();
|
|
case 103:
|
|
if (lookahead == 'o') ADVANCE(109);
|
|
END_STATE();
|
|
case 104:
|
|
if (lookahead == 'o') ADVANCE(103);
|
|
END_STATE();
|
|
case 105:
|
|
if (lookahead == 'p') ADVANCE(66);
|
|
END_STATE();
|
|
case 106:
|
|
if (lookahead == 'p') ADVANCE(113);
|
|
END_STATE();
|
|
case 107:
|
|
if (lookahead == 'r') ADVANCE(93);
|
|
END_STATE();
|
|
case 108:
|
|
if (lookahead == 'r') ADVANCE(96);
|
|
END_STATE();
|
|
case 109:
|
|
if (lookahead == 's') ADVANCE(90);
|
|
END_STATE();
|
|
case 110:
|
|
if (lookahead == 's') ADVANCE(88);
|
|
END_STATE();
|
|
case 111:
|
|
if (lookahead == 't') ADVANCE(105);
|
|
END_STATE();
|
|
case 112:
|
|
if (lookahead == 't') ADVANCE(101);
|
|
END_STATE();
|
|
case 113:
|
|
if (lookahead == 't') ADVANCE(355);
|
|
END_STATE();
|
|
case 114:
|
|
if (lookahead == 't') ADVANCE(111);
|
|
END_STATE();
|
|
case 115:
|
|
if (lookahead == 't') ADVANCE(86);
|
|
END_STATE();
|
|
case 116:
|
|
if (lookahead == 'w') ADVANCE(64);
|
|
END_STATE();
|
|
case 117:
|
|
if (lookahead == 'w') ADVANCE(118);
|
|
END_STATE();
|
|
case 118:
|
|
if (lookahead == 'w') ADVANCE(41);
|
|
END_STATE();
|
|
case 119:
|
|
if (lookahead == 'w') ADVANCE(117);
|
|
END_STATE();
|
|
case 120:
|
|
if (lookahead == 'y') ADVANCE(99);
|
|
END_STATE();
|
|
case 121:
|
|
if (lookahead == '}') ADVANCE(359);
|
|
END_STATE();
|
|
case 122:
|
|
if (lookahead == '+' ||
|
|
lookahead == '-') ADVANCE(138);
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(308);
|
|
END_STATE();
|
|
case 123:
|
|
if (lookahead == 'C' ||
|
|
lookahead == 'c') ADVANCE(128);
|
|
END_STATE();
|
|
case 124:
|
|
if (lookahead == 'E' ||
|
|
lookahead == 'e') ADVANCE(339);
|
|
END_STATE();
|
|
case 125:
|
|
if (lookahead == 'O' ||
|
|
lookahead == 'o') ADVANCE(123);
|
|
END_STATE();
|
|
case 126:
|
|
if (lookahead == 'P' ||
|
|
lookahead == 'p') ADVANCE(122);
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(84);
|
|
END_STATE();
|
|
case 127:
|
|
if (lookahead == 'P' ||
|
|
lookahead == 'p') ADVANCE(124);
|
|
END_STATE();
|
|
case 128:
|
|
if (lookahead == 'T' ||
|
|
lookahead == 't') ADVANCE(129);
|
|
END_STATE();
|
|
case 129:
|
|
if (lookahead == 'Y' ||
|
|
lookahead == 'y') ADVANCE(127);
|
|
END_STATE();
|
|
case 130:
|
|
if (lookahead == '0' ||
|
|
lookahead == '1') ADVANCE(305);
|
|
END_STATE();
|
|
case 131:
|
|
if (lookahead == '8' ||
|
|
lookahead == '9') ADVANCE(34);
|
|
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(302);
|
|
END_STATE();
|
|
case 132:
|
|
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(306);
|
|
END_STATE();
|
|
case 133:
|
|
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(22);
|
|
END_STATE();
|
|
case 134:
|
|
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(133);
|
|
END_STATE();
|
|
case 135:
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(303);
|
|
END_STATE();
|
|
case 136:
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(307);
|
|
END_STATE();
|
|
case 137:
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(34);
|
|
END_STATE();
|
|
case 138:
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(308);
|
|
END_STATE();
|
|
case 139:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(298);
|
|
END_STATE();
|
|
case 140:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(304);
|
|
END_STATE();
|
|
case 141:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(84);
|
|
END_STATE();
|
|
case 142:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(22);
|
|
END_STATE();
|
|
case 143:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(139);
|
|
END_STATE();
|
|
case 144:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(142);
|
|
END_STATE();
|
|
case 145:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(143);
|
|
END_STATE();
|
|
case 146:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(144);
|
|
END_STATE();
|
|
case 147:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(145);
|
|
END_STATE();
|
|
case 148:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(146);
|
|
END_STATE();
|
|
case 149:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(147);
|
|
END_STATE();
|
|
case 150:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(148);
|
|
END_STATE();
|
|
case 151:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(149);
|
|
END_STATE();
|
|
case 152:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(150);
|
|
END_STATE();
|
|
case 153:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(151);
|
|
END_STATE();
|
|
case 154:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(152);
|
|
END_STATE();
|
|
case 155:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(153);
|
|
END_STATE();
|
|
case 156:
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(154);
|
|
END_STATE();
|
|
case 157:
|
|
if (eof) ADVANCE(161);
|
|
ADVANCE_MAP(
|
|
0, 164,
|
|
'\n', 162,
|
|
'!', 214,
|
|
'"', 291,
|
|
'&', 218,
|
|
'\'', 81,
|
|
'(', 168,
|
|
')', 169,
|
|
'*', 176,
|
|
'+', 208,
|
|
',', 170,
|
|
'-', 211,
|
|
'.', 136,
|
|
'/', 25,
|
|
'0', 301,
|
|
';', 163,
|
|
'<', 29,
|
|
'=', 171,
|
|
'[', 173,
|
|
'^', 216,
|
|
'`', 284,
|
|
'e', 268,
|
|
'i', 261,
|
|
'{', 179,
|
|
'|', 184,
|
|
'}', 182,
|
|
'~', 178,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(157);
|
|
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(303);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 158:
|
|
if (eof) ADVANCE(161);
|
|
ADVANCE_MAP(
|
|
0, 164,
|
|
'\n', 162,
|
|
'!', 67,
|
|
'"', 291,
|
|
'%', 225,
|
|
'&', 219,
|
|
'(', 168,
|
|
')', 169,
|
|
'*', 177,
|
|
'+', 209,
|
|
',', 170,
|
|
'-', 212,
|
|
'.', 165,
|
|
'/', 222,
|
|
':', 203,
|
|
';', 163,
|
|
'<', 237,
|
|
'=', 172,
|
|
'>', 243,
|
|
'[', 173,
|
|
'^', 217,
|
|
'`', 284,
|
|
'{', 179,
|
|
'|', 185,
|
|
'}', 182,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(158);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 159:
|
|
if (eof) ADVANCE(161);
|
|
ADVANCE_MAP(
|
|
0, 164,
|
|
'!', 215,
|
|
'"', 291,
|
|
'%', 225,
|
|
'&', 219,
|
|
'\'', 379,
|
|
'(', 168,
|
|
')', 169,
|
|
'*', 177,
|
|
'+', 209,
|
|
',', 170,
|
|
'-', 212,
|
|
'.', 167,
|
|
'/', 223,
|
|
'0', 301,
|
|
':', 203,
|
|
';', 163,
|
|
'<', 235,
|
|
'=', 172,
|
|
'>', 243,
|
|
'?', 70,
|
|
'@', 333,
|
|
'H', 252,
|
|
'[', 173,
|
|
']', 174,
|
|
'^', 217,
|
|
'`', 284,
|
|
'c', 262,
|
|
'e', 265,
|
|
'i', 260,
|
|
's', 253,
|
|
'{', 180,
|
|
'|', 185,
|
|
'}', 182,
|
|
'~', 178,
|
|
'D', 279,
|
|
'd', 279,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(159);
|
|
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(303);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 160:
|
|
if (eof) ADVANCE(161);
|
|
ADVANCE_MAP(
|
|
'!', 214,
|
|
'"', 291,
|
|
'&', 218,
|
|
'\'', 81,
|
|
'(', 168,
|
|
')', 169,
|
|
'*', 176,
|
|
'+', 208,
|
|
',', 170,
|
|
'-', 211,
|
|
'.', 136,
|
|
'/', 25,
|
|
'0', 301,
|
|
':', 202,
|
|
';', 163,
|
|
'<', 29,
|
|
'=', 171,
|
|
'>', 242,
|
|
'[', 173,
|
|
']', 174,
|
|
'^', 216,
|
|
'`', 284,
|
|
'e', 268,
|
|
'i', 261,
|
|
's', 254,
|
|
'{', 179,
|
|
'|', 184,
|
|
'}', 121,
|
|
'~', 178,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(160);
|
|
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(303);
|
|
if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 161:
|
|
ACCEPT_TOKEN(ts_builtin_sym_end);
|
|
END_STATE();
|
|
case 162:
|
|
ACCEPT_TOKEN(aux_sym_source_file_token1);
|
|
if (lookahead == '\n') ADVANCE(162);
|
|
END_STATE();
|
|
case 163:
|
|
ACCEPT_TOKEN(anon_sym_SEMI);
|
|
END_STATE();
|
|
case 164:
|
|
ACCEPT_TOKEN(anon_sym_NULL);
|
|
END_STATE();
|
|
case 165:
|
|
ACCEPT_TOKEN(anon_sym_DOT);
|
|
END_STATE();
|
|
case 166:
|
|
ACCEPT_TOKEN(anon_sym_DOT);
|
|
if (lookahead == '.') ADVANCE(35);
|
|
END_STATE();
|
|
case 167:
|
|
ACCEPT_TOKEN(anon_sym_DOT);
|
|
if (lookahead == '.') ADVANCE(35);
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(307);
|
|
END_STATE();
|
|
case 168:
|
|
ACCEPT_TOKEN(anon_sym_LPAREN);
|
|
END_STATE();
|
|
case 169:
|
|
ACCEPT_TOKEN(anon_sym_RPAREN);
|
|
END_STATE();
|
|
case 170:
|
|
ACCEPT_TOKEN(anon_sym_COMMA);
|
|
END_STATE();
|
|
case 171:
|
|
ACCEPT_TOKEN(anon_sym_EQ);
|
|
END_STATE();
|
|
case 172:
|
|
ACCEPT_TOKEN(anon_sym_EQ);
|
|
if (lookahead == '=') ADVANCE(232);
|
|
END_STATE();
|
|
case 173:
|
|
ACCEPT_TOKEN(anon_sym_LBRACK);
|
|
END_STATE();
|
|
case 174:
|
|
ACCEPT_TOKEN(anon_sym_RBRACK);
|
|
END_STATE();
|
|
case 175:
|
|
ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT);
|
|
END_STATE();
|
|
case 176:
|
|
ACCEPT_TOKEN(anon_sym_STAR);
|
|
END_STATE();
|
|
case 177:
|
|
ACCEPT_TOKEN(anon_sym_STAR);
|
|
if (lookahead == '=') ADVANCE(191);
|
|
END_STATE();
|
|
case 178:
|
|
ACCEPT_TOKEN(anon_sym_TILDE);
|
|
END_STATE();
|
|
case 179:
|
|
ACCEPT_TOKEN(anon_sym_LBRACE);
|
|
END_STATE();
|
|
case 180:
|
|
ACCEPT_TOKEN(anon_sym_LBRACE);
|
|
if (lookahead == '!') ADVANCE(334);
|
|
if (lookahead == '{') ADVANCE(358);
|
|
END_STATE();
|
|
case 181:
|
|
ACCEPT_TOKEN(anon_sym_LBRACE);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '\t' || '\r' < lookahead) &&
|
|
lookahead != ' ' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
lookahead != '/' &&
|
|
(lookahead < '<' || '>' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 182:
|
|
ACCEPT_TOKEN(anon_sym_RBRACE);
|
|
END_STATE();
|
|
case 183:
|
|
ACCEPT_TOKEN(anon_sym_RBRACE);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '\t' || '\r' < lookahead) &&
|
|
lookahead != ' ' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
lookahead != '/' &&
|
|
(lookahead < '<' || '>' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 184:
|
|
ACCEPT_TOKEN(anon_sym_PIPE);
|
|
END_STATE();
|
|
case 185:
|
|
ACCEPT_TOKEN(anon_sym_PIPE);
|
|
if (lookahead == '=') ADVANCE(200);
|
|
if (lookahead == '|') ADVANCE(247);
|
|
END_STATE();
|
|
case 186:
|
|
ACCEPT_TOKEN(anon_sym_PIPE);
|
|
if (lookahead == '|') ADVANCE(247);
|
|
END_STATE();
|
|
case 187:
|
|
ACCEPT_TOKEN(anon_sym_LT_DASH);
|
|
END_STATE();
|
|
case 188:
|
|
ACCEPT_TOKEN(anon_sym_COLON_EQ);
|
|
END_STATE();
|
|
case 189:
|
|
ACCEPT_TOKEN(anon_sym_PLUS_PLUS);
|
|
END_STATE();
|
|
case 190:
|
|
ACCEPT_TOKEN(anon_sym_DASH_DASH);
|
|
END_STATE();
|
|
case 191:
|
|
ACCEPT_TOKEN(anon_sym_STAR_EQ);
|
|
END_STATE();
|
|
case 192:
|
|
ACCEPT_TOKEN(anon_sym_SLASH_EQ);
|
|
END_STATE();
|
|
case 193:
|
|
ACCEPT_TOKEN(anon_sym_PERCENT_EQ);
|
|
END_STATE();
|
|
case 194:
|
|
ACCEPT_TOKEN(anon_sym_LT_LT_EQ);
|
|
END_STATE();
|
|
case 195:
|
|
ACCEPT_TOKEN(anon_sym_GT_GT_EQ);
|
|
END_STATE();
|
|
case 196:
|
|
ACCEPT_TOKEN(anon_sym_AMP_EQ);
|
|
END_STATE();
|
|
case 197:
|
|
ACCEPT_TOKEN(anon_sym_AMP_CARET_EQ);
|
|
END_STATE();
|
|
case 198:
|
|
ACCEPT_TOKEN(anon_sym_PLUS_EQ);
|
|
END_STATE();
|
|
case 199:
|
|
ACCEPT_TOKEN(anon_sym_DASH_EQ);
|
|
END_STATE();
|
|
case 200:
|
|
ACCEPT_TOKEN(anon_sym_PIPE_EQ);
|
|
END_STATE();
|
|
case 201:
|
|
ACCEPT_TOKEN(anon_sym_CARET_EQ);
|
|
END_STATE();
|
|
case 202:
|
|
ACCEPT_TOKEN(anon_sym_COLON);
|
|
END_STATE();
|
|
case 203:
|
|
ACCEPT_TOKEN(anon_sym_COLON);
|
|
if (lookahead == '=') ADVANCE(188);
|
|
END_STATE();
|
|
case 204:
|
|
ACCEPT_TOKEN(anon_sym_if);
|
|
END_STATE();
|
|
case 205:
|
|
ACCEPT_TOKEN(anon_sym_if);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 206:
|
|
ACCEPT_TOKEN(anon_sym_else);
|
|
END_STATE();
|
|
case 207:
|
|
ACCEPT_TOKEN(anon_sym_else);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 208:
|
|
ACCEPT_TOKEN(anon_sym_PLUS);
|
|
END_STATE();
|
|
case 209:
|
|
ACCEPT_TOKEN(anon_sym_PLUS);
|
|
if (lookahead == '+') ADVANCE(189);
|
|
if (lookahead == '=') ADVANCE(198);
|
|
END_STATE();
|
|
case 210:
|
|
ACCEPT_TOKEN(anon_sym_PLUS);
|
|
if (lookahead == '=') ADVANCE(198);
|
|
END_STATE();
|
|
case 211:
|
|
ACCEPT_TOKEN(anon_sym_DASH);
|
|
END_STATE();
|
|
case 212:
|
|
ACCEPT_TOKEN(anon_sym_DASH);
|
|
if (lookahead == '-') ADVANCE(190);
|
|
if (lookahead == '=') ADVANCE(199);
|
|
END_STATE();
|
|
case 213:
|
|
ACCEPT_TOKEN(anon_sym_DASH);
|
|
if (lookahead == '=') ADVANCE(199);
|
|
END_STATE();
|
|
case 214:
|
|
ACCEPT_TOKEN(anon_sym_BANG);
|
|
END_STATE();
|
|
case 215:
|
|
ACCEPT_TOKEN(anon_sym_BANG);
|
|
if (lookahead == '=') ADVANCE(233);
|
|
END_STATE();
|
|
case 216:
|
|
ACCEPT_TOKEN(anon_sym_CARET);
|
|
END_STATE();
|
|
case 217:
|
|
ACCEPT_TOKEN(anon_sym_CARET);
|
|
if (lookahead == '=') ADVANCE(201);
|
|
END_STATE();
|
|
case 218:
|
|
ACCEPT_TOKEN(anon_sym_AMP);
|
|
END_STATE();
|
|
case 219:
|
|
ACCEPT_TOKEN(anon_sym_AMP);
|
|
if (lookahead == '&') ADVANCE(246);
|
|
if (lookahead == '=') ADVANCE(196);
|
|
if (lookahead == '^') ADVANCE(231);
|
|
END_STATE();
|
|
case 220:
|
|
ACCEPT_TOKEN(anon_sym_AMP);
|
|
if (lookahead == '&') ADVANCE(246);
|
|
if (lookahead == '^') ADVANCE(230);
|
|
END_STATE();
|
|
case 221:
|
|
ACCEPT_TOKEN(anon_sym_SLASH);
|
|
if (lookahead == '*') ADVANCE(28);
|
|
if (lookahead == '/') ADVANCE(319);
|
|
END_STATE();
|
|
case 222:
|
|
ACCEPT_TOKEN(anon_sym_SLASH);
|
|
if (lookahead == '*') ADVANCE(28);
|
|
if (lookahead == '/') ADVANCE(319);
|
|
if (lookahead == '=') ADVANCE(192);
|
|
END_STATE();
|
|
case 223:
|
|
ACCEPT_TOKEN(anon_sym_SLASH);
|
|
if (lookahead == '*') ADVANCE(28);
|
|
if (lookahead == '/') ADVANCE(319);
|
|
if (lookahead == '=') ADVANCE(192);
|
|
if (lookahead == '>') ADVANCE(337);
|
|
END_STATE();
|
|
case 224:
|
|
ACCEPT_TOKEN(anon_sym_PERCENT);
|
|
END_STATE();
|
|
case 225:
|
|
ACCEPT_TOKEN(anon_sym_PERCENT);
|
|
if (lookahead == '=') ADVANCE(193);
|
|
END_STATE();
|
|
case 226:
|
|
ACCEPT_TOKEN(anon_sym_LT_LT);
|
|
END_STATE();
|
|
case 227:
|
|
ACCEPT_TOKEN(anon_sym_LT_LT);
|
|
if (lookahead == '=') ADVANCE(194);
|
|
END_STATE();
|
|
case 228:
|
|
ACCEPT_TOKEN(anon_sym_GT_GT);
|
|
END_STATE();
|
|
case 229:
|
|
ACCEPT_TOKEN(anon_sym_GT_GT);
|
|
if (lookahead == '=') ADVANCE(195);
|
|
END_STATE();
|
|
case 230:
|
|
ACCEPT_TOKEN(anon_sym_AMP_CARET);
|
|
END_STATE();
|
|
case 231:
|
|
ACCEPT_TOKEN(anon_sym_AMP_CARET);
|
|
if (lookahead == '=') ADVANCE(197);
|
|
END_STATE();
|
|
case 232:
|
|
ACCEPT_TOKEN(anon_sym_EQ_EQ);
|
|
END_STATE();
|
|
case 233:
|
|
ACCEPT_TOKEN(anon_sym_BANG_EQ);
|
|
END_STATE();
|
|
case 234:
|
|
ACCEPT_TOKEN(anon_sym_LT);
|
|
if (lookahead == '!') ADVANCE(338);
|
|
END_STATE();
|
|
case 235:
|
|
ACCEPT_TOKEN(anon_sym_LT);
|
|
if (lookahead == '!') ADVANCE(338);
|
|
if (lookahead == '-') ADVANCE(187);
|
|
if (lookahead == '/') ADVANCE(336);
|
|
if (lookahead == '<') ADVANCE(227);
|
|
if (lookahead == '=') ADVANCE(241);
|
|
END_STATE();
|
|
case 236:
|
|
ACCEPT_TOKEN(anon_sym_LT);
|
|
if (lookahead == '!') ADVANCE(338);
|
|
if (lookahead == '/') ADVANCE(336);
|
|
END_STATE();
|
|
case 237:
|
|
ACCEPT_TOKEN(anon_sym_LT);
|
|
if (lookahead == '-') ADVANCE(187);
|
|
if (lookahead == '<') ADVANCE(227);
|
|
if (lookahead == '=') ADVANCE(241);
|
|
END_STATE();
|
|
case 238:
|
|
ACCEPT_TOKEN(anon_sym_LT);
|
|
if (lookahead == '-') ADVANCE(187);
|
|
if (lookahead == '<') ADVANCE(226);
|
|
if (lookahead == '=') ADVANCE(241);
|
|
END_STATE();
|
|
case 239:
|
|
ACCEPT_TOKEN(anon_sym_LT);
|
|
if (lookahead == '<') ADVANCE(227);
|
|
if (lookahead == '=') ADVANCE(241);
|
|
END_STATE();
|
|
case 240:
|
|
ACCEPT_TOKEN(anon_sym_LT);
|
|
if (lookahead == '<') ADVANCE(226);
|
|
if (lookahead == '=') ADVANCE(241);
|
|
END_STATE();
|
|
case 241:
|
|
ACCEPT_TOKEN(anon_sym_LT_EQ);
|
|
END_STATE();
|
|
case 242:
|
|
ACCEPT_TOKEN(anon_sym_GT);
|
|
END_STATE();
|
|
case 243:
|
|
ACCEPT_TOKEN(anon_sym_GT);
|
|
if (lookahead == '=') ADVANCE(245);
|
|
if (lookahead == '>') ADVANCE(229);
|
|
END_STATE();
|
|
case 244:
|
|
ACCEPT_TOKEN(anon_sym_GT);
|
|
if (lookahead == '=') ADVANCE(245);
|
|
if (lookahead == '>') ADVANCE(228);
|
|
END_STATE();
|
|
case 245:
|
|
ACCEPT_TOKEN(anon_sym_GT_EQ);
|
|
END_STATE();
|
|
case 246:
|
|
ACCEPT_TOKEN(anon_sym_AMP_AMP);
|
|
END_STATE();
|
|
case 247:
|
|
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
|
|
END_STATE();
|
|
case 248:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == ' ') ADVANCE(75);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 249:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == '.') ADVANCE(40);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 250:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'L') ADVANCE(248);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 251:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'M') ADVANCE(250);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 252:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'T') ADVANCE(251);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 253:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'c') ADVANCE(271);
|
|
if (lookahead == 't') ADVANCE(276);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 254:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'c') ADVANCE(271);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 255:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'd') ADVANCE(272);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 256:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'e') ADVANCE(353);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 257:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'e') ADVANCE(349);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 258:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'e') ADVANCE(269);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 259:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'e') ADVANCE(207);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 260:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'f') ADVANCE(352);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 261:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'f') ADVANCE(205);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 262:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'h') ADVANCE(264);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 263:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'i') ADVANCE(270);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 264:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'i') ADVANCE(266);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 265:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'l') ADVANCE(273);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 266:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'l') ADVANCE(255);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 267:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'l') ADVANCE(257);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 268:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'l') ADVANCE(274);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 269:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'n') ADVANCE(249);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 270:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'p') ADVANCE(275);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 271:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'r') ADVANCE(263);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 272:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'r') ADVANCE(258);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 273:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 's') ADVANCE(256);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 274:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 's') ADVANCE(259);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 275:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 't') ADVANCE(357);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 276:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'y') ADVANCE(267);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 277:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'C' ||
|
|
lookahead == 'c') ADVANCE(281);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 278:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'E' ||
|
|
lookahead == 'e') ADVANCE(283);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 279:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'O' ||
|
|
lookahead == 'o') ADVANCE(277);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 280:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'P' ||
|
|
lookahead == 'p') ADVANCE(278);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 281:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'T' ||
|
|
lookahead == 't') ADVANCE(282);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 282:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (lookahead == 'Y' ||
|
|
lookahead == 'y') ADVANCE(280);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 283:
|
|
ACCEPT_TOKEN(sym_identifier);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 284:
|
|
ACCEPT_TOKEN(anon_sym_BQUOTE);
|
|
END_STATE();
|
|
case 285:
|
|
ACCEPT_TOKEN(aux_sym_raw_string_literal_token1);
|
|
if (lookahead == '\n') ADVANCE(290);
|
|
if (lookahead != 0 &&
|
|
lookahead != '`') ADVANCE(285);
|
|
END_STATE();
|
|
case 286:
|
|
ACCEPT_TOKEN(aux_sym_raw_string_literal_token1);
|
|
if (lookahead == '*') ADVANCE(288);
|
|
if (lookahead == '/') ADVANCE(285);
|
|
if (lookahead != 0 &&
|
|
lookahead != '`') ADVANCE(290);
|
|
END_STATE();
|
|
case 287:
|
|
ACCEPT_TOKEN(aux_sym_raw_string_literal_token1);
|
|
if (lookahead == '*') ADVANCE(287);
|
|
if (lookahead == '/') ADVANCE(290);
|
|
if (lookahead != 0 &&
|
|
lookahead != '`') ADVANCE(288);
|
|
END_STATE();
|
|
case 288:
|
|
ACCEPT_TOKEN(aux_sym_raw_string_literal_token1);
|
|
if (lookahead == '*') ADVANCE(287);
|
|
if (lookahead != 0 &&
|
|
lookahead != '`') ADVANCE(288);
|
|
END_STATE();
|
|
case 289:
|
|
ACCEPT_TOKEN(aux_sym_raw_string_literal_token1);
|
|
if (lookahead == '/') ADVANCE(286);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') ADVANCE(289);
|
|
if (lookahead != 0 &&
|
|
lookahead != '`') ADVANCE(290);
|
|
END_STATE();
|
|
case 290:
|
|
ACCEPT_TOKEN(aux_sym_raw_string_literal_token1);
|
|
if (lookahead != 0 &&
|
|
lookahead != '`') ADVANCE(290);
|
|
END_STATE();
|
|
case 291:
|
|
ACCEPT_TOKEN(anon_sym_DQUOTE);
|
|
END_STATE();
|
|
case 292:
|
|
ACCEPT_TOKEN(aux_sym_interpreted_string_literal_token1);
|
|
if (lookahead == '*') ADVANCE(294);
|
|
if (lookahead == '/') ADVANCE(296);
|
|
if (lookahead != 0 &&
|
|
lookahead != '\n' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\\') ADVANCE(296);
|
|
END_STATE();
|
|
case 293:
|
|
ACCEPT_TOKEN(aux_sym_interpreted_string_literal_token1);
|
|
if (lookahead == '*') ADVANCE(293);
|
|
if (lookahead == '/') ADVANCE(296);
|
|
if (lookahead != 0 &&
|
|
lookahead != '\n' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\\') ADVANCE(294);
|
|
END_STATE();
|
|
case 294:
|
|
ACCEPT_TOKEN(aux_sym_interpreted_string_literal_token1);
|
|
if (lookahead == '*') ADVANCE(293);
|
|
if (lookahead != 0 &&
|
|
lookahead != '\n' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\\') ADVANCE(294);
|
|
END_STATE();
|
|
case 295:
|
|
ACCEPT_TOKEN(aux_sym_interpreted_string_literal_token1);
|
|
if (lookahead == '/') ADVANCE(292);
|
|
if (lookahead == '\t' ||
|
|
(0x0b <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') ADVANCE(295);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '\t' || '\r' < lookahead) &&
|
|
lookahead != '"' &&
|
|
lookahead != '\\') ADVANCE(296);
|
|
END_STATE();
|
|
case 296:
|
|
ACCEPT_TOKEN(aux_sym_interpreted_string_literal_token1);
|
|
if (lookahead != 0 &&
|
|
lookahead != '\n' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\\') ADVANCE(296);
|
|
END_STATE();
|
|
case 297:
|
|
ACCEPT_TOKEN(anon_sym_DQUOTE2);
|
|
END_STATE();
|
|
case 298:
|
|
ACCEPT_TOKEN(sym_escape_sequence);
|
|
END_STATE();
|
|
case 299:
|
|
ACCEPT_TOKEN(sym_escape_sequence);
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(298);
|
|
END_STATE();
|
|
case 300:
|
|
ACCEPT_TOKEN(sym_escape_sequence);
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(299);
|
|
END_STATE();
|
|
case 301:
|
|
ACCEPT_TOKEN(sym_int_literal);
|
|
ADVANCE_MAP(
|
|
'.', 309,
|
|
'_', 131,
|
|
'i', 310,
|
|
'B', 82,
|
|
'b', 82,
|
|
'E', 122,
|
|
'e', 122,
|
|
'O', 83,
|
|
'o', 83,
|
|
'X', 39,
|
|
'x', 39,
|
|
'8', 34,
|
|
'9', 34,
|
|
);
|
|
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(302);
|
|
END_STATE();
|
|
case 302:
|
|
ACCEPT_TOKEN(sym_int_literal);
|
|
if (lookahead == '.') ADVANCE(309);
|
|
if (lookahead == '_') ADVANCE(131);
|
|
if (lookahead == 'i') ADVANCE(310);
|
|
if (lookahead == 'E' ||
|
|
lookahead == 'e') ADVANCE(122);
|
|
if (lookahead == '8' ||
|
|
lookahead == '9') ADVANCE(34);
|
|
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(302);
|
|
END_STATE();
|
|
case 303:
|
|
ACCEPT_TOKEN(sym_int_literal);
|
|
if (lookahead == '.') ADVANCE(309);
|
|
if (lookahead == '_') ADVANCE(135);
|
|
if (lookahead == 'i') ADVANCE(310);
|
|
if (lookahead == 'E' ||
|
|
lookahead == 'e') ADVANCE(122);
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(303);
|
|
END_STATE();
|
|
case 304:
|
|
ACCEPT_TOKEN(sym_int_literal);
|
|
if (lookahead == '.') ADVANCE(126);
|
|
if (lookahead == '_') ADVANCE(140);
|
|
if (lookahead == 'i') ADVANCE(310);
|
|
if (lookahead == 'P' ||
|
|
lookahead == 'p') ADVANCE(122);
|
|
if (('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'F') ||
|
|
('a' <= lookahead && lookahead <= 'f')) ADVANCE(304);
|
|
END_STATE();
|
|
case 305:
|
|
ACCEPT_TOKEN(sym_int_literal);
|
|
if (lookahead == '_') ADVANCE(130);
|
|
if (lookahead == 'i') ADVANCE(310);
|
|
if (lookahead == '0' ||
|
|
lookahead == '1') ADVANCE(305);
|
|
END_STATE();
|
|
case 306:
|
|
ACCEPT_TOKEN(sym_int_literal);
|
|
if (lookahead == '_') ADVANCE(132);
|
|
if (lookahead == 'i') ADVANCE(310);
|
|
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(306);
|
|
END_STATE();
|
|
case 307:
|
|
ACCEPT_TOKEN(sym_float_literal);
|
|
if (lookahead == '_') ADVANCE(136);
|
|
if (lookahead == 'i') ADVANCE(310);
|
|
if (lookahead == 'E' ||
|
|
lookahead == 'e') ADVANCE(122);
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(307);
|
|
END_STATE();
|
|
case 308:
|
|
ACCEPT_TOKEN(sym_float_literal);
|
|
if (lookahead == '_') ADVANCE(138);
|
|
if (lookahead == 'i') ADVANCE(310);
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(308);
|
|
END_STATE();
|
|
case 309:
|
|
ACCEPT_TOKEN(sym_float_literal);
|
|
if (lookahead == 'i') ADVANCE(310);
|
|
if (lookahead == 'E' ||
|
|
lookahead == 'e') ADVANCE(122);
|
|
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(307);
|
|
END_STATE();
|
|
case 310:
|
|
ACCEPT_TOKEN(sym_imaginary_literal);
|
|
END_STATE();
|
|
case 311:
|
|
ACCEPT_TOKEN(sym_rune_literal);
|
|
END_STATE();
|
|
case 312:
|
|
ACCEPT_TOKEN(sym_comment);
|
|
END_STATE();
|
|
case 313:
|
|
ACCEPT_TOKEN(sym_comment);
|
|
if (lookahead == '\n') ADVANCE(345);
|
|
if (lookahead == '<') ADVANCE(319);
|
|
if (lookahead != 0) ADVANCE(313);
|
|
END_STATE();
|
|
case 314:
|
|
ACCEPT_TOKEN(sym_comment);
|
|
if (lookahead == '\n') ADVANCE(329);
|
|
if (lookahead == '-') ADVANCE(319);
|
|
if (lookahead != 0) ADVANCE(314);
|
|
END_STATE();
|
|
case 315:
|
|
ACCEPT_TOKEN(sym_comment);
|
|
if (lookahead == '\n') ADVANCE(389);
|
|
if (lookahead == '"') ADVANCE(319);
|
|
if (lookahead != 0) ADVANCE(315);
|
|
END_STATE();
|
|
case 316:
|
|
ACCEPT_TOKEN(sym_comment);
|
|
if (lookahead == '\n') ADVANCE(384);
|
|
if (lookahead == '\'') ADVANCE(319);
|
|
if (lookahead != 0) ADVANCE(316);
|
|
END_STATE();
|
|
case 317:
|
|
ACCEPT_TOKEN(sym_comment);
|
|
if (lookahead == '\t' ||
|
|
(0x0b <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ' ||
|
|
lookahead == '"' ||
|
|
lookahead == '\'' ||
|
|
('<' <= lookahead && lookahead <= '>') ||
|
|
lookahead == '{' ||
|
|
lookahead == '}') ADVANCE(319);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(317);
|
|
END_STATE();
|
|
case 318:
|
|
ACCEPT_TOKEN(sym_comment);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '\t' || '\r' < lookahead) &&
|
|
lookahead != ' ' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
(lookahead < '<' || '>' < lookahead) &&
|
|
lookahead != '{' &&
|
|
lookahead != '}') ADVANCE(378);
|
|
END_STATE();
|
|
case 319:
|
|
ACCEPT_TOKEN(sym_comment);
|
|
if (lookahead != 0 &&
|
|
lookahead != '\n') ADVANCE(319);
|
|
END_STATE();
|
|
case 320:
|
|
ACCEPT_TOKEN(sym_comment);
|
|
if (lookahead != 0 &&
|
|
lookahead != '"') ADVANCE(389);
|
|
END_STATE();
|
|
case 321:
|
|
ACCEPT_TOKEN(sym_comment);
|
|
if (lookahead != 0 &&
|
|
lookahead != '\'') ADVANCE(384);
|
|
END_STATE();
|
|
case 322:
|
|
ACCEPT_TOKEN(sym_comment);
|
|
if (lookahead != 0 &&
|
|
lookahead != '-') ADVANCE(329);
|
|
END_STATE();
|
|
case 323:
|
|
ACCEPT_TOKEN(sym_comment);
|
|
if (lookahead != 0 &&
|
|
lookahead != '<') ADVANCE(345);
|
|
END_STATE();
|
|
case 324:
|
|
ACCEPT_TOKEN(anon_sym_LT_BANG_DASH_DASH);
|
|
END_STATE();
|
|
case 325:
|
|
ACCEPT_TOKEN(aux_sym_element_comment_token1);
|
|
if (lookahead == '*') ADVANCE(327);
|
|
if (lookahead == '/') ADVANCE(314);
|
|
if (lookahead != 0 &&
|
|
lookahead != '-') ADVANCE(329);
|
|
END_STATE();
|
|
case 326:
|
|
ACCEPT_TOKEN(aux_sym_element_comment_token1);
|
|
if (lookahead == '*') ADVANCE(326);
|
|
if (lookahead == '-') ADVANCE(28);
|
|
if (lookahead == '/') ADVANCE(322);
|
|
if (lookahead != 0) ADVANCE(327);
|
|
END_STATE();
|
|
case 327:
|
|
ACCEPT_TOKEN(aux_sym_element_comment_token1);
|
|
if (lookahead == '*') ADVANCE(326);
|
|
if (lookahead == '-') ADVANCE(28);
|
|
if (lookahead != 0) ADVANCE(327);
|
|
END_STATE();
|
|
case 328:
|
|
ACCEPT_TOKEN(aux_sym_element_comment_token1);
|
|
if (lookahead == '/') ADVANCE(325);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') ADVANCE(328);
|
|
if (lookahead != 0 &&
|
|
lookahead != '-') ADVANCE(329);
|
|
END_STATE();
|
|
case 329:
|
|
ACCEPT_TOKEN(aux_sym_element_comment_token1);
|
|
if (lookahead != 0 &&
|
|
lookahead != '-') ADVANCE(329);
|
|
END_STATE();
|
|
case 330:
|
|
ACCEPT_TOKEN(aux_sym_element_comment_token2);
|
|
END_STATE();
|
|
case 331:
|
|
ACCEPT_TOKEN(aux_sym_element_comment_token2);
|
|
if (lookahead == '>') ADVANCE(332);
|
|
END_STATE();
|
|
case 332:
|
|
ACCEPT_TOKEN(anon_sym_DASH_DASH_GT);
|
|
END_STATE();
|
|
case 333:
|
|
ACCEPT_TOKEN(anon_sym_AT);
|
|
END_STATE();
|
|
case 334:
|
|
ACCEPT_TOKEN(anon_sym_LBRACE_BANG);
|
|
END_STATE();
|
|
case 335:
|
|
ACCEPT_TOKEN(anon_sym_children_DOT_DOT_DOT);
|
|
END_STATE();
|
|
case 336:
|
|
ACCEPT_TOKEN(anon_sym_LT_SLASH);
|
|
END_STATE();
|
|
case 337:
|
|
ACCEPT_TOKEN(anon_sym_SLASH_GT);
|
|
END_STATE();
|
|
case 338:
|
|
ACCEPT_TOKEN(anon_sym_LT_BANG);
|
|
if (lookahead == '-') ADVANCE(30);
|
|
END_STATE();
|
|
case 339:
|
|
ACCEPT_TOKEN(aux_sym_doctype_token1);
|
|
END_STATE();
|
|
case 340:
|
|
ACCEPT_TOKEN(anon_sym_HTMLPUBLIC_DQUOTEhttp_COLON_SLASH_SLASHwww_DOTw3_DOTorg_SLASHTR_SLASHhtml4_SLASHloose_DOTdtd_DQUOTE);
|
|
END_STATE();
|
|
case 341:
|
|
ACCEPT_TOKEN(aux_sym_style_element_text_token1);
|
|
if (lookahead == '*') ADVANCE(343);
|
|
if (lookahead == '/') ADVANCE(313);
|
|
if (lookahead != 0 &&
|
|
lookahead != '<') ADVANCE(345);
|
|
END_STATE();
|
|
case 342:
|
|
ACCEPT_TOKEN(aux_sym_style_element_text_token1);
|
|
if (lookahead == '*') ADVANCE(342);
|
|
if (lookahead == '/') ADVANCE(323);
|
|
if (lookahead == '<') ADVANCE(28);
|
|
if (lookahead != 0) ADVANCE(343);
|
|
END_STATE();
|
|
case 343:
|
|
ACCEPT_TOKEN(aux_sym_style_element_text_token1);
|
|
if (lookahead == '*') ADVANCE(342);
|
|
if (lookahead == '<') ADVANCE(28);
|
|
if (lookahead != 0) ADVANCE(343);
|
|
END_STATE();
|
|
case 344:
|
|
ACCEPT_TOKEN(aux_sym_style_element_text_token1);
|
|
if (lookahead == '/') ADVANCE(341);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') ADVANCE(344);
|
|
if (lookahead != 0 &&
|
|
lookahead != '<') ADVANCE(345);
|
|
END_STATE();
|
|
case 345:
|
|
ACCEPT_TOKEN(aux_sym_style_element_text_token1);
|
|
if (lookahead != 0 &&
|
|
lookahead != '<') ADVANCE(345);
|
|
END_STATE();
|
|
case 346:
|
|
ACCEPT_TOKEN(aux_sym_style_element_text_token2);
|
|
END_STATE();
|
|
case 347:
|
|
ACCEPT_TOKEN(anon_sym_style);
|
|
END_STATE();
|
|
case 348:
|
|
ACCEPT_TOKEN(anon_sym_style);
|
|
if (lookahead == '-' ||
|
|
('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(368);
|
|
END_STATE();
|
|
case 349:
|
|
ACCEPT_TOKEN(anon_sym_style);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 350:
|
|
ACCEPT_TOKEN(anon_sym_QMARK_EQ);
|
|
END_STATE();
|
|
case 351:
|
|
ACCEPT_TOKEN(anon_sym_LF);
|
|
if (lookahead == '\n') ADVANCE(351);
|
|
END_STATE();
|
|
case 352:
|
|
ACCEPT_TOKEN(anon_sym_if2);
|
|
END_STATE();
|
|
case 353:
|
|
ACCEPT_TOKEN(anon_sym_else2);
|
|
END_STATE();
|
|
case 354:
|
|
ACCEPT_TOKEN(sym_css_property_name);
|
|
if (lookahead == '-' ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(354);
|
|
END_STATE();
|
|
case 355:
|
|
ACCEPT_TOKEN(anon_sym_script);
|
|
END_STATE();
|
|
case 356:
|
|
ACCEPT_TOKEN(anon_sym_script);
|
|
if (lookahead == '-' ||
|
|
('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(368);
|
|
END_STATE();
|
|
case 357:
|
|
ACCEPT_TOKEN(anon_sym_script);
|
|
if (set_contains(sym_identifier_character_set_2, 800, lookahead)) ADVANCE(283);
|
|
END_STATE();
|
|
case 358:
|
|
ACCEPT_TOKEN(anon_sym_LBRACE_LBRACE);
|
|
END_STATE();
|
|
case 359:
|
|
ACCEPT_TOKEN(anon_sym_RBRACE_RBRACE);
|
|
END_STATE();
|
|
case 360:
|
|
ACCEPT_TOKEN(sym_element_identifier);
|
|
if (lookahead == 'c') ADVANCE(365);
|
|
if (lookahead == 't') ADVANCE(367);
|
|
if (lookahead == '-' ||
|
|
('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(368);
|
|
END_STATE();
|
|
case 361:
|
|
ACCEPT_TOKEN(sym_element_identifier);
|
|
if (lookahead == 'e') ADVANCE(348);
|
|
if (lookahead == '-' ||
|
|
('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(368);
|
|
END_STATE();
|
|
case 362:
|
|
ACCEPT_TOKEN(sym_element_identifier);
|
|
if (lookahead == 'i') ADVANCE(364);
|
|
if (lookahead == '-' ||
|
|
('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(368);
|
|
END_STATE();
|
|
case 363:
|
|
ACCEPT_TOKEN(sym_element_identifier);
|
|
if (lookahead == 'l') ADVANCE(361);
|
|
if (lookahead == '-' ||
|
|
('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(368);
|
|
END_STATE();
|
|
case 364:
|
|
ACCEPT_TOKEN(sym_element_identifier);
|
|
if (lookahead == 'p') ADVANCE(366);
|
|
if (lookahead == '-' ||
|
|
('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(368);
|
|
END_STATE();
|
|
case 365:
|
|
ACCEPT_TOKEN(sym_element_identifier);
|
|
if (lookahead == 'r') ADVANCE(362);
|
|
if (lookahead == '-' ||
|
|
('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(368);
|
|
END_STATE();
|
|
case 366:
|
|
ACCEPT_TOKEN(sym_element_identifier);
|
|
if (lookahead == 't') ADVANCE(356);
|
|
if (lookahead == '-' ||
|
|
('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(368);
|
|
END_STATE();
|
|
case 367:
|
|
ACCEPT_TOKEN(sym_element_identifier);
|
|
if (lookahead == 'y') ADVANCE(363);
|
|
if (lookahead == '-' ||
|
|
('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(368);
|
|
END_STATE();
|
|
case 368:
|
|
ACCEPT_TOKEN(sym_element_identifier);
|
|
if (lookahead == '-' ||
|
|
('0' <= lookahead && lookahead <= '9') ||
|
|
('A' <= lookahead && lookahead <= 'Z') ||
|
|
('a' <= lookahead && lookahead <= 'z')) ADVANCE(368);
|
|
END_STATE();
|
|
case 369:
|
|
ACCEPT_TOKEN(sym_attribute_name);
|
|
if (lookahead == '=') ADVANCE(350);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '\t' || '\r' < lookahead) &&
|
|
lookahead != ' ' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
lookahead != '/' &&
|
|
(lookahead < '<' || '>' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 370:
|
|
ACCEPT_TOKEN(sym_attribute_name);
|
|
if (lookahead == 'e') ADVANCE(353);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '\t' || '\r' < lookahead) &&
|
|
lookahead != ' ' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
lookahead != '/' &&
|
|
(lookahead < '<' || '>' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 371:
|
|
ACCEPT_TOKEN(sym_attribute_name);
|
|
if (lookahead == 'f') ADVANCE(352);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '\t' || '\r' < lookahead) &&
|
|
lookahead != ' ' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
lookahead != '/' &&
|
|
(lookahead < '<' || '>' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 372:
|
|
ACCEPT_TOKEN(sym_attribute_name);
|
|
if (lookahead == 'l') ADVANCE(373);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '\t' || '\r' < lookahead) &&
|
|
lookahead != ' ' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
lookahead != '/' &&
|
|
(lookahead < '<' || '>' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 373:
|
|
ACCEPT_TOKEN(sym_attribute_name);
|
|
if (lookahead == 's') ADVANCE(370);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '\t' || '\r' < lookahead) &&
|
|
lookahead != ' ' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
lookahead != '/' &&
|
|
(lookahead < '<' || '>' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 374:
|
|
ACCEPT_TOKEN(sym_attribute_name);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '\t' || '\r' < lookahead) &&
|
|
lookahead != ' ' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
lookahead != '/' &&
|
|
(lookahead < '<' || '>' < lookahead)) ADVANCE(374);
|
|
END_STATE();
|
|
case 375:
|
|
ACCEPT_TOKEN(sym_attribute_value);
|
|
if (lookahead == '*') ADVANCE(377);
|
|
if (lookahead == '/') ADVANCE(317);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '\t' || '\r' < lookahead) &&
|
|
lookahead != ' ' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
(lookahead < '<' || '>' < lookahead) &&
|
|
lookahead != '{' &&
|
|
lookahead != '}') ADVANCE(378);
|
|
END_STATE();
|
|
case 376:
|
|
ACCEPT_TOKEN(sym_attribute_value);
|
|
if (lookahead == '*') ADVANCE(376);
|
|
if (lookahead == '/') ADVANCE(318);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ' ||
|
|
lookahead == '"' ||
|
|
lookahead == '\'' ||
|
|
('<' <= lookahead && lookahead <= '>') ||
|
|
lookahead == '{' ||
|
|
lookahead == '}') ADVANCE(28);
|
|
if (lookahead != 0) ADVANCE(377);
|
|
END_STATE();
|
|
case 377:
|
|
ACCEPT_TOKEN(sym_attribute_value);
|
|
if (lookahead == '*') ADVANCE(376);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ' ||
|
|
lookahead == '"' ||
|
|
lookahead == '\'' ||
|
|
('<' <= lookahead && lookahead <= '>') ||
|
|
lookahead == '{' ||
|
|
lookahead == '}') ADVANCE(28);
|
|
if (lookahead != 0) ADVANCE(377);
|
|
END_STATE();
|
|
case 378:
|
|
ACCEPT_TOKEN(sym_attribute_value);
|
|
if (lookahead != 0 &&
|
|
(lookahead < '\t' || '\r' < lookahead) &&
|
|
lookahead != ' ' &&
|
|
lookahead != '"' &&
|
|
lookahead != '\'' &&
|
|
(lookahead < '<' || '>' < lookahead) &&
|
|
lookahead != '{' &&
|
|
lookahead != '}') ADVANCE(378);
|
|
END_STATE();
|
|
case 379:
|
|
ACCEPT_TOKEN(anon_sym_SQUOTE);
|
|
END_STATE();
|
|
case 380:
|
|
ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token1);
|
|
if (lookahead == '\'') ADVANCE(28);
|
|
if (lookahead == '*') ADVANCE(380);
|
|
if (lookahead == '/') ADVANCE(321);
|
|
if (lookahead != 0) ADVANCE(381);
|
|
END_STATE();
|
|
case 381:
|
|
ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token1);
|
|
if (lookahead == '\'') ADVANCE(28);
|
|
if (lookahead == '*') ADVANCE(380);
|
|
if (lookahead != 0) ADVANCE(381);
|
|
END_STATE();
|
|
case 382:
|
|
ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token1);
|
|
if (lookahead == '*') ADVANCE(381);
|
|
if (lookahead == '/') ADVANCE(316);
|
|
if (lookahead != 0 &&
|
|
lookahead != '\'') ADVANCE(384);
|
|
END_STATE();
|
|
case 383:
|
|
ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token1);
|
|
if (lookahead == '/') ADVANCE(382);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') ADVANCE(383);
|
|
if (lookahead != 0 &&
|
|
lookahead != '\'') ADVANCE(384);
|
|
END_STATE();
|
|
case 384:
|
|
ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token1);
|
|
if (lookahead != 0 &&
|
|
lookahead != '\'') ADVANCE(384);
|
|
END_STATE();
|
|
case 385:
|
|
ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token2);
|
|
if (lookahead == '"') ADVANCE(28);
|
|
if (lookahead == '*') ADVANCE(385);
|
|
if (lookahead == '/') ADVANCE(320);
|
|
if (lookahead != 0) ADVANCE(386);
|
|
END_STATE();
|
|
case 386:
|
|
ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token2);
|
|
if (lookahead == '"') ADVANCE(28);
|
|
if (lookahead == '*') ADVANCE(385);
|
|
if (lookahead != 0) ADVANCE(386);
|
|
END_STATE();
|
|
case 387:
|
|
ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token2);
|
|
if (lookahead == '*') ADVANCE(386);
|
|
if (lookahead == '/') ADVANCE(315);
|
|
if (lookahead != 0 &&
|
|
lookahead != '"') ADVANCE(389);
|
|
END_STATE();
|
|
case 388:
|
|
ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token2);
|
|
if (lookahead == '/') ADVANCE(387);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') ADVANCE(388);
|
|
if (lookahead != 0 &&
|
|
lookahead != '"') ADVANCE(389);
|
|
END_STATE();
|
|
case 389:
|
|
ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token2);
|
|
if (lookahead != 0 &&
|
|
lookahead != '"') ADVANCE(389);
|
|
END_STATE();
|
|
default:
|
|
return false;
|
|
}
|
|
}
|
|
|
|
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
|
|
START_LEXER();
|
|
eof = lexer->eof(lexer);
|
|
switch (state) {
|
|
case 0:
|
|
ADVANCE_MAP(
|
|
'_', 1,
|
|
'b', 2,
|
|
'c', 3,
|
|
'd', 4,
|
|
'f', 5,
|
|
'g', 6,
|
|
'h', 7,
|
|
'i', 8,
|
|
'm', 9,
|
|
'n', 10,
|
|
'p', 11,
|
|
'r', 12,
|
|
's', 13,
|
|
't', 14,
|
|
'v', 15,
|
|
);
|
|
if (('\t' <= lookahead && lookahead <= '\r') ||
|
|
lookahead == ' ') SKIP(0);
|
|
END_STATE();
|
|
case 1:
|
|
ACCEPT_TOKEN(sym_blank_identifier);
|
|
END_STATE();
|
|
case 2:
|
|
if (lookahead == 'r') ADVANCE(16);
|
|
END_STATE();
|
|
case 3:
|
|
if (lookahead == 'a') ADVANCE(17);
|
|
if (lookahead == 'h') ADVANCE(18);
|
|
if (lookahead == 'o') ADVANCE(19);
|
|
if (lookahead == 's') ADVANCE(20);
|
|
END_STATE();
|
|
case 4:
|
|
if (lookahead == 'e') ADVANCE(21);
|
|
END_STATE();
|
|
case 5:
|
|
if (lookahead == 'a') ADVANCE(22);
|
|
if (lookahead == 'o') ADVANCE(23);
|
|
if (lookahead == 'u') ADVANCE(24);
|
|
END_STATE();
|
|
case 6:
|
|
if (lookahead == 'o') ADVANCE(25);
|
|
END_STATE();
|
|
case 7:
|
|
if (lookahead == 't') ADVANCE(26);
|
|
END_STATE();
|
|
case 8:
|
|
if (lookahead == 'm') ADVANCE(27);
|
|
if (lookahead == 'n') ADVANCE(28);
|
|
if (lookahead == 'o') ADVANCE(29);
|
|
END_STATE();
|
|
case 9:
|
|
if (lookahead == 'a') ADVANCE(30);
|
|
END_STATE();
|
|
case 10:
|
|
if (lookahead == 'e') ADVANCE(31);
|
|
if (lookahead == 'i') ADVANCE(32);
|
|
END_STATE();
|
|
case 11:
|
|
if (lookahead == 'a') ADVANCE(33);
|
|
END_STATE();
|
|
case 12:
|
|
if (lookahead == 'a') ADVANCE(34);
|
|
if (lookahead == 'e') ADVANCE(35);
|
|
END_STATE();
|
|
case 13:
|
|
if (lookahead == 'e') ADVANCE(36);
|
|
if (lookahead == 't') ADVANCE(37);
|
|
if (lookahead == 'w') ADVANCE(38);
|
|
END_STATE();
|
|
case 14:
|
|
if (lookahead == 'e') ADVANCE(39);
|
|
if (lookahead == 'r') ADVANCE(40);
|
|
if (lookahead == 'y') ADVANCE(41);
|
|
END_STATE();
|
|
case 15:
|
|
if (lookahead == 'a') ADVANCE(42);
|
|
END_STATE();
|
|
case 16:
|
|
if (lookahead == 'e') ADVANCE(43);
|
|
END_STATE();
|
|
case 17:
|
|
if (lookahead == 's') ADVANCE(44);
|
|
END_STATE();
|
|
case 18:
|
|
if (lookahead == 'a') ADVANCE(45);
|
|
END_STATE();
|
|
case 19:
|
|
if (lookahead == 'n') ADVANCE(46);
|
|
END_STATE();
|
|
case 20:
|
|
if (lookahead == 's') ADVANCE(47);
|
|
END_STATE();
|
|
case 21:
|
|
if (lookahead == 'f') ADVANCE(48);
|
|
END_STATE();
|
|
case 22:
|
|
if (lookahead == 'l') ADVANCE(49);
|
|
END_STATE();
|
|
case 23:
|
|
if (lookahead == 'r') ADVANCE(50);
|
|
END_STATE();
|
|
case 24:
|
|
if (lookahead == 'n') ADVANCE(51);
|
|
END_STATE();
|
|
case 25:
|
|
ACCEPT_TOKEN(anon_sym_go);
|
|
if (lookahead == 't') ADVANCE(52);
|
|
END_STATE();
|
|
case 26:
|
|
if (lookahead == 'm') ADVANCE(53);
|
|
END_STATE();
|
|
case 27:
|
|
if (lookahead == 'p') ADVANCE(54);
|
|
END_STATE();
|
|
case 28:
|
|
if (lookahead == 't') ADVANCE(55);
|
|
END_STATE();
|
|
case 29:
|
|
if (lookahead == 't') ADVANCE(56);
|
|
END_STATE();
|
|
case 30:
|
|
if (lookahead == 'k') ADVANCE(57);
|
|
if (lookahead == 'p') ADVANCE(58);
|
|
END_STATE();
|
|
case 31:
|
|
if (lookahead == 'w') ADVANCE(59);
|
|
END_STATE();
|
|
case 32:
|
|
if (lookahead == 'l') ADVANCE(60);
|
|
END_STATE();
|
|
case 33:
|
|
if (lookahead == 'c') ADVANCE(61);
|
|
END_STATE();
|
|
case 34:
|
|
if (lookahead == 'n') ADVANCE(62);
|
|
END_STATE();
|
|
case 35:
|
|
if (lookahead == 't') ADVANCE(63);
|
|
END_STATE();
|
|
case 36:
|
|
if (lookahead == 'l') ADVANCE(64);
|
|
END_STATE();
|
|
case 37:
|
|
if (lookahead == 'r') ADVANCE(65);
|
|
END_STATE();
|
|
case 38:
|
|
if (lookahead == 'i') ADVANCE(66);
|
|
END_STATE();
|
|
case 39:
|
|
if (lookahead == 'm') ADVANCE(67);
|
|
END_STATE();
|
|
case 40:
|
|
if (lookahead == 'u') ADVANCE(68);
|
|
END_STATE();
|
|
case 41:
|
|
if (lookahead == 'p') ADVANCE(69);
|
|
END_STATE();
|
|
case 42:
|
|
if (lookahead == 'r') ADVANCE(70);
|
|
END_STATE();
|
|
case 43:
|
|
if (lookahead == 'a') ADVANCE(71);
|
|
END_STATE();
|
|
case 44:
|
|
if (lookahead == 'e') ADVANCE(72);
|
|
END_STATE();
|
|
case 45:
|
|
if (lookahead == 'n') ADVANCE(73);
|
|
END_STATE();
|
|
case 46:
|
|
if (lookahead == 's') ADVANCE(74);
|
|
if (lookahead == 't') ADVANCE(75);
|
|
END_STATE();
|
|
case 47:
|
|
ACCEPT_TOKEN(anon_sym_css);
|
|
END_STATE();
|
|
case 48:
|
|
if (lookahead == 'a') ADVANCE(76);
|
|
if (lookahead == 'e') ADVANCE(77);
|
|
END_STATE();
|
|
case 49:
|
|
if (lookahead == 'l') ADVANCE(78);
|
|
if (lookahead == 's') ADVANCE(79);
|
|
END_STATE();
|
|
case 50:
|
|
ACCEPT_TOKEN(anon_sym_for);
|
|
END_STATE();
|
|
case 51:
|
|
if (lookahead == 'c') ADVANCE(80);
|
|
END_STATE();
|
|
case 52:
|
|
if (lookahead == 'o') ADVANCE(81);
|
|
END_STATE();
|
|
case 53:
|
|
if (lookahead == 'l') ADVANCE(82);
|
|
END_STATE();
|
|
case 54:
|
|
if (lookahead == 'o') ADVANCE(83);
|
|
END_STATE();
|
|
case 55:
|
|
if (lookahead == 'e') ADVANCE(84);
|
|
END_STATE();
|
|
case 56:
|
|
if (lookahead == 'a') ADVANCE(85);
|
|
END_STATE();
|
|
case 57:
|
|
if (lookahead == 'e') ADVANCE(86);
|
|
END_STATE();
|
|
case 58:
|
|
ACCEPT_TOKEN(anon_sym_map);
|
|
END_STATE();
|
|
case 59:
|
|
ACCEPT_TOKEN(anon_sym_new);
|
|
END_STATE();
|
|
case 60:
|
|
ACCEPT_TOKEN(sym_nil);
|
|
END_STATE();
|
|
case 61:
|
|
if (lookahead == 'k') ADVANCE(87);
|
|
END_STATE();
|
|
case 62:
|
|
if (lookahead == 'g') ADVANCE(88);
|
|
END_STATE();
|
|
case 63:
|
|
if (lookahead == 'u') ADVANCE(89);
|
|
END_STATE();
|
|
case 64:
|
|
if (lookahead == 'e') ADVANCE(90);
|
|
END_STATE();
|
|
case 65:
|
|
if (lookahead == 'u') ADVANCE(91);
|
|
END_STATE();
|
|
case 66:
|
|
if (lookahead == 't') ADVANCE(92);
|
|
END_STATE();
|
|
case 67:
|
|
if (lookahead == 'p') ADVANCE(93);
|
|
END_STATE();
|
|
case 68:
|
|
if (lookahead == 'e') ADVANCE(94);
|
|
END_STATE();
|
|
case 69:
|
|
if (lookahead == 'e') ADVANCE(95);
|
|
END_STATE();
|
|
case 70:
|
|
ACCEPT_TOKEN(anon_sym_var);
|
|
END_STATE();
|
|
case 71:
|
|
if (lookahead == 'k') ADVANCE(96);
|
|
END_STATE();
|
|
case 72:
|
|
ACCEPT_TOKEN(anon_sym_case);
|
|
END_STATE();
|
|
case 73:
|
|
ACCEPT_TOKEN(anon_sym_chan);
|
|
END_STATE();
|
|
case 74:
|
|
if (lookahead == 't') ADVANCE(97);
|
|
END_STATE();
|
|
case 75:
|
|
if (lookahead == 'i') ADVANCE(98);
|
|
END_STATE();
|
|
case 76:
|
|
if (lookahead == 'u') ADVANCE(99);
|
|
END_STATE();
|
|
case 77:
|
|
if (lookahead == 'r') ADVANCE(100);
|
|
END_STATE();
|
|
case 78:
|
|
if (lookahead == 't') ADVANCE(101);
|
|
END_STATE();
|
|
case 79:
|
|
if (lookahead == 'e') ADVANCE(102);
|
|
END_STATE();
|
|
case 80:
|
|
ACCEPT_TOKEN(anon_sym_func);
|
|
END_STATE();
|
|
case 81:
|
|
ACCEPT_TOKEN(anon_sym_goto);
|
|
END_STATE();
|
|
case 82:
|
|
ACCEPT_TOKEN(anon_sym_html);
|
|
END_STATE();
|
|
case 83:
|
|
if (lookahead == 'r') ADVANCE(103);
|
|
END_STATE();
|
|
case 84:
|
|
if (lookahead == 'r') ADVANCE(104);
|
|
END_STATE();
|
|
case 85:
|
|
ACCEPT_TOKEN(sym_iota);
|
|
END_STATE();
|
|
case 86:
|
|
ACCEPT_TOKEN(anon_sym_make);
|
|
END_STATE();
|
|
case 87:
|
|
if (lookahead == 'a') ADVANCE(105);
|
|
END_STATE();
|
|
case 88:
|
|
if (lookahead == 'e') ADVANCE(106);
|
|
END_STATE();
|
|
case 89:
|
|
if (lookahead == 'r') ADVANCE(107);
|
|
END_STATE();
|
|
case 90:
|
|
if (lookahead == 'c') ADVANCE(108);
|
|
END_STATE();
|
|
case 91:
|
|
if (lookahead == 'c') ADVANCE(109);
|
|
END_STATE();
|
|
case 92:
|
|
if (lookahead == 'c') ADVANCE(110);
|
|
END_STATE();
|
|
case 93:
|
|
if (lookahead == 'l') ADVANCE(111);
|
|
END_STATE();
|
|
case 94:
|
|
ACCEPT_TOKEN(sym_true);
|
|
END_STATE();
|
|
case 95:
|
|
ACCEPT_TOKEN(anon_sym_type);
|
|
END_STATE();
|
|
case 96:
|
|
ACCEPT_TOKEN(anon_sym_break);
|
|
END_STATE();
|
|
case 97:
|
|
ACCEPT_TOKEN(anon_sym_const);
|
|
END_STATE();
|
|
case 98:
|
|
if (lookahead == 'n') ADVANCE(112);
|
|
END_STATE();
|
|
case 99:
|
|
if (lookahead == 'l') ADVANCE(113);
|
|
END_STATE();
|
|
case 100:
|
|
ACCEPT_TOKEN(anon_sym_defer);
|
|
END_STATE();
|
|
case 101:
|
|
if (lookahead == 'h') ADVANCE(114);
|
|
END_STATE();
|
|
case 102:
|
|
ACCEPT_TOKEN(sym_false);
|
|
END_STATE();
|
|
case 103:
|
|
if (lookahead == 't') ADVANCE(115);
|
|
END_STATE();
|
|
case 104:
|
|
if (lookahead == 'f') ADVANCE(116);
|
|
END_STATE();
|
|
case 105:
|
|
if (lookahead == 'g') ADVANCE(117);
|
|
END_STATE();
|
|
case 106:
|
|
ACCEPT_TOKEN(anon_sym_range);
|
|
END_STATE();
|
|
case 107:
|
|
if (lookahead == 'n') ADVANCE(118);
|
|
END_STATE();
|
|
case 108:
|
|
if (lookahead == 't') ADVANCE(119);
|
|
END_STATE();
|
|
case 109:
|
|
if (lookahead == 't') ADVANCE(120);
|
|
END_STATE();
|
|
case 110:
|
|
if (lookahead == 'h') ADVANCE(121);
|
|
END_STATE();
|
|
case 111:
|
|
ACCEPT_TOKEN(anon_sym_templ);
|
|
END_STATE();
|
|
case 112:
|
|
if (lookahead == 'u') ADVANCE(122);
|
|
END_STATE();
|
|
case 113:
|
|
if (lookahead == 't') ADVANCE(123);
|
|
END_STATE();
|
|
case 114:
|
|
if (lookahead == 'r') ADVANCE(124);
|
|
END_STATE();
|
|
case 115:
|
|
ACCEPT_TOKEN(anon_sym_import);
|
|
END_STATE();
|
|
case 116:
|
|
if (lookahead == 'a') ADVANCE(125);
|
|
END_STATE();
|
|
case 117:
|
|
if (lookahead == 'e') ADVANCE(126);
|
|
END_STATE();
|
|
case 118:
|
|
ACCEPT_TOKEN(anon_sym_return);
|
|
END_STATE();
|
|
case 119:
|
|
ACCEPT_TOKEN(anon_sym_select);
|
|
END_STATE();
|
|
case 120:
|
|
ACCEPT_TOKEN(anon_sym_struct);
|
|
END_STATE();
|
|
case 121:
|
|
ACCEPT_TOKEN(anon_sym_switch);
|
|
END_STATE();
|
|
case 122:
|
|
if (lookahead == 'e') ADVANCE(127);
|
|
END_STATE();
|
|
case 123:
|
|
ACCEPT_TOKEN(anon_sym_default);
|
|
END_STATE();
|
|
case 124:
|
|
if (lookahead == 'o') ADVANCE(128);
|
|
END_STATE();
|
|
case 125:
|
|
if (lookahead == 'c') ADVANCE(129);
|
|
END_STATE();
|
|
case 126:
|
|
ACCEPT_TOKEN(anon_sym_package);
|
|
END_STATE();
|
|
case 127:
|
|
ACCEPT_TOKEN(anon_sym_continue);
|
|
END_STATE();
|
|
case 128:
|
|
if (lookahead == 'u') ADVANCE(130);
|
|
END_STATE();
|
|
case 129:
|
|
if (lookahead == 'e') ADVANCE(131);
|
|
END_STATE();
|
|
case 130:
|
|
if (lookahead == 'g') ADVANCE(132);
|
|
END_STATE();
|
|
case 131:
|
|
ACCEPT_TOKEN(anon_sym_interface);
|
|
END_STATE();
|
|
case 132:
|
|
if (lookahead == 'h') ADVANCE(133);
|
|
END_STATE();
|
|
case 133:
|
|
ACCEPT_TOKEN(anon_sym_fallthrough);
|
|
END_STATE();
|
|
default:
|
|
return false;
|
|
}
|
|
}
|
|
|
|
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
|
|
[0] = {.lex_state = 0, .external_lex_state = 1},
|
|
[1] = {.lex_state = 160, .reserved_word_set_id = 1},
|
|
[2] = {.lex_state = 160, .reserved_word_set_id = 1},
|
|
[3] = {.lex_state = 160, .reserved_word_set_id = 1},
|
|
[4] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[5] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[6] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[7] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[8] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[9] = {.lex_state = 10, .reserved_word_set_id = 2},
|
|
[10] = {.lex_state = 10, .reserved_word_set_id = 2},
|
|
[11] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[12] = {.lex_state = 10, .reserved_word_set_id = 3},
|
|
[13] = {.lex_state = 10, .reserved_word_set_id = 2},
|
|
[14] = {.lex_state = 11, .reserved_word_set_id = 1},
|
|
[15] = {.lex_state = 11, .reserved_word_set_id = 1},
|
|
[16] = {.lex_state = 10, .reserved_word_set_id = 3},
|
|
[17] = {.lex_state = 10, .reserved_word_set_id = 3},
|
|
[18] = {.lex_state = 10, .reserved_word_set_id = 3},
|
|
[19] = {.lex_state = 11, .reserved_word_set_id = 1},
|
|
[20] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[21] = {.lex_state = 10, .reserved_word_set_id = 3},
|
|
[22] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[23] = {.lex_state = 10, .reserved_word_set_id = 3},
|
|
[24] = {.lex_state = 11, .reserved_word_set_id = 1},
|
|
[25] = {.lex_state = 11, .reserved_word_set_id = 1},
|
|
[26] = {.lex_state = 11, .reserved_word_set_id = 1},
|
|
[27] = {.lex_state = 10, .reserved_word_set_id = 3},
|
|
[28] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[29] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[30] = {.lex_state = 10, .reserved_word_set_id = 3},
|
|
[31] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[32] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[33] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[34] = {.lex_state = 10, .reserved_word_set_id = 4},
|
|
[35] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[36] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[37] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[38] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[39] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[40] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[41] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[42] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[43] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[44] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[45] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[46] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[47] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[48] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[49] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[50] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[51] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[52] = {.lex_state = 157, .reserved_word_set_id = 6},
|
|
[53] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[54] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[55] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[56] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[57] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[58] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[59] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[60] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[61] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[62] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[63] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[64] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[65] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[66] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[67] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[68] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[69] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[70] = {.lex_state = 1, .reserved_word_set_id = 1},
|
|
[71] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[72] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[73] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[74] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[75] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[76] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[77] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[78] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[79] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[80] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[81] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[82] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[83] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[84] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[85] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[86] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[87] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[88] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[89] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[90] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[91] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[92] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[93] = {.lex_state = 12, .reserved_word_set_id = 1},
|
|
[94] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[95] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[96] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[97] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[98] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[99] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[100] = {.lex_state = 12, .reserved_word_set_id = 1},
|
|
[101] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[102] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[103] = {.lex_state = 12, .reserved_word_set_id = 1},
|
|
[104] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[105] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[106] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[107] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[108] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[109] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[110] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[111] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[112] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[113] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[114] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[115] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[116] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[117] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[118] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[119] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[120] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[121] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[122] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[123] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[124] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[125] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[126] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[127] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[128] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[129] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[130] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[131] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[132] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[133] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[134] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[135] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[136] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[137] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[138] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[139] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[140] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[141] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[142] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[143] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[144] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[145] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[146] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[147] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[148] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[149] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[150] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[151] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[152] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[153] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[154] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[155] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[156] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[157] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[158] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[159] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[160] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[161] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[162] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[163] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[164] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[165] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[166] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[167] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[168] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[169] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[170] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[171] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[172] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[173] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[174] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[175] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[176] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[177] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[178] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[179] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[180] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[181] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[182] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[183] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[184] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[185] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[186] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[187] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[188] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[189] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[190] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[191] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[192] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[193] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[194] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[195] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[196] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[197] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[198] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[199] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[200] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[201] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[202] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[203] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[204] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[205] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[206] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[207] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[208] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[209] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[210] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[211] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[212] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[213] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[214] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[215] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[216] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[217] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[218] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[219] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[220] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[221] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[222] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[223] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[224] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[225] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[226] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[227] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[228] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[229] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[230] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[231] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[232] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[233] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[234] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[235] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[236] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[237] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[238] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[239] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[240] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[241] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[242] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[243] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[244] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[245] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[246] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[247] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[248] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[249] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[250] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[251] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[252] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[253] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[254] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[255] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[256] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[257] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[258] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[259] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[260] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[261] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[262] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[263] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[264] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[265] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[266] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[267] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[268] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[269] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[270] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[271] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[272] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[273] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[274] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[275] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[276] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[277] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[278] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[279] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[280] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[281] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[282] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[283] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[284] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[285] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[286] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[287] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[288] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[289] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[290] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[291] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[292] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[293] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[294] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[295] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[296] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[297] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[298] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[299] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[300] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[301] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[302] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[303] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[304] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[305] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[306] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[307] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[308] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[309] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[310] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[311] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[312] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[313] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[314] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[315] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[316] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[317] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[318] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[319] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[320] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[321] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[322] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[323] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[324] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[325] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[326] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[327] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[328] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[329] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[330] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[331] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[332] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[333] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[334] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[335] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[336] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[337] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[338] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[339] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[340] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[341] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[342] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[343] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[344] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[345] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[346] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[347] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[348] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[349] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[350] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[351] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[352] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[353] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[354] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[355] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[356] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[357] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[358] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[359] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[360] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[361] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[362] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[363] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[364] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[365] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[366] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[367] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[368] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[369] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[370] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[371] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[372] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[373] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[374] = {.lex_state = 13, .reserved_word_set_id = 1},
|
|
[375] = {.lex_state = 160, .reserved_word_set_id = 1},
|
|
[376] = {.lex_state = 158},
|
|
[377] = {.lex_state = 158},
|
|
[378] = {.lex_state = 158},
|
|
[379] = {.lex_state = 158},
|
|
[380] = {.lex_state = 158},
|
|
[381] = {.lex_state = 158},
|
|
[382] = {.lex_state = 158},
|
|
[383] = {.lex_state = 158},
|
|
[384] = {.lex_state = 2},
|
|
[385] = {.lex_state = 158},
|
|
[386] = {.lex_state = 2},
|
|
[387] = {.lex_state = 158},
|
|
[388] = {.lex_state = 2},
|
|
[389] = {.lex_state = 158},
|
|
[390] = {.lex_state = 2},
|
|
[391] = {.lex_state = 158},
|
|
[392] = {.lex_state = 158},
|
|
[393] = {.lex_state = 3},
|
|
[394] = {.lex_state = 3},
|
|
[395] = {.lex_state = 158},
|
|
[396] = {.lex_state = 158},
|
|
[397] = {.lex_state = 2},
|
|
[398] = {.lex_state = 2},
|
|
[399] = {.lex_state = 2},
|
|
[400] = {.lex_state = 2},
|
|
[401] = {.lex_state = 2},
|
|
[402] = {.lex_state = 2},
|
|
[403] = {.lex_state = 14},
|
|
[404] = {.lex_state = 14},
|
|
[405] = {.lex_state = 14},
|
|
[406] = {.lex_state = 158},
|
|
[407] = {.lex_state = 158},
|
|
[408] = {.lex_state = 158},
|
|
[409] = {.lex_state = 14},
|
|
[410] = {.lex_state = 158},
|
|
[411] = {.lex_state = 158},
|
|
[412] = {.lex_state = 14},
|
|
[413] = {.lex_state = 158},
|
|
[414] = {.lex_state = 158},
|
|
[415] = {.lex_state = 158},
|
|
[416] = {.lex_state = 158},
|
|
[417] = {.lex_state = 158},
|
|
[418] = {.lex_state = 158},
|
|
[419] = {.lex_state = 158},
|
|
[420] = {.lex_state = 14},
|
|
[421] = {.lex_state = 14},
|
|
[422] = {.lex_state = 158},
|
|
[423] = {.lex_state = 158},
|
|
[424] = {.lex_state = 158},
|
|
[425] = {.lex_state = 158},
|
|
[426] = {.lex_state = 158},
|
|
[427] = {.lex_state = 158},
|
|
[428] = {.lex_state = 158},
|
|
[429] = {.lex_state = 158},
|
|
[430] = {.lex_state = 158},
|
|
[431] = {.lex_state = 158},
|
|
[432] = {.lex_state = 158},
|
|
[433] = {.lex_state = 158},
|
|
[434] = {.lex_state = 158},
|
|
[435] = {.lex_state = 14},
|
|
[436] = {.lex_state = 14},
|
|
[437] = {.lex_state = 158},
|
|
[438] = {.lex_state = 158},
|
|
[439] = {.lex_state = 158},
|
|
[440] = {.lex_state = 158},
|
|
[441] = {.lex_state = 158},
|
|
[442] = {.lex_state = 14},
|
|
[443] = {.lex_state = 158},
|
|
[444] = {.lex_state = 14},
|
|
[445] = {.lex_state = 158},
|
|
[446] = {.lex_state = 158},
|
|
[447] = {.lex_state = 14},
|
|
[448] = {.lex_state = 14},
|
|
[449] = {.lex_state = 14},
|
|
[450] = {.lex_state = 2},
|
|
[451] = {.lex_state = 2},
|
|
[452] = {.lex_state = 14},
|
|
[453] = {.lex_state = 2},
|
|
[454] = {.lex_state = 14},
|
|
[455] = {.lex_state = 14},
|
|
[456] = {.lex_state = 2},
|
|
[457] = {.lex_state = 2},
|
|
[458] = {.lex_state = 2},
|
|
[459] = {.lex_state = 2},
|
|
[460] = {.lex_state = 2},
|
|
[461] = {.lex_state = 2},
|
|
[462] = {.lex_state = 2},
|
|
[463] = {.lex_state = 14},
|
|
[464] = {.lex_state = 14},
|
|
[465] = {.lex_state = 2},
|
|
[466] = {.lex_state = 2},
|
|
[467] = {.lex_state = 2},
|
|
[468] = {.lex_state = 2},
|
|
[469] = {.lex_state = 2},
|
|
[470] = {.lex_state = 2},
|
|
[471] = {.lex_state = 2},
|
|
[472] = {.lex_state = 2},
|
|
[473] = {.lex_state = 2},
|
|
[474] = {.lex_state = 2},
|
|
[475] = {.lex_state = 2},
|
|
[476] = {.lex_state = 14},
|
|
[477] = {.lex_state = 2},
|
|
[478] = {.lex_state = 2},
|
|
[479] = {.lex_state = 2},
|
|
[480] = {.lex_state = 2},
|
|
[481] = {.lex_state = 2},
|
|
[482] = {.lex_state = 14},
|
|
[483] = {.lex_state = 2},
|
|
[484] = {.lex_state = 2},
|
|
[485] = {.lex_state = 2},
|
|
[486] = {.lex_state = 2},
|
|
[487] = {.lex_state = 2},
|
|
[488] = {.lex_state = 2},
|
|
[489] = {.lex_state = 14},
|
|
[490] = {.lex_state = 2},
|
|
[491] = {.lex_state = 2},
|
|
[492] = {.lex_state = 14},
|
|
[493] = {.lex_state = 14},
|
|
[494] = {.lex_state = 2},
|
|
[495] = {.lex_state = 2},
|
|
[496] = {.lex_state = 2},
|
|
[497] = {.lex_state = 2},
|
|
[498] = {.lex_state = 2},
|
|
[499] = {.lex_state = 14},
|
|
[500] = {.lex_state = 2},
|
|
[501] = {.lex_state = 14},
|
|
[502] = {.lex_state = 14},
|
|
[503] = {.lex_state = 14},
|
|
[504] = {.lex_state = 14},
|
|
[505] = {.lex_state = 14},
|
|
[506] = {.lex_state = 14},
|
|
[507] = {.lex_state = 14},
|
|
[508] = {.lex_state = 14},
|
|
[509] = {.lex_state = 14},
|
|
[510] = {.lex_state = 14},
|
|
[511] = {.lex_state = 14},
|
|
[512] = {.lex_state = 14},
|
|
[513] = {.lex_state = 14},
|
|
[514] = {.lex_state = 14},
|
|
[515] = {.lex_state = 14},
|
|
[516] = {.lex_state = 14},
|
|
[517] = {.lex_state = 14},
|
|
[518] = {.lex_state = 14},
|
|
[519] = {.lex_state = 14},
|
|
[520] = {.lex_state = 14},
|
|
[521] = {.lex_state = 14},
|
|
[522] = {.lex_state = 14},
|
|
[523] = {.lex_state = 14},
|
|
[524] = {.lex_state = 14},
|
|
[525] = {.lex_state = 14},
|
|
[526] = {.lex_state = 14},
|
|
[527] = {.lex_state = 14},
|
|
[528] = {.lex_state = 14},
|
|
[529] = {.lex_state = 14},
|
|
[530] = {.lex_state = 14},
|
|
[531] = {.lex_state = 14},
|
|
[532] = {.lex_state = 14},
|
|
[533] = {.lex_state = 14},
|
|
[534] = {.lex_state = 14},
|
|
[535] = {.lex_state = 14},
|
|
[536] = {.lex_state = 14},
|
|
[537] = {.lex_state = 14},
|
|
[538] = {.lex_state = 14},
|
|
[539] = {.lex_state = 14},
|
|
[540] = {.lex_state = 14},
|
|
[541] = {.lex_state = 15},
|
|
[542] = {.lex_state = 15},
|
|
[543] = {.lex_state = 15},
|
|
[544] = {.lex_state = 15},
|
|
[545] = {.lex_state = 15},
|
|
[546] = {.lex_state = 15},
|
|
[547] = {.lex_state = 15},
|
|
[548] = {.lex_state = 15},
|
|
[549] = {.lex_state = 15},
|
|
[550] = {.lex_state = 15},
|
|
[551] = {.lex_state = 15},
|
|
[552] = {.lex_state = 15},
|
|
[553] = {.lex_state = 15},
|
|
[554] = {.lex_state = 15},
|
|
[555] = {.lex_state = 15},
|
|
[556] = {.lex_state = 15},
|
|
[557] = {.lex_state = 15},
|
|
[558] = {.lex_state = 15},
|
|
[559] = {.lex_state = 15},
|
|
[560] = {.lex_state = 15},
|
|
[561] = {.lex_state = 15},
|
|
[562] = {.lex_state = 15},
|
|
[563] = {.lex_state = 6, .reserved_word_set_id = 1},
|
|
[564] = {.lex_state = 15},
|
|
[565] = {.lex_state = 15},
|
|
[566] = {.lex_state = 15},
|
|
[567] = {.lex_state = 15},
|
|
[568] = {.lex_state = 157, .reserved_word_set_id = 6},
|
|
[569] = {.lex_state = 157, .reserved_word_set_id = 6},
|
|
[570] = {.lex_state = 15},
|
|
[571] = {.lex_state = 15},
|
|
[572] = {.lex_state = 15},
|
|
[573] = {.lex_state = 15},
|
|
[574] = {.lex_state = 15},
|
|
[575] = {.lex_state = 15},
|
|
[576] = {.lex_state = 15},
|
|
[577] = {.lex_state = 15},
|
|
[578] = {.lex_state = 15},
|
|
[579] = {.lex_state = 15},
|
|
[580] = {.lex_state = 15},
|
|
[581] = {.lex_state = 15},
|
|
[582] = {.lex_state = 15},
|
|
[583] = {.lex_state = 15},
|
|
[584] = {.lex_state = 15},
|
|
[585] = {.lex_state = 15},
|
|
[586] = {.lex_state = 15},
|
|
[587] = {.lex_state = 15},
|
|
[588] = {.lex_state = 15},
|
|
[589] = {.lex_state = 15},
|
|
[590] = {.lex_state = 15},
|
|
[591] = {.lex_state = 15},
|
|
[592] = {.lex_state = 23, .external_lex_state = 2},
|
|
[593] = {.lex_state = 23, .external_lex_state = 2},
|
|
[594] = {.lex_state = 23, .external_lex_state = 2},
|
|
[595] = {.lex_state = 23, .external_lex_state = 2},
|
|
[596] = {.lex_state = 23, .external_lex_state = 2},
|
|
[597] = {.lex_state = 24, .external_lex_state = 3},
|
|
[598] = {.lex_state = 24, .external_lex_state = 3},
|
|
[599] = {.lex_state = 24, .external_lex_state = 3},
|
|
[600] = {.lex_state = 24, .external_lex_state = 3},
|
|
[601] = {.lex_state = 16},
|
|
[602] = {.lex_state = 16},
|
|
[603] = {.lex_state = 16},
|
|
[604] = {.lex_state = 24, .external_lex_state = 3},
|
|
[605] = {.lex_state = 24, .external_lex_state = 3},
|
|
[606] = {.lex_state = 23, .external_lex_state = 3},
|
|
[607] = {.lex_state = 23, .external_lex_state = 3},
|
|
[608] = {.lex_state = 23, .external_lex_state = 3},
|
|
[609] = {.lex_state = 24, .external_lex_state = 3},
|
|
[610] = {.lex_state = 23, .external_lex_state = 3},
|
|
[611] = {.lex_state = 23, .external_lex_state = 3},
|
|
[612] = {.lex_state = 23, .external_lex_state = 3},
|
|
[613] = {.lex_state = 157, .reserved_word_set_id = 6},
|
|
[614] = {.lex_state = 16},
|
|
[615] = {.lex_state = 23, .external_lex_state = 3},
|
|
[616] = {.lex_state = 23, .external_lex_state = 3},
|
|
[617] = {.lex_state = 23, .external_lex_state = 3},
|
|
[618] = {.lex_state = 157, .reserved_word_set_id = 6},
|
|
[619] = {.lex_state = 23, .external_lex_state = 3},
|
|
[620] = {.lex_state = 23, .external_lex_state = 3},
|
|
[621] = {.lex_state = 16},
|
|
[622] = {.lex_state = 16},
|
|
[623] = {.lex_state = 16},
|
|
[624] = {.lex_state = 16},
|
|
[625] = {.lex_state = 16},
|
|
[626] = {.lex_state = 16},
|
|
[627] = {.lex_state = 16},
|
|
[628] = {.lex_state = 16},
|
|
[629] = {.lex_state = 16},
|
|
[630] = {.lex_state = 16},
|
|
[631] = {.lex_state = 16},
|
|
[632] = {.lex_state = 16},
|
|
[633] = {.lex_state = 16},
|
|
[634] = {.lex_state = 16},
|
|
[635] = {.lex_state = 16},
|
|
[636] = {.lex_state = 16},
|
|
[637] = {.lex_state = 16},
|
|
[638] = {.lex_state = 16},
|
|
[639] = {.lex_state = 16},
|
|
[640] = {.lex_state = 16},
|
|
[641] = {.lex_state = 4},
|
|
[642] = {.lex_state = 16},
|
|
[643] = {.lex_state = 16},
|
|
[644] = {.lex_state = 16},
|
|
[645] = {.lex_state = 16},
|
|
[646] = {.lex_state = 16},
|
|
[647] = {.lex_state = 16},
|
|
[648] = {.lex_state = 16},
|
|
[649] = {.lex_state = 16},
|
|
[650] = {.lex_state = 16},
|
|
[651] = {.lex_state = 16},
|
|
[652] = {.lex_state = 16},
|
|
[653] = {.lex_state = 16},
|
|
[654] = {.lex_state = 4},
|
|
[655] = {.lex_state = 16},
|
|
[656] = {.lex_state = 16},
|
|
[657] = {.lex_state = 16},
|
|
[658] = {.lex_state = 16},
|
|
[659] = {.lex_state = 16},
|
|
[660] = {.lex_state = 16},
|
|
[661] = {.lex_state = 16},
|
|
[662] = {.lex_state = 16},
|
|
[663] = {.lex_state = 16},
|
|
[664] = {.lex_state = 16},
|
|
[665] = {.lex_state = 16},
|
|
[666] = {.lex_state = 1, .reserved_word_set_id = 1},
|
|
[667] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[668] = {.lex_state = 4},
|
|
[669] = {.lex_state = 4},
|
|
[670] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[671] = {.lex_state = 4},
|
|
[672] = {.lex_state = 4},
|
|
[673] = {.lex_state = 4},
|
|
[674] = {.lex_state = 4},
|
|
[675] = {.lex_state = 4},
|
|
[676] = {.lex_state = 1, .reserved_word_set_id = 1},
|
|
[677] = {.lex_state = 4},
|
|
[678] = {.lex_state = 5},
|
|
[679] = {.lex_state = 13, .reserved_word_set_id = 1},
|
|
[680] = {.lex_state = 157, .reserved_word_set_id = 1},
|
|
[681] = {.lex_state = 157, .reserved_word_set_id = 1},
|
|
[682] = {.lex_state = 5},
|
|
[683] = {.lex_state = 4},
|
|
[684] = {.lex_state = 4},
|
|
[685] = {.lex_state = 157, .reserved_word_set_id = 1},
|
|
[686] = {.lex_state = 4},
|
|
[687] = {.lex_state = 13},
|
|
[688] = {.lex_state = 13},
|
|
[689] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[690] = {.lex_state = 5},
|
|
[691] = {.lex_state = 5},
|
|
[692] = {.lex_state = 5},
|
|
[693] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[694] = {.lex_state = 4},
|
|
[695] = {.lex_state = 4},
|
|
[696] = {.lex_state = 5},
|
|
[697] = {.lex_state = 4},
|
|
[698] = {.lex_state = 4},
|
|
[699] = {.lex_state = 4},
|
|
[700] = {.lex_state = 4},
|
|
[701] = {.lex_state = 4},
|
|
[702] = {.lex_state = 5},
|
|
[703] = {.lex_state = 4},
|
|
[704] = {.lex_state = 4},
|
|
[705] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[706] = {.lex_state = 4},
|
|
[707] = {.lex_state = 4},
|
|
[708] = {.lex_state = 4},
|
|
[709] = {.lex_state = 4},
|
|
[710] = {.lex_state = 4},
|
|
[711] = {.lex_state = 4},
|
|
[712] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[713] = {.lex_state = 4},
|
|
[714] = {.lex_state = 4},
|
|
[715] = {.lex_state = 4},
|
|
[716] = {.lex_state = 157, .reserved_word_set_id = 1},
|
|
[717] = {.lex_state = 16},
|
|
[718] = {.lex_state = 4},
|
|
[719] = {.lex_state = 4},
|
|
[720] = {.lex_state = 4},
|
|
[721] = {.lex_state = 13},
|
|
[722] = {.lex_state = 4},
|
|
[723] = {.lex_state = 5},
|
|
[724] = {.lex_state = 4},
|
|
[725] = {.lex_state = 13},
|
|
[726] = {.lex_state = 13},
|
|
[727] = {.lex_state = 13},
|
|
[728] = {.lex_state = 13},
|
|
[729] = {.lex_state = 4},
|
|
[730] = {.lex_state = 13},
|
|
[731] = {.lex_state = 4},
|
|
[732] = {.lex_state = 4},
|
|
[733] = {.lex_state = 4},
|
|
[734] = {.lex_state = 1, .reserved_word_set_id = 5},
|
|
[735] = {.lex_state = 4},
|
|
[736] = {.lex_state = 4},
|
|
[737] = {.lex_state = 4},
|
|
[738] = {.lex_state = 4},
|
|
[739] = {.lex_state = 4},
|
|
[740] = {.lex_state = 4},
|
|
[741] = {.lex_state = 4},
|
|
[742] = {.lex_state = 4},
|
|
[743] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[744] = {.lex_state = 157, .reserved_word_set_id = 1},
|
|
[745] = {.lex_state = 4},
|
|
[746] = {.lex_state = 4},
|
|
[747] = {.lex_state = 4},
|
|
[748] = {.lex_state = 5},
|
|
[749] = {.lex_state = 157, .reserved_word_set_id = 1},
|
|
[750] = {.lex_state = 157, .reserved_word_set_id = 1},
|
|
[751] = {.lex_state = 4},
|
|
[752] = {.lex_state = 157, .reserved_word_set_id = 1},
|
|
[753] = {.lex_state = 1, .reserved_word_set_id = 5},
|
|
[754] = {.lex_state = 16},
|
|
[755] = {.lex_state = 16},
|
|
[756] = {.lex_state = 157, .reserved_word_set_id = 1},
|
|
[757] = {.lex_state = 16},
|
|
[758] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[759] = {.lex_state = 5},
|
|
[760] = {.lex_state = 16},
|
|
[761] = {.lex_state = 16},
|
|
[762] = {.lex_state = 16},
|
|
[763] = {.lex_state = 16},
|
|
[764] = {.lex_state = 16},
|
|
[765] = {.lex_state = 16},
|
|
[766] = {.lex_state = 16},
|
|
[767] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[768] = {.lex_state = 5},
|
|
[769] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[770] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[771] = {.lex_state = 16},
|
|
[772] = {.lex_state = 13},
|
|
[773] = {.lex_state = 16},
|
|
[774] = {.lex_state = 5},
|
|
[775] = {.lex_state = 16},
|
|
[776] = {.lex_state = 16},
|
|
[777] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[778] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[779] = {.lex_state = 16},
|
|
[780] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[781] = {.lex_state = 5},
|
|
[782] = {.lex_state = 16},
|
|
[783] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[784] = {.lex_state = 13},
|
|
[785] = {.lex_state = 16},
|
|
[786] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[787] = {.lex_state = 13},
|
|
[788] = {.lex_state = 16},
|
|
[789] = {.lex_state = 13},
|
|
[790] = {.lex_state = 13},
|
|
[791] = {.lex_state = 13},
|
|
[792] = {.lex_state = 13},
|
|
[793] = {.lex_state = 13},
|
|
[794] = {.lex_state = 13},
|
|
[795] = {.lex_state = 13},
|
|
[796] = {.lex_state = 13},
|
|
[797] = {.lex_state = 13},
|
|
[798] = {.lex_state = 13},
|
|
[799] = {.lex_state = 13},
|
|
[800] = {.lex_state = 13},
|
|
[801] = {.lex_state = 13},
|
|
[802] = {.lex_state = 13},
|
|
[803] = {.lex_state = 13},
|
|
[804] = {.lex_state = 13},
|
|
[805] = {.lex_state = 13},
|
|
[806] = {.lex_state = 13},
|
|
[807] = {.lex_state = 16},
|
|
[808] = {.lex_state = 13},
|
|
[809] = {.lex_state = 13},
|
|
[810] = {.lex_state = 13},
|
|
[811] = {.lex_state = 13},
|
|
[812] = {.lex_state = 13},
|
|
[813] = {.lex_state = 13},
|
|
[814] = {.lex_state = 13},
|
|
[815] = {.lex_state = 13},
|
|
[816] = {.lex_state = 13},
|
|
[817] = {.lex_state = 13},
|
|
[818] = {.lex_state = 13},
|
|
[819] = {.lex_state = 13},
|
|
[820] = {.lex_state = 13},
|
|
[821] = {.lex_state = 13},
|
|
[822] = {.lex_state = 13},
|
|
[823] = {.lex_state = 13},
|
|
[824] = {.lex_state = 13},
|
|
[825] = {.lex_state = 13},
|
|
[826] = {.lex_state = 13},
|
|
[827] = {.lex_state = 16},
|
|
[828] = {.lex_state = 16},
|
|
[829] = {.lex_state = 16},
|
|
[830] = {.lex_state = 16},
|
|
[831] = {.lex_state = 5},
|
|
[832] = {.lex_state = 5},
|
|
[833] = {.lex_state = 5},
|
|
[834] = {.lex_state = 5},
|
|
[835] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[836] = {.lex_state = 5},
|
|
[837] = {.lex_state = 5},
|
|
[838] = {.lex_state = 5},
|
|
[839] = {.lex_state = 5},
|
|
[840] = {.lex_state = 5},
|
|
[841] = {.lex_state = 5},
|
|
[842] = {.lex_state = 5},
|
|
[843] = {.lex_state = 5},
|
|
[844] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[845] = {.lex_state = 5},
|
|
[846] = {.lex_state = 5},
|
|
[847] = {.lex_state = 5},
|
|
[848] = {.lex_state = 5},
|
|
[849] = {.lex_state = 5},
|
|
[850] = {.lex_state = 5},
|
|
[851] = {.lex_state = 5},
|
|
[852] = {.lex_state = 5},
|
|
[853] = {.lex_state = 5},
|
|
[854] = {.lex_state = 5},
|
|
[855] = {.lex_state = 5},
|
|
[856] = {.lex_state = 5},
|
|
[857] = {.lex_state = 5},
|
|
[858] = {.lex_state = 5},
|
|
[859] = {.lex_state = 5},
|
|
[860] = {.lex_state = 5},
|
|
[861] = {.lex_state = 5},
|
|
[862] = {.lex_state = 5},
|
|
[863] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[864] = {.lex_state = 5},
|
|
[865] = {.lex_state = 5},
|
|
[866] = {.lex_state = 5},
|
|
[867] = {.lex_state = 5},
|
|
[868] = {.lex_state = 5},
|
|
[869] = {.lex_state = 5},
|
|
[870] = {.lex_state = 5},
|
|
[871] = {.lex_state = 5},
|
|
[872] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[873] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[874] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[875] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[876] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[877] = {.lex_state = 16},
|
|
[878] = {.lex_state = 16},
|
|
[879] = {.lex_state = 16},
|
|
[880] = {.lex_state = 16},
|
|
[881] = {.lex_state = 16},
|
|
[882] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[883] = {.lex_state = 16},
|
|
[884] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[885] = {.lex_state = 16},
|
|
[886] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[887] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[888] = {.lex_state = 16},
|
|
[889] = {.lex_state = 16},
|
|
[890] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[891] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[892] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[893] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[894] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[895] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[896] = {.lex_state = 5},
|
|
[897] = {.lex_state = 16},
|
|
[898] = {.lex_state = 16},
|
|
[899] = {.lex_state = 16},
|
|
[900] = {.lex_state = 16},
|
|
[901] = {.lex_state = 16},
|
|
[902] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[903] = {.lex_state = 16},
|
|
[904] = {.lex_state = 16},
|
|
[905] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[906] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[907] = {.lex_state = 16},
|
|
[908] = {.lex_state = 16},
|
|
[909] = {.lex_state = 16},
|
|
[910] = {.lex_state = 16},
|
|
[911] = {.lex_state = 16},
|
|
[912] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[913] = {.lex_state = 16},
|
|
[914] = {.lex_state = 16},
|
|
[915] = {.lex_state = 16},
|
|
[916] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[917] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[918] = {.lex_state = 16},
|
|
[919] = {.lex_state = 16},
|
|
[920] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[921] = {.lex_state = 16},
|
|
[922] = {.lex_state = 16},
|
|
[923] = {.lex_state = 16},
|
|
[924] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[925] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[926] = {.lex_state = 16},
|
|
[927] = {.lex_state = 16},
|
|
[928] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[929] = {.lex_state = 16},
|
|
[930] = {.lex_state = 16},
|
|
[931] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[932] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[933] = {.lex_state = 16},
|
|
[934] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[935] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[936] = {.lex_state = 16},
|
|
[937] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[938] = {.lex_state = 16},
|
|
[939] = {.lex_state = 16},
|
|
[940] = {.lex_state = 16},
|
|
[941] = {.lex_state = 16},
|
|
[942] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[943] = {.lex_state = 16},
|
|
[944] = {.lex_state = 16},
|
|
[945] = {.lex_state = 16},
|
|
[946] = {.lex_state = 16},
|
|
[947] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[948] = {.lex_state = 16},
|
|
[949] = {.lex_state = 16},
|
|
[950] = {.lex_state = 16},
|
|
[951] = {.lex_state = 16},
|
|
[952] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[953] = {.lex_state = 16},
|
|
[954] = {.lex_state = 16},
|
|
[955] = {.lex_state = 16},
|
|
[956] = {.lex_state = 16},
|
|
[957] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[958] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[959] = {.lex_state = 16},
|
|
[960] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[961] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[962] = {.lex_state = 16},
|
|
[963] = {.lex_state = 16},
|
|
[964] = {.lex_state = 16},
|
|
[965] = {.lex_state = 16},
|
|
[966] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[967] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[968] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[969] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[970] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[971] = {.lex_state = 16},
|
|
[972] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[973] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[974] = {.lex_state = 16},
|
|
[975] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[976] = {.lex_state = 16},
|
|
[977] = {.lex_state = 16},
|
|
[978] = {.lex_state = 16},
|
|
[979] = {.lex_state = 16},
|
|
[980] = {.lex_state = 16},
|
|
[981] = {.lex_state = 16},
|
|
[982] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[983] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[984] = {.lex_state = 16},
|
|
[985] = {.lex_state = 16},
|
|
[986] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[987] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[988] = {.lex_state = 16},
|
|
[989] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[990] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[991] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[992] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[993] = {.lex_state = 16},
|
|
[994] = {.lex_state = 16},
|
|
[995] = {.lex_state = 16},
|
|
[996] = {.lex_state = 16},
|
|
[997] = {.lex_state = 16},
|
|
[998] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[999] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1000] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1001] = {.lex_state = 16},
|
|
[1002] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1003] = {.lex_state = 16},
|
|
[1004] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1005] = {.lex_state = 16},
|
|
[1006] = {.lex_state = 16},
|
|
[1007] = {.lex_state = 16},
|
|
[1008] = {.lex_state = 16},
|
|
[1009] = {.lex_state = 16},
|
|
[1010] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1011] = {.lex_state = 16},
|
|
[1012] = {.lex_state = 16},
|
|
[1013] = {.lex_state = 16},
|
|
[1014] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1015] = {.lex_state = 16},
|
|
[1016] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1017] = {.lex_state = 16},
|
|
[1018] = {.lex_state = 16},
|
|
[1019] = {.lex_state = 16},
|
|
[1020] = {.lex_state = 16},
|
|
[1021] = {.lex_state = 16},
|
|
[1022] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1023] = {.lex_state = 16},
|
|
[1024] = {.lex_state = 16},
|
|
[1025] = {.lex_state = 16},
|
|
[1026] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1027] = {.lex_state = 16},
|
|
[1028] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1029] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1030] = {.lex_state = 16},
|
|
[1031] = {.lex_state = 16},
|
|
[1032] = {.lex_state = 16},
|
|
[1033] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1034] = {.lex_state = 16},
|
|
[1035] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1036] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1037] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1038] = {.lex_state = 16},
|
|
[1039] = {.lex_state = 16},
|
|
[1040] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1041] = {.lex_state = 16},
|
|
[1042] = {.lex_state = 16},
|
|
[1043] = {.lex_state = 16},
|
|
[1044] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1045] = {.lex_state = 16},
|
|
[1046] = {.lex_state = 16},
|
|
[1047] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1048] = {.lex_state = 16},
|
|
[1049] = {.lex_state = 16},
|
|
[1050] = {.lex_state = 16},
|
|
[1051] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1052] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1053] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1054] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1055] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1056] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1057] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1058] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1059] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1060] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1061] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1062] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1063] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1064] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1065] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1066] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1067] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1068] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1069] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1070] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1071] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1072] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1073] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1074] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1075] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1076] = {.lex_state = 16},
|
|
[1077] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1078] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1079] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1080] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1081] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1082] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1083] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1084] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1085] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1086] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1087] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1088] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1089] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1090] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1091] = {.lex_state = 16},
|
|
[1092] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1093] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1094] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1095] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1096] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1097] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1098] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1099] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1100] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1101] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1102] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1103] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1104] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1105] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1106] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1107] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1108] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1109] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1110] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1111] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1112] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1113] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1114] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1115] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1116] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1117] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1118] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1119] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1120] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1121] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1122] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1123] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1124] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1125] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1126] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1127] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1128] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1129] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1130] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1131] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1132] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1133] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1134] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1135] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1136] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1137] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1138] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1139] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1140] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1141] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1142] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1143] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1144] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1145] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1146] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1147] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1148] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1149] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1150] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1151] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1152] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1153] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1154] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1155] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1156] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1157] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1158] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1159] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1160] = {.lex_state = 157, .reserved_word_set_id = 6},
|
|
[1161] = {.lex_state = 157, .reserved_word_set_id = 6},
|
|
[1162] = {.lex_state = 157, .reserved_word_set_id = 6},
|
|
[1163] = {.lex_state = 157, .reserved_word_set_id = 6},
|
|
[1164] = {.lex_state = 157, .reserved_word_set_id = 6},
|
|
[1165] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1166] = {.lex_state = 157, .reserved_word_set_id = 6},
|
|
[1167] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1168] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1169] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1170] = {.lex_state = 1, .reserved_word_set_id = 1},
|
|
[1171] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1172] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1173] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1174] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1175] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1176] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1177] = {.lex_state = 1, .reserved_word_set_id = 1},
|
|
[1178] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1179] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1180] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1181] = {.lex_state = 157, .reserved_word_set_id = 5},
|
|
[1182] = {.lex_state = 157, .reserved_word_set_id = 5},
|
|
[1183] = {.lex_state = 1, .reserved_word_set_id = 5},
|
|
[1184] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1185] = {.lex_state = 1, .reserved_word_set_id = 5},
|
|
[1186] = {.lex_state = 1, .reserved_word_set_id = 5},
|
|
[1187] = {.lex_state = 157, .reserved_word_set_id = 5},
|
|
[1188] = {.lex_state = 1, .reserved_word_set_id = 5},
|
|
[1189] = {.lex_state = 157, .reserved_word_set_id = 5},
|
|
[1190] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1191] = {.lex_state = 45, .external_lex_state = 2},
|
|
[1192] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1193] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1194] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1195] = {.lex_state = 45, .external_lex_state = 2},
|
|
[1196] = {.lex_state = 45, .external_lex_state = 2},
|
|
[1197] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1198] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1199] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1200] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1201] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1202] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1203] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1204] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1205] = {.lex_state = 158},
|
|
[1206] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1207] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1208] = {.lex_state = 45, .external_lex_state = 2},
|
|
[1209] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1210] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1211] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1212] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1213] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1214] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1215] = {.lex_state = 158},
|
|
[1216] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1217] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1218] = {.lex_state = 0},
|
|
[1219] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1220] = {.lex_state = 0},
|
|
[1221] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1222] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1223] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1224] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1225] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1226] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1227] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1228] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1229] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1230] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1231] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1232] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1233] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1234] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1235] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1236] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1237] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1238] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1239] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1240] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1241] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1242] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1243] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1244] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1245] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1246] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1247] = {.lex_state = 158},
|
|
[1248] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1249] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1250] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1251] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1252] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1253] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1254] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1255] = {.lex_state = 158},
|
|
[1256] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1257] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1258] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1259] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1260] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1261] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1262] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1263] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1264] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1265] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1266] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1267] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1268] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1269] = {.lex_state = 23, .external_lex_state = 2},
|
|
[1270] = {.lex_state = 158},
|
|
[1271] = {.lex_state = 158},
|
|
[1272] = {.lex_state = 158},
|
|
[1273] = {.lex_state = 158},
|
|
[1274] = {.lex_state = 158},
|
|
[1275] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1276] = {.lex_state = 158},
|
|
[1277] = {.lex_state = 158},
|
|
[1278] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1279] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1280] = {.lex_state = 0},
|
|
[1281] = {.lex_state = 158},
|
|
[1282] = {.lex_state = 46, .external_lex_state = 3},
|
|
[1283] = {.lex_state = 158},
|
|
[1284] = {.lex_state = 158},
|
|
[1285] = {.lex_state = 158},
|
|
[1286] = {.lex_state = 158},
|
|
[1287] = {.lex_state = 158},
|
|
[1288] = {.lex_state = 0},
|
|
[1289] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1290] = {.lex_state = 158},
|
|
[1291] = {.lex_state = 45, .external_lex_state = 3},
|
|
[1292] = {.lex_state = 45, .external_lex_state = 3},
|
|
[1293] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1294] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1295] = {.lex_state = 158},
|
|
[1296] = {.lex_state = 0},
|
|
[1297] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1298] = {.lex_state = 0},
|
|
[1299] = {.lex_state = 158},
|
|
[1300] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1301] = {.lex_state = 158},
|
|
[1302] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1303] = {.lex_state = 158},
|
|
[1304] = {.lex_state = 158},
|
|
[1305] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1306] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1307] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1308] = {.lex_state = 158},
|
|
[1309] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1310] = {.lex_state = 158},
|
|
[1311] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1312] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1313] = {.lex_state = 158},
|
|
[1314] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1315] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1316] = {.lex_state = 158},
|
|
[1317] = {.lex_state = 158},
|
|
[1318] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1319] = {.lex_state = 46, .external_lex_state = 3},
|
|
[1320] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1321] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1322] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1323] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1324] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1325] = {.lex_state = 0},
|
|
[1326] = {.lex_state = 158},
|
|
[1327] = {.lex_state = 45, .external_lex_state = 3},
|
|
[1328] = {.lex_state = 158},
|
|
[1329] = {.lex_state = 0},
|
|
[1330] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1331] = {.lex_state = 45, .external_lex_state = 3},
|
|
[1332] = {.lex_state = 46, .external_lex_state = 3},
|
|
[1333] = {.lex_state = 158},
|
|
[1334] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1335] = {.lex_state = 46, .external_lex_state = 3},
|
|
[1336] = {.lex_state = 158},
|
|
[1337] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1338] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1339] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1340] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1341] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1342] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1343] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1344] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1345] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1346] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1347] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1348] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1349] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1350] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1351] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1352] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1353] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1354] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1355] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1356] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1357] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1358] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1359] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1360] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1361] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1362] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1363] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1364] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1365] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1366] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1367] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1368] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1369] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1370] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1371] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1372] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1373] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1374] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1375] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1376] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1377] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1378] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1379] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1380] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1381] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1382] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1383] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1384] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1385] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1386] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1387] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1388] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1389] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1390] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1391] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1392] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1393] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1394] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1395] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1396] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1397] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1398] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1399] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1400] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1401] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1402] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1403] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1404] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1405] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1406] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1407] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1408] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1409] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1410] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1411] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1412] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1413] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1414] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1415] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1416] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1417] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1418] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1419] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1420] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1421] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1422] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1423] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1424] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1425] = {.lex_state = 24, .external_lex_state = 3},
|
|
[1426] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1427] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1428] = {.lex_state = 23, .external_lex_state = 3},
|
|
[1429] = {.lex_state = 10, .reserved_word_set_id = 5},
|
|
[1430] = {.lex_state = 58},
|
|
[1431] = {.lex_state = 58},
|
|
[1432] = {.lex_state = 58},
|
|
[1433] = {.lex_state = 58},
|
|
[1434] = {.lex_state = 58},
|
|
[1435] = {.lex_state = 58},
|
|
[1436] = {.lex_state = 158},
|
|
[1437] = {.lex_state = 58},
|
|
[1438] = {.lex_state = 13, .reserved_word_set_id = 1},
|
|
[1439] = {.lex_state = 58},
|
|
[1440] = {.lex_state = 13, .reserved_word_set_id = 1},
|
|
[1441] = {.lex_state = 58},
|
|
[1442] = {.lex_state = 13},
|
|
[1443] = {.lex_state = 58},
|
|
[1444] = {.lex_state = 58},
|
|
[1445] = {.lex_state = 58},
|
|
[1446] = {.lex_state = 58},
|
|
[1447] = {.lex_state = 13},
|
|
[1448] = {.lex_state = 13, .reserved_word_set_id = 1},
|
|
[1449] = {.lex_state = 13, .reserved_word_set_id = 1},
|
|
[1450] = {.lex_state = 160},
|
|
[1451] = {.lex_state = 13, .reserved_word_set_id = 1},
|
|
[1452] = {.lex_state = 13, .reserved_word_set_id = 1},
|
|
[1453] = {.lex_state = 13, .reserved_word_set_id = 1},
|
|
[1454] = {.lex_state = 158},
|
|
[1455] = {.lex_state = 158},
|
|
[1456] = {.lex_state = 158},
|
|
[1457] = {.lex_state = 13, .reserved_word_set_id = 1},
|
|
[1458] = {.lex_state = 160},
|
|
[1459] = {.lex_state = 160},
|
|
[1460] = {.lex_state = 160},
|
|
[1461] = {.lex_state = 160},
|
|
[1462] = {.lex_state = 50},
|
|
[1463] = {.lex_state = 160},
|
|
[1464] = {.lex_state = 160},
|
|
[1465] = {.lex_state = 160},
|
|
[1466] = {.lex_state = 50},
|
|
[1467] = {.lex_state = 160},
|
|
[1468] = {.lex_state = 160},
|
|
[1469] = {.lex_state = 50},
|
|
[1470] = {.lex_state = 160},
|
|
[1471] = {.lex_state = 50},
|
|
[1472] = {.lex_state = 160},
|
|
[1473] = {.lex_state = 160},
|
|
[1474] = {.lex_state = 160},
|
|
[1475] = {.lex_state = 160},
|
|
[1476] = {.lex_state = 160},
|
|
[1477] = {.lex_state = 160},
|
|
[1478] = {.lex_state = 50},
|
|
[1479] = {.lex_state = 50},
|
|
[1480] = {.lex_state = 160},
|
|
[1481] = {.lex_state = 160},
|
|
[1482] = {.lex_state = 50},
|
|
[1483] = {.lex_state = 160},
|
|
[1484] = {.lex_state = 50},
|
|
[1485] = {.lex_state = 160},
|
|
[1486] = {.lex_state = 160},
|
|
[1487] = {.lex_state = 160},
|
|
[1488] = {.lex_state = 160},
|
|
[1489] = {.lex_state = 13, .reserved_word_set_id = 1},
|
|
[1490] = {.lex_state = 160},
|
|
[1491] = {.lex_state = 160},
|
|
[1492] = {.lex_state = 160},
|
|
[1493] = {.lex_state = 50},
|
|
[1494] = {.lex_state = 160},
|
|
[1495] = {.lex_state = 160},
|
|
[1496] = {.lex_state = 160},
|
|
[1497] = {.lex_state = 160},
|
|
[1498] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1499] = {.lex_state = 158},
|
|
[1500] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1501] = {.lex_state = 160},
|
|
[1502] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1503] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1504] = {.lex_state = 2},
|
|
[1505] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1506] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1507] = {.lex_state = 158},
|
|
[1508] = {.lex_state = 158},
|
|
[1509] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1510] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1511] = {.lex_state = 160},
|
|
[1512] = {.lex_state = 160},
|
|
[1513] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1514] = {.lex_state = 158},
|
|
[1515] = {.lex_state = 2},
|
|
[1516] = {.lex_state = 158},
|
|
[1517] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1518] = {.lex_state = 158},
|
|
[1519] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1520] = {.lex_state = 158},
|
|
[1521] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1522] = {.lex_state = 158},
|
|
[1523] = {.lex_state = 158},
|
|
[1524] = {.lex_state = 2},
|
|
[1525] = {.lex_state = 3},
|
|
[1526] = {.lex_state = 59},
|
|
[1527] = {.lex_state = 17},
|
|
[1528] = {.lex_state = 158},
|
|
[1529] = {.lex_state = 55},
|
|
[1530] = {.lex_state = 3},
|
|
[1531] = {.lex_state = 158},
|
|
[1532] = {.lex_state = 59},
|
|
[1533] = {.lex_state = 59},
|
|
[1534] = {.lex_state = 158},
|
|
[1535] = {.lex_state = 158},
|
|
[1536] = {.lex_state = 2},
|
|
[1537] = {.lex_state = 158},
|
|
[1538] = {.lex_state = 59},
|
|
[1539] = {.lex_state = 59},
|
|
[1540] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1541] = {.lex_state = 158},
|
|
[1542] = {.lex_state = 59},
|
|
[1543] = {.lex_state = 55},
|
|
[1544] = {.lex_state = 158},
|
|
[1545] = {.lex_state = 158},
|
|
[1546] = {.lex_state = 158},
|
|
[1547] = {.lex_state = 157, .reserved_word_set_id = 7},
|
|
[1548] = {.lex_state = 158},
|
|
[1549] = {.lex_state = 158},
|
|
[1550] = {.lex_state = 157, .reserved_word_set_id = 7},
|
|
[1551] = {.lex_state = 17},
|
|
[1552] = {.lex_state = 55},
|
|
[1553] = {.lex_state = 59},
|
|
[1554] = {.lex_state = 17},
|
|
[1555] = {.lex_state = 158},
|
|
[1556] = {.lex_state = 0},
|
|
[1557] = {.lex_state = 60},
|
|
[1558] = {.lex_state = 158},
|
|
[1559] = {.lex_state = 60},
|
|
[1560] = {.lex_state = 158},
|
|
[1561] = {.lex_state = 158},
|
|
[1562] = {.lex_state = 0},
|
|
[1563] = {.lex_state = 158},
|
|
[1564] = {.lex_state = 158},
|
|
[1565] = {.lex_state = 158},
|
|
[1566] = {.lex_state = 56},
|
|
[1567] = {.lex_state = 158},
|
|
[1568] = {.lex_state = 158},
|
|
[1569] = {.lex_state = 158},
|
|
[1570] = {.lex_state = 158},
|
|
[1571] = {.lex_state = 158},
|
|
[1572] = {.lex_state = 158},
|
|
[1573] = {.lex_state = 14},
|
|
[1574] = {.lex_state = 158},
|
|
[1575] = {.lex_state = 158},
|
|
[1576] = {.lex_state = 158},
|
|
[1577] = {.lex_state = 158},
|
|
[1578] = {.lex_state = 158},
|
|
[1579] = {.lex_state = 158},
|
|
[1580] = {.lex_state = 158},
|
|
[1581] = {.lex_state = 158},
|
|
[1582] = {.lex_state = 158},
|
|
[1583] = {.lex_state = 14},
|
|
[1584] = {.lex_state = 14},
|
|
[1585] = {.lex_state = 14},
|
|
[1586] = {.lex_state = 158},
|
|
[1587] = {.lex_state = 158},
|
|
[1588] = {.lex_state = 13},
|
|
[1589] = {.lex_state = 158},
|
|
[1590] = {.lex_state = 14},
|
|
[1591] = {.lex_state = 14},
|
|
[1592] = {.lex_state = 14},
|
|
[1593] = {.lex_state = 14},
|
|
[1594] = {.lex_state = 0},
|
|
[1595] = {.lex_state = 158},
|
|
[1596] = {.lex_state = 158},
|
|
[1597] = {.lex_state = 158},
|
|
[1598] = {.lex_state = 158},
|
|
[1599] = {.lex_state = 158},
|
|
[1600] = {.lex_state = 158},
|
|
[1601] = {.lex_state = 158},
|
|
[1602] = {.lex_state = 14},
|
|
[1603] = {.lex_state = 14},
|
|
[1604] = {.lex_state = 14},
|
|
[1605] = {.lex_state = 158},
|
|
[1606] = {.lex_state = 14},
|
|
[1607] = {.lex_state = 14},
|
|
[1608] = {.lex_state = 0},
|
|
[1609] = {.lex_state = 158},
|
|
[1610] = {.lex_state = 158},
|
|
[1611] = {.lex_state = 158},
|
|
[1612] = {.lex_state = 60},
|
|
[1613] = {.lex_state = 60},
|
|
[1614] = {.lex_state = 158},
|
|
[1615] = {.lex_state = 158},
|
|
[1616] = {.lex_state = 158},
|
|
[1617] = {.lex_state = 14},
|
|
[1618] = {.lex_state = 158},
|
|
[1619] = {.lex_state = 158},
|
|
[1620] = {.lex_state = 14},
|
|
[1621] = {.lex_state = 158},
|
|
[1622] = {.lex_state = 14},
|
|
[1623] = {.lex_state = 14},
|
|
[1624] = {.lex_state = 158},
|
|
[1625] = {.lex_state = 158},
|
|
[1626] = {.lex_state = 158},
|
|
[1627] = {.lex_state = 158},
|
|
[1628] = {.lex_state = 158},
|
|
[1629] = {.lex_state = 14},
|
|
[1630] = {.lex_state = 14},
|
|
[1631] = {.lex_state = 158},
|
|
[1632] = {.lex_state = 14},
|
|
[1633] = {.lex_state = 14},
|
|
[1634] = {.lex_state = 14},
|
|
[1635] = {.lex_state = 158},
|
|
[1636] = {.lex_state = 158},
|
|
[1637] = {.lex_state = 14},
|
|
[1638] = {.lex_state = 158},
|
|
[1639] = {.lex_state = 158},
|
|
[1640] = {.lex_state = 14},
|
|
[1641] = {.lex_state = 158},
|
|
[1642] = {.lex_state = 47},
|
|
[1643] = {.lex_state = 13},
|
|
[1644] = {.lex_state = 158},
|
|
[1645] = {.lex_state = 158},
|
|
[1646] = {.lex_state = 158},
|
|
[1647] = {.lex_state = 158},
|
|
[1648] = {.lex_state = 158},
|
|
[1649] = {.lex_state = 158},
|
|
[1650] = {.lex_state = 14},
|
|
[1651] = {.lex_state = 14},
|
|
[1652] = {.lex_state = 14},
|
|
[1653] = {.lex_state = 60},
|
|
[1654] = {.lex_state = 60},
|
|
[1655] = {.lex_state = 158},
|
|
[1656] = {.lex_state = 47},
|
|
[1657] = {.lex_state = 14},
|
|
[1658] = {.lex_state = 14},
|
|
[1659] = {.lex_state = 14},
|
|
[1660] = {.lex_state = 14},
|
|
[1661] = {.lex_state = 14},
|
|
[1662] = {.lex_state = 14},
|
|
[1663] = {.lex_state = 14},
|
|
[1664] = {.lex_state = 14},
|
|
[1665] = {.lex_state = 14},
|
|
[1666] = {.lex_state = 2},
|
|
[1667] = {.lex_state = 158},
|
|
[1668] = {.lex_state = 14},
|
|
[1669] = {.lex_state = 2},
|
|
[1670] = {.lex_state = 2},
|
|
[1671] = {.lex_state = 2},
|
|
[1672] = {.lex_state = 158},
|
|
[1673] = {.lex_state = 14},
|
|
[1674] = {.lex_state = 2},
|
|
[1675] = {.lex_state = 2},
|
|
[1676] = {.lex_state = 158},
|
|
[1677] = {.lex_state = 14},
|
|
[1678] = {.lex_state = 2},
|
|
[1679] = {.lex_state = 158},
|
|
[1680] = {.lex_state = 2},
|
|
[1681] = {.lex_state = 2},
|
|
[1682] = {.lex_state = 14},
|
|
[1683] = {.lex_state = 14},
|
|
[1684] = {.lex_state = 2},
|
|
[1685] = {.lex_state = 2},
|
|
[1686] = {.lex_state = 2},
|
|
[1687] = {.lex_state = 57},
|
|
[1688] = {.lex_state = 2},
|
|
[1689] = {.lex_state = 2},
|
|
[1690] = {.lex_state = 2},
|
|
[1691] = {.lex_state = 2},
|
|
[1692] = {.lex_state = 14},
|
|
[1693] = {.lex_state = 14},
|
|
[1694] = {.lex_state = 2},
|
|
[1695] = {.lex_state = 2},
|
|
[1696] = {.lex_state = 2},
|
|
[1697] = {.lex_state = 2},
|
|
[1698] = {.lex_state = 2},
|
|
[1699] = {.lex_state = 2},
|
|
[1700] = {.lex_state = 2},
|
|
[1701] = {.lex_state = 2},
|
|
[1702] = {.lex_state = 2},
|
|
[1703] = {.lex_state = 2},
|
|
[1704] = {.lex_state = 2},
|
|
[1705] = {.lex_state = 57},
|
|
[1706] = {.lex_state = 57},
|
|
[1707] = {.lex_state = 2},
|
|
[1708] = {.lex_state = 2},
|
|
[1709] = {.lex_state = 2},
|
|
[1710] = {.lex_state = 56},
|
|
[1711] = {.lex_state = 57},
|
|
[1712] = {.lex_state = 56},
|
|
[1713] = {.lex_state = 158},
|
|
[1714] = {.lex_state = 14},
|
|
[1715] = {.lex_state = 158},
|
|
[1716] = {.lex_state = 158},
|
|
[1717] = {.lex_state = 158},
|
|
[1718] = {.lex_state = 158},
|
|
[1719] = {.lex_state = 158},
|
|
[1720] = {.lex_state = 158},
|
|
[1721] = {.lex_state = 158},
|
|
[1722] = {.lex_state = 158},
|
|
[1723] = {.lex_state = 158},
|
|
[1724] = {.lex_state = 158},
|
|
[1725] = {.lex_state = 158},
|
|
[1726] = {.lex_state = 158},
|
|
[1727] = {.lex_state = 158},
|
|
[1728] = {.lex_state = 14},
|
|
[1729] = {.lex_state = 14},
|
|
[1730] = {.lex_state = 158},
|
|
[1731] = {.lex_state = 14},
|
|
[1732] = {.lex_state = 158},
|
|
[1733] = {.lex_state = 158},
|
|
[1734] = {.lex_state = 14},
|
|
[1735] = {.lex_state = 158},
|
|
[1736] = {.lex_state = 14},
|
|
[1737] = {.lex_state = 14},
|
|
[1738] = {.lex_state = 158},
|
|
[1739] = {.lex_state = 14},
|
|
[1740] = {.lex_state = 158},
|
|
[1741] = {.lex_state = 158},
|
|
[1742] = {.lex_state = 47},
|
|
[1743] = {.lex_state = 14},
|
|
[1744] = {.lex_state = 158},
|
|
[1745] = {.lex_state = 58},
|
|
[1746] = {.lex_state = 58},
|
|
[1747] = {.lex_state = 58},
|
|
[1748] = {.lex_state = 158},
|
|
[1749] = {.lex_state = 158},
|
|
[1750] = {.lex_state = 58},
|
|
[1751] = {.lex_state = 158},
|
|
[1752] = {.lex_state = 160},
|
|
[1753] = {.lex_state = 158},
|
|
[1754] = {.lex_state = 160},
|
|
[1755] = {.lex_state = 58},
|
|
[1756] = {.lex_state = 160},
|
|
[1757] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1758] = {.lex_state = 58},
|
|
[1759] = {.lex_state = 58},
|
|
[1760] = {.lex_state = 1, .reserved_word_set_id = 1},
|
|
[1761] = {.lex_state = 1, .reserved_word_set_id = 1},
|
|
[1762] = {.lex_state = 158},
|
|
[1763] = {.lex_state = 49},
|
|
[1764] = {.lex_state = 160},
|
|
[1765] = {.lex_state = 158},
|
|
[1766] = {.lex_state = 158},
|
|
[1767] = {.lex_state = 158},
|
|
[1768] = {.lex_state = 158},
|
|
[1769] = {.lex_state = 58},
|
|
[1770] = {.lex_state = 49},
|
|
[1771] = {.lex_state = 158},
|
|
[1772] = {.lex_state = 2},
|
|
[1773] = {.lex_state = 49},
|
|
[1774] = {.lex_state = 158},
|
|
[1775] = {.lex_state = 160},
|
|
[1776] = {.lex_state = 158},
|
|
[1777] = {.lex_state = 158},
|
|
[1778] = {.lex_state = 58},
|
|
[1779] = {.lex_state = 158},
|
|
[1780] = {.lex_state = 158},
|
|
[1781] = {.lex_state = 158},
|
|
[1782] = {.lex_state = 2},
|
|
[1783] = {.lex_state = 58},
|
|
[1784] = {.lex_state = 158},
|
|
[1785] = {.lex_state = 49},
|
|
[1786] = {.lex_state = 158},
|
|
[1787] = {.lex_state = 160},
|
|
[1788] = {.lex_state = 2},
|
|
[1789] = {.lex_state = 158},
|
|
[1790] = {.lex_state = 158},
|
|
[1791] = {.lex_state = 2},
|
|
[1792] = {.lex_state = 158},
|
|
[1793] = {.lex_state = 158},
|
|
[1794] = {.lex_state = 158},
|
|
[1795] = {.lex_state = 158},
|
|
[1796] = {.lex_state = 158},
|
|
[1797] = {.lex_state = 58},
|
|
[1798] = {.lex_state = 2},
|
|
[1799] = {.lex_state = 2},
|
|
[1800] = {.lex_state = 58},
|
|
[1801] = {.lex_state = 160},
|
|
[1802] = {.lex_state = 158},
|
|
[1803] = {.lex_state = 158},
|
|
[1804] = {.lex_state = 2},
|
|
[1805] = {.lex_state = 58},
|
|
[1806] = {.lex_state = 158},
|
|
[1807] = {.lex_state = 158},
|
|
[1808] = {.lex_state = 2},
|
|
[1809] = {.lex_state = 158},
|
|
[1810] = {.lex_state = 158},
|
|
[1811] = {.lex_state = 2},
|
|
[1812] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1813] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1814] = {.lex_state = 7},
|
|
[1815] = {.lex_state = 158},
|
|
[1816] = {.lex_state = 160},
|
|
[1817] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1818] = {.lex_state = 160},
|
|
[1819] = {.lex_state = 0},
|
|
[1820] = {.lex_state = 158},
|
|
[1821] = {.lex_state = 60},
|
|
[1822] = {.lex_state = 7},
|
|
[1823] = {.lex_state = 158},
|
|
[1824] = {.lex_state = 160},
|
|
[1825] = {.lex_state = 15},
|
|
[1826] = {.lex_state = 15},
|
|
[1827] = {.lex_state = 2},
|
|
[1828] = {.lex_state = 158},
|
|
[1829] = {.lex_state = 2},
|
|
[1830] = {.lex_state = 160},
|
|
[1831] = {.lex_state = 31},
|
|
[1832] = {.lex_state = 31},
|
|
[1833] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1834] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1835] = {.lex_state = 50},
|
|
[1836] = {.lex_state = 2},
|
|
[1837] = {.lex_state = 50},
|
|
[1838] = {.lex_state = 50},
|
|
[1839] = {.lex_state = 2},
|
|
[1840] = {.lex_state = 158},
|
|
[1841] = {.lex_state = 31},
|
|
[1842] = {.lex_state = 50},
|
|
[1843] = {.lex_state = 50},
|
|
[1844] = {.lex_state = 50},
|
|
[1845] = {.lex_state = 50},
|
|
[1846] = {.lex_state = 50},
|
|
[1847] = {.lex_state = 15},
|
|
[1848] = {.lex_state = 158},
|
|
[1849] = {.lex_state = 15},
|
|
[1850] = {.lex_state = 0},
|
|
[1851] = {.lex_state = 160},
|
|
[1852] = {.lex_state = 158},
|
|
[1853] = {.lex_state = 158},
|
|
[1854] = {.lex_state = 158},
|
|
[1855] = {.lex_state = 7},
|
|
[1856] = {.lex_state = 160},
|
|
[1857] = {.lex_state = 160},
|
|
[1858] = {.lex_state = 2},
|
|
[1859] = {.lex_state = 158},
|
|
[1860] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1861] = {.lex_state = 158},
|
|
[1862] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1863] = {.lex_state = 7},
|
|
[1864] = {.lex_state = 158},
|
|
[1865] = {.lex_state = 160},
|
|
[1866] = {.lex_state = 158},
|
|
[1867] = {.lex_state = 158},
|
|
[1868] = {.lex_state = 0},
|
|
[1869] = {.lex_state = 158},
|
|
[1870] = {.lex_state = 2},
|
|
[1871] = {.lex_state = 2},
|
|
[1872] = {.lex_state = 15},
|
|
[1873] = {.lex_state = 15},
|
|
[1874] = {.lex_state = 158},
|
|
[1875] = {.lex_state = 31},
|
|
[1876] = {.lex_state = 52},
|
|
[1877] = {.lex_state = 60},
|
|
[1878] = {.lex_state = 15},
|
|
[1879] = {.lex_state = 2},
|
|
[1880] = {.lex_state = 2},
|
|
[1881] = {.lex_state = 158},
|
|
[1882] = {.lex_state = 7},
|
|
[1883] = {.lex_state = 160},
|
|
[1884] = {.lex_state = 160},
|
|
[1885] = {.lex_state = 52},
|
|
[1886] = {.lex_state = 60},
|
|
[1887] = {.lex_state = 158},
|
|
[1888] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1889] = {.lex_state = 16},
|
|
[1890] = {.lex_state = 7},
|
|
[1891] = {.lex_state = 158},
|
|
[1892] = {.lex_state = 2},
|
|
[1893] = {.lex_state = 160},
|
|
[1894] = {.lex_state = 0},
|
|
[1895] = {.lex_state = 158},
|
|
[1896] = {.lex_state = 158},
|
|
[1897] = {.lex_state = 158},
|
|
[1898] = {.lex_state = 52},
|
|
[1899] = {.lex_state = 158},
|
|
[1900] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1901] = {.lex_state = 31},
|
|
[1902] = {.lex_state = 2},
|
|
[1903] = {.lex_state = 59},
|
|
[1904] = {.lex_state = 2},
|
|
[1905] = {.lex_state = 50},
|
|
[1906] = {.lex_state = 52},
|
|
[1907] = {.lex_state = 59},
|
|
[1908] = {.lex_state = 7},
|
|
[1909] = {.lex_state = 160},
|
|
[1910] = {.lex_state = 160},
|
|
[1911] = {.lex_state = 59},
|
|
[1912] = {.lex_state = 16},
|
|
[1913] = {.lex_state = 158},
|
|
[1914] = {.lex_state = 15},
|
|
[1915] = {.lex_state = 158},
|
|
[1916] = {.lex_state = 52},
|
|
[1917] = {.lex_state = 7},
|
|
[1918] = {.lex_state = 160},
|
|
[1919] = {.lex_state = 0},
|
|
[1920] = {.lex_state = 50},
|
|
[1921] = {.lex_state = 50},
|
|
[1922] = {.lex_state = 2},
|
|
[1923] = {.lex_state = 2},
|
|
[1924] = {.lex_state = 31},
|
|
[1925] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1926] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1927] = {.lex_state = 50},
|
|
[1928] = {.lex_state = 2},
|
|
[1929] = {.lex_state = 158},
|
|
[1930] = {.lex_state = 158},
|
|
[1931] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1932] = {.lex_state = 7},
|
|
[1933] = {.lex_state = 160},
|
|
[1934] = {.lex_state = 160},
|
|
[1935] = {.lex_state = 59},
|
|
[1936] = {.lex_state = 158},
|
|
[1937] = {.lex_state = 0},
|
|
[1938] = {.lex_state = 59},
|
|
[1939] = {.lex_state = 2},
|
|
[1940] = {.lex_state = 2},
|
|
[1941] = {.lex_state = 2},
|
|
[1942] = {.lex_state = 7},
|
|
[1943] = {.lex_state = 158},
|
|
[1944] = {.lex_state = 160},
|
|
[1945] = {.lex_state = 0},
|
|
[1946] = {.lex_state = 59},
|
|
[1947] = {.lex_state = 15},
|
|
[1948] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1949] = {.lex_state = 2},
|
|
[1950] = {.lex_state = 2},
|
|
[1951] = {.lex_state = 2},
|
|
[1952] = {.lex_state = 2},
|
|
[1953] = {.lex_state = 50},
|
|
[1954] = {.lex_state = 2},
|
|
[1955] = {.lex_state = 59},
|
|
[1956] = {.lex_state = 7},
|
|
[1957] = {.lex_state = 160},
|
|
[1958] = {.lex_state = 160},
|
|
[1959] = {.lex_state = 158},
|
|
[1960] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1961] = {.lex_state = 158},
|
|
[1962] = {.lex_state = 158},
|
|
[1963] = {.lex_state = 7},
|
|
[1964] = {.lex_state = 7},
|
|
[1965] = {.lex_state = 158},
|
|
[1966] = {.lex_state = 158},
|
|
[1967] = {.lex_state = 160},
|
|
[1968] = {.lex_state = 0},
|
|
[1969] = {.lex_state = 158},
|
|
[1970] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1971] = {.lex_state = 160},
|
|
[1972] = {.lex_state = 158},
|
|
[1973] = {.lex_state = 158},
|
|
[1974] = {.lex_state = 158},
|
|
[1975] = {.lex_state = 158},
|
|
[1976] = {.lex_state = 15},
|
|
[1977] = {.lex_state = 158},
|
|
[1978] = {.lex_state = 2},
|
|
[1979] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1980] = {.lex_state = 2},
|
|
[1981] = {.lex_state = 7},
|
|
[1982] = {.lex_state = 7},
|
|
[1983] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[1984] = {.lex_state = 7},
|
|
[1985] = {.lex_state = 7},
|
|
[1986] = {.lex_state = 0},
|
|
[1987] = {.lex_state = 158},
|
|
[1988] = {.lex_state = 2},
|
|
[1989] = {.lex_state = 2},
|
|
[1990] = {.lex_state = 16},
|
|
[1991] = {.lex_state = 160},
|
|
[1992] = {.lex_state = 158},
|
|
[1993] = {.lex_state = 0},
|
|
[1994] = {.lex_state = 158},
|
|
[1995] = {.lex_state = 0},
|
|
[1996] = {.lex_state = 16},
|
|
[1997] = {.lex_state = 160},
|
|
[1998] = {.lex_state = 0},
|
|
[1999] = {.lex_state = 2},
|
|
[2000] = {.lex_state = 2},
|
|
[2001] = {.lex_state = 2},
|
|
[2002] = {.lex_state = 2},
|
|
[2003] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2004] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2005] = {.lex_state = 2},
|
|
[2006] = {.lex_state = 158},
|
|
[2007] = {.lex_state = 158},
|
|
[2008] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2009] = {.lex_state = 0},
|
|
[2010] = {.lex_state = 0},
|
|
[2011] = {.lex_state = 0},
|
|
[2012] = {.lex_state = 0},
|
|
[2013] = {.lex_state = 2},
|
|
[2014] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2015] = {.lex_state = 2},
|
|
[2016] = {.lex_state = 2},
|
|
[2017] = {.lex_state = 2},
|
|
[2018] = {.lex_state = 158},
|
|
[2019] = {.lex_state = 158},
|
|
[2020] = {.lex_state = 2},
|
|
[2021] = {.lex_state = 2},
|
|
[2022] = {.lex_state = 2},
|
|
[2023] = {.lex_state = 7},
|
|
[2024] = {.lex_state = 7},
|
|
[2025] = {.lex_state = 0},
|
|
[2026] = {.lex_state = 0},
|
|
[2027] = {.lex_state = 2},
|
|
[2028] = {.lex_state = 2},
|
|
[2029] = {.lex_state = 2},
|
|
[2030] = {.lex_state = 2},
|
|
[2031] = {.lex_state = 2},
|
|
[2032] = {.lex_state = 160},
|
|
[2033] = {.lex_state = 2},
|
|
[2034] = {.lex_state = 2},
|
|
[2035] = {.lex_state = 2},
|
|
[2036] = {.lex_state = 2},
|
|
[2037] = {.lex_state = 158},
|
|
[2038] = {.lex_state = 160},
|
|
[2039] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2040] = {.lex_state = 2},
|
|
[2041] = {.lex_state = 2},
|
|
[2042] = {.lex_state = 158},
|
|
[2043] = {.lex_state = 0},
|
|
[2044] = {.lex_state = 158},
|
|
[2045] = {.lex_state = 0},
|
|
[2046] = {.lex_state = 158},
|
|
[2047] = {.lex_state = 0},
|
|
[2048] = {.lex_state = 2},
|
|
[2049] = {.lex_state = 2},
|
|
[2050] = {.lex_state = 2},
|
|
[2051] = {.lex_state = 31},
|
|
[2052] = {.lex_state = 59},
|
|
[2053] = {.lex_state = 0},
|
|
[2054] = {.lex_state = 0},
|
|
[2055] = {.lex_state = 158},
|
|
[2056] = {.lex_state = 0},
|
|
[2057] = {.lex_state = 158},
|
|
[2058] = {.lex_state = 0},
|
|
[2059] = {.lex_state = 0},
|
|
[2060] = {.lex_state = 0},
|
|
[2061] = {.lex_state = 0},
|
|
[2062] = {.lex_state = 0},
|
|
[2063] = {.lex_state = 0},
|
|
[2064] = {.lex_state = 158},
|
|
[2065] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2066] = {.lex_state = 0},
|
|
[2067] = {.lex_state = 0},
|
|
[2068] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2069] = {.lex_state = 0},
|
|
[2070] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2071] = {.lex_state = 0},
|
|
[2072] = {.lex_state = 0},
|
|
[2073] = {.lex_state = 0},
|
|
[2074] = {.lex_state = 14},
|
|
[2075] = {.lex_state = 160},
|
|
[2076] = {.lex_state = 0},
|
|
[2077] = {.lex_state = 160, .external_lex_state = 4},
|
|
[2078] = {.lex_state = 0},
|
|
[2079] = {.lex_state = 0},
|
|
[2080] = {.lex_state = 0},
|
|
[2081] = {.lex_state = 158},
|
|
[2082] = {.lex_state = 0},
|
|
[2083] = {.lex_state = 0},
|
|
[2084] = {.lex_state = 0},
|
|
[2085] = {.lex_state = 0},
|
|
[2086] = {.lex_state = 0},
|
|
[2087] = {.lex_state = 0},
|
|
[2088] = {.lex_state = 0},
|
|
[2089] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2090] = {.lex_state = 0},
|
|
[2091] = {.lex_state = 0},
|
|
[2092] = {.lex_state = 0},
|
|
[2093] = {.lex_state = 0},
|
|
[2094] = {.lex_state = 0},
|
|
[2095] = {.lex_state = 0},
|
|
[2096] = {.lex_state = 0},
|
|
[2097] = {.lex_state = 0},
|
|
[2098] = {.lex_state = 0},
|
|
[2099] = {.lex_state = 0},
|
|
[2100] = {.lex_state = 0},
|
|
[2101] = {.lex_state = 158},
|
|
[2102] = {.lex_state = 0},
|
|
[2103] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2104] = {.lex_state = 0},
|
|
[2105] = {.lex_state = 0},
|
|
[2106] = {.lex_state = 0},
|
|
[2107] = {.lex_state = 0},
|
|
[2108] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2109] = {.lex_state = 0},
|
|
[2110] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2111] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2112] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2113] = {.lex_state = 14},
|
|
[2114] = {.lex_state = 0},
|
|
[2115] = {.lex_state = 14},
|
|
[2116] = {.lex_state = 0},
|
|
[2117] = {.lex_state = 0},
|
|
[2118] = {.lex_state = 0},
|
|
[2119] = {.lex_state = 0},
|
|
[2120] = {.lex_state = 60},
|
|
[2121] = {.lex_state = 158},
|
|
[2122] = {.lex_state = 14},
|
|
[2123] = {.lex_state = 0},
|
|
[2124] = {.lex_state = 0},
|
|
[2125] = {.lex_state = 0},
|
|
[2126] = {.lex_state = 0},
|
|
[2127] = {.lex_state = 14},
|
|
[2128] = {.lex_state = 0},
|
|
[2129] = {.lex_state = 158},
|
|
[2130] = {.lex_state = 0},
|
|
[2131] = {.lex_state = 0},
|
|
[2132] = {.lex_state = 0},
|
|
[2133] = {.lex_state = 0},
|
|
[2134] = {.lex_state = 0},
|
|
[2135] = {.lex_state = 0},
|
|
[2136] = {.lex_state = 0},
|
|
[2137] = {.lex_state = 60},
|
|
[2138] = {.lex_state = 0},
|
|
[2139] = {.lex_state = 158},
|
|
[2140] = {.lex_state = 0},
|
|
[2141] = {.lex_state = 0},
|
|
[2142] = {.lex_state = 0},
|
|
[2143] = {.lex_state = 0},
|
|
[2144] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2145] = {.lex_state = 0},
|
|
[2146] = {.lex_state = 158},
|
|
[2147] = {.lex_state = 0},
|
|
[2148] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2149] = {.lex_state = 158},
|
|
[2150] = {.lex_state = 0},
|
|
[2151] = {.lex_state = 0},
|
|
[2152] = {.lex_state = 0},
|
|
[2153] = {.lex_state = 0},
|
|
[2154] = {.lex_state = 0},
|
|
[2155] = {.lex_state = 0},
|
|
[2156] = {.lex_state = 14},
|
|
[2157] = {.lex_state = 0},
|
|
[2158] = {.lex_state = 0},
|
|
[2159] = {.lex_state = 60},
|
|
[2160] = {.lex_state = 158},
|
|
[2161] = {.lex_state = 51},
|
|
[2162] = {.lex_state = 0},
|
|
[2163] = {.lex_state = 0},
|
|
[2164] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2165] = {.lex_state = 0},
|
|
[2166] = {.lex_state = 158},
|
|
[2167] = {.lex_state = 0},
|
|
[2168] = {.lex_state = 0},
|
|
[2169] = {.lex_state = 0},
|
|
[2170] = {.lex_state = 0},
|
|
[2171] = {.lex_state = 60},
|
|
[2172] = {.lex_state = 160},
|
|
[2173] = {.lex_state = 0},
|
|
[2174] = {.lex_state = 158},
|
|
[2175] = {.lex_state = 158},
|
|
[2176] = {.lex_state = 0},
|
|
[2177] = {.lex_state = 0},
|
|
[2178] = {.lex_state = 51},
|
|
[2179] = {.lex_state = 0},
|
|
[2180] = {.lex_state = 51},
|
|
[2181] = {.lex_state = 158},
|
|
[2182] = {.lex_state = 0},
|
|
[2183] = {.lex_state = 14},
|
|
[2184] = {.lex_state = 0},
|
|
[2185] = {.lex_state = 0},
|
|
[2186] = {.lex_state = 0},
|
|
[2187] = {.lex_state = 0},
|
|
[2188] = {.lex_state = 158},
|
|
[2189] = {.lex_state = 0},
|
|
[2190] = {.lex_state = 0},
|
|
[2191] = {.lex_state = 0},
|
|
[2192] = {.lex_state = 0},
|
|
[2193] = {.lex_state = 158},
|
|
[2194] = {.lex_state = 158},
|
|
[2195] = {.lex_state = 158},
|
|
[2196] = {.lex_state = 0},
|
|
[2197] = {.lex_state = 158},
|
|
[2198] = {.lex_state = 0},
|
|
[2199] = {.lex_state = 158},
|
|
[2200] = {.lex_state = 158},
|
|
[2201] = {.lex_state = 0},
|
|
[2202] = {.lex_state = 0},
|
|
[2203] = {.lex_state = 0},
|
|
[2204] = {.lex_state = 158},
|
|
[2205] = {.lex_state = 0},
|
|
[2206] = {.lex_state = 158},
|
|
[2207] = {.lex_state = 158},
|
|
[2208] = {.lex_state = 0},
|
|
[2209] = {.lex_state = 158},
|
|
[2210] = {.lex_state = 158},
|
|
[2211] = {.lex_state = 0},
|
|
[2212] = {.lex_state = 0},
|
|
[2213] = {.lex_state = 0},
|
|
[2214] = {.lex_state = 0},
|
|
[2215] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2216] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2217] = {.lex_state = 0},
|
|
[2218] = {.lex_state = 0},
|
|
[2219] = {.lex_state = 14},
|
|
[2220] = {.lex_state = 0},
|
|
[2221] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2222] = {.lex_state = 0},
|
|
[2223] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2224] = {.lex_state = 0},
|
|
[2225] = {.lex_state = 0},
|
|
[2226] = {.lex_state = 160},
|
|
[2227] = {.lex_state = 160},
|
|
[2228] = {.lex_state = 160},
|
|
[2229] = {.lex_state = 18},
|
|
[2230] = {.lex_state = 21},
|
|
[2231] = {.lex_state = 0, .external_lex_state = 5},
|
|
[2232] = {.lex_state = 160},
|
|
[2233] = {.lex_state = 160},
|
|
[2234] = {.lex_state = 160},
|
|
[2235] = {.lex_state = 0},
|
|
[2236] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2237] = {.lex_state = 0},
|
|
[2238] = {.lex_state = 160},
|
|
[2239] = {.lex_state = 0},
|
|
[2240] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2241] = {.lex_state = 0},
|
|
[2242] = {.lex_state = 0},
|
|
[2243] = {.lex_state = 160},
|
|
[2244] = {.lex_state = 160},
|
|
[2245] = {.lex_state = 0},
|
|
[2246] = {.lex_state = 0},
|
|
[2247] = {.lex_state = 0},
|
|
[2248] = {.lex_state = 0},
|
|
[2249] = {.lex_state = 0},
|
|
[2250] = {.lex_state = 0},
|
|
[2251] = {.lex_state = 0},
|
|
[2252] = {.lex_state = 52},
|
|
[2253] = {.lex_state = 0},
|
|
[2254] = {.lex_state = 0},
|
|
[2255] = {.lex_state = 0},
|
|
[2256] = {.lex_state = 160},
|
|
[2257] = {.lex_state = 0},
|
|
[2258] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2259] = {.lex_state = 0},
|
|
[2260] = {.lex_state = 0},
|
|
[2261] = {.lex_state = 160},
|
|
[2262] = {.lex_state = 0},
|
|
[2263] = {.lex_state = 160},
|
|
[2264] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2265] = {.lex_state = 0},
|
|
[2266] = {.lex_state = 0},
|
|
[2267] = {.lex_state = 0},
|
|
[2268] = {.lex_state = 0},
|
|
[2269] = {.lex_state = 160},
|
|
[2270] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2271] = {.lex_state = 0},
|
|
[2272] = {.lex_state = 0},
|
|
[2273] = {.lex_state = 160},
|
|
[2274] = {.lex_state = 160},
|
|
[2275] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2276] = {.lex_state = 0},
|
|
[2277] = {.lex_state = 160},
|
|
[2278] = {.lex_state = 0},
|
|
[2279] = {.lex_state = 160},
|
|
[2280] = {.lex_state = 160},
|
|
[2281] = {.lex_state = 160},
|
|
[2282] = {.lex_state = 18},
|
|
[2283] = {.lex_state = 48},
|
|
[2284] = {.lex_state = 0},
|
|
[2285] = {.lex_state = 21},
|
|
[2286] = {.lex_state = 0},
|
|
[2287] = {.lex_state = 0},
|
|
[2288] = {.lex_state = 0},
|
|
[2289] = {.lex_state = 160},
|
|
[2290] = {.lex_state = 160},
|
|
[2291] = {.lex_state = 0},
|
|
[2292] = {.lex_state = 160},
|
|
[2293] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2294] = {.lex_state = 160},
|
|
[2295] = {.lex_state = 160},
|
|
[2296] = {.lex_state = 160},
|
|
[2297] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2298] = {.lex_state = 0},
|
|
[2299] = {.lex_state = 0},
|
|
[2300] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2301] = {.lex_state = 0},
|
|
[2302] = {.lex_state = 0},
|
|
[2303] = {.lex_state = 0},
|
|
[2304] = {.lex_state = 160},
|
|
[2305] = {.lex_state = 160},
|
|
[2306] = {.lex_state = 0},
|
|
[2307] = {.lex_state = 0},
|
|
[2308] = {.lex_state = 0},
|
|
[2309] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2310] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2311] = {.lex_state = 0},
|
|
[2312] = {.lex_state = 160},
|
|
[2313] = {.lex_state = 0},
|
|
[2314] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2315] = {.lex_state = 0, .external_lex_state = 5},
|
|
[2316] = {.lex_state = 0},
|
|
[2317] = {.lex_state = 48},
|
|
[2318] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2319] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2320] = {.lex_state = 160},
|
|
[2321] = {.lex_state = 0},
|
|
[2322] = {.lex_state = 0},
|
|
[2323] = {.lex_state = 0},
|
|
[2324] = {.lex_state = 48},
|
|
[2325] = {.lex_state = 0},
|
|
[2326] = {.lex_state = 160},
|
|
[2327] = {.lex_state = 0},
|
|
[2328] = {.lex_state = 160},
|
|
[2329] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2330] = {.lex_state = 160},
|
|
[2331] = {.lex_state = 160},
|
|
[2332] = {.lex_state = 0},
|
|
[2333] = {.lex_state = 0},
|
|
[2334] = {.lex_state = 0},
|
|
[2335] = {.lex_state = 0},
|
|
[2336] = {.lex_state = 160},
|
|
[2337] = {.lex_state = 0},
|
|
[2338] = {.lex_state = 0},
|
|
[2339] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2340] = {.lex_state = 0},
|
|
[2341] = {.lex_state = 0},
|
|
[2342] = {.lex_state = 0},
|
|
[2343] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2344] = {.lex_state = 18},
|
|
[2345] = {.lex_state = 0},
|
|
[2346] = {.lex_state = 21},
|
|
[2347] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2348] = {.lex_state = 0},
|
|
[2349] = {.lex_state = 160},
|
|
[2350] = {.lex_state = 0},
|
|
[2351] = {.lex_state = 0},
|
|
[2352] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2353] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2354] = {.lex_state = 0},
|
|
[2355] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2356] = {.lex_state = 0},
|
|
[2357] = {.lex_state = 0},
|
|
[2358] = {.lex_state = 0},
|
|
[2359] = {.lex_state = 0},
|
|
[2360] = {.lex_state = 0},
|
|
[2361] = {.lex_state = 0},
|
|
[2362] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2363] = {.lex_state = 160},
|
|
[2364] = {.lex_state = 0},
|
|
[2365] = {.lex_state = 0},
|
|
[2366] = {.lex_state = 0},
|
|
[2367] = {.lex_state = 0},
|
|
[2368] = {.lex_state = 0},
|
|
[2369] = {.lex_state = 160},
|
|
[2370] = {.lex_state = 0},
|
|
[2371] = {.lex_state = 0},
|
|
[2372] = {.lex_state = 0},
|
|
[2373] = {.lex_state = 160},
|
|
[2374] = {.lex_state = 160},
|
|
[2375] = {.lex_state = 0},
|
|
[2376] = {.lex_state = 14},
|
|
[2377] = {.lex_state = 0},
|
|
[2378] = {.lex_state = 0},
|
|
[2379] = {.lex_state = 0},
|
|
[2380] = {.lex_state = 0},
|
|
[2381] = {.lex_state = 0},
|
|
[2382] = {.lex_state = 0},
|
|
[2383] = {.lex_state = 160},
|
|
[2384] = {.lex_state = 160},
|
|
[2385] = {.lex_state = 160},
|
|
[2386] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2387] = {.lex_state = 0},
|
|
[2388] = {.lex_state = 14},
|
|
[2389] = {.lex_state = 160},
|
|
[2390] = {.lex_state = 160},
|
|
[2391] = {.lex_state = 0},
|
|
[2392] = {.lex_state = 289},
|
|
[2393] = {.lex_state = 0},
|
|
[2394] = {.lex_state = 0},
|
|
[2395] = {.lex_state = 0},
|
|
[2396] = {.lex_state = 54},
|
|
[2397] = {.lex_state = 0},
|
|
[2398] = {.lex_state = 14},
|
|
[2399] = {.lex_state = 0},
|
|
[2400] = {.lex_state = 160},
|
|
[2401] = {.lex_state = 0},
|
|
[2402] = {.lex_state = 0},
|
|
[2403] = {.lex_state = 160},
|
|
[2404] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2405] = {.lex_state = 0},
|
|
[2406] = {.lex_state = 0},
|
|
[2407] = {.lex_state = 160},
|
|
[2408] = {.lex_state = 160},
|
|
[2409] = {.lex_state = 15},
|
|
[2410] = {.lex_state = 160},
|
|
[2411] = {.lex_state = 289},
|
|
[2412] = {.lex_state = 0},
|
|
[2413] = {.lex_state = 0},
|
|
[2414] = {.lex_state = 0},
|
|
[2415] = {.lex_state = 0},
|
|
[2416] = {.lex_state = 160},
|
|
[2417] = {.lex_state = 160},
|
|
[2418] = {.lex_state = 0},
|
|
[2419] = {.lex_state = 0},
|
|
[2420] = {.lex_state = 0},
|
|
[2421] = {.lex_state = 0},
|
|
[2422] = {.lex_state = 160},
|
|
[2423] = {.lex_state = 0},
|
|
[2424] = {.lex_state = 0},
|
|
[2425] = {.lex_state = 0},
|
|
[2426] = {.lex_state = 0},
|
|
[2427] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2428] = {.lex_state = 160},
|
|
[2429] = {.lex_state = 0},
|
|
[2430] = {.lex_state = 0},
|
|
[2431] = {.lex_state = 0},
|
|
[2432] = {.lex_state = 0},
|
|
[2433] = {.lex_state = 0},
|
|
[2434] = {.lex_state = 14},
|
|
[2435] = {.lex_state = 0},
|
|
[2436] = {.lex_state = 0},
|
|
[2437] = {.lex_state = 160},
|
|
[2438] = {.lex_state = 0},
|
|
[2439] = {.lex_state = 160},
|
|
[2440] = {.lex_state = 0},
|
|
[2441] = {.lex_state = 0},
|
|
[2442] = {.lex_state = 54},
|
|
[2443] = {.lex_state = 15},
|
|
[2444] = {.lex_state = 15},
|
|
[2445] = {.lex_state = 0},
|
|
[2446] = {.lex_state = 0},
|
|
[2447] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2448] = {.lex_state = 0},
|
|
[2449] = {.lex_state = 0},
|
|
[2450] = {.lex_state = 0},
|
|
[2451] = {.lex_state = 8},
|
|
[2452] = {.lex_state = 0},
|
|
[2453] = {.lex_state = 0},
|
|
[2454] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2455] = {.lex_state = 160},
|
|
[2456] = {.lex_state = 289},
|
|
[2457] = {.lex_state = 0},
|
|
[2458] = {.lex_state = 0},
|
|
[2459] = {.lex_state = 0},
|
|
[2460] = {.lex_state = 14},
|
|
[2461] = {.lex_state = 160},
|
|
[2462] = {.lex_state = 0},
|
|
[2463] = {.lex_state = 0},
|
|
[2464] = {.lex_state = 160},
|
|
[2465] = {.lex_state = 0},
|
|
[2466] = {.lex_state = 0},
|
|
[2467] = {.lex_state = 0},
|
|
[2468] = {.lex_state = 0},
|
|
[2469] = {.lex_state = 160},
|
|
[2470] = {.lex_state = 160},
|
|
[2471] = {.lex_state = 0},
|
|
[2472] = {.lex_state = 54},
|
|
[2473] = {.lex_state = 15},
|
|
[2474] = {.lex_state = 15},
|
|
[2475] = {.lex_state = 160},
|
|
[2476] = {.lex_state = 160},
|
|
[2477] = {.lex_state = 0},
|
|
[2478] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2479] = {.lex_state = 8},
|
|
[2480] = {.lex_state = 0},
|
|
[2481] = {.lex_state = 0},
|
|
[2482] = {.lex_state = 160},
|
|
[2483] = {.lex_state = 289},
|
|
[2484] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2485] = {.lex_state = 0},
|
|
[2486] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2487] = {.lex_state = 0},
|
|
[2488] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2489] = {.lex_state = 0},
|
|
[2490] = {.lex_state = 160},
|
|
[2491] = {.lex_state = 0},
|
|
[2492] = {.lex_state = 0},
|
|
[2493] = {.lex_state = 8},
|
|
[2494] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2495] = {.lex_state = 289},
|
|
[2496] = {.lex_state = 0},
|
|
[2497] = {.lex_state = 0},
|
|
[2498] = {.lex_state = 14},
|
|
[2499] = {.lex_state = 160},
|
|
[2500] = {.lex_state = 0},
|
|
[2501] = {.lex_state = 0},
|
|
[2502] = {.lex_state = 15},
|
|
[2503] = {.lex_state = 160},
|
|
[2504] = {.lex_state = 14},
|
|
[2505] = {.lex_state = 289},
|
|
[2506] = {.lex_state = 0},
|
|
[2507] = {.lex_state = 0},
|
|
[2508] = {.lex_state = 0},
|
|
[2509] = {.lex_state = 0},
|
|
[2510] = {.lex_state = 0},
|
|
[2511] = {.lex_state = 160},
|
|
[2512] = {.lex_state = 0},
|
|
[2513] = {.lex_state = 0},
|
|
[2514] = {.lex_state = 0},
|
|
[2515] = {.lex_state = 289},
|
|
[2516] = {.lex_state = 0},
|
|
[2517] = {.lex_state = 0},
|
|
[2518] = {.lex_state = 160},
|
|
[2519] = {.lex_state = 0},
|
|
[2520] = {.lex_state = 160},
|
|
[2521] = {.lex_state = 0},
|
|
[2522] = {.lex_state = 0},
|
|
[2523] = {.lex_state = 0},
|
|
[2524] = {.lex_state = 0},
|
|
[2525] = {.lex_state = 289},
|
|
[2526] = {.lex_state = 0},
|
|
[2527] = {.lex_state = 0},
|
|
[2528] = {.lex_state = 0},
|
|
[2529] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2530] = {.lex_state = 10, .reserved_word_set_id = 1},
|
|
[2531] = {.lex_state = 0},
|
|
[2532] = {.lex_state = 160},
|
|
[2533] = {.lex_state = 160},
|
|
[2534] = {.lex_state = 289},
|
|
[2535] = {.lex_state = 0},
|
|
[2536] = {.lex_state = 160},
|
|
[2537] = {.lex_state = 160},
|
|
[2538] = {.lex_state = 0},
|
|
[2539] = {.lex_state = 8},
|
|
[2540] = {.lex_state = 0},
|
|
[2541] = {.lex_state = 0},
|
|
[2542] = {.lex_state = 0},
|
|
[2543] = {.lex_state = 15},
|
|
[2544] = {.lex_state = 0},
|
|
[2545] = {.lex_state = 0},
|
|
[2546] = {.lex_state = 0},
|
|
[2547] = {.lex_state = 0},
|
|
[2548] = {.lex_state = 0},
|
|
[2549] = {.lex_state = 15},
|
|
[2550] = {.lex_state = 0},
|
|
[2551] = {.lex_state = 0},
|
|
[2552] = {.lex_state = 0},
|
|
[2553] = {.lex_state = 15},
|
|
[2554] = {.lex_state = 0},
|
|
[2555] = {.lex_state = 0},
|
|
[2556] = {.lex_state = 0},
|
|
[2557] = {.lex_state = 0},
|
|
[2558] = {.lex_state = 0},
|
|
[2559] = {.lex_state = 0},
|
|
[2560] = {.lex_state = 0},
|
|
[2561] = {.lex_state = 14},
|
|
[2562] = {.lex_state = 0},
|
|
};
|
|
|
|
static const TSSymbol ts_reserved_words[8][MAX_RESERVED_WORD_SET_SIZE] = {
|
|
[1] = {
|
|
anon_sym_package,
|
|
anon_sym_import,
|
|
anon_sym_const,
|
|
anon_sym_var,
|
|
anon_sym_func,
|
|
anon_sym_type,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_fallthrough,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_goto,
|
|
anon_sym_return,
|
|
anon_sym_go,
|
|
anon_sym_defer,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_for,
|
|
anon_sym_range,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_select,
|
|
},
|
|
[2] = {
|
|
anon_sym_package,
|
|
anon_sym_import,
|
|
anon_sym_else,
|
|
anon_sym_range,
|
|
},
|
|
[3] = {
|
|
anon_sym_package,
|
|
anon_sym_import,
|
|
anon_sym_else,
|
|
anon_sym_range,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
},
|
|
[4] = {
|
|
anon_sym_package,
|
|
anon_sym_import,
|
|
anon_sym_const,
|
|
anon_sym_var,
|
|
anon_sym_type,
|
|
anon_sym_fallthrough,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_goto,
|
|
anon_sym_return,
|
|
anon_sym_go,
|
|
anon_sym_defer,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_select,
|
|
},
|
|
[5] = {
|
|
anon_sym_package,
|
|
anon_sym_import,
|
|
anon_sym_const,
|
|
anon_sym_var,
|
|
anon_sym_type,
|
|
anon_sym_fallthrough,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_goto,
|
|
anon_sym_return,
|
|
anon_sym_go,
|
|
anon_sym_defer,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_for,
|
|
anon_sym_range,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_select,
|
|
},
|
|
[6] = {
|
|
anon_sym_package,
|
|
anon_sym_import,
|
|
anon_sym_const,
|
|
anon_sym_var,
|
|
anon_sym_type,
|
|
anon_sym_fallthrough,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_goto,
|
|
anon_sym_return,
|
|
anon_sym_go,
|
|
anon_sym_defer,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_for,
|
|
anon_sym_range,
|
|
anon_sym_switch,
|
|
anon_sym_select,
|
|
},
|
|
[7] = {
|
|
anon_sym_package,
|
|
anon_sym_import,
|
|
anon_sym_const,
|
|
anon_sym_var,
|
|
anon_sym_func,
|
|
anon_sym_type,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_fallthrough,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_goto,
|
|
anon_sym_return,
|
|
anon_sym_go,
|
|
anon_sym_defer,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_for,
|
|
anon_sym_range,
|
|
anon_sym_switch,
|
|
anon_sym_select,
|
|
},
|
|
};
|
|
|
|
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
|
|
[STATE(0)] = {
|
|
[ts_builtin_sym_end] = ACTIONS(1),
|
|
[sym_identifier] = ACTIONS(1),
|
|
[anon_sym_SEMI] = ACTIONS(1),
|
|
[anon_sym_NULL] = ACTIONS(1),
|
|
[anon_sym_package] = ACTIONS(1),
|
|
[anon_sym_import] = ACTIONS(1),
|
|
[anon_sym_DOT] = ACTIONS(1),
|
|
[sym_blank_identifier] = ACTIONS(1),
|
|
[anon_sym_LPAREN] = ACTIONS(1),
|
|
[anon_sym_RPAREN] = ACTIONS(1),
|
|
[anon_sym_const] = ACTIONS(1),
|
|
[anon_sym_COMMA] = ACTIONS(1),
|
|
[anon_sym_EQ] = ACTIONS(1),
|
|
[anon_sym_var] = ACTIONS(1),
|
|
[anon_sym_func] = ACTIONS(1),
|
|
[anon_sym_LBRACK] = ACTIONS(1),
|
|
[anon_sym_RBRACK] = ACTIONS(1),
|
|
[anon_sym_DOT_DOT_DOT] = ACTIONS(1),
|
|
[anon_sym_type] = ACTIONS(1),
|
|
[anon_sym_STAR] = ACTIONS(1),
|
|
[anon_sym_struct] = ACTIONS(1),
|
|
[anon_sym_TILDE] = ACTIONS(1),
|
|
[anon_sym_LBRACE] = ACTIONS(1),
|
|
[anon_sym_RBRACE] = ACTIONS(1),
|
|
[anon_sym_interface] = ACTIONS(1),
|
|
[anon_sym_PIPE] = ACTIONS(1),
|
|
[anon_sym_map] = ACTIONS(1),
|
|
[anon_sym_chan] = ACTIONS(1),
|
|
[anon_sym_LT_DASH] = ACTIONS(1),
|
|
[anon_sym_COLON_EQ] = ACTIONS(1),
|
|
[anon_sym_PLUS_PLUS] = ACTIONS(1),
|
|
[anon_sym_DASH_DASH] = ACTIONS(1),
|
|
[anon_sym_STAR_EQ] = ACTIONS(1),
|
|
[anon_sym_SLASH_EQ] = ACTIONS(1),
|
|
[anon_sym_PERCENT_EQ] = ACTIONS(1),
|
|
[anon_sym_LT_LT_EQ] = ACTIONS(1),
|
|
[anon_sym_GT_GT_EQ] = ACTIONS(1),
|
|
[anon_sym_AMP_EQ] = ACTIONS(1),
|
|
[anon_sym_AMP_CARET_EQ] = ACTIONS(1),
|
|
[anon_sym_PLUS_EQ] = ACTIONS(1),
|
|
[anon_sym_DASH_EQ] = ACTIONS(1),
|
|
[anon_sym_PIPE_EQ] = ACTIONS(1),
|
|
[anon_sym_CARET_EQ] = ACTIONS(1),
|
|
[anon_sym_COLON] = ACTIONS(1),
|
|
[anon_sym_fallthrough] = ACTIONS(1),
|
|
[anon_sym_break] = ACTIONS(1),
|
|
[anon_sym_continue] = ACTIONS(1),
|
|
[anon_sym_goto] = ACTIONS(1),
|
|
[anon_sym_return] = ACTIONS(1),
|
|
[anon_sym_go] = ACTIONS(1),
|
|
[anon_sym_defer] = ACTIONS(1),
|
|
[anon_sym_if] = ACTIONS(1),
|
|
[anon_sym_else] = ACTIONS(1),
|
|
[anon_sym_for] = ACTIONS(1),
|
|
[anon_sym_range] = ACTIONS(1),
|
|
[anon_sym_switch] = ACTIONS(1),
|
|
[anon_sym_case] = ACTIONS(1),
|
|
[anon_sym_default] = ACTIONS(1),
|
|
[anon_sym_select] = ACTIONS(1),
|
|
[anon_sym_new] = ACTIONS(1),
|
|
[anon_sym_make] = ACTIONS(1),
|
|
[anon_sym_PLUS] = ACTIONS(1),
|
|
[anon_sym_DASH] = ACTIONS(1),
|
|
[anon_sym_BANG] = ACTIONS(1),
|
|
[anon_sym_CARET] = ACTIONS(1),
|
|
[anon_sym_AMP] = ACTIONS(1),
|
|
[anon_sym_SLASH] = ACTIONS(1),
|
|
[anon_sym_PERCENT] = ACTIONS(1),
|
|
[anon_sym_LT_LT] = ACTIONS(1),
|
|
[anon_sym_GT_GT] = ACTIONS(1),
|
|
[anon_sym_AMP_CARET] = ACTIONS(1),
|
|
[anon_sym_EQ_EQ] = ACTIONS(1),
|
|
[anon_sym_BANG_EQ] = ACTIONS(1),
|
|
[anon_sym_LT] = ACTIONS(1),
|
|
[anon_sym_LT_EQ] = ACTIONS(1),
|
|
[anon_sym_GT] = ACTIONS(1),
|
|
[anon_sym_GT_EQ] = ACTIONS(1),
|
|
[anon_sym_AMP_AMP] = ACTIONS(1),
|
|
[anon_sym_PIPE_PIPE] = ACTIONS(1),
|
|
[anon_sym_BQUOTE] = ACTIONS(1),
|
|
[anon_sym_DQUOTE] = ACTIONS(1),
|
|
[anon_sym_DQUOTE2] = ACTIONS(1),
|
|
[sym_escape_sequence] = ACTIONS(1),
|
|
[sym_int_literal] = ACTIONS(1),
|
|
[sym_float_literal] = ACTIONS(1),
|
|
[sym_imaginary_literal] = ACTIONS(1),
|
|
[sym_nil] = ACTIONS(1),
|
|
[sym_true] = ACTIONS(1),
|
|
[sym_false] = ACTIONS(1),
|
|
[sym_iota] = ACTIONS(1),
|
|
[sym_comment] = ACTIONS(3),
|
|
[anon_sym_templ] = ACTIONS(1),
|
|
[anon_sym_LT_BANG_DASH_DASH] = ACTIONS(1),
|
|
[anon_sym_AT] = ACTIONS(1),
|
|
[anon_sym_LBRACE_BANG] = ACTIONS(1),
|
|
[anon_sym_children_DOT_DOT_DOT] = ACTIONS(1),
|
|
[anon_sym_LT_SLASH] = ACTIONS(1),
|
|
[anon_sym_SLASH_GT] = ACTIONS(1),
|
|
[anon_sym_LT_BANG] = ACTIONS(1),
|
|
[aux_sym_doctype_token1] = ACTIONS(1),
|
|
[anon_sym_html] = ACTIONS(1),
|
|
[anon_sym_HTMLPUBLIC_DQUOTEhttp_COLON_SLASH_SLASHwww_DOTw3_DOTorg_SLASHTR_SLASHhtml4_SLASHloose_DOTdtd_DQUOTE] = ACTIONS(1),
|
|
[anon_sym_style] = ACTIONS(1),
|
|
[anon_sym_QMARK_EQ] = ACTIONS(1),
|
|
[anon_sym_if2] = ACTIONS(1),
|
|
[anon_sym_else2] = ACTIONS(1),
|
|
[anon_sym_css] = ACTIONS(1),
|
|
[anon_sym_script] = ACTIONS(1),
|
|
[anon_sym_LBRACE_LBRACE] = ACTIONS(1),
|
|
[anon_sym_SQUOTE] = ACTIONS(1),
|
|
[sym_css_property_value] = ACTIONS(1),
|
|
[sym_script_block_text] = ACTIONS(1),
|
|
[sym_switch_element_text] = ACTIONS(1),
|
|
[sym_element_text] = ACTIONS(1),
|
|
},
|
|
[STATE(1)] = {
|
|
[sym_source_file] = STATE(2501),
|
|
[sym_package_clause] = STATE(1848),
|
|
[sym_import_declaration] = STATE(1848),
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_function_declaration] = STATE(1848),
|
|
[sym_method_declaration] = STATE(1848),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym__statement] = STATE(2129),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_component_declaration] = STATE(1848),
|
|
[sym_css_declaration] = STATE(1848),
|
|
[sym_script_declaration] = STATE(1848),
|
|
[aux_sym_source_file_repeat1] = STATE(2),
|
|
[ts_builtin_sym_end] = ACTIONS(5),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_package] = ACTIONS(11),
|
|
[anon_sym_import] = ACTIONS(13),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(21),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
[anon_sym_templ] = ACTIONS(77),
|
|
[anon_sym_css] = ACTIONS(79),
|
|
[anon_sym_script] = ACTIONS(81),
|
|
},
|
|
[STATE(2)] = {
|
|
[sym_package_clause] = STATE(1915),
|
|
[sym_import_declaration] = STATE(1915),
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_function_declaration] = STATE(1915),
|
|
[sym_method_declaration] = STATE(1915),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym__statement] = STATE(2129),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_component_declaration] = STATE(1915),
|
|
[sym_css_declaration] = STATE(1915),
|
|
[sym_script_declaration] = STATE(1915),
|
|
[aux_sym_source_file_repeat1] = STATE(3),
|
|
[ts_builtin_sym_end] = ACTIONS(83),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_package] = ACTIONS(11),
|
|
[anon_sym_import] = ACTIONS(13),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(21),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
[anon_sym_templ] = ACTIONS(77),
|
|
[anon_sym_css] = ACTIONS(79),
|
|
[anon_sym_script] = ACTIONS(81),
|
|
},
|
|
[STATE(3)] = {
|
|
[sym_package_clause] = STATE(2129),
|
|
[sym_import_declaration] = STATE(2129),
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_function_declaration] = STATE(2129),
|
|
[sym_method_declaration] = STATE(2129),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym__statement] = STATE(2129),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_component_declaration] = STATE(2129),
|
|
[sym_css_declaration] = STATE(2129),
|
|
[sym_script_declaration] = STATE(2129),
|
|
[aux_sym_source_file_repeat1] = STATE(3),
|
|
[ts_builtin_sym_end] = ACTIONS(85),
|
|
[sym_identifier] = ACTIONS(87),
|
|
[anon_sym_SEMI] = ACTIONS(90),
|
|
[anon_sym_package] = ACTIONS(93),
|
|
[anon_sym_import] = ACTIONS(96),
|
|
[anon_sym_LPAREN] = ACTIONS(99),
|
|
[anon_sym_const] = ACTIONS(102),
|
|
[anon_sym_var] = ACTIONS(105),
|
|
[anon_sym_func] = ACTIONS(108),
|
|
[anon_sym_LBRACK] = ACTIONS(111),
|
|
[anon_sym_type] = ACTIONS(114),
|
|
[anon_sym_STAR] = ACTIONS(117),
|
|
[anon_sym_struct] = ACTIONS(120),
|
|
[anon_sym_TILDE] = ACTIONS(123),
|
|
[anon_sym_LBRACE] = ACTIONS(126),
|
|
[anon_sym_interface] = ACTIONS(129),
|
|
[anon_sym_map] = ACTIONS(132),
|
|
[anon_sym_chan] = ACTIONS(135),
|
|
[anon_sym_LT_DASH] = ACTIONS(138),
|
|
[anon_sym_fallthrough] = ACTIONS(141),
|
|
[anon_sym_break] = ACTIONS(144),
|
|
[anon_sym_continue] = ACTIONS(147),
|
|
[anon_sym_goto] = ACTIONS(150),
|
|
[anon_sym_return] = ACTIONS(153),
|
|
[anon_sym_go] = ACTIONS(156),
|
|
[anon_sym_defer] = ACTIONS(159),
|
|
[anon_sym_if] = ACTIONS(162),
|
|
[anon_sym_for] = ACTIONS(165),
|
|
[anon_sym_switch] = ACTIONS(168),
|
|
[anon_sym_select] = ACTIONS(171),
|
|
[anon_sym_new] = ACTIONS(174),
|
|
[anon_sym_make] = ACTIONS(174),
|
|
[anon_sym_PLUS] = ACTIONS(177),
|
|
[anon_sym_DASH] = ACTIONS(177),
|
|
[anon_sym_BANG] = ACTIONS(177),
|
|
[anon_sym_CARET] = ACTIONS(177),
|
|
[anon_sym_AMP] = ACTIONS(177),
|
|
[anon_sym_BQUOTE] = ACTIONS(180),
|
|
[anon_sym_DQUOTE] = ACTIONS(183),
|
|
[sym_int_literal] = ACTIONS(186),
|
|
[sym_float_literal] = ACTIONS(186),
|
|
[sym_imaginary_literal] = ACTIONS(189),
|
|
[sym_rune_literal] = ACTIONS(189),
|
|
[sym_nil] = ACTIONS(186),
|
|
[sym_true] = ACTIONS(186),
|
|
[sym_false] = ACTIONS(186),
|
|
[sym_iota] = ACTIONS(186),
|
|
[sym_comment] = ACTIONS(3),
|
|
[anon_sym_templ] = ACTIONS(192),
|
|
[anon_sym_css] = ACTIONS(195),
|
|
[anon_sym_script] = ACTIONS(198),
|
|
},
|
|
[STATE(4)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2115),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(205),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_case] = ACTIONS(207),
|
|
[anon_sym_default] = ACTIONS(207),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(5)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2156),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(209),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_case] = ACTIONS(211),
|
|
[anon_sym_default] = ACTIONS(211),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(6)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2183),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(213),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_case] = ACTIONS(215),
|
|
[anon_sym_default] = ACTIONS(215),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(7)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2074),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(217),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_case] = ACTIONS(219),
|
|
[anon_sym_default] = ACTIONS(219),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(8)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2219),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(221),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_case] = ACTIONS(223),
|
|
[anon_sym_default] = ACTIONS(223),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(9)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym__statement] = STATE(1641),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2122),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(225),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_case] = ACTIONS(227),
|
|
[anon_sym_default] = ACTIONS(227),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(10)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym__statement] = STATE(1641),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2113),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(229),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_case] = ACTIONS(231),
|
|
[anon_sym_default] = ACTIONS(231),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(11)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2507),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(233),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(12)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2555),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(235),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(13)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym__statement] = STATE(1741),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(237),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_case] = ACTIONS(239),
|
|
[anon_sym_default] = ACTIONS(239),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(14)] = {
|
|
[sym__declaration] = STATE(1928),
|
|
[sym_const_declaration] = STATE(1928),
|
|
[sym_var_declaration] = STATE(1928),
|
|
[sym_type_declaration] = STATE(1928),
|
|
[sym_expression_list] = STATE(1298),
|
|
[sym_parenthesized_type] = STATE(2360),
|
|
[sym__simple_type] = STATE(2360),
|
|
[sym_generic_type] = STATE(1933),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1933),
|
|
[sym_implicit_length_array_type] = STATE(2234),
|
|
[sym_slice_type] = STATE(1933),
|
|
[sym_struct_type] = STATE(1933),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1934),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1928),
|
|
[sym_statement_list] = STATE(2385),
|
|
[sym__statement] = STATE(1772),
|
|
[sym_empty_statement] = STATE(1928),
|
|
[sym__simple_statement] = STATE(1928),
|
|
[sym_expression_statement] = STATE(1999),
|
|
[sym_send_statement] = STATE(1999),
|
|
[sym_inc_statement] = STATE(1999),
|
|
[sym_dec_statement] = STATE(1999),
|
|
[sym_assignment_statement] = STATE(1999),
|
|
[sym_short_var_declaration] = STATE(1999),
|
|
[sym_labeled_statement] = STATE(1928),
|
|
[sym_empty_labeled_statement] = STATE(2369),
|
|
[sym_fallthrough_statement] = STATE(1928),
|
|
[sym_break_statement] = STATE(1928),
|
|
[sym_continue_statement] = STATE(1928),
|
|
[sym_goto_statement] = STATE(1928),
|
|
[sym_return_statement] = STATE(1928),
|
|
[sym_go_statement] = STATE(1928),
|
|
[sym_defer_statement] = STATE(1928),
|
|
[sym_if_statement] = STATE(1928),
|
|
[sym_for_statement] = STATE(1928),
|
|
[sym_expression_switch_statement] = STATE(1928),
|
|
[sym_type_switch_statement] = STATE(1928),
|
|
[sym_select_statement] = STATE(1928),
|
|
[sym__expression] = STATE(390),
|
|
[sym_parenthesized_expression] = STATE(497),
|
|
[sym_call_expression] = STATE(497),
|
|
[sym_selector_expression] = STATE(497),
|
|
[sym_index_expression] = STATE(497),
|
|
[sym_slice_expression] = STATE(497),
|
|
[sym_type_assertion_expression] = STATE(497),
|
|
[sym_type_conversion_expression] = STATE(497),
|
|
[sym_type_instantiation_expression] = STATE(497),
|
|
[sym_composite_literal] = STATE(497),
|
|
[sym_func_literal] = STATE(497),
|
|
[sym_unary_expression] = STATE(497),
|
|
[sym_binary_expression] = STATE(497),
|
|
[sym_qualified_type] = STATE(1764),
|
|
[sym_raw_string_literal] = STATE(497),
|
|
[sym_interpreted_string_literal] = STATE(497),
|
|
[sym_identifier] = ACTIONS(241),
|
|
[anon_sym_SEMI] = ACTIONS(243),
|
|
[anon_sym_LPAREN] = ACTIONS(245),
|
|
[anon_sym_const] = ACTIONS(247),
|
|
[anon_sym_var] = ACTIONS(249),
|
|
[anon_sym_func] = ACTIONS(251),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(253),
|
|
[anon_sym_STAR] = ACTIONS(255),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(257),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(259),
|
|
[anon_sym_fallthrough] = ACTIONS(261),
|
|
[anon_sym_break] = ACTIONS(263),
|
|
[anon_sym_continue] = ACTIONS(265),
|
|
[anon_sym_goto] = ACTIONS(267),
|
|
[anon_sym_return] = ACTIONS(269),
|
|
[anon_sym_go] = ACTIONS(271),
|
|
[anon_sym_defer] = ACTIONS(273),
|
|
[anon_sym_if] = ACTIONS(275),
|
|
[anon_sym_for] = ACTIONS(277),
|
|
[anon_sym_switch] = ACTIONS(279),
|
|
[anon_sym_select] = ACTIONS(281),
|
|
[anon_sym_new] = ACTIONS(283),
|
|
[anon_sym_make] = ACTIONS(283),
|
|
[anon_sym_PLUS] = ACTIONS(285),
|
|
[anon_sym_DASH] = ACTIONS(285),
|
|
[anon_sym_BANG] = ACTIONS(285),
|
|
[anon_sym_CARET] = ACTIONS(285),
|
|
[anon_sym_AMP] = ACTIONS(285),
|
|
[anon_sym_BQUOTE] = ACTIONS(287),
|
|
[anon_sym_DQUOTE] = ACTIONS(289),
|
|
[sym_int_literal] = ACTIONS(291),
|
|
[sym_float_literal] = ACTIONS(291),
|
|
[sym_imaginary_literal] = ACTIONS(293),
|
|
[sym_rune_literal] = ACTIONS(293),
|
|
[sym_nil] = ACTIONS(291),
|
|
[sym_true] = ACTIONS(291),
|
|
[sym_false] = ACTIONS(291),
|
|
[sym_iota] = ACTIONS(291),
|
|
[sym_comment] = ACTIONS(3),
|
|
[anon_sym_RBRACE_RBRACE] = ACTIONS(295),
|
|
},
|
|
[STATE(15)] = {
|
|
[sym__declaration] = STATE(1928),
|
|
[sym_const_declaration] = STATE(1928),
|
|
[sym_var_declaration] = STATE(1928),
|
|
[sym_type_declaration] = STATE(1928),
|
|
[sym_expression_list] = STATE(1298),
|
|
[sym_parenthesized_type] = STATE(2360),
|
|
[sym__simple_type] = STATE(2360),
|
|
[sym_generic_type] = STATE(1933),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1933),
|
|
[sym_implicit_length_array_type] = STATE(2234),
|
|
[sym_slice_type] = STATE(1933),
|
|
[sym_struct_type] = STATE(1933),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1934),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1928),
|
|
[sym_statement_list] = STATE(2400),
|
|
[sym__statement] = STATE(1772),
|
|
[sym_empty_statement] = STATE(1928),
|
|
[sym__simple_statement] = STATE(1928),
|
|
[sym_expression_statement] = STATE(1999),
|
|
[sym_send_statement] = STATE(1999),
|
|
[sym_inc_statement] = STATE(1999),
|
|
[sym_dec_statement] = STATE(1999),
|
|
[sym_assignment_statement] = STATE(1999),
|
|
[sym_short_var_declaration] = STATE(1999),
|
|
[sym_labeled_statement] = STATE(1928),
|
|
[sym_empty_labeled_statement] = STATE(2369),
|
|
[sym_fallthrough_statement] = STATE(1928),
|
|
[sym_break_statement] = STATE(1928),
|
|
[sym_continue_statement] = STATE(1928),
|
|
[sym_goto_statement] = STATE(1928),
|
|
[sym_return_statement] = STATE(1928),
|
|
[sym_go_statement] = STATE(1928),
|
|
[sym_defer_statement] = STATE(1928),
|
|
[sym_if_statement] = STATE(1928),
|
|
[sym_for_statement] = STATE(1928),
|
|
[sym_expression_switch_statement] = STATE(1928),
|
|
[sym_type_switch_statement] = STATE(1928),
|
|
[sym_select_statement] = STATE(1928),
|
|
[sym__expression] = STATE(390),
|
|
[sym_parenthesized_expression] = STATE(497),
|
|
[sym_call_expression] = STATE(497),
|
|
[sym_selector_expression] = STATE(497),
|
|
[sym_index_expression] = STATE(497),
|
|
[sym_slice_expression] = STATE(497),
|
|
[sym_type_assertion_expression] = STATE(497),
|
|
[sym_type_conversion_expression] = STATE(497),
|
|
[sym_type_instantiation_expression] = STATE(497),
|
|
[sym_composite_literal] = STATE(497),
|
|
[sym_func_literal] = STATE(497),
|
|
[sym_unary_expression] = STATE(497),
|
|
[sym_binary_expression] = STATE(497),
|
|
[sym_qualified_type] = STATE(1764),
|
|
[sym_raw_string_literal] = STATE(497),
|
|
[sym_interpreted_string_literal] = STATE(497),
|
|
[sym_identifier] = ACTIONS(241),
|
|
[anon_sym_SEMI] = ACTIONS(243),
|
|
[anon_sym_LPAREN] = ACTIONS(245),
|
|
[anon_sym_const] = ACTIONS(247),
|
|
[anon_sym_var] = ACTIONS(249),
|
|
[anon_sym_func] = ACTIONS(251),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(253),
|
|
[anon_sym_STAR] = ACTIONS(255),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(257),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(259),
|
|
[anon_sym_fallthrough] = ACTIONS(261),
|
|
[anon_sym_break] = ACTIONS(263),
|
|
[anon_sym_continue] = ACTIONS(265),
|
|
[anon_sym_goto] = ACTIONS(267),
|
|
[anon_sym_return] = ACTIONS(269),
|
|
[anon_sym_go] = ACTIONS(271),
|
|
[anon_sym_defer] = ACTIONS(273),
|
|
[anon_sym_if] = ACTIONS(275),
|
|
[anon_sym_for] = ACTIONS(277),
|
|
[anon_sym_switch] = ACTIONS(279),
|
|
[anon_sym_select] = ACTIONS(281),
|
|
[anon_sym_new] = ACTIONS(283),
|
|
[anon_sym_make] = ACTIONS(283),
|
|
[anon_sym_PLUS] = ACTIONS(285),
|
|
[anon_sym_DASH] = ACTIONS(285),
|
|
[anon_sym_BANG] = ACTIONS(285),
|
|
[anon_sym_CARET] = ACTIONS(285),
|
|
[anon_sym_AMP] = ACTIONS(285),
|
|
[anon_sym_BQUOTE] = ACTIONS(287),
|
|
[anon_sym_DQUOTE] = ACTIONS(289),
|
|
[sym_int_literal] = ACTIONS(291),
|
|
[sym_float_literal] = ACTIONS(291),
|
|
[sym_imaginary_literal] = ACTIONS(293),
|
|
[sym_rune_literal] = ACTIONS(293),
|
|
[sym_nil] = ACTIONS(291),
|
|
[sym_true] = ACTIONS(291),
|
|
[sym_false] = ACTIONS(291),
|
|
[sym_iota] = ACTIONS(291),
|
|
[sym_comment] = ACTIONS(3),
|
|
[anon_sym_RBRACE_RBRACE] = ACTIONS(297),
|
|
},
|
|
[STATE(16)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2471),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(299),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(17)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2399),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(301),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(18)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2381),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(303),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(19)] = {
|
|
[sym__declaration] = STATE(1928),
|
|
[sym_const_declaration] = STATE(1928),
|
|
[sym_var_declaration] = STATE(1928),
|
|
[sym_type_declaration] = STATE(1928),
|
|
[sym_expression_list] = STATE(1298),
|
|
[sym_parenthesized_type] = STATE(2360),
|
|
[sym__simple_type] = STATE(2360),
|
|
[sym_generic_type] = STATE(1933),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1933),
|
|
[sym_implicit_length_array_type] = STATE(2234),
|
|
[sym_slice_type] = STATE(1933),
|
|
[sym_struct_type] = STATE(1933),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1934),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1928),
|
|
[sym_statement_list] = STATE(2503),
|
|
[sym__statement] = STATE(1772),
|
|
[sym_empty_statement] = STATE(1928),
|
|
[sym__simple_statement] = STATE(1928),
|
|
[sym_expression_statement] = STATE(1999),
|
|
[sym_send_statement] = STATE(1999),
|
|
[sym_inc_statement] = STATE(1999),
|
|
[sym_dec_statement] = STATE(1999),
|
|
[sym_assignment_statement] = STATE(1999),
|
|
[sym_short_var_declaration] = STATE(1999),
|
|
[sym_labeled_statement] = STATE(1928),
|
|
[sym_empty_labeled_statement] = STATE(2369),
|
|
[sym_fallthrough_statement] = STATE(1928),
|
|
[sym_break_statement] = STATE(1928),
|
|
[sym_continue_statement] = STATE(1928),
|
|
[sym_goto_statement] = STATE(1928),
|
|
[sym_return_statement] = STATE(1928),
|
|
[sym_go_statement] = STATE(1928),
|
|
[sym_defer_statement] = STATE(1928),
|
|
[sym_if_statement] = STATE(1928),
|
|
[sym_for_statement] = STATE(1928),
|
|
[sym_expression_switch_statement] = STATE(1928),
|
|
[sym_type_switch_statement] = STATE(1928),
|
|
[sym_select_statement] = STATE(1928),
|
|
[sym__expression] = STATE(390),
|
|
[sym_parenthesized_expression] = STATE(497),
|
|
[sym_call_expression] = STATE(497),
|
|
[sym_selector_expression] = STATE(497),
|
|
[sym_index_expression] = STATE(497),
|
|
[sym_slice_expression] = STATE(497),
|
|
[sym_type_assertion_expression] = STATE(497),
|
|
[sym_type_conversion_expression] = STATE(497),
|
|
[sym_type_instantiation_expression] = STATE(497),
|
|
[sym_composite_literal] = STATE(497),
|
|
[sym_func_literal] = STATE(497),
|
|
[sym_unary_expression] = STATE(497),
|
|
[sym_binary_expression] = STATE(497),
|
|
[sym_qualified_type] = STATE(1764),
|
|
[sym_raw_string_literal] = STATE(497),
|
|
[sym_interpreted_string_literal] = STATE(497),
|
|
[sym_identifier] = ACTIONS(241),
|
|
[anon_sym_SEMI] = ACTIONS(243),
|
|
[anon_sym_LPAREN] = ACTIONS(245),
|
|
[anon_sym_const] = ACTIONS(247),
|
|
[anon_sym_var] = ACTIONS(249),
|
|
[anon_sym_func] = ACTIONS(251),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(253),
|
|
[anon_sym_STAR] = ACTIONS(255),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(257),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(259),
|
|
[anon_sym_fallthrough] = ACTIONS(261),
|
|
[anon_sym_break] = ACTIONS(263),
|
|
[anon_sym_continue] = ACTIONS(265),
|
|
[anon_sym_goto] = ACTIONS(267),
|
|
[anon_sym_return] = ACTIONS(269),
|
|
[anon_sym_go] = ACTIONS(271),
|
|
[anon_sym_defer] = ACTIONS(273),
|
|
[anon_sym_if] = ACTIONS(275),
|
|
[anon_sym_for] = ACTIONS(277),
|
|
[anon_sym_switch] = ACTIONS(279),
|
|
[anon_sym_select] = ACTIONS(281),
|
|
[anon_sym_new] = ACTIONS(283),
|
|
[anon_sym_make] = ACTIONS(283),
|
|
[anon_sym_PLUS] = ACTIONS(285),
|
|
[anon_sym_DASH] = ACTIONS(285),
|
|
[anon_sym_BANG] = ACTIONS(285),
|
|
[anon_sym_CARET] = ACTIONS(285),
|
|
[anon_sym_AMP] = ACTIONS(285),
|
|
[anon_sym_BQUOTE] = ACTIONS(287),
|
|
[anon_sym_DQUOTE] = ACTIONS(289),
|
|
[sym_int_literal] = ACTIONS(291),
|
|
[sym_float_literal] = ACTIONS(291),
|
|
[sym_imaginary_literal] = ACTIONS(293),
|
|
[sym_rune_literal] = ACTIONS(293),
|
|
[sym_nil] = ACTIONS(291),
|
|
[sym_true] = ACTIONS(291),
|
|
[sym_false] = ACTIONS(291),
|
|
[sym_iota] = ACTIONS(291),
|
|
[sym_comment] = ACTIONS(3),
|
|
[anon_sym_RBRACE_RBRACE] = ACTIONS(305),
|
|
},
|
|
[STATE(20)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2466),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(307),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(21)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2378),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(309),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(22)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2395),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(311),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(23)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym_statement_list] = STATE(2435),
|
|
[sym__statement] = STATE(1555),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_empty_labeled_statement] = STATE(2127),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(201),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_RBRACE] = ACTIONS(313),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(24)] = {
|
|
[sym__declaration] = STATE(1928),
|
|
[sym_const_declaration] = STATE(1928),
|
|
[sym_var_declaration] = STATE(1928),
|
|
[sym_type_declaration] = STATE(1928),
|
|
[sym_expression_list] = STATE(1298),
|
|
[sym_parenthesized_type] = STATE(2360),
|
|
[sym__simple_type] = STATE(2360),
|
|
[sym_generic_type] = STATE(1933),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1933),
|
|
[sym_implicit_length_array_type] = STATE(2234),
|
|
[sym_slice_type] = STATE(1933),
|
|
[sym_struct_type] = STATE(1933),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1934),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1928),
|
|
[sym__statement] = STATE(1811),
|
|
[sym_empty_statement] = STATE(1928),
|
|
[sym__simple_statement] = STATE(1928),
|
|
[sym_expression_statement] = STATE(1999),
|
|
[sym_send_statement] = STATE(1999),
|
|
[sym_inc_statement] = STATE(1999),
|
|
[sym_dec_statement] = STATE(1999),
|
|
[sym_assignment_statement] = STATE(1999),
|
|
[sym_short_var_declaration] = STATE(1999),
|
|
[sym_labeled_statement] = STATE(1928),
|
|
[sym_empty_labeled_statement] = STATE(2520),
|
|
[sym_fallthrough_statement] = STATE(1928),
|
|
[sym_break_statement] = STATE(1928),
|
|
[sym_continue_statement] = STATE(1928),
|
|
[sym_goto_statement] = STATE(1928),
|
|
[sym_return_statement] = STATE(1928),
|
|
[sym_go_statement] = STATE(1928),
|
|
[sym_defer_statement] = STATE(1928),
|
|
[sym_if_statement] = STATE(1928),
|
|
[sym_for_statement] = STATE(1928),
|
|
[sym_expression_switch_statement] = STATE(1928),
|
|
[sym_type_switch_statement] = STATE(1928),
|
|
[sym_select_statement] = STATE(1928),
|
|
[sym__expression] = STATE(390),
|
|
[sym_parenthesized_expression] = STATE(497),
|
|
[sym_call_expression] = STATE(497),
|
|
[sym_selector_expression] = STATE(497),
|
|
[sym_index_expression] = STATE(497),
|
|
[sym_slice_expression] = STATE(497),
|
|
[sym_type_assertion_expression] = STATE(497),
|
|
[sym_type_conversion_expression] = STATE(497),
|
|
[sym_type_instantiation_expression] = STATE(497),
|
|
[sym_composite_literal] = STATE(497),
|
|
[sym_func_literal] = STATE(497),
|
|
[sym_unary_expression] = STATE(497),
|
|
[sym_binary_expression] = STATE(497),
|
|
[sym_qualified_type] = STATE(1764),
|
|
[sym_raw_string_literal] = STATE(497),
|
|
[sym_interpreted_string_literal] = STATE(497),
|
|
[sym_identifier] = ACTIONS(241),
|
|
[anon_sym_SEMI] = ACTIONS(243),
|
|
[anon_sym_LPAREN] = ACTIONS(245),
|
|
[anon_sym_const] = ACTIONS(247),
|
|
[anon_sym_var] = ACTIONS(249),
|
|
[anon_sym_func] = ACTIONS(251),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(253),
|
|
[anon_sym_STAR] = ACTIONS(255),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(257),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(259),
|
|
[anon_sym_fallthrough] = ACTIONS(261),
|
|
[anon_sym_break] = ACTIONS(263),
|
|
[anon_sym_continue] = ACTIONS(265),
|
|
[anon_sym_goto] = ACTIONS(267),
|
|
[anon_sym_return] = ACTIONS(269),
|
|
[anon_sym_go] = ACTIONS(271),
|
|
[anon_sym_defer] = ACTIONS(273),
|
|
[anon_sym_if] = ACTIONS(275),
|
|
[anon_sym_for] = ACTIONS(277),
|
|
[anon_sym_switch] = ACTIONS(279),
|
|
[anon_sym_select] = ACTIONS(281),
|
|
[anon_sym_new] = ACTIONS(283),
|
|
[anon_sym_make] = ACTIONS(283),
|
|
[anon_sym_PLUS] = ACTIONS(285),
|
|
[anon_sym_DASH] = ACTIONS(285),
|
|
[anon_sym_BANG] = ACTIONS(285),
|
|
[anon_sym_CARET] = ACTIONS(285),
|
|
[anon_sym_AMP] = ACTIONS(285),
|
|
[anon_sym_BQUOTE] = ACTIONS(287),
|
|
[anon_sym_DQUOTE] = ACTIONS(289),
|
|
[sym_int_literal] = ACTIONS(291),
|
|
[sym_float_literal] = ACTIONS(291),
|
|
[sym_imaginary_literal] = ACTIONS(293),
|
|
[sym_rune_literal] = ACTIONS(293),
|
|
[sym_nil] = ACTIONS(291),
|
|
[sym_true] = ACTIONS(291),
|
|
[sym_false] = ACTIONS(291),
|
|
[sym_iota] = ACTIONS(291),
|
|
[sym_comment] = ACTIONS(3),
|
|
[anon_sym_RBRACE_RBRACE] = ACTIONS(225),
|
|
},
|
|
[STATE(25)] = {
|
|
[sym__declaration] = STATE(1928),
|
|
[sym_const_declaration] = STATE(1928),
|
|
[sym_var_declaration] = STATE(1928),
|
|
[sym_type_declaration] = STATE(1928),
|
|
[sym_expression_list] = STATE(1298),
|
|
[sym_parenthesized_type] = STATE(2360),
|
|
[sym__simple_type] = STATE(2360),
|
|
[sym_generic_type] = STATE(1933),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1933),
|
|
[sym_implicit_length_array_type] = STATE(2234),
|
|
[sym_slice_type] = STATE(1933),
|
|
[sym_struct_type] = STATE(1933),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1934),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1928),
|
|
[sym__statement] = STATE(1811),
|
|
[sym_empty_statement] = STATE(1928),
|
|
[sym__simple_statement] = STATE(1928),
|
|
[sym_expression_statement] = STATE(1999),
|
|
[sym_send_statement] = STATE(1999),
|
|
[sym_inc_statement] = STATE(1999),
|
|
[sym_dec_statement] = STATE(1999),
|
|
[sym_assignment_statement] = STATE(1999),
|
|
[sym_short_var_declaration] = STATE(1999),
|
|
[sym_labeled_statement] = STATE(1928),
|
|
[sym_empty_labeled_statement] = STATE(2470),
|
|
[sym_fallthrough_statement] = STATE(1928),
|
|
[sym_break_statement] = STATE(1928),
|
|
[sym_continue_statement] = STATE(1928),
|
|
[sym_goto_statement] = STATE(1928),
|
|
[sym_return_statement] = STATE(1928),
|
|
[sym_go_statement] = STATE(1928),
|
|
[sym_defer_statement] = STATE(1928),
|
|
[sym_if_statement] = STATE(1928),
|
|
[sym_for_statement] = STATE(1928),
|
|
[sym_expression_switch_statement] = STATE(1928),
|
|
[sym_type_switch_statement] = STATE(1928),
|
|
[sym_select_statement] = STATE(1928),
|
|
[sym__expression] = STATE(390),
|
|
[sym_parenthesized_expression] = STATE(497),
|
|
[sym_call_expression] = STATE(497),
|
|
[sym_selector_expression] = STATE(497),
|
|
[sym_index_expression] = STATE(497),
|
|
[sym_slice_expression] = STATE(497),
|
|
[sym_type_assertion_expression] = STATE(497),
|
|
[sym_type_conversion_expression] = STATE(497),
|
|
[sym_type_instantiation_expression] = STATE(497),
|
|
[sym_composite_literal] = STATE(497),
|
|
[sym_func_literal] = STATE(497),
|
|
[sym_unary_expression] = STATE(497),
|
|
[sym_binary_expression] = STATE(497),
|
|
[sym_qualified_type] = STATE(1764),
|
|
[sym_raw_string_literal] = STATE(497),
|
|
[sym_interpreted_string_literal] = STATE(497),
|
|
[sym_identifier] = ACTIONS(241),
|
|
[anon_sym_SEMI] = ACTIONS(243),
|
|
[anon_sym_LPAREN] = ACTIONS(245),
|
|
[anon_sym_const] = ACTIONS(247),
|
|
[anon_sym_var] = ACTIONS(249),
|
|
[anon_sym_func] = ACTIONS(251),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(253),
|
|
[anon_sym_STAR] = ACTIONS(255),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(257),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(259),
|
|
[anon_sym_fallthrough] = ACTIONS(261),
|
|
[anon_sym_break] = ACTIONS(263),
|
|
[anon_sym_continue] = ACTIONS(265),
|
|
[anon_sym_goto] = ACTIONS(267),
|
|
[anon_sym_return] = ACTIONS(269),
|
|
[anon_sym_go] = ACTIONS(271),
|
|
[anon_sym_defer] = ACTIONS(273),
|
|
[anon_sym_if] = ACTIONS(275),
|
|
[anon_sym_for] = ACTIONS(277),
|
|
[anon_sym_switch] = ACTIONS(279),
|
|
[anon_sym_select] = ACTIONS(281),
|
|
[anon_sym_new] = ACTIONS(283),
|
|
[anon_sym_make] = ACTIONS(283),
|
|
[anon_sym_PLUS] = ACTIONS(285),
|
|
[anon_sym_DASH] = ACTIONS(285),
|
|
[anon_sym_BANG] = ACTIONS(285),
|
|
[anon_sym_CARET] = ACTIONS(285),
|
|
[anon_sym_AMP] = ACTIONS(285),
|
|
[anon_sym_BQUOTE] = ACTIONS(287),
|
|
[anon_sym_DQUOTE] = ACTIONS(289),
|
|
[sym_int_literal] = ACTIONS(291),
|
|
[sym_float_literal] = ACTIONS(291),
|
|
[sym_imaginary_literal] = ACTIONS(293),
|
|
[sym_rune_literal] = ACTIONS(293),
|
|
[sym_nil] = ACTIONS(291),
|
|
[sym_true] = ACTIONS(291),
|
|
[sym_false] = ACTIONS(291),
|
|
[sym_iota] = ACTIONS(291),
|
|
[sym_comment] = ACTIONS(3),
|
|
[anon_sym_RBRACE_RBRACE] = ACTIONS(229),
|
|
},
|
|
[STATE(26)] = {
|
|
[sym__declaration] = STATE(1928),
|
|
[sym_const_declaration] = STATE(1928),
|
|
[sym_var_declaration] = STATE(1928),
|
|
[sym_type_declaration] = STATE(1928),
|
|
[sym_expression_list] = STATE(1298),
|
|
[sym_parenthesized_type] = STATE(2360),
|
|
[sym__simple_type] = STATE(2360),
|
|
[sym_generic_type] = STATE(1933),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1933),
|
|
[sym_implicit_length_array_type] = STATE(2234),
|
|
[sym_slice_type] = STATE(1933),
|
|
[sym_struct_type] = STATE(1933),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1934),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1928),
|
|
[sym__statement] = STATE(2005),
|
|
[sym_empty_statement] = STATE(1928),
|
|
[sym__simple_statement] = STATE(1928),
|
|
[sym_expression_statement] = STATE(1999),
|
|
[sym_send_statement] = STATE(1999),
|
|
[sym_inc_statement] = STATE(1999),
|
|
[sym_dec_statement] = STATE(1999),
|
|
[sym_assignment_statement] = STATE(1999),
|
|
[sym_short_var_declaration] = STATE(1999),
|
|
[sym_labeled_statement] = STATE(1928),
|
|
[sym_fallthrough_statement] = STATE(1928),
|
|
[sym_break_statement] = STATE(1928),
|
|
[sym_continue_statement] = STATE(1928),
|
|
[sym_goto_statement] = STATE(1928),
|
|
[sym_return_statement] = STATE(1928),
|
|
[sym_go_statement] = STATE(1928),
|
|
[sym_defer_statement] = STATE(1928),
|
|
[sym_if_statement] = STATE(1928),
|
|
[sym_for_statement] = STATE(1928),
|
|
[sym_expression_switch_statement] = STATE(1928),
|
|
[sym_type_switch_statement] = STATE(1928),
|
|
[sym_select_statement] = STATE(1928),
|
|
[sym__expression] = STATE(390),
|
|
[sym_parenthesized_expression] = STATE(497),
|
|
[sym_call_expression] = STATE(497),
|
|
[sym_selector_expression] = STATE(497),
|
|
[sym_index_expression] = STATE(497),
|
|
[sym_slice_expression] = STATE(497),
|
|
[sym_type_assertion_expression] = STATE(497),
|
|
[sym_type_conversion_expression] = STATE(497),
|
|
[sym_type_instantiation_expression] = STATE(497),
|
|
[sym_composite_literal] = STATE(497),
|
|
[sym_func_literal] = STATE(497),
|
|
[sym_unary_expression] = STATE(497),
|
|
[sym_binary_expression] = STATE(497),
|
|
[sym_qualified_type] = STATE(1764),
|
|
[sym_raw_string_literal] = STATE(497),
|
|
[sym_interpreted_string_literal] = STATE(497),
|
|
[sym_identifier] = ACTIONS(315),
|
|
[anon_sym_SEMI] = ACTIONS(243),
|
|
[anon_sym_LPAREN] = ACTIONS(245),
|
|
[anon_sym_const] = ACTIONS(247),
|
|
[anon_sym_var] = ACTIONS(249),
|
|
[anon_sym_func] = ACTIONS(251),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(253),
|
|
[anon_sym_STAR] = ACTIONS(255),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(257),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(259),
|
|
[anon_sym_fallthrough] = ACTIONS(261),
|
|
[anon_sym_break] = ACTIONS(263),
|
|
[anon_sym_continue] = ACTIONS(265),
|
|
[anon_sym_goto] = ACTIONS(267),
|
|
[anon_sym_return] = ACTIONS(269),
|
|
[anon_sym_go] = ACTIONS(271),
|
|
[anon_sym_defer] = ACTIONS(273),
|
|
[anon_sym_if] = ACTIONS(275),
|
|
[anon_sym_for] = ACTIONS(277),
|
|
[anon_sym_switch] = ACTIONS(279),
|
|
[anon_sym_select] = ACTIONS(281),
|
|
[anon_sym_new] = ACTIONS(283),
|
|
[anon_sym_make] = ACTIONS(283),
|
|
[anon_sym_PLUS] = ACTIONS(285),
|
|
[anon_sym_DASH] = ACTIONS(285),
|
|
[anon_sym_BANG] = ACTIONS(285),
|
|
[anon_sym_CARET] = ACTIONS(285),
|
|
[anon_sym_AMP] = ACTIONS(285),
|
|
[anon_sym_BQUOTE] = ACTIONS(287),
|
|
[anon_sym_DQUOTE] = ACTIONS(289),
|
|
[sym_int_literal] = ACTIONS(291),
|
|
[sym_float_literal] = ACTIONS(291),
|
|
[sym_imaginary_literal] = ACTIONS(293),
|
|
[sym_rune_literal] = ACTIONS(293),
|
|
[sym_nil] = ACTIONS(291),
|
|
[sym_true] = ACTIONS(291),
|
|
[sym_false] = ACTIONS(291),
|
|
[sym_iota] = ACTIONS(291),
|
|
[sym_comment] = ACTIONS(3),
|
|
[anon_sym_RBRACE_RBRACE] = ACTIONS(237),
|
|
},
|
|
[STATE(27)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym__statement] = STATE(1741),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(28)] = {
|
|
[sym__declaration] = STATE(1928),
|
|
[sym_const_declaration] = STATE(1928),
|
|
[sym_var_declaration] = STATE(1928),
|
|
[sym_type_declaration] = STATE(1928),
|
|
[sym_expression_list] = STATE(1298),
|
|
[sym_parenthesized_type] = STATE(2360),
|
|
[sym__simple_type] = STATE(2360),
|
|
[sym_generic_type] = STATE(1933),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1933),
|
|
[sym_implicit_length_array_type] = STATE(2234),
|
|
[sym_slice_type] = STATE(1933),
|
|
[sym_struct_type] = STATE(1933),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1934),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1928),
|
|
[sym__statement] = STATE(1811),
|
|
[sym_empty_statement] = STATE(1928),
|
|
[sym__simple_statement] = STATE(1928),
|
|
[sym_expression_statement] = STATE(1999),
|
|
[sym_send_statement] = STATE(1999),
|
|
[sym_inc_statement] = STATE(1999),
|
|
[sym_dec_statement] = STATE(1999),
|
|
[sym_assignment_statement] = STATE(1999),
|
|
[sym_short_var_declaration] = STATE(1999),
|
|
[sym_labeled_statement] = STATE(1928),
|
|
[sym_fallthrough_statement] = STATE(1928),
|
|
[sym_break_statement] = STATE(1928),
|
|
[sym_continue_statement] = STATE(1928),
|
|
[sym_goto_statement] = STATE(1928),
|
|
[sym_return_statement] = STATE(1928),
|
|
[sym_go_statement] = STATE(1928),
|
|
[sym_defer_statement] = STATE(1928),
|
|
[sym_if_statement] = STATE(1928),
|
|
[sym_for_statement] = STATE(1928),
|
|
[sym_expression_switch_statement] = STATE(1928),
|
|
[sym_type_switch_statement] = STATE(1928),
|
|
[sym_select_statement] = STATE(1928),
|
|
[sym__expression] = STATE(390),
|
|
[sym_parenthesized_expression] = STATE(497),
|
|
[sym_call_expression] = STATE(497),
|
|
[sym_selector_expression] = STATE(497),
|
|
[sym_index_expression] = STATE(497),
|
|
[sym_slice_expression] = STATE(497),
|
|
[sym_type_assertion_expression] = STATE(497),
|
|
[sym_type_conversion_expression] = STATE(497),
|
|
[sym_type_instantiation_expression] = STATE(497),
|
|
[sym_composite_literal] = STATE(497),
|
|
[sym_func_literal] = STATE(497),
|
|
[sym_unary_expression] = STATE(497),
|
|
[sym_binary_expression] = STATE(497),
|
|
[sym_qualified_type] = STATE(1764),
|
|
[sym_raw_string_literal] = STATE(497),
|
|
[sym_interpreted_string_literal] = STATE(497),
|
|
[sym_identifier] = ACTIONS(315),
|
|
[anon_sym_SEMI] = ACTIONS(243),
|
|
[anon_sym_LPAREN] = ACTIONS(245),
|
|
[anon_sym_const] = ACTIONS(247),
|
|
[anon_sym_var] = ACTIONS(249),
|
|
[anon_sym_func] = ACTIONS(251),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(253),
|
|
[anon_sym_STAR] = ACTIONS(255),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(257),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(259),
|
|
[anon_sym_fallthrough] = ACTIONS(261),
|
|
[anon_sym_break] = ACTIONS(263),
|
|
[anon_sym_continue] = ACTIONS(265),
|
|
[anon_sym_goto] = ACTIONS(267),
|
|
[anon_sym_return] = ACTIONS(269),
|
|
[anon_sym_go] = ACTIONS(271),
|
|
[anon_sym_defer] = ACTIONS(273),
|
|
[anon_sym_if] = ACTIONS(275),
|
|
[anon_sym_for] = ACTIONS(277),
|
|
[anon_sym_switch] = ACTIONS(279),
|
|
[anon_sym_select] = ACTIONS(281),
|
|
[anon_sym_new] = ACTIONS(283),
|
|
[anon_sym_make] = ACTIONS(283),
|
|
[anon_sym_PLUS] = ACTIONS(285),
|
|
[anon_sym_DASH] = ACTIONS(285),
|
|
[anon_sym_BANG] = ACTIONS(285),
|
|
[anon_sym_CARET] = ACTIONS(285),
|
|
[anon_sym_AMP] = ACTIONS(285),
|
|
[anon_sym_BQUOTE] = ACTIONS(287),
|
|
[anon_sym_DQUOTE] = ACTIONS(289),
|
|
[sym_int_literal] = ACTIONS(291),
|
|
[sym_float_literal] = ACTIONS(291),
|
|
[sym_imaginary_literal] = ACTIONS(293),
|
|
[sym_rune_literal] = ACTIONS(293),
|
|
[sym_nil] = ACTIONS(291),
|
|
[sym_true] = ACTIONS(291),
|
|
[sym_false] = ACTIONS(291),
|
|
[sym_iota] = ACTIONS(291),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(29)] = {
|
|
[sym__declaration] = STATE(1928),
|
|
[sym_const_declaration] = STATE(1928),
|
|
[sym_var_declaration] = STATE(1928),
|
|
[sym_type_declaration] = STATE(1928),
|
|
[sym_expression_list] = STATE(1298),
|
|
[sym_parenthesized_type] = STATE(2360),
|
|
[sym__simple_type] = STATE(2360),
|
|
[sym_generic_type] = STATE(1933),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1933),
|
|
[sym_implicit_length_array_type] = STATE(2234),
|
|
[sym_slice_type] = STATE(1933),
|
|
[sym_struct_type] = STATE(1933),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1934),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1928),
|
|
[sym__statement] = STATE(2005),
|
|
[sym_empty_statement] = STATE(1928),
|
|
[sym__simple_statement] = STATE(1928),
|
|
[sym_expression_statement] = STATE(1999),
|
|
[sym_send_statement] = STATE(1999),
|
|
[sym_inc_statement] = STATE(1999),
|
|
[sym_dec_statement] = STATE(1999),
|
|
[sym_assignment_statement] = STATE(1999),
|
|
[sym_short_var_declaration] = STATE(1999),
|
|
[sym_labeled_statement] = STATE(1928),
|
|
[sym_fallthrough_statement] = STATE(1928),
|
|
[sym_break_statement] = STATE(1928),
|
|
[sym_continue_statement] = STATE(1928),
|
|
[sym_goto_statement] = STATE(1928),
|
|
[sym_return_statement] = STATE(1928),
|
|
[sym_go_statement] = STATE(1928),
|
|
[sym_defer_statement] = STATE(1928),
|
|
[sym_if_statement] = STATE(1928),
|
|
[sym_for_statement] = STATE(1928),
|
|
[sym_expression_switch_statement] = STATE(1928),
|
|
[sym_type_switch_statement] = STATE(1928),
|
|
[sym_select_statement] = STATE(1928),
|
|
[sym__expression] = STATE(390),
|
|
[sym_parenthesized_expression] = STATE(497),
|
|
[sym_call_expression] = STATE(497),
|
|
[sym_selector_expression] = STATE(497),
|
|
[sym_index_expression] = STATE(497),
|
|
[sym_slice_expression] = STATE(497),
|
|
[sym_type_assertion_expression] = STATE(497),
|
|
[sym_type_conversion_expression] = STATE(497),
|
|
[sym_type_instantiation_expression] = STATE(497),
|
|
[sym_composite_literal] = STATE(497),
|
|
[sym_func_literal] = STATE(497),
|
|
[sym_unary_expression] = STATE(497),
|
|
[sym_binary_expression] = STATE(497),
|
|
[sym_qualified_type] = STATE(1764),
|
|
[sym_raw_string_literal] = STATE(497),
|
|
[sym_interpreted_string_literal] = STATE(497),
|
|
[sym_identifier] = ACTIONS(315),
|
|
[anon_sym_SEMI] = ACTIONS(243),
|
|
[anon_sym_LPAREN] = ACTIONS(245),
|
|
[anon_sym_const] = ACTIONS(247),
|
|
[anon_sym_var] = ACTIONS(249),
|
|
[anon_sym_func] = ACTIONS(251),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(253),
|
|
[anon_sym_STAR] = ACTIONS(255),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(257),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(259),
|
|
[anon_sym_fallthrough] = ACTIONS(261),
|
|
[anon_sym_break] = ACTIONS(263),
|
|
[anon_sym_continue] = ACTIONS(265),
|
|
[anon_sym_goto] = ACTIONS(267),
|
|
[anon_sym_return] = ACTIONS(269),
|
|
[anon_sym_go] = ACTIONS(271),
|
|
[anon_sym_defer] = ACTIONS(273),
|
|
[anon_sym_if] = ACTIONS(275),
|
|
[anon_sym_for] = ACTIONS(277),
|
|
[anon_sym_switch] = ACTIONS(279),
|
|
[anon_sym_select] = ACTIONS(281),
|
|
[anon_sym_new] = ACTIONS(283),
|
|
[anon_sym_make] = ACTIONS(283),
|
|
[anon_sym_PLUS] = ACTIONS(285),
|
|
[anon_sym_DASH] = ACTIONS(285),
|
|
[anon_sym_BANG] = ACTIONS(285),
|
|
[anon_sym_CARET] = ACTIONS(285),
|
|
[anon_sym_AMP] = ACTIONS(285),
|
|
[anon_sym_BQUOTE] = ACTIONS(287),
|
|
[anon_sym_DQUOTE] = ACTIONS(289),
|
|
[sym_int_literal] = ACTIONS(291),
|
|
[sym_float_literal] = ACTIONS(291),
|
|
[sym_imaginary_literal] = ACTIONS(293),
|
|
[sym_rune_literal] = ACTIONS(293),
|
|
[sym_nil] = ACTIONS(291),
|
|
[sym_true] = ACTIONS(291),
|
|
[sym_false] = ACTIONS(291),
|
|
[sym_iota] = ACTIONS(291),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(30)] = {
|
|
[sym__declaration] = STATE(1570),
|
|
[sym_const_declaration] = STATE(1570),
|
|
[sym_var_declaration] = STATE(1570),
|
|
[sym_type_declaration] = STATE(1570),
|
|
[sym_expression_list] = STATE(1325),
|
|
[sym_parenthesized_type] = STATE(2267),
|
|
[sym__simple_type] = STATE(2267),
|
|
[sym_generic_type] = STATE(1824),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1824),
|
|
[sym_implicit_length_array_type] = STATE(2228),
|
|
[sym_slice_type] = STATE(1824),
|
|
[sym_struct_type] = STATE(1824),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1991),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1570),
|
|
[sym__statement] = STATE(1641),
|
|
[sym_empty_statement] = STATE(1570),
|
|
[sym__simple_statement] = STATE(1570),
|
|
[sym_expression_statement] = STATE(1639),
|
|
[sym_send_statement] = STATE(1639),
|
|
[sym_inc_statement] = STATE(1639),
|
|
[sym_dec_statement] = STATE(1639),
|
|
[sym_assignment_statement] = STATE(1639),
|
|
[sym_short_var_declaration] = STATE(1639),
|
|
[sym_labeled_statement] = STATE(1570),
|
|
[sym_fallthrough_statement] = STATE(1570),
|
|
[sym_break_statement] = STATE(1570),
|
|
[sym_continue_statement] = STATE(1570),
|
|
[sym_goto_statement] = STATE(1570),
|
|
[sym_return_statement] = STATE(1570),
|
|
[sym_go_statement] = STATE(1570),
|
|
[sym_defer_statement] = STATE(1570),
|
|
[sym_if_statement] = STATE(1570),
|
|
[sym_for_statement] = STATE(1570),
|
|
[sym_expression_switch_statement] = STATE(1570),
|
|
[sym_type_switch_statement] = STATE(1570),
|
|
[sym_select_statement] = STATE(1570),
|
|
[sym__expression] = STATE(379),
|
|
[sym_parenthesized_expression] = STATE(414),
|
|
[sym_call_expression] = STATE(414),
|
|
[sym_selector_expression] = STATE(414),
|
|
[sym_index_expression] = STATE(414),
|
|
[sym_slice_expression] = STATE(414),
|
|
[sym_type_assertion_expression] = STATE(414),
|
|
[sym_type_conversion_expression] = STATE(414),
|
|
[sym_type_instantiation_expression] = STATE(414),
|
|
[sym_composite_literal] = STATE(414),
|
|
[sym_func_literal] = STATE(414),
|
|
[sym_unary_expression] = STATE(414),
|
|
[sym_binary_expression] = STATE(414),
|
|
[sym_qualified_type] = STATE(1754),
|
|
[sym_raw_string_literal] = STATE(414),
|
|
[sym_interpreted_string_literal] = STATE(414),
|
|
[sym_identifier] = ACTIONS(7),
|
|
[anon_sym_SEMI] = ACTIONS(9),
|
|
[anon_sym_LPAREN] = ACTIONS(15),
|
|
[anon_sym_const] = ACTIONS(17),
|
|
[anon_sym_var] = ACTIONS(19),
|
|
[anon_sym_func] = ACTIONS(203),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_type] = ACTIONS(25),
|
|
[anon_sym_STAR] = ACTIONS(27),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(41),
|
|
[anon_sym_fallthrough] = ACTIONS(43),
|
|
[anon_sym_break] = ACTIONS(45),
|
|
[anon_sym_continue] = ACTIONS(47),
|
|
[anon_sym_goto] = ACTIONS(49),
|
|
[anon_sym_return] = ACTIONS(51),
|
|
[anon_sym_go] = ACTIONS(53),
|
|
[anon_sym_defer] = ACTIONS(55),
|
|
[anon_sym_if] = ACTIONS(57),
|
|
[anon_sym_for] = ACTIONS(59),
|
|
[anon_sym_switch] = ACTIONS(61),
|
|
[anon_sym_select] = ACTIONS(63),
|
|
[anon_sym_new] = ACTIONS(65),
|
|
[anon_sym_make] = ACTIONS(65),
|
|
[anon_sym_PLUS] = ACTIONS(67),
|
|
[anon_sym_DASH] = ACTIONS(67),
|
|
[anon_sym_BANG] = ACTIONS(67),
|
|
[anon_sym_CARET] = ACTIONS(67),
|
|
[anon_sym_AMP] = ACTIONS(67),
|
|
[anon_sym_BQUOTE] = ACTIONS(69),
|
|
[anon_sym_DQUOTE] = ACTIONS(71),
|
|
[sym_int_literal] = ACTIONS(73),
|
|
[sym_float_literal] = ACTIONS(73),
|
|
[sym_imaginary_literal] = ACTIONS(75),
|
|
[sym_rune_literal] = ACTIONS(75),
|
|
[sym_nil] = ACTIONS(73),
|
|
[sym_true] = ACTIONS(73),
|
|
[sym_false] = ACTIONS(73),
|
|
[sym_iota] = ACTIONS(73),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(31)] = {
|
|
[sym_expression_list] = STATE(1296),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2527),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym_for_clause] = STATE(2292),
|
|
[sym_range_clause] = STATE(2292),
|
|
[sym__expression] = STATE(447),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_component_block] = STATE(1366),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_SEMI] = ACTIONS(319),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(327),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_range] = ACTIONS(331),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(32)] = {
|
|
[sym_expression_list] = STATE(1296),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2527),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym_for_clause] = STATE(2261),
|
|
[sym_range_clause] = STATE(2261),
|
|
[sym__expression] = STATE(436),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_component_block] = STATE(1340),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_SEMI] = ACTIONS(319),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(345),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_range] = ACTIONS(331),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(33)] = {
|
|
[sym_expression_list] = STATE(1296),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1954),
|
|
[sym__simple_statement] = STATE(2527),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym_for_clause] = STATE(2296),
|
|
[sym_range_clause] = STATE(2296),
|
|
[sym__expression] = STATE(405),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_SEMI] = ACTIONS(319),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(257),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_range] = ACTIONS(331),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(34)] = {
|
|
[sym_expression_list] = STATE(1296),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym_block] = STATE(1679),
|
|
[sym__simple_statement] = STATE(2527),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym_for_clause] = STATE(2281),
|
|
[sym_range_clause] = STATE(2281),
|
|
[sym__expression] = STATE(403),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_SEMI] = ACTIONS(319),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(33),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_range] = ACTIONS(331),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(35)] = {
|
|
[sym_expression_list] = STATE(1296),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2527),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym_for_clause] = STATE(2328),
|
|
[sym_range_clause] = STATE(2328),
|
|
[sym__expression] = STATE(421),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_component_block] = STATE(1240),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_SEMI] = ACTIONS(319),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(347),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_range] = ACTIONS(331),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(36)] = {
|
|
[sym_expression_list] = STATE(1329),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2467),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__type_switch_header] = STATE(2476),
|
|
[sym__expression] = STATE(452),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(349),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(37)] = {
|
|
[sym_expression_list] = STATE(1329),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2541),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__type_switch_header] = STATE(2416),
|
|
[sym__expression] = STATE(454),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(351),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(38)] = {
|
|
[sym_expression_list] = STATE(1280),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2437),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(493),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(353),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(39)] = {
|
|
[sym_expression_list] = STATE(1280),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2537),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(493),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(355),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(40)] = {
|
|
[sym_expression_list] = STATE(1288),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2397),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(449),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(357),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(41)] = {
|
|
[sym_expression_list] = STATE(1280),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2422),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(493),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(359),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(42)] = {
|
|
[sym_expression_list] = STATE(1280),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2417),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(493),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(361),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(43)] = {
|
|
[sym_expression_list] = STATE(1288),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2551),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(448),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(363),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(44)] = {
|
|
[sym_expression_list] = STATE(1288),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2545),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(455),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_LBRACE] = ACTIONS(365),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(45)] = {
|
|
[sym_expression_list] = STATE(1288),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2540),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(404),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(46)] = {
|
|
[sym_expression_list] = STATE(1288),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2480),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(444),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(47)] = {
|
|
[sym_expression_list] = STATE(1288),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2477),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(442),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(48)] = {
|
|
[sym_expression_list] = STATE(1288),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2544),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(409),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(49)] = {
|
|
[sym_expression_list] = STATE(1288),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2531),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(435),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(50)] = {
|
|
[sym_expression_list] = STATE(1288),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2546),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(412),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(51)] = {
|
|
[sym_expression_list] = STATE(1288),
|
|
[sym_parenthesized_type] = STATE(2357),
|
|
[sym__simple_type] = STATE(2357),
|
|
[sym_generic_type] = STATE(1856),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(1856),
|
|
[sym_implicit_length_array_type] = STATE(2244),
|
|
[sym_slice_type] = STATE(1856),
|
|
[sym_struct_type] = STATE(1856),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(1857),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__simple_statement] = STATE(2550),
|
|
[sym_expression_statement] = STATE(2232),
|
|
[sym_send_statement] = STATE(2232),
|
|
[sym_inc_statement] = STATE(2232),
|
|
[sym_dec_statement] = STATE(2232),
|
|
[sym_assignment_statement] = STATE(2232),
|
|
[sym_short_var_declaration] = STATE(2232),
|
|
[sym__expression] = STATE(420),
|
|
[sym_parenthesized_expression] = STATE(506),
|
|
[sym_call_expression] = STATE(506),
|
|
[sym_selector_expression] = STATE(506),
|
|
[sym_index_expression] = STATE(506),
|
|
[sym_slice_expression] = STATE(506),
|
|
[sym_type_assertion_expression] = STATE(506),
|
|
[sym_type_conversion_expression] = STATE(506),
|
|
[sym_type_instantiation_expression] = STATE(506),
|
|
[sym_composite_literal] = STATE(506),
|
|
[sym_func_literal] = STATE(506),
|
|
[sym_unary_expression] = STATE(506),
|
|
[sym_binary_expression] = STATE(506),
|
|
[sym_qualified_type] = STATE(1801),
|
|
[sym_raw_string_literal] = STATE(506),
|
|
[sym_interpreted_string_literal] = STATE(506),
|
|
[sym_identifier] = ACTIONS(317),
|
|
[anon_sym_LPAREN] = ACTIONS(321),
|
|
[anon_sym_func] = ACTIONS(323),
|
|
[anon_sym_LBRACK] = ACTIONS(23),
|
|
[anon_sym_STAR] = ACTIONS(325),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(31),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(329),
|
|
[anon_sym_new] = ACTIONS(333),
|
|
[anon_sym_make] = ACTIONS(333),
|
|
[anon_sym_PLUS] = ACTIONS(335),
|
|
[anon_sym_DASH] = ACTIONS(335),
|
|
[anon_sym_BANG] = ACTIONS(335),
|
|
[anon_sym_CARET] = ACTIONS(335),
|
|
[anon_sym_AMP] = ACTIONS(335),
|
|
[anon_sym_BQUOTE] = ACTIONS(337),
|
|
[anon_sym_DQUOTE] = ACTIONS(339),
|
|
[sym_int_literal] = ACTIONS(341),
|
|
[sym_float_literal] = ACTIONS(341),
|
|
[sym_imaginary_literal] = ACTIONS(343),
|
|
[sym_rune_literal] = ACTIONS(343),
|
|
[sym_nil] = ACTIONS(341),
|
|
[sym_true] = ACTIONS(341),
|
|
[sym_false] = ACTIONS(341),
|
|
[sym_iota] = ACTIONS(341),
|
|
[sym_comment] = ACTIONS(3),
|
|
},
|
|
[STATE(52)] = {
|
|
[sym_expression_list] = STATE(1648),
|
|
[sym_parenthesized_type] = STATE(2356),
|
|
[sym__simple_type] = STATE(2356),
|
|
[sym_generic_type] = STATE(2032),
|
|
[sym_pointer_type] = STATE(1467),
|
|
[sym_array_type] = STATE(2032),
|
|
[sym_implicit_length_array_type] = STATE(2256),
|
|
[sym_slice_type] = STATE(2032),
|
|
[sym_struct_type] = STATE(2032),
|
|
[sym_negated_type] = STATE(1450),
|
|
[sym_interface_type] = STATE(1467),
|
|
[sym_map_type] = STATE(2038),
|
|
[sym_channel_type] = STATE(1467),
|
|
[sym_function_type] = STATE(1467),
|
|
[sym__expression] = STATE(654),
|
|
[sym_parenthesized_expression] = STATE(714),
|
|
[sym_call_expression] = STATE(714),
|
|
[sym_selector_expression] = STATE(714),
|
|
[sym_index_expression] = STATE(714),
|
|
[sym_slice_expression] = STATE(714),
|
|
[sym_type_assertion_expression] = STATE(714),
|
|
[sym_type_conversion_expression] = STATE(714),
|
|
[sym_type_instantiation_expression] = STATE(714),
|
|
[sym_composite_literal] = STATE(714),
|
|
[sym_func_literal] = STATE(714),
|
|
[sym_unary_expression] = STATE(714),
|
|
[sym_binary_expression] = STATE(714),
|
|
[sym_qualified_type] = STATE(1756),
|
|
[sym_raw_string_literal] = STATE(714),
|
|
[sym_interpreted_string_literal] = STATE(714),
|
|
[sym_identifier] = ACTIONS(367),
|
|
[aux_sym_source_file_token1] = ACTIONS(369),
|
|
[anon_sym_SEMI] = ACTIONS(371),
|
|
[anon_sym_NULL] = ACTIONS(371),
|
|
[anon_sym_LPAREN] = ACTIONS(373),
|
|
[anon_sym_func] = ACTIONS(375),
|
|
[anon_sym_LBRACK] = ACTIONS(377),
|
|
[anon_sym_STAR] = ACTIONS(379),
|
|
[anon_sym_struct] = ACTIONS(29),
|
|
[anon_sym_TILDE] = ACTIONS(381),
|
|
[anon_sym_RBRACE] = ACTIONS(371),
|
|
[anon_sym_interface] = ACTIONS(35),
|
|
[anon_sym_map] = ACTIONS(37),
|
|
[anon_sym_chan] = ACTIONS(39),
|
|
[anon_sym_LT_DASH] = ACTIONS(383),
|
|
[anon_sym_case] = ACTIONS(371),
|
|
[anon_sym_default] = ACTIONS(371),
|
|
[anon_sym_new] = ACTIONS(385),
|
|
[anon_sym_make] = ACTIONS(385),
|
|
[anon_sym_PLUS] = ACTIONS(387),
|
|
[anon_sym_DASH] = ACTIONS(387),
|
|
[anon_sym_BANG] = ACTIONS(387),
|
|
[anon_sym_CARET] = ACTIONS(387),
|
|
[anon_sym_AMP] = ACTIONS(387),
|
|
[anon_sym_BQUOTE] = ACTIONS(389),
|
|
[anon_sym_DQUOTE] = ACTIONS(391),
|
|
[sym_int_literal] = ACTIONS(393),
|
|
[sym_float_literal] = ACTIONS(393),
|
|
[sym_imaginary_literal] = ACTIONS(393),
|
|
[sym_rune_literal] = ACTIONS(393),
|
|
[sym_nil] = ACTIONS(393),
|
|
[sym_true] = ACTIONS(393),
|
|
[sym_false] = ACTIONS(393),
|
|
[sym_iota] = ACTIONS(393),
|
|
[sym_comment] = ACTIONS(395),
|
|
},
|
|
};
|
|
|
|
static const uint16_t ts_small_parse_table[] = {
|
|
[0] = 33,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(401), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(409), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(1998), 1,
|
|
sym_literal_element,
|
|
STATE(2138), 1,
|
|
sym_keyed_element,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[131] = 33,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(425), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(427), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(1868), 1,
|
|
sym_literal_element,
|
|
STATE(2150), 1,
|
|
sym_keyed_element,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[262] = 33,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(429), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(431), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(1894), 1,
|
|
sym_literal_element,
|
|
STATE(2086), 1,
|
|
sym_keyed_element,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[393] = 33,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(433), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(435), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(1850), 1,
|
|
sym_literal_element,
|
|
STATE(2079), 1,
|
|
sym_keyed_element,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[524] = 33,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(437), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(439), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(1919), 1,
|
|
sym_literal_element,
|
|
STATE(2153), 1,
|
|
sym_keyed_element,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[655] = 33,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(441), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(443), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(1945), 1,
|
|
sym_literal_element,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2220), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[786] = 33,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(445), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(447), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(1968), 1,
|
|
sym_literal_element,
|
|
STATE(2087), 1,
|
|
sym_keyed_element,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[917] = 33,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(449), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(451), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(1986), 1,
|
|
sym_literal_element,
|
|
STATE(2114), 1,
|
|
sym_keyed_element,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[1048] = 33,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(453), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(455), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(1993), 1,
|
|
sym_literal_element,
|
|
STATE(2126), 1,
|
|
sym_keyed_element,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[1179] = 33,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(457), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(459), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(1819), 1,
|
|
sym_literal_element,
|
|
STATE(2069), 1,
|
|
sym_keyed_element,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[1310] = 33,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(461), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(463), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2026), 1,
|
|
sym_literal_element,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2191), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[1441] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(465), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[1569] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(467), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[1697] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(469), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[1825] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(471), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[1953] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(473), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[2081] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(475), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[2209] = 29,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(369), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(377), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(381), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(479), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(483), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(485), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(491), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(493), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(678), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1952), 1,
|
|
sym_expression_list,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
ACTIONS(371), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(489), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 8,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[2331] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(497), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[2459] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(499), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[2587] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(501), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[2715] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(503), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[2843] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(505), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[2971] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(507), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[3099] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(509), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[3227] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(511), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[3355] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(513), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[3483] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(515), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[3611] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(517), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[3739] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(519), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[3867] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(521), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[3995] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(523), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[4123] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(525), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[4251] = 32,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(527), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[4379] = 31,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2192), 1,
|
|
sym_literal_element,
|
|
STATE(2333), 1,
|
|
sym_keyed_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[4504] = 30,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(883), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2182), 1,
|
|
sym_literal_value,
|
|
STATE(2225), 1,
|
|
sym_literal_element,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[4626] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(529), 1,
|
|
sym_identifier,
|
|
ACTIONS(531), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(533), 1,
|
|
anon_sym_func,
|
|
ACTIONS(535), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(537), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(543), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(545), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(687), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1752), 1,
|
|
sym_qualified_type,
|
|
STATE(1910), 1,
|
|
sym_map_type,
|
|
STATE(2247), 1,
|
|
sym_expression_list,
|
|
STATE(2330), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(539), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(549), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2359), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(2513), 2,
|
|
sym_send_statement,
|
|
sym_receive_statement,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1909), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(541), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(547), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(787), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[4746] = 30,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(551), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(553), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(877), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1039), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 12,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
[4867] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(555), 1,
|
|
sym_identifier,
|
|
ACTIONS(557), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(559), 1,
|
|
anon_sym_STAR,
|
|
STATE(1017), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2072), 1,
|
|
sym_type_elem,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1556), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[4986] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(563), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[5105] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(571), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(573), 1,
|
|
anon_sym_children_DOT_DOT_DOT,
|
|
STATE(1013), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[5224] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(575), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[5343] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(555), 1,
|
|
sym_identifier,
|
|
ACTIONS(559), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(577), 1,
|
|
anon_sym_COLON,
|
|
STATE(954), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2176), 1,
|
|
sym_type_elem,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1556), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[5462] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(579), 1,
|
|
anon_sym_range,
|
|
STATE(762), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2304), 1,
|
|
sym_expression_list,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[5581] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(581), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(763), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2082), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[5700] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(579), 1,
|
|
anon_sym_range,
|
|
STATE(762), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2305), 1,
|
|
sym_expression_list,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[5819] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(583), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[5938] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(585), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(587), 1,
|
|
anon_sym_children_DOT_DOT_DOT,
|
|
STATE(993), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[6057] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(589), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[6176] = 30,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(591), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(593), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(889), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1043), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 12,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
[6297] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(595), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(597), 1,
|
|
anon_sym_children_DOT_DOT_DOT,
|
|
STATE(988), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[6416] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(599), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(755), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2170), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[6535] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(605), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(775), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
STATE(2500), 1,
|
|
sym_expression_list,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[6654] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(611), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[6773] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(613), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(782), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2063), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[6892] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(615), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[7011] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(617), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[7130] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(619), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(765), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2096), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[7249] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(555), 1,
|
|
sym_identifier,
|
|
ACTIONS(559), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(621), 1,
|
|
anon_sym_COLON,
|
|
STATE(922), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2176), 1,
|
|
sym_type_elem,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1556), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[7368] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(623), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[7487] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(625), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[7606] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(555), 1,
|
|
sym_identifier,
|
|
ACTIONS(559), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(627), 1,
|
|
anon_sym_COLON,
|
|
STATE(949), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2176), 1,
|
|
sym_type_elem,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1556), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[7725] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(629), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[7844] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(631), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[7963] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(633), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(766), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2145), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[8082] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(635), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[8201] = 30,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(637), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(639), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(785), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(984), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 12,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
[8322] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(641), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[8441] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(643), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(754), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2090), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[8560] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(645), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[8679] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(555), 1,
|
|
sym_identifier,
|
|
ACTIONS(559), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(647), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1008), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2176), 1,
|
|
sym_type_elem,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1556), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[8798] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(649), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[8917] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(651), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(761), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2116), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[9036] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(653), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[9155] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(655), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[9274] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(657), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(757), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2128), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[9393] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(557), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(659), 1,
|
|
sym_identifier,
|
|
STATE(1017), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2073), 1,
|
|
sym_type_parameter_declaration,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[9512] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(661), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[9631] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(663), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[9750] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(665), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(771), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2140), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[9869] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(667), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[9988] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(669), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[10107] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(671), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[10226] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(555), 1,
|
|
sym_identifier,
|
|
ACTIONS(559), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(673), 1,
|
|
anon_sym_COLON,
|
|
STATE(899), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2176), 1,
|
|
sym_type_elem,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1556), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[10345] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(659), 1,
|
|
sym_identifier,
|
|
ACTIONS(675), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1009), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2073), 1,
|
|
sym_type_parameter_declaration,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[10464] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(677), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(764), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
STATE(2500), 1,
|
|
sym_expression_list,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[10583] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(679), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(776), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2098), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[10702] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(555), 1,
|
|
sym_identifier,
|
|
ACTIONS(559), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(681), 1,
|
|
anon_sym_COLON,
|
|
STATE(915), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2176), 1,
|
|
sym_type_elem,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1556), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[10821] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(683), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(685), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
STATE(1038), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[10940] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(555), 1,
|
|
sym_identifier,
|
|
ACTIONS(559), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(687), 1,
|
|
anon_sym_COLON,
|
|
STATE(930), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2176), 1,
|
|
sym_type_elem,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1556), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[11059] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(555), 1,
|
|
sym_identifier,
|
|
ACTIONS(559), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(689), 1,
|
|
anon_sym_COLON,
|
|
STATE(939), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2176), 1,
|
|
sym_type_elem,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1556), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[11178] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(555), 1,
|
|
sym_identifier,
|
|
ACTIONS(559), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(691), 1,
|
|
anon_sym_COLON,
|
|
STATE(944), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2176), 1,
|
|
sym_type_elem,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1556), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[11297] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(693), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(773), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2162), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[11416] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(678), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2017), 1,
|
|
sym_expression_list,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[11532] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(709), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(981), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[11648] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(711), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(976), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[11764] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(713), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[11880] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(715), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(940), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[11996] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(717), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[12112] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(719), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(919), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1076), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 12,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
[12230] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(721), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(919), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1076), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 12,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
[12348] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(723), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(941), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[12464] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(725), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[12580] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(654), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1715), 1,
|
|
sym_expression_list,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[12696] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(654), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1560), 1,
|
|
sym_expression_list,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[12812] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(888), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2246), 1,
|
|
sym_variadic_argument,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[12928] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(741), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(997), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[13044] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(654), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1716), 1,
|
|
sym_expression_list,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[13160] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(557), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1017), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[13276] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(743), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(945), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[13392] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(745), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[13508] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(762), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
STATE(2445), 1,
|
|
sym_expression_list,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[13624] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(747), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(926), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[13740] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(749), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(946), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[13856] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(751), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[13972] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(753), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1049), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[14088] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(678), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1879), 1,
|
|
sym_expression_list,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[14204] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(755), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(914), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[14320] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(675), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1009), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[14436] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(654), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1717), 1,
|
|
sym_expression_list,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[14552] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(678), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1880), 1,
|
|
sym_expression_list,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[14668] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(757), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(950), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[14784] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(759), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[14900] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(761), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1001), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[15016] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(678), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2035), 1,
|
|
sym_expression_list,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[15132] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(763), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(951), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[15248] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(765), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[15364] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(767), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(918), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[15480] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(769), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[15596] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(771), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(919), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1076), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 12,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
[15714] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(773), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1021), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[15830] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(775), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(919), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1076), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 12,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
[15948] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(777), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(907), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[16064] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(779), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(955), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[16180] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(781), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[16296] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(654), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1718), 1,
|
|
sym_expression_list,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[16412] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(678), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1858), 1,
|
|
sym_expression_list,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[16528] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(678), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2033), 1,
|
|
sym_expression_list,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[16644] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(783), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[16760] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(785), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(921), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[16876] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(787), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[16992] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(762), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2304), 1,
|
|
sym_expression_list,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[17108] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(762), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2305), 1,
|
|
sym_expression_list,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[17224] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(789), 1,
|
|
anon_sym_SEMI,
|
|
STATE(985), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[17340] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(683), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1038), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[17456] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(678), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1870), 1,
|
|
sym_expression_list,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[17572] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(654), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1575), 1,
|
|
sym_expression_list,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[17688] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(791), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[17804] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(654), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1581), 1,
|
|
sym_expression_list,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[17920] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(762), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
STATE(2463), 1,
|
|
sym_expression_list,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[18036] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(678), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1871), 1,
|
|
sym_expression_list,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[18152] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(793), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[18268] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(795), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[18384] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(797), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(919), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1076), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 12,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
[18502] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(799), 1,
|
|
anon_sym_SEMI,
|
|
STATE(1024), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[18618] = 29,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(801), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(919), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1076), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 12,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
[18736] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(654), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1558), 1,
|
|
sym_expression_list,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[18852] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(654), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1563), 1,
|
|
sym_expression_list,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[18968] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(647), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1008), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[19084] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(803), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1025), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[19200] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(807), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2305), 1,
|
|
sym_expression_list,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[19316] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(885), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2304), 1,
|
|
sym_expression_list,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[19432] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(678), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2036), 1,
|
|
sym_expression_list,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[19548] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(805), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(963), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[19664] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(807), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[19780] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(885), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2305), 1,
|
|
sym_expression_list,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[19896] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(654), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1564), 1,
|
|
sym_expression_list,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[20012] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(809), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(964), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[20128] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(678), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2015), 1,
|
|
sym_expression_list,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[20244] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(654), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1565), 1,
|
|
sym_expression_list,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[20360] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(811), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(936), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[20476] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(813), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(903), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[20592] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(815), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1042), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[20708] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(817), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[20824] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(678), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2034), 1,
|
|
sym_expression_list,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[20940] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(819), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(909), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[21056] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(821), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(933), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[21172] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(823), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(956), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[21288] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(686), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[21401] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(601), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[21514] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(603), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[21627] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(665), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[21740] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(644), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[21853] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(645), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[21966] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(646), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[22079] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(674), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[22192] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(672), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[22305] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(675), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[22418] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(668), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[22531] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(669), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[22644] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(673), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[22757] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(317), 1,
|
|
sym_identifier,
|
|
ACTIONS(321), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(323), 1,
|
|
anon_sym_func,
|
|
ACTIONS(325), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(329), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(337), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(339), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(464), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1801), 1,
|
|
sym_qualified_type,
|
|
STATE(1857), 1,
|
|
sym_map_type,
|
|
STATE(2244), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(333), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(343), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2357), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1856), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(335), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(341), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(506), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[22870] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(317), 1,
|
|
sym_identifier,
|
|
ACTIONS(321), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(323), 1,
|
|
anon_sym_func,
|
|
ACTIONS(325), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(329), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(337), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(339), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(492), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1801), 1,
|
|
sym_qualified_type,
|
|
STATE(1857), 1,
|
|
sym_map_type,
|
|
STATE(2244), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(333), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(343), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2357), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1856), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(335), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(341), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(506), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[22983] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(317), 1,
|
|
sym_identifier,
|
|
ACTIONS(321), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(323), 1,
|
|
anon_sym_func,
|
|
ACTIONS(325), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(329), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(337), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(339), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(489), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1801), 1,
|
|
sym_qualified_type,
|
|
STATE(1857), 1,
|
|
sym_map_type,
|
|
STATE(2244), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(333), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(343), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2357), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1856), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(335), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(341), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(506), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[23096] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(317), 1,
|
|
sym_identifier,
|
|
ACTIONS(321), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(323), 1,
|
|
anon_sym_func,
|
|
ACTIONS(325), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(329), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(337), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(339), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(476), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1801), 1,
|
|
sym_qualified_type,
|
|
STATE(1857), 1,
|
|
sym_map_type,
|
|
STATE(2244), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(333), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(343), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2357), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1856), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(335), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(341), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(506), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[23209] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(317), 1,
|
|
sym_identifier,
|
|
ACTIONS(321), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(323), 1,
|
|
anon_sym_func,
|
|
ACTIONS(325), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(329), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(337), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(339), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(499), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1801), 1,
|
|
sym_qualified_type,
|
|
STATE(1857), 1,
|
|
sym_map_type,
|
|
STATE(2244), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(333), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(343), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2357), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1856), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(335), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(341), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(506), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[23322] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(317), 1,
|
|
sym_identifier,
|
|
ACTIONS(321), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(323), 1,
|
|
anon_sym_func,
|
|
ACTIONS(325), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(329), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(337), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(339), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(482), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1801), 1,
|
|
sym_qualified_type,
|
|
STATE(1857), 1,
|
|
sym_map_type,
|
|
STATE(2244), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(333), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(343), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2357), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1856), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(335), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(341), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(506), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[23435] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(825), 1,
|
|
sym_identifier,
|
|
ACTIONS(827), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(829), 1,
|
|
anon_sym_func,
|
|
ACTIONS(831), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(833), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(839), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(841), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(547), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1787), 1,
|
|
sym_qualified_type,
|
|
STATE(1884), 1,
|
|
sym_map_type,
|
|
STATE(2295), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(835), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(845), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2358), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1883), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(837), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(843), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(581), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[23548] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(825), 1,
|
|
sym_identifier,
|
|
ACTIONS(827), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(829), 1,
|
|
anon_sym_func,
|
|
ACTIONS(831), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(833), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(839), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(841), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(544), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1787), 1,
|
|
sym_qualified_type,
|
|
STATE(1884), 1,
|
|
sym_map_type,
|
|
STATE(2295), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(835), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(845), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2358), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1883), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(837), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(843), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(581), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[23661] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(825), 1,
|
|
sym_identifier,
|
|
ACTIONS(827), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(829), 1,
|
|
anon_sym_func,
|
|
ACTIONS(831), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(833), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(839), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(841), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(542), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1787), 1,
|
|
sym_qualified_type,
|
|
STATE(1884), 1,
|
|
sym_map_type,
|
|
STATE(2295), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(835), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(845), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2358), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1883), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(837), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(843), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(581), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[23774] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(825), 1,
|
|
sym_identifier,
|
|
ACTIONS(827), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(829), 1,
|
|
anon_sym_func,
|
|
ACTIONS(831), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(833), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(839), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(841), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(546), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1787), 1,
|
|
sym_qualified_type,
|
|
STATE(1884), 1,
|
|
sym_map_type,
|
|
STATE(2295), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(835), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(845), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2358), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1883), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(837), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(843), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(581), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[23887] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(825), 1,
|
|
sym_identifier,
|
|
ACTIONS(827), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(829), 1,
|
|
anon_sym_func,
|
|
ACTIONS(831), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(833), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(839), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(841), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(543), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1787), 1,
|
|
sym_qualified_type,
|
|
STATE(1884), 1,
|
|
sym_map_type,
|
|
STATE(2295), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(835), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(845), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2358), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1883), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(837), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(843), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(581), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[24000] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(825), 1,
|
|
sym_identifier,
|
|
ACTIONS(827), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(829), 1,
|
|
anon_sym_func,
|
|
ACTIONS(831), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(833), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(839), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(841), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(548), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1787), 1,
|
|
sym_qualified_type,
|
|
STATE(1884), 1,
|
|
sym_map_type,
|
|
STATE(2295), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(835), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(845), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2358), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1883), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(837), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(843), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(581), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[24113] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(529), 1,
|
|
sym_identifier,
|
|
ACTIONS(531), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(533), 1,
|
|
anon_sym_func,
|
|
ACTIONS(535), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(537), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(543), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(545), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(728), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1752), 1,
|
|
sym_qualified_type,
|
|
STATE(1910), 1,
|
|
sym_map_type,
|
|
STATE(2330), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(539), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(549), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2359), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1909), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(541), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(547), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(787), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[24226] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(529), 1,
|
|
sym_identifier,
|
|
ACTIONS(531), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(533), 1,
|
|
anon_sym_func,
|
|
ACTIONS(535), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(537), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(543), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(545), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(721), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1752), 1,
|
|
sym_qualified_type,
|
|
STATE(1910), 1,
|
|
sym_map_type,
|
|
STATE(2330), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(539), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(549), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2359), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1909), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(541), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(547), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(787), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[24339] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(529), 1,
|
|
sym_identifier,
|
|
ACTIONS(531), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(533), 1,
|
|
anon_sym_func,
|
|
ACTIONS(535), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(537), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(543), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(545), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(725), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1752), 1,
|
|
sym_qualified_type,
|
|
STATE(1910), 1,
|
|
sym_map_type,
|
|
STATE(2330), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(539), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(549), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2359), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1909), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(541), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(547), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(787), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[24452] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(529), 1,
|
|
sym_identifier,
|
|
ACTIONS(531), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(533), 1,
|
|
anon_sym_func,
|
|
ACTIONS(535), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(537), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(543), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(545), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(726), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1752), 1,
|
|
sym_qualified_type,
|
|
STATE(1910), 1,
|
|
sym_map_type,
|
|
STATE(2330), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(539), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(549), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2359), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1909), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(541), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(547), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(787), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[24565] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(529), 1,
|
|
sym_identifier,
|
|
ACTIONS(531), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(533), 1,
|
|
anon_sym_func,
|
|
ACTIONS(535), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(537), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(543), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(545), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(727), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1752), 1,
|
|
sym_qualified_type,
|
|
STATE(1910), 1,
|
|
sym_map_type,
|
|
STATE(2330), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(539), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(549), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2359), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1909), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(541), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(547), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(787), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[24678] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(529), 1,
|
|
sym_identifier,
|
|
ACTIONS(531), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(533), 1,
|
|
anon_sym_func,
|
|
ACTIONS(535), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(537), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(543), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(545), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(730), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1752), 1,
|
|
sym_qualified_type,
|
|
STATE(1910), 1,
|
|
sym_map_type,
|
|
STATE(2330), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(539), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(549), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2359), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1909), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(541), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(547), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(787), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[24791] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(245), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(251), 1,
|
|
anon_sym_func,
|
|
ACTIONS(255), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(259), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(287), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(289), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(847), 1,
|
|
sym_identifier,
|
|
STATE(397), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1764), 1,
|
|
sym_qualified_type,
|
|
STATE(1934), 1,
|
|
sym_map_type,
|
|
STATE(2234), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(283), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(293), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2360), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1933), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(285), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(291), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(497), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[24904] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(245), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(251), 1,
|
|
anon_sym_func,
|
|
ACTIONS(255), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(259), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(287), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(289), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(847), 1,
|
|
sym_identifier,
|
|
STATE(398), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1764), 1,
|
|
sym_qualified_type,
|
|
STATE(1934), 1,
|
|
sym_map_type,
|
|
STATE(2234), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(283), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(293), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2360), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1933), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(285), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(291), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(497), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[25017] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(245), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(251), 1,
|
|
anon_sym_func,
|
|
ACTIONS(255), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(259), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(287), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(289), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(847), 1,
|
|
sym_identifier,
|
|
STATE(399), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1764), 1,
|
|
sym_qualified_type,
|
|
STATE(1934), 1,
|
|
sym_map_type,
|
|
STATE(2234), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(283), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(293), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2360), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1933), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(285), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(291), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(497), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[25130] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(245), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(251), 1,
|
|
anon_sym_func,
|
|
ACTIONS(255), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(259), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(287), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(289), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(847), 1,
|
|
sym_identifier,
|
|
STATE(400), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1764), 1,
|
|
sym_qualified_type,
|
|
STATE(1934), 1,
|
|
sym_map_type,
|
|
STATE(2234), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(283), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(293), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2360), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1933), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(285), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(291), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(497), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[25243] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(245), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(251), 1,
|
|
anon_sym_func,
|
|
ACTIONS(255), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(259), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(287), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(289), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(847), 1,
|
|
sym_identifier,
|
|
STATE(401), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1764), 1,
|
|
sym_qualified_type,
|
|
STATE(1934), 1,
|
|
sym_map_type,
|
|
STATE(2234), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(283), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(293), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2360), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1933), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(285), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(291), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(497), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[25356] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(245), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(251), 1,
|
|
anon_sym_func,
|
|
ACTIONS(255), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(259), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(287), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(289), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(847), 1,
|
|
sym_identifier,
|
|
STATE(402), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1764), 1,
|
|
sym_qualified_type,
|
|
STATE(1934), 1,
|
|
sym_map_type,
|
|
STATE(2234), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(283), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(293), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2360), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1933), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(285), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(291), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(497), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[25469] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(702), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[25582] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(723), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[25695] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(748), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[25808] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(690), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[25921] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(691), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[26034] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(692), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[26147] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(849), 1,
|
|
anon_sym_STAR,
|
|
STATE(974), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2147), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[26260] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(849), 1,
|
|
anon_sym_STAR,
|
|
STATE(601), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1562), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[26373] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(851), 1,
|
|
anon_sym_chan,
|
|
STATE(601), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[26486] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(768), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[26599] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(774), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[26712] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(671), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[26825] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1045), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[26938] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1031), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[27051] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(15), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(27), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(41), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(203), 1,
|
|
anon_sym_func,
|
|
ACTIONS(853), 1,
|
|
sym_identifier,
|
|
STATE(382), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1754), 1,
|
|
sym_qualified_type,
|
|
STATE(1991), 1,
|
|
sym_map_type,
|
|
STATE(2228), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(65), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(75), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2267), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1824), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(67), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(73), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(414), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[27164] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1003), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[27277] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(897), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[27390] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(825), 1,
|
|
sym_identifier,
|
|
ACTIONS(827), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(829), 1,
|
|
anon_sym_func,
|
|
ACTIONS(831), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(833), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(839), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(841), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(545), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1787), 1,
|
|
sym_qualified_type,
|
|
STATE(1884), 1,
|
|
sym_map_type,
|
|
STATE(2295), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(835), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(845), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2358), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1883), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(837), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(843), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(581), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[27503] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(601), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[27616] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(603), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[27729] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(878), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[27842] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(879), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[27955] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(880), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[28068] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(881), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[28181] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(601), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1562), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[28294] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(851), 1,
|
|
anon_sym_chan,
|
|
STATE(601), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[28407] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(927), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[28520] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(759), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[28633] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(15), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(27), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(41), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(203), 1,
|
|
anon_sym_func,
|
|
ACTIONS(853), 1,
|
|
sym_identifier,
|
|
STATE(380), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1754), 1,
|
|
sym_qualified_type,
|
|
STATE(1991), 1,
|
|
sym_map_type,
|
|
STATE(2228), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(65), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(75), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2267), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1824), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(67), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(73), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(414), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[28746] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(15), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(27), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(41), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(203), 1,
|
|
anon_sym_func,
|
|
ACTIONS(853), 1,
|
|
sym_identifier,
|
|
STATE(383), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1754), 1,
|
|
sym_qualified_type,
|
|
STATE(1991), 1,
|
|
sym_map_type,
|
|
STATE(2228), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(65), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(75), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2267), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1824), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(67), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(73), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(414), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[28859] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(683), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[28972] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(15), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(27), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(41), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(203), 1,
|
|
anon_sym_func,
|
|
ACTIONS(853), 1,
|
|
sym_identifier,
|
|
STATE(381), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1754), 1,
|
|
sym_qualified_type,
|
|
STATE(1991), 1,
|
|
sym_map_type,
|
|
STATE(2228), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(65), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(75), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2267), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1824), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(67), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(73), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(414), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[29085] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(15), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(27), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(41), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(203), 1,
|
|
anon_sym_func,
|
|
ACTIONS(853), 1,
|
|
sym_identifier,
|
|
STATE(385), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1754), 1,
|
|
sym_qualified_type,
|
|
STATE(1991), 1,
|
|
sym_map_type,
|
|
STATE(2228), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(65), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(75), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2267), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1824), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(67), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(73), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(414), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[29198] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(15), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(27), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(41), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(203), 1,
|
|
anon_sym_func,
|
|
ACTIONS(853), 1,
|
|
sym_identifier,
|
|
STATE(387), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1754), 1,
|
|
sym_qualified_type,
|
|
STATE(1991), 1,
|
|
sym_map_type,
|
|
STATE(2228), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(65), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(75), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2267), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1824), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(67), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(73), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(414), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[29311] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(677), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[29424] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1091), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[29537] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(979), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[29650] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(674), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1562), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[29763] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1030), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[29876] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(911), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[29989] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1032), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[30102] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(317), 1,
|
|
sym_identifier,
|
|
ACTIONS(321), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(323), 1,
|
|
anon_sym_func,
|
|
ACTIONS(325), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(329), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(337), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(339), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(464), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1801), 1,
|
|
sym_qualified_type,
|
|
STATE(1857), 1,
|
|
sym_map_type,
|
|
STATE(2244), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(333), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(343), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1562), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1856), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(335), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(341), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(506), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[30215] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(317), 1,
|
|
sym_identifier,
|
|
ACTIONS(321), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(323), 1,
|
|
anon_sym_func,
|
|
ACTIONS(325), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(329), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(337), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(339), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(851), 1,
|
|
anon_sym_chan,
|
|
STATE(464), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1801), 1,
|
|
sym_qualified_type,
|
|
STATE(1857), 1,
|
|
sym_map_type,
|
|
STATE(2244), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(333), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(343), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2357), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1856), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(335), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(341), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(506), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[30328] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(696), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[30441] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1034), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[30554] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(601), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1562), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[30667] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(851), 1,
|
|
anon_sym_chan,
|
|
STATE(601), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[30780] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1046), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[30893] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(962), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[31006] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(15), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(27), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(41), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(203), 1,
|
|
anon_sym_func,
|
|
ACTIONS(851), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(853), 1,
|
|
sym_identifier,
|
|
STATE(382), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1754), 1,
|
|
sym_qualified_type,
|
|
STATE(1991), 1,
|
|
sym_map_type,
|
|
STATE(2228), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(65), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(75), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2267), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1824), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(67), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(73), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(414), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[31119] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(900), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[31232] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(601), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1562), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[31345] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(825), 1,
|
|
sym_identifier,
|
|
ACTIONS(827), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(829), 1,
|
|
anon_sym_func,
|
|
ACTIONS(831), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(833), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(839), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(841), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(851), 1,
|
|
anon_sym_chan,
|
|
STATE(547), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1787), 1,
|
|
sym_qualified_type,
|
|
STATE(1884), 1,
|
|
sym_map_type,
|
|
STATE(2295), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(835), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(845), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2358), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1883), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(837), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(843), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(581), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[31458] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(959), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[31571] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(825), 1,
|
|
sym_identifier,
|
|
ACTIONS(827), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(829), 1,
|
|
anon_sym_func,
|
|
ACTIONS(831), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(833), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(839), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(841), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(547), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1787), 1,
|
|
sym_qualified_type,
|
|
STATE(1884), 1,
|
|
sym_map_type,
|
|
STATE(2295), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(835), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(845), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1562), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1883), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(837), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(843), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(581), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[31684] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(529), 1,
|
|
sym_identifier,
|
|
ACTIONS(531), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(533), 1,
|
|
anon_sym_func,
|
|
ACTIONS(535), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(537), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(543), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(545), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(851), 1,
|
|
anon_sym_chan,
|
|
STATE(728), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1752), 1,
|
|
sym_qualified_type,
|
|
STATE(1910), 1,
|
|
sym_map_type,
|
|
STATE(2330), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(539), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(549), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2359), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1909), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(541), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(547), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(787), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[31797] = 28,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(919), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1076), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 12,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
[31912] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(15), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(27), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(41), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(203), 1,
|
|
anon_sym_func,
|
|
ACTIONS(853), 1,
|
|
sym_identifier,
|
|
STATE(382), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1754), 1,
|
|
sym_qualified_type,
|
|
STATE(1991), 1,
|
|
sym_map_type,
|
|
STATE(2228), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(65), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(75), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1562), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1824), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(67), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(73), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(414), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[32025] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(601), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[32138] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(555), 1,
|
|
sym_identifier,
|
|
ACTIONS(559), 1,
|
|
anon_sym_STAR,
|
|
STATE(601), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1562), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[32251] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(245), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(251), 1,
|
|
anon_sym_func,
|
|
ACTIONS(255), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(259), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(287), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(289), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(847), 1,
|
|
sym_identifier,
|
|
ACTIONS(851), 1,
|
|
anon_sym_chan,
|
|
STATE(397), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1764), 1,
|
|
sym_qualified_type,
|
|
STATE(1934), 1,
|
|
sym_map_type,
|
|
STATE(2234), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(283), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(293), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2360), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1933), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(285), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(291), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(497), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[32364] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(529), 1,
|
|
sym_identifier,
|
|
ACTIONS(531), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(533), 1,
|
|
anon_sym_func,
|
|
ACTIONS(535), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(537), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(543), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(545), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(728), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1752), 1,
|
|
sym_qualified_type,
|
|
STATE(1910), 1,
|
|
sym_map_type,
|
|
STATE(2330), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(539), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(549), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1562), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1909), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(541), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(547), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(787), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[32477] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(851), 1,
|
|
anon_sym_chan,
|
|
STATE(702), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2361), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[32590] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(971), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[32703] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(717), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[32816] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(245), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(251), 1,
|
|
anon_sym_func,
|
|
ACTIONS(255), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(259), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(287), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(289), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(847), 1,
|
|
sym_identifier,
|
|
STATE(397), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1764), 1,
|
|
sym_qualified_type,
|
|
STATE(1934), 1,
|
|
sym_map_type,
|
|
STATE(2234), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(283), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(293), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1562), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1933), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(285), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(291), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(497), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[32929] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(603), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[33042] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(827), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[33155] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(904), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[33268] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(828), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[33381] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(829), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[33494] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(830), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[33607] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(477), 1,
|
|
sym_identifier,
|
|
ACTIONS(481), 1,
|
|
anon_sym_func,
|
|
ACTIONS(695), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(697), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(699), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(703), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(705), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(702), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1775), 1,
|
|
sym_qualified_type,
|
|
STATE(1958), 1,
|
|
sym_map_type,
|
|
STATE(2263), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(487), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(707), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(1562), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1957), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(701), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(495), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(831), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[33720] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(849), 1,
|
|
anon_sym_STAR,
|
|
STATE(1027), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2147), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[33833] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(898), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[33946] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(901), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[34059] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1041), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[34172] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1048), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[34285] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(965), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[34398] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(908), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[34511] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(910), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[34624] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(849), 1,
|
|
anon_sym_STAR,
|
|
STATE(1015), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2147), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[34737] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(913), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[34850] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1005), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[34963] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1011), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[35076] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1012), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[35189] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(601), 1,
|
|
sym_identifier,
|
|
ACTIONS(603), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(607), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(923), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(609), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[35302] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(849), 1,
|
|
anon_sym_STAR,
|
|
STATE(1023), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2147), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[35415] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(929), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[35528] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(977), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[35641] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(978), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[35754] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(849), 1,
|
|
anon_sym_STAR,
|
|
STATE(980), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2147), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[35867] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(938), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[35980] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(994), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[36093] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(995), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[36206] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(849), 1,
|
|
anon_sym_STAR,
|
|
STATE(996), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2147), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[36319] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(943), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[36432] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1006), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[36545] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1007), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[36658] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(849), 1,
|
|
anon_sym_STAR,
|
|
STATE(1050), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2147), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[36771] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(948), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[36884] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1018), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[36997] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(405), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(411), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1019), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(415), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[37110] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(397), 1,
|
|
sym_identifier,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(849), 1,
|
|
anon_sym_STAR,
|
|
STATE(1020), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2147), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[37223] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(399), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(403), 1,
|
|
anon_sym_func,
|
|
ACTIONS(417), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(419), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(561), 1,
|
|
sym_identifier,
|
|
ACTIONS(565), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(567), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(953), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1487), 1,
|
|
sym_qualified_type,
|
|
STATE(1512), 1,
|
|
sym_map_type,
|
|
STATE(2349), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(413), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(423), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2354), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(1511), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(569), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(421), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(624), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[37336] = 27,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(23), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(367), 1,
|
|
sym_identifier,
|
|
ACTIONS(375), 1,
|
|
anon_sym_func,
|
|
ACTIONS(727), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(729), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(731), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(735), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(737), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(851), 1,
|
|
anon_sym_chan,
|
|
STATE(674), 1,
|
|
sym__expression,
|
|
STATE(1450), 1,
|
|
sym_negated_type,
|
|
STATE(1756), 1,
|
|
sym_qualified_type,
|
|
STATE(2038), 1,
|
|
sym_map_type,
|
|
STATE(2256), 1,
|
|
sym_implicit_length_array_type,
|
|
ACTIONS(385), 2,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
ACTIONS(739), 2,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
STATE(2356), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 4,
|
|
sym_pointer_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
STATE(2032), 4,
|
|
sym_generic_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
ACTIONS(733), 5,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
ACTIONS(393), 6,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
STATE(714), 14,
|
|
sym_parenthesized_expression,
|
|
sym_call_expression,
|
|
sym_selector_expression,
|
|
sym_index_expression,
|
|
sym_slice_expression,
|
|
sym_type_assertion_expression,
|
|
sym_type_conversion_expression,
|
|
sym_type_instantiation_expression,
|
|
sym_composite_literal,
|
|
sym_func_literal,
|
|
sym_unary_expression,
|
|
sym_binary_expression,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[37449] = 25,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(857), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(860), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(864), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(868), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(874), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(630), 1,
|
|
sym_literal_value,
|
|
STATE(835), 1,
|
|
aux_sym_var_spec_repeat1,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
STATE(2259), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
ACTIONS(877), 5,
|
|
anon_sym_PIPE,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
ACTIONS(872), 14,
|
|
anon_sym_RBRACK,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[37551] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(85), 17,
|
|
ts_builtin_sym_end,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_TILDE,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_BANG,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
sym_imaginary_literal,
|
|
sym_rune_literal,
|
|
ACTIONS(885), 33,
|
|
anon_sym_package,
|
|
anon_sym_import,
|
|
anon_sym_const,
|
|
anon_sym_var,
|
|
anon_sym_func,
|
|
anon_sym_type,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_fallthrough,
|
|
anon_sym_break,
|
|
anon_sym_continue,
|
|
anon_sym_goto,
|
|
anon_sym_return,
|
|
anon_sym_go,
|
|
anon_sym_defer,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_select,
|
|
anon_sym_new,
|
|
anon_sym_make,
|
|
sym_identifier,
|
|
sym_int_literal,
|
|
sym_float_literal,
|
|
sym_nil,
|
|
sym_true,
|
|
sym_false,
|
|
sym_iota,
|
|
anon_sym_templ,
|
|
anon_sym_css,
|
|
anon_sym_script,
|
|
[37609] = 10,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(887), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(893), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(897), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(899), 1,
|
|
anon_sym_COLON,
|
|
STATE(396), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(877), 41,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[37680] = 10,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(887), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(893), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(897), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(901), 1,
|
|
anon_sym_COLON,
|
|
STATE(396), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(877), 41,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[37751] = 9,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(887), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(893), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(897), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(396), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(877), 41,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[37819] = 19,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(903), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(907), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(909), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(911), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(915), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(921), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(923), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(925), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(929), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(931), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(407), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2235), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(919), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(905), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
ACTIONS(927), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(917), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(913), 13,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[37907] = 8,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(907), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(909), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(915), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(407), 1,
|
|
sym_argument_list,
|
|
STATE(2235), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 41,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[37972] = 10,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(907), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(909), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(915), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(407), 1,
|
|
sym_argument_list,
|
|
STATE(2235), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(919), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(917), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(935), 30,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[38041] = 8,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(907), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(909), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(915), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(937), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(407), 1,
|
|
sym_argument_list,
|
|
STATE(2235), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(939), 41,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[38106] = 9,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(907), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(909), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(915), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(407), 1,
|
|
sym_argument_list,
|
|
STATE(2235), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(917), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(935), 34,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[38173] = 10,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(887), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(893), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(941), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(943), 1,
|
|
anon_sym_COLON,
|
|
STATE(474), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(877), 39,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[38242] = 11,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(907), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(909), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(915), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(407), 1,
|
|
sym_argument_list,
|
|
STATE(2235), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(919), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(927), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(917), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(935), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[38313] = 10,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(887), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(893), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(941), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(945), 1,
|
|
anon_sym_COLON,
|
|
STATE(474), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(877), 39,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[38382] = 12,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(907), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(909), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(915), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(929), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(407), 1,
|
|
sym_argument_list,
|
|
STATE(2235), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(919), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(927), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(917), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(935), 23,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PIPE_PIPE,
|
|
[38455] = 9,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(887), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(893), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(941), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(474), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(877), 39,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[38521] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(947), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(949), 45,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[38575] = 19,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(903), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(911), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(951), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(953), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(955), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(961), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(963), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(965), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(969), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(971), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(495), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2242), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(905), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
ACTIONS(959), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(967), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(957), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(913), 13,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[38661] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(973), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(407), 1,
|
|
sym_special_argument_list,
|
|
ACTIONS(877), 43,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[38719] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(975), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(977), 45,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[38773] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(979), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(981), 45,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_else,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[38827] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(983), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(985), 45,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_else,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[38881] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(987), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(989), 45,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[38935] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(991), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(993), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[38988] = 8,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(937), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(951), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(953), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(955), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(495), 1,
|
|
sym_argument_list,
|
|
STATE(2242), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(939), 39,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[39051] = 8,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(951), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(953), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(955), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(495), 1,
|
|
sym_argument_list,
|
|
STATE(2242), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 39,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[39114] = 9,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(951), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(953), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(955), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(495), 1,
|
|
sym_argument_list,
|
|
STATE(2242), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(957), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(935), 32,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[39179] = 10,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(951), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(953), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(955), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(495), 1,
|
|
sym_argument_list,
|
|
STATE(2242), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(959), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(957), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(935), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[39246] = 11,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(951), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(953), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(955), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(495), 1,
|
|
sym_argument_list,
|
|
STATE(2242), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(959), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(967), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(957), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(935), 22,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[39315] = 12,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(951), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(953), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(955), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(969), 1,
|
|
anon_sym_AMP_AMP,
|
|
STATE(495), 1,
|
|
sym_argument_list,
|
|
STATE(2242), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(959), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(967), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(957), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(935), 21,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[39386] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(33), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(1726), 1,
|
|
sym_block,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[39477] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(257), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(1791), 1,
|
|
sym_block,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[39568] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(257), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2000), 1,
|
|
sym_block,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[39659] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1023), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1025), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[39712] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1027), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1029), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[39765] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1031), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1033), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[39818] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(327), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(1282), 1,
|
|
sym_component_block,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[39909] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1035), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1037), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[39962] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1039), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1041), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40015] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1043), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(1773), 1,
|
|
sym_conditional_attribute_block,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[40106] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1045), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1047), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40159] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(877), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40212] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1049), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1051), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40265] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1053), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1055), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40318] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1057), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1059), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40371] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1061), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1063), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40424] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1065), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1067), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40477] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(347), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1196), 1,
|
|
sym_component_block,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[40568] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(347), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(1256), 1,
|
|
sym_component_block,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[40659] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1069), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1071), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40712] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1073), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1075), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40765] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1077), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1079), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40818] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1081), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1083), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40871] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1085), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1087), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40924] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1089), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1091), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[40977] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1093), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1095), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[41030] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1097), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1099), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[41083] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1101), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1103), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[41136] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1105), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1107), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[41189] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1109), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1111), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[41242] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1113), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1115), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[41295] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1117), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1119), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[41348] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(345), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(1291), 1,
|
|
sym_component_block,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[41439] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(345), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(1392), 1,
|
|
sym_component_block,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[41530] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1121), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1123), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[41583] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1125), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1127), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[41636] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1129), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1131), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[41689] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1133), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1135), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[41742] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1137), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1139), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[41795] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1141), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(1687), 1,
|
|
sym_conditional_attribute_block,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[41886] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1143), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1145), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[41939] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(33), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(1530), 1,
|
|
sym_block,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[42030] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1147), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1149), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[42083] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1151), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1153), 44,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[42136] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(327), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(1391), 1,
|
|
sym_component_block,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[42227] = 21,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1155), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[42315] = 21,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1157), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[42403] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1159), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(495), 1,
|
|
sym_special_argument_list,
|
|
ACTIONS(877), 41,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[42459] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(983), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(985), 43,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_else,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[42511] = 21,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1161), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1163), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[42599] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(979), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(981), 43,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_else,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[42651] = 21,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1161), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1165), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[42739] = 21,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(903), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1167), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[42827] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1081), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1083), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[42878] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1065), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1067), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[42929] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1069), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1071), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[42980] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1085), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1087), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43031] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1089), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1091), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43082] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1093), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1095), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43133] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1101), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1103), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43184] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(857), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1169), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1172), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(508), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(877), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[43245] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(939), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(937), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[43306] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1109), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1111), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43357] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1113), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1115), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43408] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1121), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1123), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43459] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1129), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1131), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43510] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1137), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1139), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43561] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1143), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1145), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43612] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(975), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(977), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43663] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(987), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(989), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43714] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(947), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(949), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43765] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(991), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(993), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43816] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1061), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1063), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43867] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[43932] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1073), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1075), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[43983] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1151), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1153), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44034] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1105), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1107), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44085] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1045), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1047), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44136] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1057), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1059), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44187] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(935), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 19,
|
|
anon_sym_SEMI,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PIPE_PIPE,
|
|
[44258] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1077), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1079), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44309] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1097), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1099), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44360] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1117), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1119), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44411] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1125), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1127), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44462] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1023), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1025), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44513] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1031), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1033), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44564] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[44627] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1035), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1037), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44678] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1147), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1149), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44729] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(933), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[44790] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(903), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1011), 1,
|
|
anon_sym_PLUS_PLUS,
|
|
ACTIONS(1013), 1,
|
|
anon_sym_DASH_DASH,
|
|
ACTIONS(1019), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1021), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1176), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(1218), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1009), 12,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[44875] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1133), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1135), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44926] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1027), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1029), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[44977] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1049), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1051), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[45028] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(877), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[45079] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1053), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1055), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[45130] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(935), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(995), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1001), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(507), 1,
|
|
sym_argument_list,
|
|
STATE(2262), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1017), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1005), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1015), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1003), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 20,
|
|
anon_sym_SEMI,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45199] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1039), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1041), 42,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[45250] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1178), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(507), 1,
|
|
sym_special_argument_list,
|
|
ACTIONS(877), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45304] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1139), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1137), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45353] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1149), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1147), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45402] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(985), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(983), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45451] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1153), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1151), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45500] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(877), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45549] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1029), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1027), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45598] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(993), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(991), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45647] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1135), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1133), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45696] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1107), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1105), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45745] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1025), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1023), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45794] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1033), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1031), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45843] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1037), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1035), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45892] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1047), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1045), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45941] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1041), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1039), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[45990] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1051), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1049), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46039] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1055), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1053), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46088] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1063), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1061), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46137] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1067), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1065), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46186] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1071), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1069), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46235] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1079), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1077), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46284] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1087), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1085), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46333] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1091), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1089), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46382] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1095), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1093), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46431] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1099), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1097), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46480] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1103), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1101), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46529] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1075), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1073), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46578] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1111), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1109), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46627] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1115), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1113), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46676] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1119), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1117), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46725] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1123), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1121), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46774] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1083), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1081), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46823] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1127), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1125), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46872] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1131), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1129), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46921] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(949), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(947), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[46970] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1145), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1143), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47019] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(981), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(979), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47068] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(977), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(975), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47117] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(989), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(987), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47166] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1059), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1057), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS_PLUS,
|
|
anon_sym_DASH_DASH,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47215] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(857), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1169), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1172), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1180), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(584), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(877), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 19,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47274] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1182), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1184), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1186), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(583), 1,
|
|
sym_argument_list,
|
|
STATE(2302), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1188), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 19,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47332] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(935), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1182), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1184), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1186), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(583), 1,
|
|
sym_argument_list,
|
|
STATE(2302), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1194), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1190), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1192), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1188), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 15,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47396] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1182), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1184), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1186), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(583), 1,
|
|
sym_argument_list,
|
|
STATE(2302), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(933), 19,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47452] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1182), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1184), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1186), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1198), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1200), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1202), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(583), 1,
|
|
sym_argument_list,
|
|
STATE(2302), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1194), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1190), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1192), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1188), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(1196), 13,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[47520] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1182), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1184), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1186), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(583), 1,
|
|
sym_argument_list,
|
|
STATE(2302), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1190), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1188), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 19,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47580] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1182), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1184), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1186), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(583), 1,
|
|
sym_argument_list,
|
|
STATE(2302), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(939), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(937), 19,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47636] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(935), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1182), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1184), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1186), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1200), 1,
|
|
anon_sym_AMP_AMP,
|
|
STATE(583), 1,
|
|
sym_argument_list,
|
|
STATE(2302), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1194), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1190), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1192), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1188), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 14,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_PIPE_PIPE,
|
|
[47702] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1204), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(583), 1,
|
|
sym_special_argument_list,
|
|
ACTIONS(877), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 21,
|
|
anon_sym_DOT,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47751] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1099), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1097), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47795] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1103), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1101), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47839] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1111), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1109), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47883] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1115), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1113), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47927] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1119), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1117), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[47971] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1123), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1121), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48015] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1127), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1125), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48059] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1131), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1129), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48103] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1139), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1137), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48147] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1145), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1143), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48191] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(977), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(975), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48235] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(989), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(987), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48279] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(949), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(947), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48323] = 25,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1208), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1212), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1214), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1216), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1220), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1222), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1226), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1234), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1236), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(1238), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(925), 1,
|
|
aux_sym_field_declaration_repeat1,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1326), 1,
|
|
sym_type_arguments,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1499), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(2018), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
ACTIONS(1210), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[48411] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1135), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1133), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48455] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1107), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1105), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48499] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1025), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1023), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48543] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1033), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1031), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48587] = 18,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1226), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1240), 1,
|
|
sym_identifier,
|
|
ACTIONS(1242), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1246), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1248), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1250), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1252), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1254), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1256), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1258), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1247), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1273), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
ACTIONS(1244), 11,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[48661] = 18,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1222), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1226), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1234), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1242), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1246), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1260), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1273), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
ACTIONS(1244), 11,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[48735] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1153), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1151), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48779] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1047), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1045), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48823] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1051), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1049), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48867] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1055), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1053), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48911] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1059), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1057), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48955] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1063), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1061), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[48999] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1067), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1065), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49043] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1071), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1069), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49087] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1079), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1077), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49131] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1087), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1085), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49175] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1091), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1089), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49219] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(877), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49263] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(985), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(983), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49307] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1029), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1027), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49351] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(993), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(991), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49395] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1095), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1093), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49439] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1041), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1039), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49483] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1075), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1073), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49527] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1083), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1081), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49571] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(981), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(979), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49615] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1149), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1147), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49659] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1037), 14,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1035), 22,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[49703] = 19,
|
|
ACTIONS(1262), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1266), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1268), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1270), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1272), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1276), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1278), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1280), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1282), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1284), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
STATE(597), 1,
|
|
sym_tag_start,
|
|
STATE(1224), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1265), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1653), 1,
|
|
sym_style_tag_start,
|
|
STATE(1654), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1274), 2,
|
|
sym_switch_element_text,
|
|
sym_comment,
|
|
STATE(1264), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
ACTIONS(1264), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
STATE(596), 14,
|
|
sym_expression,
|
|
sym__switch_component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_switch_expression_case_repeat1,
|
|
[49778] = 19,
|
|
ACTIONS(1262), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1266), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1268), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1270), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1272), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1276), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1278), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1280), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1282), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1284), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
STATE(597), 1,
|
|
sym_tag_start,
|
|
STATE(1224), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1265), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1653), 1,
|
|
sym_style_tag_start,
|
|
STATE(1654), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1288), 2,
|
|
sym_switch_element_text,
|
|
sym_comment,
|
|
STATE(1264), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
ACTIONS(1286), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
STATE(595), 14,
|
|
sym_expression,
|
|
sym__switch_component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_switch_expression_case_repeat1,
|
|
[49853] = 19,
|
|
ACTIONS(1262), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1266), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1268), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1270), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1272), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1276), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1278), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1280), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1282), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1284), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
STATE(597), 1,
|
|
sym_tag_start,
|
|
STATE(1224), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1265), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1653), 1,
|
|
sym_style_tag_start,
|
|
STATE(1654), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1292), 2,
|
|
sym_switch_element_text,
|
|
sym_comment,
|
|
STATE(1264), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
ACTIONS(1290), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
STATE(592), 14,
|
|
sym_expression,
|
|
sym__switch_component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_switch_expression_case_repeat1,
|
|
[49928] = 19,
|
|
ACTIONS(1262), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1266), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1268), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1270), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1272), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1276), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1278), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1280), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1282), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1284), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
STATE(597), 1,
|
|
sym_tag_start,
|
|
STATE(1224), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1265), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1653), 1,
|
|
sym_style_tag_start,
|
|
STATE(1654), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1274), 2,
|
|
sym_switch_element_text,
|
|
sym_comment,
|
|
STATE(1264), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
ACTIONS(1294), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
STATE(596), 14,
|
|
sym_expression,
|
|
sym__switch_component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_switch_expression_case_repeat1,
|
|
[50003] = 19,
|
|
ACTIONS(1296), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1301), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1304), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1307), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1310), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1316), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1319), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1322), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1325), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1328), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
STATE(597), 1,
|
|
sym_tag_start,
|
|
STATE(1224), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1265), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1653), 1,
|
|
sym_style_tag_start,
|
|
STATE(1654), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1313), 2,
|
|
sym_switch_element_text,
|
|
sym_comment,
|
|
STATE(1264), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
ACTIONS(1299), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
STATE(596), 14,
|
|
sym_expression,
|
|
sym__switch_component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_switch_expression_case_repeat1,
|
|
[50078] = 20,
|
|
ACTIONS(1331), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1333), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1335), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1337), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1339), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1343), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1345), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1347), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1349), 1,
|
|
anon_sym_LT_SLASH,
|
|
ACTIONS(1351), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1353), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
STATE(598), 1,
|
|
sym_tag_start,
|
|
STATE(1251), 1,
|
|
sym_tag_end,
|
|
STATE(1352), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1353), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1612), 1,
|
|
sym_style_tag_start,
|
|
STATE(1613), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1341), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1344), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(604), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[50154] = 20,
|
|
ACTIONS(1331), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1333), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1335), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1337), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1339), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1343), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1345), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1347), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1351), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1353), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
ACTIONS(1357), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(598), 1,
|
|
sym_tag_start,
|
|
STATE(1352), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1353), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1375), 1,
|
|
sym_tag_end,
|
|
STATE(1612), 1,
|
|
sym_style_tag_start,
|
|
STATE(1613), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1355), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1344), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(600), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[50230] = 20,
|
|
ACTIONS(1331), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1333), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1335), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1337), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1339), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1343), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1345), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1347), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1351), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1353), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
ACTIONS(1361), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(598), 1,
|
|
sym_tag_start,
|
|
STATE(1352), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1353), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1415), 1,
|
|
sym_tag_end,
|
|
STATE(1612), 1,
|
|
sym_style_tag_start,
|
|
STATE(1613), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1359), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1344), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(609), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[50306] = 20,
|
|
ACTIONS(1331), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1333), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1335), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1337), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1339), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1343), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1345), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1347), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1351), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1353), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
ACTIONS(1357), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(598), 1,
|
|
sym_tag_start,
|
|
STATE(1352), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1353), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1414), 1,
|
|
sym_tag_end,
|
|
STATE(1612), 1,
|
|
sym_style_tag_start,
|
|
STATE(1613), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1359), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1344), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(609), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[50382] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(939), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(937), 22,
|
|
anon_sym_SEMI,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[50434] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(887), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1172), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(630), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1169), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(877), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 20,
|
|
anon_sym_SEMI,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[50488] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(933), 22,
|
|
anon_sym_SEMI,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[50540] = 20,
|
|
ACTIONS(1331), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1333), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1335), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1337), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1339), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1343), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1345), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1347), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1349), 1,
|
|
anon_sym_LT_SLASH,
|
|
ACTIONS(1351), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1353), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
STATE(598), 1,
|
|
sym_tag_start,
|
|
STATE(1222), 1,
|
|
sym_tag_end,
|
|
STATE(1352), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1353), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1612), 1,
|
|
sym_style_tag_start,
|
|
STATE(1613), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1359), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1344), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(609), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[50616] = 20,
|
|
ACTIONS(1331), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1333), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1335), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1337), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1339), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1343), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1345), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1347), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1351), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1353), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
ACTIONS(1361), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(598), 1,
|
|
sym_tag_start,
|
|
STATE(1352), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1353), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1379), 1,
|
|
sym_tag_end,
|
|
STATE(1612), 1,
|
|
sym_style_tag_start,
|
|
STATE(1613), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1369), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1344), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(599), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[50692] = 19,
|
|
ACTIONS(1371), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1373), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1377), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1379), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1381), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1385), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1387), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1393), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
STATE(605), 1,
|
|
sym_tag_start,
|
|
STATE(1368), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1369), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1557), 1,
|
|
sym_style_tag_start,
|
|
STATE(1559), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1383), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1367), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(612), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[50765] = 19,
|
|
ACTIONS(1371), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1377), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1379), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1381), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1385), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1387), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1393), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
ACTIONS(1395), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(605), 1,
|
|
sym_tag_start,
|
|
STATE(1368), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1369), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1557), 1,
|
|
sym_style_tag_start,
|
|
STATE(1559), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1397), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1367), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(608), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[50838] = 19,
|
|
ACTIONS(1371), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1377), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1379), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1381), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1385), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1387), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1393), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
ACTIONS(1399), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(605), 1,
|
|
sym_tag_start,
|
|
STATE(1368), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1369), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1557), 1,
|
|
sym_style_tag_start,
|
|
STATE(1559), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1383), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1367), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(612), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[50911] = 19,
|
|
ACTIONS(1401), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1404), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1407), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1410), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1413), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1419), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1422), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1425), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1428), 1,
|
|
anon_sym_LT_SLASH,
|
|
ACTIONS(1430), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1433), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
STATE(598), 1,
|
|
sym_tag_start,
|
|
STATE(1352), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1353), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1612), 1,
|
|
sym_style_tag_start,
|
|
STATE(1613), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1416), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1344), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(609), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[50984] = 19,
|
|
ACTIONS(1371), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1377), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1379), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1381), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1385), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1387), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1393), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
ACTIONS(1436), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(605), 1,
|
|
sym_tag_start,
|
|
STATE(1368), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1369), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1557), 1,
|
|
sym_style_tag_start,
|
|
STATE(1559), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1438), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1367), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(619), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[51057] = 19,
|
|
ACTIONS(1371), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1377), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1379), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1381), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1385), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1387), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1393), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
ACTIONS(1440), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(605), 1,
|
|
sym_tag_start,
|
|
STATE(1368), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1369), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1557), 1,
|
|
sym_style_tag_start,
|
|
STATE(1559), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1442), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1367), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(615), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[51130] = 19,
|
|
ACTIONS(1428), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(1444), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1447), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1450), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1453), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1456), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1462), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1465), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1468), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1471), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1474), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
STATE(605), 1,
|
|
sym_tag_start,
|
|
STATE(1368), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1369), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1557), 1,
|
|
sym_style_tag_start,
|
|
STATE(1559), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1459), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1367), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(612), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[51203] = 21,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(381), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1477), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1481), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1483), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1485), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1487), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1489), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1491), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1164), 1,
|
|
aux_sym_const_spec_repeat1,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2423), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
ACTIONS(1479), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[51280] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1493), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(628), 1,
|
|
sym_special_argument_list,
|
|
ACTIONS(877), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 23,
|
|
anon_sym_SEMI,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[51325] = 19,
|
|
ACTIONS(1371), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1377), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1379), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1381), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1385), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1387), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1393), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
ACTIONS(1495), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(605), 1,
|
|
sym_tag_start,
|
|
STATE(1368), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1369), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1557), 1,
|
|
sym_style_tag_start,
|
|
STATE(1559), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1383), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1367), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(612), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[51398] = 19,
|
|
ACTIONS(1371), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1377), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1379), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1381), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1385), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1387), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1393), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
ACTIONS(1497), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(605), 1,
|
|
sym_tag_start,
|
|
STATE(1368), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1369), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1557), 1,
|
|
sym_style_tag_start,
|
|
STATE(1559), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1499), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1367), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(620), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[51471] = 19,
|
|
ACTIONS(1371), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1377), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1379), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1381), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1385), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1387), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1393), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
ACTIONS(1501), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(605), 1,
|
|
sym_tag_start,
|
|
STATE(1368), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1369), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1557), 1,
|
|
sym_style_tag_start,
|
|
STATE(1559), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1503), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1367), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(606), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[51544] = 21,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(381), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1481), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1483), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1487), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1489), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1491), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1505), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1509), 1,
|
|
anon_sym_EQ,
|
|
STATE(613), 1,
|
|
aux_sym_const_spec_repeat1,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2452), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
ACTIONS(1507), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[51621] = 19,
|
|
ACTIONS(1371), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1377), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1379), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1381), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1385), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1387), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1393), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
ACTIONS(1511), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(605), 1,
|
|
sym_tag_start,
|
|
STATE(1368), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1369), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1557), 1,
|
|
sym_style_tag_start,
|
|
STATE(1559), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1383), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1367), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(612), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[51694] = 19,
|
|
ACTIONS(1371), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_if,
|
|
ACTIONS(1377), 1,
|
|
anon_sym_for,
|
|
ACTIONS(1379), 1,
|
|
anon_sym_switch,
|
|
ACTIONS(1381), 1,
|
|
anon_sym_LT,
|
|
ACTIONS(1385), 1,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
ACTIONS(1387), 1,
|
|
anon_sym_AT,
|
|
ACTIONS(1389), 1,
|
|
anon_sym_LBRACE_BANG,
|
|
ACTIONS(1391), 1,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1393), 1,
|
|
anon_sym_LBRACE_LBRACE,
|
|
ACTIONS(1513), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(605), 1,
|
|
sym_tag_start,
|
|
STATE(1368), 1,
|
|
sym_self_closing_style_tag,
|
|
STATE(1369), 1,
|
|
sym_self_closing_script_tag,
|
|
STATE(1557), 1,
|
|
sym_style_tag_start,
|
|
STATE(1559), 1,
|
|
sym_script_tag_start,
|
|
ACTIONS(1383), 2,
|
|
sym_element_text,
|
|
sym_comment,
|
|
STATE(1367), 2,
|
|
sym_self_closing_tag,
|
|
sym_doctype,
|
|
STATE(612), 14,
|
|
sym_expression,
|
|
sym__component_node,
|
|
sym_element_comment,
|
|
sym_component_if_statement,
|
|
sym_component_for_statement,
|
|
sym_component_switch_statement,
|
|
sym_component_import,
|
|
sym_component_render,
|
|
sym_component_children_expression,
|
|
sym_element,
|
|
sym_style_element,
|
|
sym_script_element,
|
|
sym_rawgo_block,
|
|
aux_sym_component_block_repeat1,
|
|
[51767] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1111), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1109), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[51807] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1033), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1031), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[51847] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1067), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1065), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[51887] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(877), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[51927] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1051), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1049), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[51967] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(985), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(983), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52007] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1055), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1053), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52047] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1029), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1027), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52087] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1123), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1121), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52127] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(993), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(991), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52167] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1041), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1039), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52207] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1127), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1125), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52247] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1131), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1129), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52287] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1139), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1137), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52327] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(989), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(987), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52367] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(949), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(947), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52407] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1037), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1035), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52447] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1075), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1073), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52487] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1145), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1143), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52527] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1083), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1081), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52567] = 9,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(887), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(893), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1515), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(706), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(877), 25,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52619] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(981), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(979), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52659] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1071), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1069), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52699] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(935), 4,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52757] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 2,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 8,
|
|
anon_sym_SEMI,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52819] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 2,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 7,
|
|
anon_sym_SEMI,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PIPE_PIPE,
|
|
[52883] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1149), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1147), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52923] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1153), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1151), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[52963] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1135), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1133), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53003] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1107), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1105), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53043] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1059), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1057), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53083] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1095), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1093), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53123] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1063), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1061), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53163] = 15,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1009), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1531), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1533), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1535), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1537), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1545), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1547), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(699), 1,
|
|
sym_argument_list,
|
|
STATE(1508), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2278), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1541), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(913), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
ACTIONS(1543), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1539), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[53227] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1025), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1023), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53267] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1047), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1045), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53307] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1099), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1097), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53347] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1103), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1101), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53387] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1091), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1089), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53427] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1115), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1113), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53467] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1119), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1117), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53507] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1079), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1077), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53547] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1087), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1085), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53587] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(977), 8,
|
|
anon_sym_DOT,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(975), 24,
|
|
anon_sym_SEMI,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53627] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(935), 5,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 15,
|
|
anon_sym_SEMI,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53681] = 21,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(381), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1481), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1487), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1489), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1491), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1505), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1549), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1551), 1,
|
|
anon_sym_EQ,
|
|
STATE(676), 1,
|
|
aux_sym_const_spec_repeat1,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2425), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
ACTIONS(1507), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[53756] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1488), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
ACTIONS(1242), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[53823] = 10,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1531), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1533), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1537), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(699), 1,
|
|
sym_argument_list,
|
|
STATE(2278), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1541), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1539), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(935), 14,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53876] = 11,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1531), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1533), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1537), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(699), 1,
|
|
sym_argument_list,
|
|
STATE(2278), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1541), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1543), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1539), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(935), 8,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[53931] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1488), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
ACTIONS(1242), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[53998] = 13,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1196), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1531), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1533), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1537), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1545), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1547), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(699), 1,
|
|
sym_argument_list,
|
|
STATE(2278), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1541), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1198), 6,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
ACTIONS(1543), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1539), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[54057] = 8,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1531), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1533), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1537), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(699), 1,
|
|
sym_argument_list,
|
|
STATE(2278), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 25,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[54106] = 12,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1531), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1533), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1537), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1545), 1,
|
|
anon_sym_AMP_AMP,
|
|
STATE(699), 1,
|
|
sym_argument_list,
|
|
STATE(2278), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1541), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1543), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(935), 7,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1539), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[54163] = 8,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(937), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1531), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1533), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1537), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(699), 1,
|
|
sym_argument_list,
|
|
STATE(2278), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(939), 25,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[54212] = 9,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1531), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1533), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1537), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(699), 1,
|
|
sym_argument_list,
|
|
STATE(2278), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1539), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(935), 18,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[54263] = 21,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(381), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1477), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1481), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1487), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1489), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1491), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1549), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1569), 1,
|
|
anon_sym_EQ,
|
|
STATE(1170), 1,
|
|
aux_sym_const_spec_repeat1,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2432), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
ACTIONS(1479), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[54338] = 13,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1531), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1533), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1537), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1545), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1547), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1571), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(699), 1,
|
|
sym_argument_list,
|
|
STATE(2278), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1541), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1573), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
ACTIONS(1543), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1539), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[54396] = 15,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1009), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1575), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1579), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1581), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1589), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1591), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(832), 1,
|
|
sym_argument_list,
|
|
STATE(1680), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2271), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(913), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
ACTIONS(1585), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1587), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1583), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[54458] = 22,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1593), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1597), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1599), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1602), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1604), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
STATE(958), 1,
|
|
aux_sym_var_spec_repeat1,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2287), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[54534] = 20,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1608), 1,
|
|
sym_identifier,
|
|
ACTIONS(1612), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1614), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1616), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1618), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1622), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1624), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1628), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1630), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1632), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1913), 1,
|
|
sym_block,
|
|
ACTIONS(1606), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1610), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
STATE(1545), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1609), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[54606] = 20,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1608), 1,
|
|
sym_identifier,
|
|
ACTIONS(1612), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1614), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1616), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1618), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1622), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1624), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1628), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1630), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1632), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1965), 1,
|
|
sym_block,
|
|
ACTIONS(1634), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1636), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
STATE(1545), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1724), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[54678] = 9,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(887), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(893), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1638), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(833), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(877), 23,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[54728] = 13,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1531), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1533), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1537), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1545), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1547), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1640), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(699), 1,
|
|
sym_argument_list,
|
|
STATE(2278), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1541), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1642), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
ACTIONS(1543), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1539), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[54786] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1644), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(699), 1,
|
|
sym_special_argument_list,
|
|
ACTIONS(877), 27,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[54828] = 20,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1608), 1,
|
|
sym_identifier,
|
|
ACTIONS(1612), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1614), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1616), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1618), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1622), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1624), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1628), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1630), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1632), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1961), 1,
|
|
sym_block,
|
|
ACTIONS(1646), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1648), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
STATE(1545), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1723), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[54900] = 13,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1531), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1533), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1537), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1545), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1547), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1650), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(699), 1,
|
|
sym_argument_list,
|
|
STATE(2278), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1541), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1652), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
ACTIONS(1543), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1539), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[54958] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(913), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1007), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1009), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(1654), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1656), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1658), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1660), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1664), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1666), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(1676), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1678), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(790), 1,
|
|
sym_argument_list,
|
|
STATE(1594), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2341), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1670), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1674), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1668), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1672), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1662), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[55030] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(857), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1169), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1172), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1680), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(791), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(877), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 17,
|
|
anon_sym_COMMA,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[55080] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1682), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(640), 1,
|
|
sym_block,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1501), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
ACTIONS(1242), 4,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_PIPE,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[55150] = 10,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1575), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1581), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(832), 1,
|
|
sym_argument_list,
|
|
STATE(2271), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1585), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1583), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(935), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[55201] = 11,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1575), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1581), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(832), 1,
|
|
sym_argument_list,
|
|
STATE(2271), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1585), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(935), 6,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
ACTIONS(1587), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1583), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[55254] = 12,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1575), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1581), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1589), 1,
|
|
anon_sym_AMP_AMP,
|
|
STATE(832), 1,
|
|
sym_argument_list,
|
|
STATE(2271), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1585), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(935), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
ACTIONS(1587), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1583), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[55309] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1684), 1,
|
|
sym_identifier,
|
|
ACTIONS(1686), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1688), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1690), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2104), 2,
|
|
sym_parameter_declaration,
|
|
sym_variadic_parameter_declaration,
|
|
STATE(2260), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[55380] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1147), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1149), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[55417] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1061), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1063), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[55454] = 13,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1196), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1575), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1581), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1589), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1591), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(832), 1,
|
|
sym_argument_list,
|
|
STATE(2271), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1198), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE_RBRACE,
|
|
ACTIONS(1585), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1587), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1583), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[55511] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1113), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1115), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[55548] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1035), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1037), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[55585] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1027), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1029), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[55622] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1117), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1119), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[55659] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(975), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(977), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[55696] = 8,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(937), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1575), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1581), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(832), 1,
|
|
sym_argument_list,
|
|
STATE(2271), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(939), 23,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[55743] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(983), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(985), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[55780] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1121), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1123), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[55817] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1684), 1,
|
|
sym_identifier,
|
|
ACTIONS(1690), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1692), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1694), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2173), 2,
|
|
sym_parameter_declaration,
|
|
sym_variadic_parameter_declaration,
|
|
STATE(2260), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[55888] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(991), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(993), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[55925] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1151), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1153), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[55962] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1045), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1047), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[55999] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1039), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1041), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56036] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1133), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1135), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56073] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1125), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1127), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56110] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1684), 1,
|
|
sym_identifier,
|
|
ACTIONS(1690), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1696), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1698), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2133), 2,
|
|
sym_parameter_declaration,
|
|
sym_variadic_parameter_declaration,
|
|
STATE(2260), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[56181] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1129), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1131), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56218] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(877), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56255] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1137), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1139), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56292] = 20,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1222), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1226), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1234), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1246), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1260), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1606), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1700), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(2174), 1,
|
|
sym_block,
|
|
ACTIONS(1610), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1802), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[56363] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1198), 2,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1196), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_COMMA,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[56426] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1143), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1145), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56463] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(979), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(981), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56500] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1105), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1107), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56537] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1654), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1656), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1660), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(790), 1,
|
|
sym_argument_list,
|
|
STATE(2341), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(933), 17,
|
|
anon_sym_COMMA,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56584] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1049), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1051), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56621] = 8,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1575), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1581), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(832), 1,
|
|
sym_argument_list,
|
|
STATE(2271), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 23,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[56668] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1023), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1025), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56705] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1654), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1656), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1660), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(790), 1,
|
|
sym_argument_list,
|
|
STATE(2341), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1670), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(935), 5,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1662), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 12,
|
|
anon_sym_COMMA,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56756] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1654), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1656), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1660), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1664), 1,
|
|
anon_sym_PIPE,
|
|
STATE(790), 1,
|
|
sym_argument_list,
|
|
STATE(2341), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1670), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1668), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(935), 4,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1662), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 9,
|
|
anon_sym_COMMA,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56811] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1654), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1656), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1660), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1664), 1,
|
|
anon_sym_PIPE,
|
|
STATE(790), 1,
|
|
sym_argument_list,
|
|
STATE(2341), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 2,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON,
|
|
ACTIONS(1670), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1674), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1668), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1672), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(933), 5,
|
|
anon_sym_COMMA,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1662), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[56870] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1654), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1656), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1660), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(790), 1,
|
|
sym_argument_list,
|
|
STATE(2341), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(939), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(937), 17,
|
|
anon_sym_COMMA,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56917] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1031), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1033), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[56954] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1654), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1656), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1660), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1664), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1676), 1,
|
|
anon_sym_AMP_AMP,
|
|
STATE(790), 1,
|
|
sym_argument_list,
|
|
STATE(2341), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 2,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON,
|
|
ACTIONS(1670), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1674), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1668), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(933), 4,
|
|
anon_sym_COMMA,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1672), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1662), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[57015] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1053), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1055), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57052] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1065), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1067), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57089] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1069), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1071), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57126] = 18,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1242), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1708), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1712), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1714), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1718), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1726), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1697), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
ACTIONS(1244), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACE_RBRACE,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[57193] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1077), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1079), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57230] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(987), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(989), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57267] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1085), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1087), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57304] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1073), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1075), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57341] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1089), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1091), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57378] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1081), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1083), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57415] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1093), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1095), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57452] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1097), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1099), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57489] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1684), 1,
|
|
sym_identifier,
|
|
ACTIONS(1690), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1728), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1730), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2135), 2,
|
|
sym_parameter_declaration,
|
|
sym_variadic_parameter_declaration,
|
|
STATE(2260), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[57560] = 20,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1222), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1226), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1234), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1246), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1260), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1646), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1700), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(2206), 1,
|
|
sym_block,
|
|
ACTIONS(1648), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1806), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[57631] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(947), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(949), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57668] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1101), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1103), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57705] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1057), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1059), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57742] = 9,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(933), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1575), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1581), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(832), 1,
|
|
sym_argument_list,
|
|
STATE(2271), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1583), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(935), 16,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_COMMA,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[57791] = 20,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1222), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1226), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1234), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1246), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1260), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1634), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1700), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(2209), 1,
|
|
sym_block,
|
|
ACTIONS(1636), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1807), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[57862] = 18,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1608), 1,
|
|
sym_identifier,
|
|
ACTIONS(1612), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1614), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1616), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1618), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1622), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1628), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1630), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1632), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
ACTIONS(1242), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
STATE(1545), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1614), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
ACTIONS(1244), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACE,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[57929] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1109), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1111), 28,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[57966] = 18,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1612), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1622), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1732), 1,
|
|
sym_identifier,
|
|
ACTIONS(1734), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1736), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1738), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1740), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1742), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1744), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
ACTIONS(1242), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
STATE(1541), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1614), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
ACTIONS(1244), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACE,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[58033] = 18,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1242), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1708), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1718), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1746), 1,
|
|
sym_identifier,
|
|
ACTIONS(1748), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1750), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1752), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1754), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1756), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1758), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1536), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1697), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
ACTIONS(1244), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACE_RBRACE,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[58100] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1760), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1762), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1764), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2097), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[58166] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1764), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1782), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1784), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2208), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[58232] = 18,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1222), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1226), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1234), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1246), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1260), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1786), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1992), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
ACTIONS(1788), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[58298] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1764), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1790), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1792), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2131), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[58364] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1684), 1,
|
|
sym_identifier,
|
|
ACTIONS(1690), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1794), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2257), 2,
|
|
sym_parameter_declaration,
|
|
sym_variadic_parameter_declaration,
|
|
STATE(2260), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[58432] = 13,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1575), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1581), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1589), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1591), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1640), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(832), 1,
|
|
sym_argument_list,
|
|
STATE(2271), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1642), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
ACTIONS(1585), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1587), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1583), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[58488] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(887), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1169), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1172), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(630), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(877), 5,
|
|
anon_sym_PIPE,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 17,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_STAR,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[58536] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1764), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1796), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1798), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2119), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[58602] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1658), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(1594), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1009), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_COLON,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[58666] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1764), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1800), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1802), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2189), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[58732] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1009), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1658), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1804), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1808), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(1594), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[58798] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1764), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1824), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1826), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2107), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[58864] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1764), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1828), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1830), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2060), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[58930] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1684), 1,
|
|
sym_identifier,
|
|
ACTIONS(1690), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1832), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2257), 2,
|
|
sym_parameter_declaration,
|
|
sym_variadic_parameter_declaration,
|
|
STATE(2260), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[58998] = 13,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1575), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1581), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1589), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1591), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1650), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(832), 1,
|
|
sym_argument_list,
|
|
STATE(2271), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1652), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
ACTIONS(1585), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1587), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1583), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[59054] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1684), 1,
|
|
sym_identifier,
|
|
ACTIONS(1690), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1834), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2257), 2,
|
|
sym_parameter_declaration,
|
|
sym_variadic_parameter_declaration,
|
|
STATE(2260), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[59122] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1684), 1,
|
|
sym_identifier,
|
|
ACTIONS(1690), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1836), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2257), 2,
|
|
sym_parameter_declaration,
|
|
sym_variadic_parameter_declaration,
|
|
STATE(2260), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[59190] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1764), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1838), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1840), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2053), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[59256] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1842), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(790), 1,
|
|
sym_special_argument_list,
|
|
ACTIONS(877), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 19,
|
|
anon_sym_DOT,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[59296] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1764), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1844), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1846), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2179), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[59362] = 13,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1571), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1575), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1577), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1581), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1589), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1591), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(832), 1,
|
|
sym_argument_list,
|
|
STATE(2271), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1573), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
ACTIONS(1585), 4,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1587), 6,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1583), 7,
|
|
anon_sym_STAR,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[59418] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1009), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1658), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1804), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1848), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(1594), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[59484] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1764), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1850), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1852), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2061), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[59550] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1684), 1,
|
|
sym_identifier,
|
|
ACTIONS(1690), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1854), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2257), 2,
|
|
sym_parameter_declaration,
|
|
sym_variadic_parameter_declaration,
|
|
STATE(2260), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[59618] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1684), 1,
|
|
sym_identifier,
|
|
ACTIONS(1690), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1856), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2257), 2,
|
|
sym_parameter_declaration,
|
|
sym_variadic_parameter_declaration,
|
|
STATE(2260), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[59686] = 11,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(857), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(890), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1172), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1597), 1,
|
|
anon_sym_COMMA,
|
|
STATE(630), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1169), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(877), 4,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 15,
|
|
anon_sym_STAR,
|
|
anon_sym_COLON,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[59738] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1684), 1,
|
|
sym_identifier,
|
|
ACTIONS(1690), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1858), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2257), 2,
|
|
sym_parameter_declaration,
|
|
sym_variadic_parameter_declaration,
|
|
STATE(2260), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[59806] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1860), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(832), 1,
|
|
sym_special_argument_list,
|
|
ACTIONS(877), 25,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[59846] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1764), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1862), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1864), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2184), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[59912] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1684), 1,
|
|
sym_identifier,
|
|
ACTIONS(1690), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1866), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2257), 2,
|
|
sym_parameter_declaration,
|
|
sym_variadic_parameter_declaration,
|
|
STATE(2260), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[59980] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1063), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1061), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60015] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1868), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1870), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2118), 1,
|
|
aux_sym_dynamic_class_attribute_value_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[60078] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1872), 1,
|
|
sym_identifier,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1882), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1713), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1994), 2,
|
|
sym_method_elem,
|
|
sym_type_elem,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[60143] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(877), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60178] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(857), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1169), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1172), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(630), 1,
|
|
sym_literal_value,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(877), 5,
|
|
anon_sym_PIPE,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 17,
|
|
anon_sym_COMMA,
|
|
anon_sym_STAR,
|
|
anon_sym_LBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60223] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(985), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(983), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60258] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1029), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1027), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60293] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(993), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(991), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60328] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1041), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1039), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60363] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1075), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1073), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60398] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1083), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1081), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60433] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(981), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(979), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60468] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1149), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1147), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60503] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1153), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1151), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60538] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1135), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1133), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60573] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1107), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1105), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60608] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1025), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1023), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60643] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1033), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1031), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60678] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1037), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1035), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60713] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1047), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1045), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60748] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1051), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1049), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60783] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1055), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1053), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60818] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1059), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1057), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60853] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1009), 1,
|
|
anon_sym_SEMI,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1658), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1886), 1,
|
|
anon_sym_DOT,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(1594), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[60916] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1067), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1065), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60951] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1071), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1069), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[60986] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1079), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1077), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61021] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1087), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1085), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61056] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1091), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1089), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61091] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1095), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1093), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61126] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1099), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1097), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61161] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1103), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1101), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61196] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1111), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1109), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61231] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1115), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1113), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61266] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1119), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1117), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61301] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1123), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1121), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61336] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1127), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1125), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61371] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1131), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1129), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61406] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1139), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1137), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61441] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1145), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1143), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61476] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(977), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(975), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61511] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(989), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(987), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61546] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(949), 7,
|
|
anon_sym_EQ,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(947), 20,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61581] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(935), 3,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 12,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61630] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 9,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[61683] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(933), 5,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[61738] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(933), 4,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_DOT_DOT_DOT,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[61795] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(872), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(877), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[61830] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1027), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1029), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[61865] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(991), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(993), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[61900] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1039), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1041), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[61935] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(864), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1250), 1,
|
|
aux_sym_var_spec_repeat1,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2291), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[62002] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1073), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1075), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62037] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1081), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1083), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62072] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1147), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1149), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62107] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1133), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1135), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62142] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1023), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1025), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62177] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1031), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1033), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62212] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1035), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1037), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62247] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1049), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1051), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62282] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(864), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(835), 1,
|
|
aux_sym_var_spec_repeat1,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2259), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[62349] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1061), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1063), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62384] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1065), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1067), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62419] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1069), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1071), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62454] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1085), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1087), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62489] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1089), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1091), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62524] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1093), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1095), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62559] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1101), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1103), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62594] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1109), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1111), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62629] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1113), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1115), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62664] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1121), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1123), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62699] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1129), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1131), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62734] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1137), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1139), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62769] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1143), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1145), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62804] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(983), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(985), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62839] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(975), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(977), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62874] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(979), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(981), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62909] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(987), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(989), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62944] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(947), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(949), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[62979] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1872), 1,
|
|
sym_identifier,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1888), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1713), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1994), 2,
|
|
sym_method_elem,
|
|
sym_type_elem,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[63044] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1151), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1153), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[63079] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1105), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1107), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[63114] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1045), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1047), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[63149] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1057), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1059), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[63184] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1077), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1079), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[63219] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1097), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1099), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[63254] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1117), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1119), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[63289] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1125), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1127), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[63324] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(864), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1892), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(1894), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1900), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(874), 1,
|
|
aux_sym_var_spec_repeat1,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1782), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[63391] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1872), 1,
|
|
sym_identifier,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1902), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1713), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1753), 2,
|
|
sym_method_elem,
|
|
sym_type_elem,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[63456] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(864), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1894), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1900), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1904), 1,
|
|
anon_sym_EQ,
|
|
STATE(1250), 1,
|
|
aux_sym_var_spec_repeat1,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1798), 1,
|
|
sym_parenthesized_type,
|
|
STATE(1799), 1,
|
|
sym__simple_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[63525] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1872), 1,
|
|
sym_identifier,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1906), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1713), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1994), 2,
|
|
sym_method_elem,
|
|
sym_type_elem,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[63590] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1872), 1,
|
|
sym_identifier,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1908), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1713), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1994), 2,
|
|
sym_method_elem,
|
|
sym_type_elem,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[63655] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1910), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1912), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2132), 1,
|
|
aux_sym_dynamic_class_attribute_value_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[63718] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(935), 3,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 12,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[63767] = 12,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(935), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
ACTIONS(933), 9,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[63820] = 13,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(933), 5,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[63875] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(933), 4,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACE,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[63932] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1872), 1,
|
|
sym_identifier,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1914), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1713), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1810), 2,
|
|
sym_method_elem,
|
|
sym_type_elem,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[63997] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1916), 3,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[64056] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1872), 1,
|
|
sym_identifier,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1918), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1713), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1994), 2,
|
|
sym_method_elem,
|
|
sym_type_elem,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[64121] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1009), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1920), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2075), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[64184] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1872), 1,
|
|
sym_identifier,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1922), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1713), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1762), 2,
|
|
sym_method_elem,
|
|
sym_type_elem,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[64249] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1872), 1,
|
|
sym_identifier,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1924), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1713), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1994), 2,
|
|
sym_method_elem,
|
|
sym_type_elem,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[64314] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1764), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1926), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[64375] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1928), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1930), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2080), 1,
|
|
aux_sym_dynamic_class_attribute_value_repeat1,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[64438] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1872), 1,
|
|
sym_identifier,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1932), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1713), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1751), 2,
|
|
sym_method_elem,
|
|
sym_type_elem,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[64503] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1684), 1,
|
|
sym_identifier,
|
|
ACTIONS(1690), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2257), 2,
|
|
sym_parameter_declaration,
|
|
sym_variadic_parameter_declaration,
|
|
STATE(2260), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[64568] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1872), 1,
|
|
sym_identifier,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1934), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1713), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1994), 2,
|
|
sym_method_elem,
|
|
sym_type_elem,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[64633] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1872), 1,
|
|
sym_identifier,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1936), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1713), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1994), 2,
|
|
sym_method_elem,
|
|
sym_type_elem,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[64698] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(864), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1938), 1,
|
|
anon_sym_EQ,
|
|
STATE(895), 1,
|
|
aux_sym_var_spec_repeat1,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1528), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[64765] = 20,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(864), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1940), 1,
|
|
anon_sym_EQ,
|
|
STATE(1250), 1,
|
|
aux_sym_var_spec_repeat1,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1537), 1,
|
|
sym__simple_type,
|
|
STATE(1549), 1,
|
|
sym_parenthesized_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[64834] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1053), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(1055), 26,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PIPE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[64869] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1942), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1944), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[64929] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1946), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1948), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[64989] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1950), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(1952), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[65049] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(33), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(1525), 1,
|
|
sym_block,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[65109] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(257), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(1808), 1,
|
|
sym_block,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[65169] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1954), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2325), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[65233] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1956), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(1958), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[65293] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1640), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_COLON,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[65351] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1960), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2325), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[65415] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1962), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2325), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[65479] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1964), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(1966), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[65539] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(327), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(1335), 1,
|
|
sym_component_block,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[65599] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1968), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1970), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[65659] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1043), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(1785), 1,
|
|
sym_conditional_attribute_block,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[65719] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1196), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[65777] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1972), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(740), 1,
|
|
sym_block,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1818), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[65841] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1974), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1976), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[65901] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1363), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1978), 1,
|
|
anon_sym_DOT_DOT_DOT,
|
|
ACTIONS(1980), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[65961] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1982), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(1984), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[66021] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1986), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2325), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[66085] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1988), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2325), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[66149] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1990), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(1992), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[66209] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1994), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[66267] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1996), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2325), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[66331] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(1998), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2000), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[66391] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2002), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2004), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[66451] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(347), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(1191), 1,
|
|
sym_component_block,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[66511] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2006), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(2008), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1037), 1,
|
|
sym_type_parameter_list,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1535), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[66575] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2010), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1306), 1,
|
|
aux_sym_field_declaration_repeat1,
|
|
STATE(1518), 1,
|
|
sym_parenthesized_type,
|
|
STATE(1522), 1,
|
|
sym__simple_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[66641] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2012), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2014), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[66701] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1196), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[66759] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2016), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(532), 1,
|
|
sym_block,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1865), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[66823] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2018), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2020), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[66883] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2022), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2024), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[66943] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2026), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2325), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[67007] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1872), 1,
|
|
sym_identifier,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1713), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1994), 2,
|
|
sym_method_elem,
|
|
sym_type_elem,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[67069] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2028), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2030), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[67129] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1900), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2032), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(2034), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(970), 1,
|
|
sym_type_parameter_list,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1989), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[67193] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2036), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2325), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[67257] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2038), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2040), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[67317] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2042), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(588), 1,
|
|
sym_block,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1893), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[67381] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2044), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2046), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[67441] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2048), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2050), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[67501] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2052), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2054), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[67561] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2056), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2058), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[67621] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2060), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(794), 1,
|
|
sym_block,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1918), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[67685] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2062), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2064), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[67745] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2066), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2068), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[67805] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2070), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2072), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[67865] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2074), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2076), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[67925] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(257), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(456), 1,
|
|
sym_block,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1944), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[67989] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2078), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2080), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[68049] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2082), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2084), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[68109] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2086), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2088), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[68169] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2090), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2092), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[68229] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2094), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(837), 1,
|
|
sym_block,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1967), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[68293] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2096), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(2098), 1,
|
|
anon_sym_COMMA,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[68353] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2100), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2102), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[68413] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2104), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2106), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[68473] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2108), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2110), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[68533] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(33), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2112), 1,
|
|
sym_identifier,
|
|
STATE(425), 1,
|
|
sym_block,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1816), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[68597] = 19,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(864), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1250), 1,
|
|
aux_sym_var_spec_repeat1,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2254), 1,
|
|
sym_parenthesized_type,
|
|
STATE(2255), 1,
|
|
sym__simple_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[68663] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1141), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(1705), 1,
|
|
sym_conditional_attribute_block,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[68723] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(33), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(425), 1,
|
|
sym_block,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1816), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[68787] = 18,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(33), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2114), 1,
|
|
sym_identifier,
|
|
STATE(425), 1,
|
|
sym_block,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1816), 2,
|
|
sym_parameter_list,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[68851] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(345), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(1331), 1,
|
|
sym_component_block,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[68911] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2116), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(2118), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[68971] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2120), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[69028] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2122), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[69085] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2124), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[69146] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2126), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[69207] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2128), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[69268] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2130), 1,
|
|
anon_sym_type,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2365), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[69329] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1894), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1900), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2132), 1,
|
|
anon_sym_EQ,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2022), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[69390] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2134), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[69447] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2136), 1,
|
|
anon_sym_type,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2365), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[69508] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2138), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[69569] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2140), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[69626] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2142), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[69687] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2144), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[69744] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2146), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[69801] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2148), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[69858] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2150), 1,
|
|
anon_sym_COLON,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[69915] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2152), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[69972] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2154), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[70029] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2156), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2083), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[70090] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2325), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[70151] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
STATE(2118), 1,
|
|
aux_sym_dynamic_class_attribute_value_repeat1,
|
|
ACTIONS(877), 5,
|
|
anon_sym_PIPE,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 19,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[70186] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2158), 1,
|
|
anon_sym_SEMI,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[70243] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2160), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[70304] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2176), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[70365] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2162), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[70422] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2164), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[70483] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2166), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2155), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[70544] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2168), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[70605] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2170), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[70666] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2172), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[70723] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2174), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[70780] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2176), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[70837] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2178), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[70894] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2180), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[70951] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2182), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2151), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[71012] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2184), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[71073] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2186), 1,
|
|
anon_sym_type,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2538), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[71134] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2188), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[71191] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2190), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[71252] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2192), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[71309] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2194), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[71370] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2196), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[71427] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2198), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[71484] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2200), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[71541] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2202), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[71598] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2204), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[71655] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2206), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2218), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[71716] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2208), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[71773] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2210), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[71830] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2212), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[71887] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2214), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[71948] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2216), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[72005] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2218), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[72066] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2220), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[72123] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2222), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[72180] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2224), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[72237] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2226), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[72294] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2228), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[72351] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2230), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2085), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[72412] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2232), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[72469] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2234), 1,
|
|
anon_sym_SEMI,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[72526] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2236), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[72583] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2238), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[72644] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2240), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[72701] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2242), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[72762] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2244), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2143), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[72823] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2246), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[72880] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2248), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[72937] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2250), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[72994] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2252), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2071), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[73055] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2254), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[73112] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2256), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2158), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[73173] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2072), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[73234] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2258), 1,
|
|
anon_sym_EQ,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1548), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[73295] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2260), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[73352] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
STATE(2132), 1,
|
|
aux_sym_dynamic_class_attribute_value_repeat1,
|
|
ACTIONS(877), 5,
|
|
anon_sym_PIPE,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 19,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[73387] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2062), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[73448] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2262), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[73505] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2264), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[73562] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
STATE(2080), 1,
|
|
aux_sym_dynamic_class_attribute_value_repeat1,
|
|
ACTIONS(877), 5,
|
|
anon_sym_PIPE,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 19,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[73597] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(2224), 1,
|
|
sym_type_elem,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1995), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[73658] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1640), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[73715] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2266), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[73772] = 17,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2268), 1,
|
|
anon_sym_type,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2365), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[73833] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2270), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[73890] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1810), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1820), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1822), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2272), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1814), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1818), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1812), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1816), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1806), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[73947] = 15,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1702), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1768), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1778), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1780), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2274), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1772), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1776), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1770), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1774), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1766), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[74004] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2426), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74062] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2088), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74120] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1732), 1,
|
|
sym_identifier,
|
|
ACTIONS(1734), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1740), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1742), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2278), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2280), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2284), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1541), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1579), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74178] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2286), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1310), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74236] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1281), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74294] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2429), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74352] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1290), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74410] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1531), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74468] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1492), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74526] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1746), 1,
|
|
sym_identifier,
|
|
ACTIONS(1748), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1754), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1756), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2288), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2290), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2292), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1536), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1695), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74584] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1746), 1,
|
|
sym_identifier,
|
|
ACTIONS(1748), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1754), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1756), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2288), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2290), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2292), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1536), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1698), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74642] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1492), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74700] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2508), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74758] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2294), 1,
|
|
anon_sym_chan,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1474), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74816] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2296), 1,
|
|
anon_sym_chan,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1316), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74874] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2286), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1336), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74932] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2298), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1486), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[74990] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1746), 1,
|
|
sym_identifier,
|
|
ACTIONS(1748), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1754), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1756), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2288), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2290), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2292), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1536), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1703), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75048] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2372), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75106] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(851), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1474), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75164] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2300), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1486), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75222] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1608), 1,
|
|
sym_identifier,
|
|
ACTIONS(1614), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1628), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1630), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2302), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2304), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2306), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1545), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1626), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75280] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1732), 1,
|
|
sym_identifier,
|
|
ACTIONS(1734), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1740), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1742), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2278), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2280), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2284), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1541), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1610), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75338] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1276), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75396] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1732), 1,
|
|
sym_identifier,
|
|
ACTIONS(1734), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1740), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1742), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2278), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2280), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2284), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1541), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1615), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75454] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2308), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(877), 5,
|
|
anon_sym_PIPE,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(872), 17,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
anon_sym_AMP_AMP,
|
|
anon_sym_PIPE_PIPE,
|
|
[75488] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1274), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75546] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1746), 1,
|
|
sym_identifier,
|
|
ACTIONS(1748), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1754), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1756), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2288), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2290), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2292), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1536), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1670), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75604] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2300), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1458), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75662] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1240), 1,
|
|
sym_identifier,
|
|
ACTIONS(1248), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1254), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1256), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2311), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2313), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2315), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1247), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1310), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75720] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2165), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75778] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1240), 1,
|
|
sym_identifier,
|
|
ACTIONS(1248), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1254), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1256), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2311), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2313), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2317), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1247), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1281), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75836] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2524), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75894] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1240), 1,
|
|
sym_identifier,
|
|
ACTIONS(1248), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1254), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1256), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2311), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2313), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2317), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1247), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1290), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[75952] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1894), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1900), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2319), 1,
|
|
anon_sym_chan,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1689), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76010] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1894), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2321), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1690), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76068] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1495), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76126] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1480), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76184] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1460), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76242] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1333), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76300] = 14,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1367), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1519), 1,
|
|
anon_sym_PIPE,
|
|
ACTIONS(1529), 1,
|
|
anon_sym_AMP_AMP,
|
|
ACTIONS(1704), 1,
|
|
anon_sym_PIPE_PIPE,
|
|
ACTIONS(2323), 1,
|
|
anon_sym_DOT,
|
|
STATE(628), 1,
|
|
sym_argument_list,
|
|
STATE(2334), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1523), 2,
|
|
anon_sym_AMP,
|
|
anon_sym_SLASH,
|
|
ACTIONS(1527), 2,
|
|
anon_sym_LT,
|
|
anon_sym_GT,
|
|
ACTIONS(1521), 3,
|
|
anon_sym_PLUS,
|
|
anon_sym_DASH,
|
|
anon_sym_CARET,
|
|
ACTIONS(1525), 4,
|
|
anon_sym_EQ_EQ,
|
|
anon_sym_BANG_EQ,
|
|
anon_sym_LT_EQ,
|
|
anon_sym_GT_EQ,
|
|
ACTIONS(1517), 5,
|
|
anon_sym_STAR,
|
|
anon_sym_PERCENT,
|
|
anon_sym_LT_LT,
|
|
anon_sym_GT_GT,
|
|
anon_sym_AMP_CARET,
|
|
[76354] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2169), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76412] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1483), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76470] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1608), 1,
|
|
sym_identifier,
|
|
ACTIONS(1614), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1628), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1630), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2302), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2304), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2325), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1545), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1582), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76528] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1608), 1,
|
|
sym_identifier,
|
|
ACTIONS(1614), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1628), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1630), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2302), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2304), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2306), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1545), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1596), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76586] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1608), 1,
|
|
sym_identifier,
|
|
ACTIONS(1614), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1628), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1630), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2302), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2304), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2306), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1545), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1598), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76644] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1894), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1900), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1695), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76702] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1894), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1900), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1698), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76760] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2413), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76818] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1480), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76876] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1544), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76934] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1732), 1,
|
|
sym_identifier,
|
|
ACTIONS(1734), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1740), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1742), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2278), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2280), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2327), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1541), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1582), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[76992] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1732), 1,
|
|
sym_identifier,
|
|
ACTIONS(1734), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1740), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1742), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2278), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2280), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2284), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1541), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1596), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77050] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1240), 1,
|
|
sym_identifier,
|
|
ACTIONS(1248), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1254), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1256), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2311), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2313), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2317), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1247), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1295), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77108] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1732), 1,
|
|
sym_identifier,
|
|
ACTIONS(1734), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1740), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1742), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2278), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2280), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2284), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1541), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1598), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77166] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(37), 1,
|
|
anon_sym_map,
|
|
ACTIONS(39), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1553), 1,
|
|
sym_identifier,
|
|
ACTIONS(1557), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1559), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1561), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1563), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1450), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1465), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77224] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2298), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1458), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77282] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1460), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77340] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1495), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77398] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1894), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1900), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1703), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77456] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2375), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77514] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1894), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2321), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1674), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77572] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1894), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1900), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1684), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77630] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1465), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77688] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1894), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1900), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1686), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77746] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2094), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77804] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1608), 1,
|
|
sym_identifier,
|
|
ACTIONS(1614), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1628), 1,
|
|
anon_sym_map,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2302), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2304), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2306), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2329), 1,
|
|
anon_sym_chan,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1545), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1600), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77862] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1894), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1900), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2021), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77920] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1746), 1,
|
|
sym_identifier,
|
|
ACTIONS(1748), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1754), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1756), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2288), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2290), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2331), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1536), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1674), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[77978] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1206), 1,
|
|
sym_identifier,
|
|
ACTIONS(1218), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1230), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1232), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1876), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1878), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1884), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1255), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1786), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78036] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1746), 1,
|
|
sym_identifier,
|
|
ACTIONS(1748), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1754), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1756), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2288), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2290), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2292), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1536), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1684), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78094] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1746), 1,
|
|
sym_identifier,
|
|
ACTIONS(1748), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1754), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1756), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2288), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2290), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2292), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1536), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1686), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78152] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1706), 1,
|
|
sym_identifier,
|
|
ACTIONS(1710), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1722), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1724), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1894), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1896), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(1900), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1524), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2041), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78210] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2213), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78268] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1732), 1,
|
|
sym_identifier,
|
|
ACTIONS(1734), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1740), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1742), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2278), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2280), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2284), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1541), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1626), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78326] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1240), 1,
|
|
sym_identifier,
|
|
ACTIONS(1248), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1254), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2311), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2313), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2317), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2333), 1,
|
|
anon_sym_chan,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1247), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1316), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78384] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1240), 1,
|
|
sym_identifier,
|
|
ACTIONS(1248), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1254), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1256), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2311), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2313), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2315), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1247), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1336), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78442] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1608), 1,
|
|
sym_identifier,
|
|
ACTIONS(1614), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1628), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1630), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2302), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2304), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2306), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1545), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1610), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78500] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1608), 1,
|
|
sym_identifier,
|
|
ACTIONS(1614), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1628), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1630), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2302), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2304), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2306), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1545), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1615), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78558] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2387), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78616] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2084), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78674] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1240), 1,
|
|
sym_identifier,
|
|
ACTIONS(1248), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1254), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1256), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2311), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2313), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2317), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1247), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1276), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78732] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2365), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78790] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1240), 1,
|
|
sym_identifier,
|
|
ACTIONS(1248), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1254), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1256), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2311), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2313), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2317), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1247), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1274), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78848] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2245), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78906] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2250), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[78964] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2557), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79022] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2078), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79080] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2516), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79138] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1224), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1228), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1240), 1,
|
|
sym_identifier,
|
|
ACTIONS(1248), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1254), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1256), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1874), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1880), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2311), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2313), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2317), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1277), 1,
|
|
sym_map_type,
|
|
STATE(1247), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1333), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1271), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79196] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2390), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79254] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2431), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79312] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2154), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79370] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2538), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79428] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2419), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79486] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2091), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79544] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2453), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79602] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2519), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79660] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2157), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79718] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1746), 1,
|
|
sym_identifier,
|
|
ACTIONS(1748), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1754), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2288), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2290), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2292), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2335), 1,
|
|
anon_sym_chan,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1536), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1689), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79776] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2414), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79834] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1716), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1720), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1746), 1,
|
|
sym_identifier,
|
|
ACTIONS(1748), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1754), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1756), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(1890), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1898), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2288), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2290), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2331), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1671), 1,
|
|
sym_map_type,
|
|
STATE(1536), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1690), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1666), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79892] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1732), 1,
|
|
sym_identifier,
|
|
ACTIONS(1734), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1740), 1,
|
|
anon_sym_map,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2278), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2280), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2284), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2337), 1,
|
|
anon_sym_chan,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1541), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1600), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[79950] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2436), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[80008] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2222), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[80066] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2371), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[80124] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1732), 1,
|
|
sym_identifier,
|
|
ACTIONS(1734), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1740), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1742), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2278), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2280), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2327), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1541), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1601), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[80182] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(29), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(35), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(855), 1,
|
|
sym_identifier,
|
|
ACTIONS(866), 1,
|
|
anon_sym_func,
|
|
ACTIONS(879), 1,
|
|
anon_sym_map,
|
|
ACTIONS(881), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(883), 1,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(1565), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(1567), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(1595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1459), 1,
|
|
sym_map_type,
|
|
STATE(1470), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(2562), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1467), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[80240] = 16,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1608), 1,
|
|
sym_identifier,
|
|
ACTIONS(1614), 1,
|
|
anon_sym_func,
|
|
ACTIONS(1620), 1,
|
|
anon_sym_struct,
|
|
ACTIONS(1626), 1,
|
|
anon_sym_interface,
|
|
ACTIONS(1628), 1,
|
|
anon_sym_map,
|
|
ACTIONS(1630), 1,
|
|
anon_sym_chan,
|
|
ACTIONS(2276), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2282), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2302), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2304), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2325), 1,
|
|
anon_sym_LT_DASH,
|
|
STATE(1580), 1,
|
|
sym_map_type,
|
|
STATE(1545), 2,
|
|
sym_negated_type,
|
|
sym_qualified_type,
|
|
STATE(1601), 2,
|
|
sym_parenthesized_type,
|
|
sym__simple_type,
|
|
STATE(1576), 8,
|
|
sym_generic_type,
|
|
sym_pointer_type,
|
|
sym_array_type,
|
|
sym_slice_type,
|
|
sym_struct_type,
|
|
sym_interface_type,
|
|
sym_channel_type,
|
|
sym_function_type,
|
|
[80298] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2341), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2339), 22,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_interface,
|
|
anon_sym_PIPE,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_identifier,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[80329] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2345), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2343), 22,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_interface,
|
|
anon_sym_PIPE,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_identifier,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[80360] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2349), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2347), 22,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_interface,
|
|
anon_sym_PIPE,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_identifier,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[80391] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2353), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2351), 22,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_interface,
|
|
anon_sym_PIPE,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_identifier,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[80422] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2357), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2359), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1164), 1,
|
|
aux_sym_const_spec_repeat1,
|
|
ACTIONS(2355), 17,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_identifier,
|
|
[80454] = 8,
|
|
ACTIONS(2364), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2366), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2368), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1211), 1,
|
|
sym_argument_list,
|
|
STATE(1212), 1,
|
|
sym_literal_value,
|
|
STATE(2351), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2370), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2362), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[80492] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2357), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2355), 18,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_identifier,
|
|
[80519] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2347), 6,
|
|
anon_sym_func,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
sym_identifier,
|
|
ACTIONS(2349), 12,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_TILDE,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON,
|
|
[80545] = 8,
|
|
ACTIONS(2366), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2372), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2374), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1312), 1,
|
|
sym_argument_list,
|
|
STATE(1314), 1,
|
|
sym_literal_value,
|
|
STATE(2272), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2370), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2362), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[80581] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2351), 6,
|
|
anon_sym_func,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
sym_identifier,
|
|
ACTIONS(2353), 12,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_TILDE,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON,
|
|
[80607] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2357), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2376), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1170), 1,
|
|
aux_sym_const_spec_repeat1,
|
|
ACTIONS(2355), 15,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
sym_identifier,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[80637] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2343), 6,
|
|
anon_sym_func,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
sym_identifier,
|
|
ACTIONS(2345), 12,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_TILDE,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON,
|
|
[80663] = 8,
|
|
ACTIONS(2366), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2379), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2381), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1293), 1,
|
|
sym_argument_list,
|
|
STATE(1334), 1,
|
|
sym_literal_value,
|
|
STATE(2322), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2370), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2362), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[80699] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2339), 6,
|
|
anon_sym_func,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
sym_identifier,
|
|
ACTIONS(2341), 12,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_TILDE,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_LT_DASH,
|
|
anon_sym_COLON,
|
|
[80725] = 2,
|
|
ACTIONS(2385), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2383), 15,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[80748] = 3,
|
|
ACTIONS(2387), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2385), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2383), 14,
|
|
sym_switch_element_text,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[80773] = 6,
|
|
ACTIONS(2389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2391), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1184), 1,
|
|
aux_sym_component_import_repeat1,
|
|
STATE(1243), 1,
|
|
sym_component_block,
|
|
ACTIONS(2395), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2393), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[80804] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2357), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2355), 16,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
sym_identifier,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[80829] = 6,
|
|
ACTIONS(2389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2391), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1180), 1,
|
|
aux_sym_component_import_repeat1,
|
|
STATE(1263), 1,
|
|
sym_component_block,
|
|
ACTIONS(2399), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2397), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[80860] = 6,
|
|
ACTIONS(2389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2391), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1176), 1,
|
|
aux_sym_component_import_repeat1,
|
|
STATE(1239), 1,
|
|
sym_component_block,
|
|
ACTIONS(2403), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2401), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[80891] = 6,
|
|
ACTIONS(2389), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2391), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1184), 1,
|
|
aux_sym_component_import_repeat1,
|
|
STATE(1231), 1,
|
|
sym_component_block,
|
|
ACTIONS(2407), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2405), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[80922] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2341), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2339), 14,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_LBRACE,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
sym_identifier,
|
|
[80946] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2353), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2351), 14,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_LBRACE,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
sym_identifier,
|
|
[80970] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2353), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2351), 15,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
sym_identifier,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[80994] = 4,
|
|
ACTIONS(2409), 1,
|
|
anon_sym_DOT,
|
|
STATE(1184), 1,
|
|
aux_sym_component_import_repeat1,
|
|
ACTIONS(2412), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2414), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81020] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2345), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2343), 15,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
sym_identifier,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[81044] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2349), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2347), 15,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
sym_identifier,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[81068] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2349), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2347), 14,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_LBRACE,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
sym_identifier,
|
|
[81092] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2341), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2339), 15,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
sym_identifier,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[81116] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2345), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2343), 14,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LPAREN,
|
|
anon_sym_func,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_struct,
|
|
anon_sym_TILDE,
|
|
anon_sym_LBRACE,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
anon_sym_LT_DASH,
|
|
sym_identifier,
|
|
[81140] = 6,
|
|
ACTIONS(2416), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2418), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1213), 1,
|
|
aux_sym_component_import_repeat1,
|
|
STATE(1350), 1,
|
|
sym_component_block,
|
|
ACTIONS(2403), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2401), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81169] = 3,
|
|
ACTIONS(2424), 1,
|
|
anon_sym_else,
|
|
ACTIONS(2420), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2422), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81192] = 3,
|
|
ACTIONS(2426), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2385), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2383), 12,
|
|
sym_element_text,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81215] = 2,
|
|
ACTIONS(1059), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1057), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81236] = 2,
|
|
ACTIONS(1079), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1077), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81257] = 2,
|
|
ACTIONS(2428), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2430), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81278] = 3,
|
|
ACTIONS(2436), 1,
|
|
anon_sym_else,
|
|
ACTIONS(2432), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2434), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81301] = 2,
|
|
ACTIONS(2440), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2438), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81322] = 6,
|
|
ACTIONS(2442), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2444), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1210), 1,
|
|
aux_sym_component_import_repeat1,
|
|
STATE(1373), 1,
|
|
sym_component_block,
|
|
ACTIONS(2403), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2401), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81351] = 2,
|
|
ACTIONS(2385), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2383), 13,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81372] = 6,
|
|
ACTIONS(2442), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2444), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1201), 1,
|
|
aux_sym_component_import_repeat1,
|
|
STATE(1406), 1,
|
|
sym_component_block,
|
|
ACTIONS(2399), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2397), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81401] = 6,
|
|
ACTIONS(2442), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2444), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1230), 1,
|
|
aux_sym_component_import_repeat1,
|
|
STATE(1372), 1,
|
|
sym_component_block,
|
|
ACTIONS(2407), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2405), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81430] = 3,
|
|
ACTIONS(2446), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2385), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2383), 12,
|
|
sym_element_text,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81453] = 2,
|
|
ACTIONS(1099), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1097), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81474] = 2,
|
|
ACTIONS(1153), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1151), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81495] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1212), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1597), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2450), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1326), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2448), 11,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[81524] = 2,
|
|
ACTIONS(1119), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1117), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81545] = 6,
|
|
ACTIONS(2416), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2418), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1221), 1,
|
|
aux_sym_component_import_repeat1,
|
|
STATE(1404), 1,
|
|
sym_component_block,
|
|
ACTIONS(2399), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2397), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81574] = 2,
|
|
ACTIONS(2452), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2454), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81595] = 2,
|
|
ACTIONS(1107), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1105), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81616] = 6,
|
|
ACTIONS(2442), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2444), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1230), 1,
|
|
aux_sym_component_import_repeat1,
|
|
STATE(1408), 1,
|
|
sym_component_block,
|
|
ACTIONS(2395), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2393), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81645] = 2,
|
|
ACTIONS(2458), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2456), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81666] = 2,
|
|
ACTIONS(2462), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2460), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81687] = 6,
|
|
ACTIONS(2416), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2418), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1259), 1,
|
|
aux_sym_component_import_repeat1,
|
|
STATE(1356), 1,
|
|
sym_component_block,
|
|
ACTIONS(2395), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2393), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81716] = 2,
|
|
ACTIONS(1127), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1125), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81737] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1212), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1597), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2464), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1326), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2448), 11,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[81766] = 2,
|
|
ACTIONS(1047), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1045), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81787] = 2,
|
|
ACTIONS(2469), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2467), 13,
|
|
sym_switch_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81808] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(999), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1220), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2471), 13,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[81833] = 2,
|
|
ACTIONS(2385), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2383), 13,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81854] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2473), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1220), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(1196), 13,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[81879] = 6,
|
|
ACTIONS(2416), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2418), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1259), 1,
|
|
aux_sym_component_import_repeat1,
|
|
STATE(1341), 1,
|
|
sym_component_block,
|
|
ACTIONS(2407), 2,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2405), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81908] = 2,
|
|
ACTIONS(2476), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2478), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81928] = 2,
|
|
ACTIONS(2480), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2482), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81948] = 2,
|
|
ACTIONS(2484), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2486), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81968] = 2,
|
|
ACTIONS(2488), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2490), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[81988] = 2,
|
|
ACTIONS(2492), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2494), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82008] = 2,
|
|
ACTIONS(2496), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2498), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82028] = 2,
|
|
ACTIONS(2500), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2502), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82048] = 2,
|
|
ACTIONS(2504), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2506), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82068] = 4,
|
|
ACTIONS(2508), 1,
|
|
anon_sym_DOT,
|
|
STATE(1230), 1,
|
|
aux_sym_component_import_repeat1,
|
|
ACTIONS(2412), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2414), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82092] = 2,
|
|
ACTIONS(2511), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2513), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82112] = 2,
|
|
ACTIONS(2515), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2517), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82132] = 2,
|
|
ACTIONS(2519), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2521), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82152] = 2,
|
|
ACTIONS(2523), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2525), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82172] = 2,
|
|
ACTIONS(2527), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2529), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82192] = 2,
|
|
ACTIONS(2531), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2533), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82212] = 2,
|
|
ACTIONS(2535), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2537), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82232] = 2,
|
|
ACTIONS(2539), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2541), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82252] = 2,
|
|
ACTIONS(2543), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2545), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82272] = 2,
|
|
ACTIONS(2547), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2549), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82292] = 2,
|
|
ACTIONS(2551), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2553), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82312] = 2,
|
|
ACTIONS(2555), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2557), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82332] = 2,
|
|
ACTIONS(2559), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2561), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82352] = 2,
|
|
ACTIONS(2563), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2565), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82372] = 2,
|
|
ACTIONS(2567), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2569), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82392] = 2,
|
|
ACTIONS(2571), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2573), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82412] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2575), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2579), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1301), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2577), 11,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[82438] = 2,
|
|
ACTIONS(2582), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2584), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82458] = 2,
|
|
ACTIONS(2586), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2588), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82478] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2594), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1250), 1,
|
|
aux_sym_var_spec_repeat1,
|
|
ACTIONS(2590), 6,
|
|
anon_sym_func,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
sym_identifier,
|
|
ACTIONS(2592), 6,
|
|
anon_sym_LPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_TILDE,
|
|
anon_sym_LT_DASH,
|
|
[82504] = 2,
|
|
ACTIONS(2597), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2599), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82524] = 2,
|
|
ACTIONS(2601), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2603), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82544] = 2,
|
|
ACTIONS(2605), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2607), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82564] = 2,
|
|
ACTIONS(2609), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2611), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82584] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2450), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2575), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1301), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2577), 11,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[82610] = 2,
|
|
ACTIONS(2613), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2615), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82630] = 2,
|
|
ACTIONS(2617), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2619), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82650] = 2,
|
|
ACTIONS(2621), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2623), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82670] = 4,
|
|
ACTIONS(2625), 1,
|
|
anon_sym_DOT,
|
|
STATE(1259), 1,
|
|
aux_sym_component_import_repeat1,
|
|
ACTIONS(2412), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2414), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82694] = 2,
|
|
ACTIONS(2628), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2630), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82714] = 2,
|
|
ACTIONS(2632), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2634), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82734] = 2,
|
|
ACTIONS(2636), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2638), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82754] = 2,
|
|
ACTIONS(2640), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2642), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82774] = 2,
|
|
ACTIONS(2644), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2646), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82794] = 2,
|
|
ACTIONS(2648), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2650), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82814] = 2,
|
|
ACTIONS(2652), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2654), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82834] = 2,
|
|
ACTIONS(2656), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2658), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82854] = 2,
|
|
ACTIONS(2660), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2662), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82874] = 2,
|
|
ACTIONS(2664), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2666), 12,
|
|
sym_switch_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[82894] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2668), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2670), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[82915] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2575), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2577), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[82936] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2672), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2674), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[82957] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2676), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2678), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[82978] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2680), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2682), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[82999] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2684), 6,
|
|
anon_sym_func,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
sym_identifier,
|
|
ACTIONS(2686), 7,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_TILDE,
|
|
anon_sym_LT_DASH,
|
|
[83020] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2688), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2690), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83041] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2692), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2694), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83062] = 2,
|
|
ACTIONS(1153), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1151), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83081] = 2,
|
|
ACTIONS(1127), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1125), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83100] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2698), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(2696), 12,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[83121] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2700), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2702), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83142] = 3,
|
|
ACTIONS(2704), 1,
|
|
anon_sym_else,
|
|
ACTIONS(2432), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2434), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83163] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2706), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2708), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83184] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2710), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2712), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83205] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2714), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2716), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83226] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2718), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2720), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83247] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2722), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2724), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83268] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2728), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(2726), 12,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[83289] = 2,
|
|
ACTIONS(1119), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1117), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83308] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2730), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2732), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83329] = 3,
|
|
ACTIONS(2734), 1,
|
|
anon_sym_else,
|
|
ACTIONS(2432), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2434), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83350] = 2,
|
|
ACTIONS(2428), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2430), 11,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83369] = 2,
|
|
ACTIONS(2458), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2456), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83388] = 2,
|
|
ACTIONS(1099), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1097), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83407] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2736), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2738), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83428] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2740), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(2742), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(2726), 11,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[83451] = 2,
|
|
ACTIONS(1047), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1045), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83470] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2746), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(2744), 12,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[83491] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2748), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2750), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83512] = 2,
|
|
ACTIONS(2440), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2438), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83531] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2752), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2754), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83552] = 2,
|
|
ACTIONS(1107), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1105), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83571] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2756), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2758), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83592] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2760), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2762), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83613] = 2,
|
|
ACTIONS(1059), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1057), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83632] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2768), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1306), 1,
|
|
aux_sym_field_declaration_repeat1,
|
|
ACTIONS(2766), 5,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_TILDE,
|
|
anon_sym_LT_DASH,
|
|
ACTIONS(2764), 6,
|
|
anon_sym_func,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
sym_identifier,
|
|
[83657] = 2,
|
|
ACTIONS(1153), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1151), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83676] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2771), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2773), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83697] = 2,
|
|
ACTIONS(2469), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2467), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83716] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2775), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2777), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83737] = 2,
|
|
ACTIONS(1119), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1117), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83756] = 2,
|
|
ACTIONS(2458), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2456), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83775] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2779), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2781), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83796] = 2,
|
|
ACTIONS(2462), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2460), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83815] = 2,
|
|
ACTIONS(1059), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1057), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83834] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2680), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2682), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83855] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2783), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2785), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[83876] = 2,
|
|
ACTIONS(1099), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1097), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83895] = 2,
|
|
ACTIONS(2428), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2430), 11,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83914] = 2,
|
|
ACTIONS(2440), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2438), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83933] = 2,
|
|
ACTIONS(1127), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1125), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83952] = 2,
|
|
ACTIONS(1079), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1077), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83971] = 2,
|
|
ACTIONS(1107), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1105), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[83990] = 2,
|
|
ACTIONS(1047), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1045), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84009] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2789), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(2787), 12,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[84030] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2791), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2793), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[84051] = 2,
|
|
ACTIONS(2452), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2454), 11,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84070] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2795), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2797), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[84091] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2799), 1,
|
|
anon_sym_COLON_EQ,
|
|
ACTIONS(2726), 12,
|
|
anon_sym_EQ,
|
|
anon_sym_STAR_EQ,
|
|
anon_sym_SLASH_EQ,
|
|
anon_sym_PERCENT_EQ,
|
|
anon_sym_LT_LT_EQ,
|
|
anon_sym_GT_GT_EQ,
|
|
anon_sym_AMP_EQ,
|
|
anon_sym_AMP_CARET_EQ,
|
|
anon_sym_PLUS_EQ,
|
|
anon_sym_DASH_EQ,
|
|
anon_sym_PIPE_EQ,
|
|
anon_sym_CARET_EQ,
|
|
[84112] = 2,
|
|
ACTIONS(2469), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2467), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84131] = 3,
|
|
ACTIONS(2801), 1,
|
|
anon_sym_else,
|
|
ACTIONS(2420), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2422), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84152] = 2,
|
|
ACTIONS(2452), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2454), 11,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_else,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84171] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2803), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2805), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[84192] = 2,
|
|
ACTIONS(2462), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2460), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84211] = 3,
|
|
ACTIONS(2807), 1,
|
|
anon_sym_else,
|
|
ACTIONS(2420), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2422), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84232] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2680), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2682), 12,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[84253] = 2,
|
|
ACTIONS(1079), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(1077), 11,
|
|
sym_element_text,
|
|
anon_sym_DOT,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84272] = 2,
|
|
ACTIONS(2632), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2634), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84290] = 2,
|
|
ACTIONS(2527), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2529), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84308] = 2,
|
|
ACTIONS(2547), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2549), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84326] = 2,
|
|
ACTIONS(2511), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2513), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84344] = 2,
|
|
ACTIONS(2515), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2517), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84362] = 2,
|
|
ACTIONS(2519), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2521), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84380] = 2,
|
|
ACTIONS(2644), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2646), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84398] = 2,
|
|
ACTIONS(2523), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2525), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84416] = 2,
|
|
ACTIONS(2527), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2529), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84434] = 2,
|
|
ACTIONS(2531), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2533), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84452] = 2,
|
|
ACTIONS(2535), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2537), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84470] = 2,
|
|
ACTIONS(2539), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2541), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84488] = 2,
|
|
ACTIONS(2543), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2545), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84506] = 2,
|
|
ACTIONS(2500), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2502), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84524] = 2,
|
|
ACTIONS(2648), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2650), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84542] = 2,
|
|
ACTIONS(2484), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2486), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84560] = 2,
|
|
ACTIONS(2551), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2553), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84578] = 2,
|
|
ACTIONS(2555), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2557), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84596] = 2,
|
|
ACTIONS(2559), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2561), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84614] = 2,
|
|
ACTIONS(2563), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2565), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84632] = 2,
|
|
ACTIONS(2567), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2569), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84650] = 2,
|
|
ACTIONS(2531), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2533), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84668] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2809), 6,
|
|
anon_sym_func,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
sym_identifier,
|
|
ACTIONS(2811), 6,
|
|
anon_sym_LPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_TILDE,
|
|
anon_sym_LT_DASH,
|
|
[84688] = 2,
|
|
ACTIONS(2813), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2815), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84706] = 2,
|
|
ACTIONS(2535), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2537), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84724] = 2,
|
|
ACTIONS(2571), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2573), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84742] = 2,
|
|
ACTIONS(2539), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2541), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84760] = 2,
|
|
ACTIONS(2582), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2584), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84778] = 2,
|
|
ACTIONS(2547), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2549), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84796] = 2,
|
|
ACTIONS(2644), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2646), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84814] = 2,
|
|
ACTIONS(2648), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2650), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84832] = 2,
|
|
ACTIONS(2484), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2486), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84850] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2817), 6,
|
|
anon_sym_func,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
sym_identifier,
|
|
ACTIONS(2819), 6,
|
|
anon_sym_LPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_TILDE,
|
|
anon_sym_LT_DASH,
|
|
[84870] = 2,
|
|
ACTIONS(2571), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2573), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84888] = 2,
|
|
ACTIONS(2511), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2513), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84906] = 2,
|
|
ACTIONS(2543), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2545), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84924] = 2,
|
|
ACTIONS(2586), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2588), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84942] = 2,
|
|
ACTIONS(2597), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2599), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84960] = 2,
|
|
ACTIONS(2601), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2603), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84978] = 2,
|
|
ACTIONS(2605), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2607), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[84996] = 2,
|
|
ACTIONS(2586), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2588), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85014] = 2,
|
|
ACTIONS(2597), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2599), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85032] = 2,
|
|
ACTIONS(2601), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2603), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85050] = 2,
|
|
ACTIONS(2605), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2607), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85068] = 2,
|
|
ACTIONS(2551), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2553), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85086] = 2,
|
|
ACTIONS(2555), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2557), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85104] = 2,
|
|
ACTIONS(2504), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2506), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85122] = 2,
|
|
ACTIONS(2609), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2611), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85140] = 2,
|
|
ACTIONS(2496), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2498), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85158] = 2,
|
|
ACTIONS(2660), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2662), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85176] = 2,
|
|
ACTIONS(2609), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2611), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85194] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2821), 6,
|
|
anon_sym_func,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
sym_identifier,
|
|
ACTIONS(2823), 6,
|
|
anon_sym_LPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_TILDE,
|
|
anon_sym_LT_DASH,
|
|
[85214] = 2,
|
|
ACTIONS(2660), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2662), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85232] = 2,
|
|
ACTIONS(2613), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2615), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85250] = 2,
|
|
ACTIONS(2613), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2615), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85268] = 2,
|
|
ACTIONS(2617), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2619), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85286] = 2,
|
|
ACTIONS(2617), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2619), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85304] = 2,
|
|
ACTIONS(2621), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2623), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85322] = 2,
|
|
ACTIONS(2621), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2623), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85340] = 2,
|
|
ACTIONS(2628), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2630), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85358] = 2,
|
|
ACTIONS(2515), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2517), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85376] = 2,
|
|
ACTIONS(2632), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2634), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85394] = 2,
|
|
ACTIONS(2628), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2630), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85412] = 2,
|
|
ACTIONS(2825), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2827), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85430] = 2,
|
|
ACTIONS(2636), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2638), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85448] = 2,
|
|
ACTIONS(2636), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2638), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85466] = 2,
|
|
ACTIONS(2640), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2642), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85484] = 2,
|
|
ACTIONS(2519), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2521), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85502] = 2,
|
|
ACTIONS(2640), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2642), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85520] = 2,
|
|
ACTIONS(2523), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2525), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85538] = 2,
|
|
ACTIONS(2559), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2561), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85556] = 2,
|
|
ACTIONS(2563), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2565), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85574] = 2,
|
|
ACTIONS(2652), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2654), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85592] = 2,
|
|
ACTIONS(2652), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2654), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85610] = 2,
|
|
ACTIONS(2656), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2658), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85628] = 2,
|
|
ACTIONS(2656), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2658), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85646] = 2,
|
|
ACTIONS(2476), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2478), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85664] = 2,
|
|
ACTIONS(2476), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2478), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85682] = 2,
|
|
ACTIONS(2567), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2569), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85700] = 2,
|
|
ACTIONS(2480), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2482), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85718] = 2,
|
|
ACTIONS(2664), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2666), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85736] = 2,
|
|
ACTIONS(2480), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2482), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85754] = 2,
|
|
ACTIONS(2664), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2666), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85772] = 2,
|
|
ACTIONS(2488), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2490), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85790] = 2,
|
|
ACTIONS(2492), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2494), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85808] = 2,
|
|
ACTIONS(2496), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2498), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85826] = 2,
|
|
ACTIONS(2500), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2502), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85844] = 2,
|
|
ACTIONS(2504), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2506), 10,
|
|
sym_element_text,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LT_SLASH,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85862] = 2,
|
|
ACTIONS(2488), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2490), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85880] = 2,
|
|
ACTIONS(2492), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2494), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85898] = 2,
|
|
ACTIONS(2582), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_LT,
|
|
anon_sym_LT_BANG,
|
|
ACTIONS(2584), 10,
|
|
sym_element_text,
|
|
anon_sym_RBRACE,
|
|
anon_sym_if,
|
|
anon_sym_for,
|
|
anon_sym_switch,
|
|
sym_comment,
|
|
anon_sym_LT_BANG_DASH_DASH,
|
|
anon_sym_AT,
|
|
anon_sym_LBRACE_BANG,
|
|
anon_sym_LBRACE_LBRACE,
|
|
[85916] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2829), 6,
|
|
anon_sym_func,
|
|
anon_sym_struct,
|
|
anon_sym_interface,
|
|
anon_sym_map,
|
|
anon_sym_chan,
|
|
sym_identifier,
|
|
ACTIONS(2831), 6,
|
|
anon_sym_LPAREN,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_STAR,
|
|
anon_sym_TILDE,
|
|
anon_sym_LT_DASH,
|
|
[85936] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2833), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2838), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2841), 1,
|
|
sym_attribute_name,
|
|
STATE(1552), 1,
|
|
sym_expression,
|
|
ACTIONS(2836), 2,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1430), 5,
|
|
sym__attribute,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_tag_start_repeat1,
|
|
[85963] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2844), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2846), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(2848), 1,
|
|
anon_sym_SLASH_GT,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2852), 1,
|
|
sym_attribute_name,
|
|
STATE(1552), 1,
|
|
sym_expression,
|
|
STATE(1433), 5,
|
|
sym__attribute,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_tag_start_repeat1,
|
|
[85992] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2844), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2852), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2854), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(2856), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1552), 1,
|
|
sym_expression,
|
|
STATE(1434), 5,
|
|
sym__attribute,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_tag_start_repeat1,
|
|
[86021] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2844), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2852), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2858), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(2860), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1552), 1,
|
|
sym_expression,
|
|
STATE(1430), 5,
|
|
sym__attribute,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_tag_start_repeat1,
|
|
[86050] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2844), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2852), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2862), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(2864), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1552), 1,
|
|
sym_expression,
|
|
STATE(1430), 5,
|
|
sym__attribute,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_tag_start_repeat1,
|
|
[86079] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2844), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2852), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2854), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(2866), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1552), 1,
|
|
sym_expression,
|
|
STATE(1443), 5,
|
|
sym__attribute,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_tag_start_repeat1,
|
|
[86108] = 9,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1212), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1236), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(1238), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2450), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2868), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1326), 1,
|
|
sym_type_arguments,
|
|
STATE(1972), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
ACTIONS(2870), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[86139] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2844), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2852), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2858), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(2872), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1552), 1,
|
|
sym_expression,
|
|
STATE(1430), 5,
|
|
sym__attribute,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_tag_start_repeat1,
|
|
[86168] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2874), 1,
|
|
sym_identifier,
|
|
ACTIONS(2876), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2878), 1,
|
|
sym_blank_identifier,
|
|
ACTIONS(2880), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2882), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(2884), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1830), 1,
|
|
sym_dot,
|
|
STATE(1853), 2,
|
|
sym_import_spec,
|
|
sym_import_spec_list,
|
|
STATE(1864), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[86201] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2844), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2852), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2862), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(2886), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1552), 1,
|
|
sym_expression,
|
|
STATE(1430), 5,
|
|
sym__attribute,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_tag_start_repeat1,
|
|
[86230] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2876), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2888), 1,
|
|
sym_identifier,
|
|
ACTIONS(2890), 1,
|
|
sym_blank_identifier,
|
|
ACTIONS(2892), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1971), 1,
|
|
sym_dot,
|
|
STATE(1936), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
STATE(2204), 2,
|
|
sym_import_spec,
|
|
sym_import_spec_list,
|
|
[86263] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2844), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2852), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2858), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(2894), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1552), 1,
|
|
sym_expression,
|
|
STATE(1430), 5,
|
|
sym__attribute,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_tag_start_repeat1,
|
|
[86292] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2896), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2898), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1597), 8,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[86315] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2844), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2852), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2862), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(2901), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1552), 1,
|
|
sym_expression,
|
|
STATE(1430), 5,
|
|
sym__attribute,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_tag_start_repeat1,
|
|
[86344] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2844), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2846), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2852), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2903), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1552), 1,
|
|
sym_expression,
|
|
STATE(1437), 5,
|
|
sym__attribute,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_tag_start_repeat1,
|
|
[86373] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2844), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2852), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2854), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(2905), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1552), 1,
|
|
sym_expression,
|
|
STATE(1439), 5,
|
|
sym__attribute,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_tag_start_repeat1,
|
|
[86402] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2844), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2846), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2852), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2907), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1552), 1,
|
|
sym_expression,
|
|
STATE(1441), 5,
|
|
sym__attribute,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_tag_start_repeat1,
|
|
[86431] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2366), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2896), 1,
|
|
anon_sym_DOT,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1597), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[86453] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2876), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2888), 1,
|
|
sym_identifier,
|
|
ACTIONS(2890), 1,
|
|
sym_blank_identifier,
|
|
ACTIONS(2909), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1930), 1,
|
|
sym_import_spec,
|
|
STATE(1971), 1,
|
|
sym_dot,
|
|
STATE(1936), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[86485] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2876), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2888), 1,
|
|
sym_identifier,
|
|
ACTIONS(2890), 1,
|
|
sym_blank_identifier,
|
|
ACTIONS(2911), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1930), 1,
|
|
sym_import_spec,
|
|
STATE(1971), 1,
|
|
sym_dot,
|
|
STATE(1936), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[86517] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2913), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1494), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2575), 8,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[86537] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2876), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2888), 1,
|
|
sym_identifier,
|
|
ACTIONS(2890), 1,
|
|
sym_blank_identifier,
|
|
ACTIONS(2916), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1930), 1,
|
|
sym_import_spec,
|
|
STATE(1971), 1,
|
|
sym_dot,
|
|
STATE(1936), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[86569] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2876), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2888), 1,
|
|
sym_identifier,
|
|
ACTIONS(2890), 1,
|
|
sym_blank_identifier,
|
|
ACTIONS(2918), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1774), 1,
|
|
sym_import_spec,
|
|
STATE(1971), 1,
|
|
sym_dot,
|
|
STATE(1936), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[86601] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2876), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2888), 1,
|
|
sym_identifier,
|
|
ACTIONS(2890), 1,
|
|
sym_blank_identifier,
|
|
ACTIONS(2920), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1930), 1,
|
|
sym_import_spec,
|
|
STATE(1971), 1,
|
|
sym_dot,
|
|
STATE(1936), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[86633] = 8,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1236), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(1238), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2450), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2922), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1301), 1,
|
|
sym_type_arguments,
|
|
STATE(2019), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
ACTIONS(2924), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[86661] = 8,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1212), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(1246), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(1597), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2450), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(756), 1,
|
|
sym_parameter_list,
|
|
STATE(1326), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2448), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
[86689] = 8,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1236), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(1238), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2450), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(2926), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1301), 1,
|
|
sym_type_arguments,
|
|
STATE(1973), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
ACTIONS(2928), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[86717] = 10,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2876), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2888), 1,
|
|
sym_identifier,
|
|
ACTIONS(2890), 1,
|
|
sym_blank_identifier,
|
|
ACTIONS(2930), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1781), 1,
|
|
sym_import_spec,
|
|
STATE(1971), 1,
|
|
sym_dot,
|
|
STATE(1936), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[86749] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2775), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[86764] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2692), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[86779] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2680), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[86794] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2672), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[86809] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2932), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2934), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2936), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2938), 1,
|
|
sym_attribute_name,
|
|
STATE(1642), 1,
|
|
sym_expression,
|
|
STATE(1493), 4,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_conditional_attribute_block_repeat1,
|
|
[86834] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2722), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[86849] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2791), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[86864] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2730), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[86879] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2932), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2936), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2938), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2940), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1642), 1,
|
|
sym_expression,
|
|
STATE(1469), 4,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_conditional_attribute_block_repeat1,
|
|
[86904] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2575), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[86919] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2771), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[86934] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2932), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2936), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2938), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2942), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1642), 1,
|
|
sym_expression,
|
|
STATE(1493), 4,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_conditional_attribute_block_repeat1,
|
|
[86959] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2366), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1494), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2575), 7,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[86978] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2932), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2936), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2938), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2944), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1642), 1,
|
|
sym_expression,
|
|
STATE(1484), 4,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_conditional_attribute_block_repeat1,
|
|
[87003] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2748), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87018] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2779), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87033] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2680), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87048] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2783), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87063] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2668), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87078] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2706), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87093] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2932), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2936), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2938), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2946), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1642), 1,
|
|
sym_expression,
|
|
STATE(1479), 4,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_conditional_attribute_block_repeat1,
|
|
[87118] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2932), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2936), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2938), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2948), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1642), 1,
|
|
sym_expression,
|
|
STATE(1493), 4,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_conditional_attribute_block_repeat1,
|
|
[87143] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2688), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87158] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2756), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87173] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2932), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2936), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2938), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2950), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1642), 1,
|
|
sym_expression,
|
|
STATE(1462), 4,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_conditional_attribute_block_repeat1,
|
|
[87198] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2736), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87213] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2932), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2936), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2938), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(2952), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1642), 1,
|
|
sym_expression,
|
|
STATE(1493), 4,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_conditional_attribute_block_repeat1,
|
|
[87238] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2710), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87253] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2680), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87268] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2913), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(631), 1,
|
|
sym_literal_value,
|
|
STATE(1494), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2575), 5,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_PIPE,
|
|
[87291] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2676), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87306] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2876), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2888), 1,
|
|
sym_identifier,
|
|
ACTIONS(2890), 1,
|
|
sym_blank_identifier,
|
|
STATE(1930), 1,
|
|
sym_import_spec,
|
|
STATE(1971), 1,
|
|
sym_dot,
|
|
STATE(1936), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[87335] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2795), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87350] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2714), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87365] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2803), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87380] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2954), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2957), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(2959), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2962), 1,
|
|
sym_attribute_name,
|
|
STATE(1642), 1,
|
|
sym_expression,
|
|
STATE(1493), 4,
|
|
sym_attribute,
|
|
sym_spread_attributes,
|
|
sym_conditional_attribute_if_statement,
|
|
aux_sym_conditional_attribute_block_repeat1,
|
|
[87405] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2752), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87420] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2700), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87435] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2760), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87450] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2718), 9,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_LBRACE,
|
|
anon_sym_PIPE,
|
|
anon_sym_COLON,
|
|
[87465] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2965), 1,
|
|
sym_identifier,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2969), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1454), 1,
|
|
sym_qualified_type,
|
|
STATE(1514), 1,
|
|
sym_generic_type,
|
|
STATE(1987), 1,
|
|
sym_field_declaration,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[87493] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1236), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(1238), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2971), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1977), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
ACTIONS(2973), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[87515] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2965), 1,
|
|
sym_identifier,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2975), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1454), 1,
|
|
sym_qualified_type,
|
|
STATE(1514), 1,
|
|
sym_generic_type,
|
|
STATE(1987), 1,
|
|
sym_field_declaration,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[87543] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1682), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(622), 1,
|
|
sym_block,
|
|
ACTIONS(2676), 6,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_PIPE,
|
|
[87561] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2965), 1,
|
|
sym_identifier,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2977), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1454), 1,
|
|
sym_qualified_type,
|
|
STATE(1514), 1,
|
|
sym_generic_type,
|
|
STATE(1987), 1,
|
|
sym_field_declaration,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[87589] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2965), 1,
|
|
sym_identifier,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2979), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1454), 1,
|
|
sym_qualified_type,
|
|
STATE(1514), 1,
|
|
sym_generic_type,
|
|
STATE(1987), 1,
|
|
sym_field_declaration,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[87617] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1597), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2981), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2983), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1675), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2448), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[87639] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2965), 1,
|
|
sym_identifier,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2986), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1454), 1,
|
|
sym_qualified_type,
|
|
STATE(1514), 1,
|
|
sym_generic_type,
|
|
STATE(1777), 1,
|
|
sym_field_declaration,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[87667] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2965), 1,
|
|
sym_identifier,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2988), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1454), 1,
|
|
sym_qualified_type,
|
|
STATE(1514), 1,
|
|
sym_generic_type,
|
|
STATE(1809), 1,
|
|
sym_field_declaration,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[87695] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2990), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2992), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1586), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1597), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2448), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACE,
|
|
[87717] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1535), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2471), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1520), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2995), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[87737] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2965), 1,
|
|
sym_identifier,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2997), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1454), 1,
|
|
sym_qualified_type,
|
|
STATE(1514), 1,
|
|
sym_generic_type,
|
|
STATE(1987), 1,
|
|
sym_field_declaration,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[87765] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2965), 1,
|
|
sym_identifier,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(2999), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1454), 1,
|
|
sym_qualified_type,
|
|
STATE(1514), 1,
|
|
sym_generic_type,
|
|
STATE(1987), 1,
|
|
sym_field_declaration,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[87793] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(631), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2575), 6,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_PIPE,
|
|
[87811] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(631), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2692), 6,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_PIPE,
|
|
[87829] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2965), 1,
|
|
sym_identifier,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(3001), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1454), 1,
|
|
sym_qualified_type,
|
|
STATE(1514), 1,
|
|
sym_generic_type,
|
|
STATE(1987), 1,
|
|
sym_field_declaration,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[87857] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1236), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(1238), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2922), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(2019), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
ACTIONS(2924), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[87879] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1597), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2981), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(3003), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1675), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2448), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[87901] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1236), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(1238), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(2926), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1973), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
ACTIONS(2928), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[87923] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2965), 1,
|
|
sym_identifier,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(3005), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1454), 1,
|
|
sym_qualified_type,
|
|
STATE(1514), 1,
|
|
sym_generic_type,
|
|
STATE(1987), 1,
|
|
sym_field_declaration,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[87951] = 7,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1236), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(1238), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(3007), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1859), 1,
|
|
sym_raw_string_literal,
|
|
STATE(1861), 1,
|
|
sym_interpreted_string_literal,
|
|
ACTIONS(3009), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[87975] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2965), 1,
|
|
sym_identifier,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(3011), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1454), 1,
|
|
sym_qualified_type,
|
|
STATE(1514), 1,
|
|
sym_generic_type,
|
|
STATE(1748), 1,
|
|
sym_field_declaration,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[88003] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1196), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3013), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1520), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(1198), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88023] = 9,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2965), 1,
|
|
sym_identifier,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_STAR,
|
|
ACTIONS(3016), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1454), 1,
|
|
sym_qualified_type,
|
|
STATE(1514), 1,
|
|
sym_generic_type,
|
|
STATE(1749), 1,
|
|
sym_field_declaration,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[88051] = 7,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1236), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(1238), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(3007), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1866), 1,
|
|
sym_raw_string_literal,
|
|
STATE(1869), 1,
|
|
sym_interpreted_string_literal,
|
|
ACTIONS(3009), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[88075] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2990), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(3018), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1586), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(1597), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2448), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACE,
|
|
[88097] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2575), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3003), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1678), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2577), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[88116] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3020), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3024), 1,
|
|
anon_sym_else,
|
|
ACTIONS(3022), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88133] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3026), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3028), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(3030), 1,
|
|
anon_sym_SLASH_GT,
|
|
ACTIONS(3032), 1,
|
|
sym_attribute_name,
|
|
STATE(1566), 1,
|
|
sym_expression,
|
|
STATE(1533), 2,
|
|
sym_attribute,
|
|
aux_sym_script_tag_start_repeat1,
|
|
[88156] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3034), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3036), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(3038), 1,
|
|
sym_attribute_value,
|
|
ACTIONS(3040), 1,
|
|
anon_sym_SQUOTE,
|
|
STATE(1835), 3,
|
|
sym_expression,
|
|
sym_dynamic_class_attribute_value,
|
|
sym_quoted_attribute_value,
|
|
[88177] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3042), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3046), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(3044), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88194] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2582), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(2584), 5,
|
|
anon_sym_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_QMARK_EQ,
|
|
anon_sym_if2,
|
|
[88209] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3048), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3052), 1,
|
|
anon_sym_else,
|
|
ACTIONS(3050), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88226] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3054), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3056), 6,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88241] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3026), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3028), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(3032), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(3058), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1566), 1,
|
|
sym_expression,
|
|
STATE(1533), 2,
|
|
sym_attribute,
|
|
aux_sym_script_tag_start_repeat1,
|
|
[88264] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3060), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3065), 1,
|
|
sym_attribute_name,
|
|
STATE(1566), 1,
|
|
sym_expression,
|
|
ACTIONS(3063), 2,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1533), 2,
|
|
sym_attribute,
|
|
aux_sym_script_tag_start_repeat1,
|
|
[88285] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3068), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1534), 1,
|
|
aux_sym_statement_list_repeat1,
|
|
ACTIONS(3071), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
ACTIONS(3074), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88304] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3076), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3078), 6,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88319] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2575), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3080), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1678), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2577), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[88338] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3083), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3087), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(3085), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88355] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3026), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3032), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(3089), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(3091), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1566), 1,
|
|
sym_expression,
|
|
STATE(1542), 2,
|
|
sym_attribute,
|
|
aux_sym_script_tag_start_repeat1,
|
|
[88378] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3026), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3032), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(3089), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(3093), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1566), 1,
|
|
sym_expression,
|
|
STATE(1532), 2,
|
|
sym_attribute,
|
|
aux_sym_script_tag_start_repeat1,
|
|
[88401] = 8,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(2965), 1,
|
|
sym_identifier,
|
|
ACTIONS(2967), 1,
|
|
anon_sym_STAR,
|
|
STATE(1454), 1,
|
|
sym_qualified_type,
|
|
STATE(1514), 1,
|
|
sym_generic_type,
|
|
STATE(1987), 1,
|
|
sym_field_declaration,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[88426] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3095), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1587), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2575), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2577), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACE,
|
|
[88445] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3026), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3028), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(3032), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(3098), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1566), 1,
|
|
sym_expression,
|
|
STATE(1533), 2,
|
|
sym_attribute,
|
|
aux_sym_script_tag_start_repeat1,
|
|
[88468] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2660), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(2662), 5,
|
|
anon_sym_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_QMARK_EQ,
|
|
anon_sym_if2,
|
|
[88483] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3100), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3102), 6,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88498] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3018), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1587), 1,
|
|
sym_type_arguments,
|
|
ACTIONS(2575), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2577), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACE,
|
|
[88517] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3104), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1534), 1,
|
|
aux_sym_statement_list_repeat1,
|
|
ACTIONS(3106), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
ACTIONS(231), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88536] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3108), 1,
|
|
sym_identifier,
|
|
ACTIONS(3110), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3112), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88553] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3114), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3116), 6,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88568] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3083), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3118), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(3085), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88585] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3120), 1,
|
|
sym_identifier,
|
|
ACTIONS(3122), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3124), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88602] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3126), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3128), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(3130), 1,
|
|
sym_attribute_value,
|
|
ACTIONS(3132), 1,
|
|
anon_sym_SQUOTE,
|
|
STATE(1903), 3,
|
|
sym_expression,
|
|
sym_dynamic_class_attribute_value,
|
|
sym_quoted_attribute_value,
|
|
[88623] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3134), 2,
|
|
anon_sym_EQ,
|
|
anon_sym_QMARK_EQ,
|
|
ACTIONS(3136), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3138), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[88640] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3026), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3032), 1,
|
|
sym_attribute_name,
|
|
ACTIONS(3089), 1,
|
|
anon_sym_GT,
|
|
ACTIONS(3140), 1,
|
|
anon_sym_SLASH_GT,
|
|
STATE(1566), 1,
|
|
sym_expression,
|
|
STATE(1526), 2,
|
|
sym_attribute,
|
|
aux_sym_script_tag_start_repeat1,
|
|
[88663] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3142), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3144), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(3146), 1,
|
|
sym_attribute_value,
|
|
ACTIONS(3148), 1,
|
|
anon_sym_SQUOTE,
|
|
STATE(1778), 3,
|
|
sym_expression,
|
|
sym_dynamic_class_attribute_value,
|
|
sym_quoted_attribute_value,
|
|
[88684] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3150), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1546), 1,
|
|
aux_sym_statement_list_repeat1,
|
|
ACTIONS(3152), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
ACTIONS(3154), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88703] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3156), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(3160), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(3162), 1,
|
|
anon_sym_PIPE,
|
|
STATE(2025), 1,
|
|
aux_sym_type_elem_repeat1,
|
|
ACTIONS(3158), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[88723] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3164), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1380), 1,
|
|
sym_style_tag_end,
|
|
STATE(1877), 1,
|
|
aux_sym_style_element_text_repeat1,
|
|
STATE(2350), 1,
|
|
sym_style_element_text,
|
|
ACTIONS(3166), 2,
|
|
aux_sym_style_element_text_token1,
|
|
aux_sym_style_element_text_token2,
|
|
[88743] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3168), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3170), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88757] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3172), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1381), 1,
|
|
sym_script_tag_end,
|
|
STATE(1886), 1,
|
|
aux_sym_style_element_text_repeat1,
|
|
STATE(2241), 1,
|
|
sym_script_element_text,
|
|
ACTIONS(3174), 2,
|
|
aux_sym_style_element_text_token1,
|
|
aux_sym_style_element_text_token2,
|
|
[88777] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3176), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3178), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88791] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3180), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3182), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88805] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2730), 6,
|
|
anon_sym_LPAREN,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACK,
|
|
anon_sym_PIPE,
|
|
[88817] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3184), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3186), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88831] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3188), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3190), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88845] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3188), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3190), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88859] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3136), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3138), 2,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
ACTIONS(3192), 2,
|
|
anon_sym_EQ,
|
|
anon_sym_QMARK_EQ,
|
|
[88875] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3194), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3196), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88889] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3198), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3200), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88903] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3202), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3204), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88917] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3206), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3208), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88931] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3210), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3212), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88945] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3214), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3216), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88959] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3218), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
STATE(1657), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[88977] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3224), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3226), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[88991] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3228), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3230), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[89005] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2575), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2577), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89019] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3232), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3234), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[89033] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2714), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2716), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89047] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2736), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2738), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89061] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2692), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2694), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89075] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3236), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3238), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[89089] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2775), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2777), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89103] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3240), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
STATE(1637), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[89121] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3246), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1590), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[89139] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3248), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(3250), 1,
|
|
anon_sym_case,
|
|
STATE(1593), 3,
|
|
sym_default_case,
|
|
sym_communication_case,
|
|
aux_sym_select_statement_repeat1,
|
|
[89157] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2791), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2793), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89171] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2752), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2754), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89185] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1597), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2896), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2898), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(3252), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(749), 1,
|
|
sym_parameter_list,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
[89207] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3254), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3256), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[89221] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3258), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1657), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[89239] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3260), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(3262), 1,
|
|
anon_sym_case,
|
|
STATE(1603), 3,
|
|
sym_default_case,
|
|
sym_type_case,
|
|
aux_sym_type_switch_statement_repeat1,
|
|
[89257] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3264), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1604), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[89275] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3250), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3266), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1677), 3,
|
|
sym_default_case,
|
|
sym_communication_case,
|
|
aux_sym_select_statement_repeat1,
|
|
[89293] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1658), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2995), 1,
|
|
anon_sym_COLON,
|
|
STATE(1608), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2471), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON_EQ,
|
|
[89311] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2779), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2781), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89325] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2700), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2702), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89339] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2722), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2724), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89353] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2730), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2732), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89367] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2748), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2750), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89381] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2680), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2682), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89395] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2680), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2682), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89409] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3268), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1606), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[89427] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3262), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3270), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1739), 3,
|
|
sym_default_case,
|
|
sym_type_case,
|
|
aux_sym_type_switch_statement_repeat1,
|
|
[89445] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3272), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1657), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[89463] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2718), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2720), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89477] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3274), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1657), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[89495] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3276), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1617), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[89513] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1198), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(3278), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1608), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(1196), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON_EQ,
|
|
[89531] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1624), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1962), 1,
|
|
sym_block,
|
|
ACTIONS(3281), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3283), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[89549] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2688), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2690), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89563] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2756), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2758), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89577] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3285), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1376), 1,
|
|
sym_style_tag_end,
|
|
STATE(1877), 1,
|
|
aux_sym_style_element_text_repeat1,
|
|
STATE(2299), 1,
|
|
sym_style_element_text,
|
|
ACTIONS(3166), 2,
|
|
aux_sym_style_element_text_token1,
|
|
aux_sym_style_element_text_token2,
|
|
[89597] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3287), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1377), 1,
|
|
sym_script_tag_end,
|
|
STATE(1886), 1,
|
|
aux_sym_style_element_text_repeat1,
|
|
STATE(2306), 1,
|
|
sym_script_element_text,
|
|
ACTIONS(3174), 2,
|
|
aux_sym_style_element_text_token1,
|
|
aux_sym_style_element_text_token2,
|
|
[89617] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2676), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2678), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89631] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2680), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2682), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89645] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2771), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2773), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89659] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3289), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1657), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[89677] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2668), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2670), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89691] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3291), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3293), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[89705] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3295), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1622), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[89723] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3297), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3299), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[89737] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3301), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1650), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[89755] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3303), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1630), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[89773] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2783), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2785), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89787] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2795), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2797), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89801] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2803), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2805), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89815] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2706), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2708), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89829] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3305), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3307), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[89843] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3309), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1632), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[89861] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3311), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1650), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[89879] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3313), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3315), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[89893] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3317), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1650), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[89911] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3319), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1634), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[89929] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3321), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1650), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[89947] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2760), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2762), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89961] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2672), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2674), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[89975] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3323), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1650), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[89993] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2710), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2712), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_LBRACK,
|
|
anon_sym_LBRACE,
|
|
[90007] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3325), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3327), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[90021] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3329), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1652), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90039] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3331), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3074), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[90053] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3138), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3333), 2,
|
|
anon_sym_EQ,
|
|
anon_sym_QMARK_EQ,
|
|
ACTIONS(3136), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[90069] = 7,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1597), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2896), 1,
|
|
anon_sym_DOT,
|
|
ACTIONS(2898), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(3335), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(681), 1,
|
|
sym_parameter_list,
|
|
STATE(1464), 1,
|
|
sym_type_arguments,
|
|
[90091] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3337), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3339), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[90105] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3341), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3345), 1,
|
|
anon_sym_PIPE,
|
|
STATE(1730), 1,
|
|
aux_sym_type_elem_repeat1,
|
|
ACTIONS(3343), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[90123] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3347), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3349), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[90137] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3351), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3353), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[90151] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3355), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3357), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[90165] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3359), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3361), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[90179] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3363), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(3365), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3368), 1,
|
|
anon_sym_default,
|
|
STATE(1650), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90197] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3371), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1682), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90215] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3373), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1650), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90233] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3375), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1252), 1,
|
|
sym_style_tag_end,
|
|
STATE(1877), 1,
|
|
aux_sym_style_element_text_repeat1,
|
|
STATE(2338), 1,
|
|
sym_style_element_text,
|
|
ACTIONS(3166), 2,
|
|
aux_sym_style_element_text_token1,
|
|
aux_sym_style_element_text_token2,
|
|
[90253] = 6,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3377), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1253), 1,
|
|
sym_script_tag_end,
|
|
STATE(1886), 1,
|
|
aux_sym_style_element_text_repeat1,
|
|
STATE(2340), 1,
|
|
sym_script_element_text,
|
|
ACTIONS(3174), 2,
|
|
aux_sym_style_element_text_token1,
|
|
aux_sym_style_element_text_token2,
|
|
[90273] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3379), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3381), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[90287] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2660), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(2662), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_QMARK_EQ,
|
|
anon_sym_if2,
|
|
[90301] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3383), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(3385), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3388), 1,
|
|
anon_sym_default,
|
|
STATE(1657), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[90319] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3391), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1650), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90337] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3393), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1662), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90355] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3395), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1736), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[90373] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3397), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1663), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90391] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3399), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1650), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90409] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3401), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1650), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90427] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3403), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1665), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90445] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3405), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1650), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90463] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2575), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2577), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90477] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3407), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3409), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[90491] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3262), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3411), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1739), 3,
|
|
sym_default_case,
|
|
sym_type_case,
|
|
aux_sym_type_switch_statement_repeat1,
|
|
[90509] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2714), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2716), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90523] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2736), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2738), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90537] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2692), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2694), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90551] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3413), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3415), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[90565] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3417), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1657), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[90583] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2775), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2777), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90597] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2791), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2793), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90611] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3419), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3421), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[90625] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3423), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(3425), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3428), 1,
|
|
anon_sym_default,
|
|
STATE(1677), 3,
|
|
sym_default_case,
|
|
sym_communication_case,
|
|
aux_sym_select_statement_repeat1,
|
|
[90643] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2752), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2754), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90657] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3431), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3433), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[90671] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1579), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2471), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1694), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(2995), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90689] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2779), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2781), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90703] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3435), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1650), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90721] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3437), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1693), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90739] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2700), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2702), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90753] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2722), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2724), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90767] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2730), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2732), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90781] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3443), 1,
|
|
anon_sym_else2,
|
|
ACTIONS(3439), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3441), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[90797] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2748), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2750), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90811] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2680), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2682), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90825] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2680), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2682), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90839] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2718), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2720), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90853] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3445), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1728), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[90871] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3447), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1650), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[90889] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1196), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3449), 1,
|
|
anon_sym_COMMA,
|
|
STATE(1694), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
ACTIONS(1198), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90907] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2688), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2690), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90921] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2756), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2758), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90935] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2676), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2678), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90949] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2680), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2682), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90963] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2771), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2773), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90977] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2668), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2670), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[90991] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2783), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2785), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[91005] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2795), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2797), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[91019] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2803), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2805), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[91033] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2706), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2708), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[91047] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3456), 1,
|
|
anon_sym_else2,
|
|
ACTIONS(3452), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3454), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[91063] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3458), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3460), 4,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
anon_sym_else2,
|
|
[91077] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2760), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2762), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[91091] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2672), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2674), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[91105] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2710), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2712), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_EQ,
|
|
anon_sym_LBRACK,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[91119] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2582), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(2584), 4,
|
|
anon_sym_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_QMARK_EQ,
|
|
[91133] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3462), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3464), 4,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
anon_sym_else2,
|
|
[91147] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2660), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(2662), 4,
|
|
anon_sym_EQ,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_QMARK_EQ,
|
|
[91161] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3158), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3345), 1,
|
|
anon_sym_PIPE,
|
|
STATE(1645), 1,
|
|
aux_sym_type_elem_repeat1,
|
|
ACTIONS(3466), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[91179] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3250), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3468), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1734), 3,
|
|
sym_default_case,
|
|
sym_communication_case,
|
|
aux_sym_select_statement_repeat1,
|
|
[91197] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3470), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3472), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91211] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3474), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3476), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91225] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3478), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3480), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91239] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3482), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3484), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91253] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3486), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3488), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91267] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3490), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3492), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91281] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3494), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3496), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91295] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3498), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3500), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91309] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1624), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1852), 1,
|
|
sym_block,
|
|
ACTIONS(3502), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3504), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[91327] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1624), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1854), 1,
|
|
sym_block,
|
|
ACTIONS(3506), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3508), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[91345] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3510), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3512), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91359] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3514), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3516), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91373] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3518), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3520), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91387] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3522), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1657), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[91405] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3262), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3524), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1668), 3,
|
|
sym_default_case,
|
|
sym_type_case,
|
|
aux_sym_type_switch_statement_repeat1,
|
|
[91423] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3526), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3530), 1,
|
|
anon_sym_PIPE,
|
|
STATE(1730), 1,
|
|
aux_sym_type_elem_repeat1,
|
|
ACTIONS(3528), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[91441] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3533), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1673), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[91459] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3535), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3537), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91473] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3539), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3541), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91487] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3250), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3543), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1677), 3,
|
|
sym_default_case,
|
|
sym_communication_case,
|
|
aux_sym_select_statement_repeat1,
|
|
[91505] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3545), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3547), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91519] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3549), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1657), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[91537] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3220), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3222), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3551), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1573), 3,
|
|
sym_expression_case,
|
|
sym_default_case,
|
|
aux_sym_expression_switch_statement_repeat1,
|
|
[91555] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3553), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3555), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91569] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3557), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(3559), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3562), 1,
|
|
anon_sym_default,
|
|
STATE(1739), 3,
|
|
sym_default_case,
|
|
sym_type_case,
|
|
aux_sym_type_switch_statement_repeat1,
|
|
[91587] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3565), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3567), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91601] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3569), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3571), 5,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[91615] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2582), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(2584), 3,
|
|
anon_sym_EQ,
|
|
anon_sym_QMARK_EQ,
|
|
anon_sym_if2,
|
|
[91629] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3242), 1,
|
|
anon_sym_case,
|
|
ACTIONS(3244), 1,
|
|
anon_sym_default,
|
|
ACTIONS(3573), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1658), 3,
|
|
sym_component_switch_expression_case,
|
|
sym_component_switch_default_case,
|
|
aux_sym_component_switch_statement_repeat1,
|
|
[91647] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3575), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3581), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1744), 1,
|
|
aux_sym_type_declaration_repeat1,
|
|
ACTIONS(3578), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[91664] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3583), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3585), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[91677] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3587), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3589), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[91690] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2660), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(2662), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[91703] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3591), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3595), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1767), 1,
|
|
aux_sym_field_declaration_list_repeat1,
|
|
ACTIONS(3593), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[91720] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3597), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3601), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1766), 1,
|
|
aux_sym_field_declaration_list_repeat1,
|
|
ACTIONS(3599), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[91737] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3603), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3605), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[91750] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3607), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3611), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1768), 1,
|
|
aux_sym_interface_type_repeat1,
|
|
ACTIONS(3609), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[91767] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1680), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2575), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2913), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(792), 1,
|
|
sym_literal_value,
|
|
STATE(1494), 1,
|
|
sym_type_arguments,
|
|
[91786] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3613), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3617), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1771), 1,
|
|
aux_sym_interface_type_repeat1,
|
|
ACTIONS(3615), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[91803] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2575), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2913), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(3619), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(411), 1,
|
|
sym_literal_value,
|
|
STATE(1494), 1,
|
|
sym_type_arguments,
|
|
[91822] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3621), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3623), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[91835] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2575), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2913), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(3625), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(709), 1,
|
|
sym_literal_value,
|
|
STATE(1494), 1,
|
|
sym_type_arguments,
|
|
[91854] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(31), 1,
|
|
anon_sym_TILDE,
|
|
ACTIONS(3627), 1,
|
|
sym_identifier,
|
|
STATE(1456), 1,
|
|
sym_qualified_type,
|
|
STATE(1516), 1,
|
|
sym_generic_type,
|
|
STATE(2248), 1,
|
|
sym_negated_type,
|
|
[91873] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3629), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3631), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[91886] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3633), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3635), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[91899] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3110), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3637), 1,
|
|
sym_identifier,
|
|
ACTIONS(3112), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[91914] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3122), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3639), 1,
|
|
sym_identifier,
|
|
ACTIONS(3124), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[91929] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3641), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3645), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1792), 1,
|
|
aux_sym_interface_type_repeat1,
|
|
ACTIONS(3643), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[91946] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3460), 2,
|
|
anon_sym_if2,
|
|
anon_sym_else2,
|
|
ACTIONS(3458), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[91959] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2575), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2913), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(3647), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(500), 1,
|
|
sym_literal_value,
|
|
STATE(1494), 1,
|
|
sym_type_arguments,
|
|
[91978] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3649), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3655), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1765), 1,
|
|
aux_sym_import_spec_list_repeat1,
|
|
ACTIONS(3652), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[91995] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3657), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3661), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1784), 1,
|
|
aux_sym_field_declaration_list_repeat1,
|
|
ACTIONS(3659), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92012] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3663), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3667), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1784), 1,
|
|
aux_sym_field_declaration_list_repeat1,
|
|
ACTIONS(3665), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92029] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3669), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3673), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1790), 1,
|
|
aux_sym_interface_type_repeat1,
|
|
ACTIONS(3671), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92046] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3462), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3464), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[92059] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3464), 2,
|
|
anon_sym_if2,
|
|
anon_sym_else2,
|
|
ACTIONS(3462), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[92072] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3675), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3679), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1790), 1,
|
|
aux_sym_interface_type_repeat1,
|
|
ACTIONS(3677), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92089] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3154), 1,
|
|
anon_sym_RBRACE_RBRACE,
|
|
ACTIONS(3681), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1788), 1,
|
|
aux_sym_statement_list_repeat1,
|
|
ACTIONS(3683), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92106] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3441), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3685), 1,
|
|
anon_sym_else2,
|
|
ACTIONS(3439), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[92121] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3687), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3691), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1776), 1,
|
|
aux_sym_import_spec_list_repeat1,
|
|
ACTIONS(3689), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92138] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2575), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2913), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(3693), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(834), 1,
|
|
sym_literal_value,
|
|
STATE(1494), 1,
|
|
sym_type_arguments,
|
|
[92157] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3695), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3699), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1765), 1,
|
|
aux_sym_import_spec_list_repeat1,
|
|
ACTIONS(3697), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92174] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3701), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3705), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1789), 1,
|
|
aux_sym_field_declaration_list_repeat1,
|
|
ACTIONS(3703), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92191] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3707), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3709), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[92204] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3711), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3715), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1744), 1,
|
|
aux_sym_type_declaration_repeat1,
|
|
ACTIONS(3713), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92221] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3717), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3721), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1784), 1,
|
|
aux_sym_field_declaration_list_repeat1,
|
|
ACTIONS(3719), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92238] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3723), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3727), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1795), 1,
|
|
aux_sym_import_spec_list_repeat1,
|
|
ACTIONS(3725), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92255] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3042), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3729), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(3044), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[92270] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3731), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3733), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[92283] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3735), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3741), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1784), 1,
|
|
aux_sym_field_declaration_list_repeat1,
|
|
ACTIONS(3738), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92300] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3454), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3743), 1,
|
|
anon_sym_else2,
|
|
ACTIONS(3452), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[92315] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3526), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3528), 4,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
anon_sym_PIPE,
|
|
[92328] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1180), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(2575), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2913), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(586), 1,
|
|
sym_literal_value,
|
|
STATE(1494), 1,
|
|
sym_type_arguments,
|
|
[92347] = 5,
|
|
ACTIONS(231), 1,
|
|
anon_sym_RBRACE_RBRACE,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3745), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1804), 1,
|
|
aux_sym_statement_list_repeat1,
|
|
ACTIONS(3747), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92364] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3749), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3753), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1784), 1,
|
|
aux_sym_field_declaration_list_repeat1,
|
|
ACTIONS(3751), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92381] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3755), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3761), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1790), 1,
|
|
aux_sym_interface_type_repeat1,
|
|
ACTIONS(3758), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92398] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3048), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3763), 1,
|
|
anon_sym_else,
|
|
ACTIONS(3050), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[92413] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3765), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3769), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1790), 1,
|
|
aux_sym_interface_type_repeat1,
|
|
ACTIONS(3767), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92430] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3771), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3775), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1790), 1,
|
|
aux_sym_interface_type_repeat1,
|
|
ACTIONS(3773), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92447] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3777), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3781), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1744), 1,
|
|
aux_sym_type_declaration_repeat1,
|
|
ACTIONS(3779), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92464] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3783), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3787), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1765), 1,
|
|
aux_sym_import_spec_list_repeat1,
|
|
ACTIONS(3785), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92481] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3789), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3793), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1794), 1,
|
|
aux_sym_type_declaration_repeat1,
|
|
ACTIONS(3791), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92498] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2582), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(2584), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[92511] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3083), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3795), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(3085), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[92526] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3083), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3797), 1,
|
|
anon_sym_EQ,
|
|
ACTIONS(3085), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[92541] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3799), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3801), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[92554] = 6,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2575), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(2913), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(3803), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(515), 1,
|
|
sym_literal_value,
|
|
STATE(1494), 1,
|
|
sym_type_arguments,
|
|
[92573] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1700), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3281), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(2207), 1,
|
|
sym_block,
|
|
ACTIONS(3283), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92590] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3805), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3809), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1779), 1,
|
|
aux_sym_type_declaration_repeat1,
|
|
ACTIONS(3807), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92607] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3074), 1,
|
|
anon_sym_RBRACE_RBRACE,
|
|
ACTIONS(3811), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(1804), 1,
|
|
aux_sym_statement_list_repeat1,
|
|
ACTIONS(3814), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92624] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3458), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3460), 3,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
anon_sym_if2,
|
|
[92637] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1700), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3502), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(2200), 1,
|
|
sym_block,
|
|
ACTIONS(3504), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92654] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(1700), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3506), 1,
|
|
aux_sym_source_file_token1,
|
|
STATE(2210), 1,
|
|
sym_block,
|
|
ACTIONS(3508), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92671] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3020), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3817), 1,
|
|
anon_sym_else,
|
|
ACTIONS(3022), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[92686] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3819), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3823), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1780), 1,
|
|
aux_sym_field_declaration_list_repeat1,
|
|
ACTIONS(3821), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92703] = 5,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3825), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3829), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1793), 1,
|
|
aux_sym_interface_type_repeat1,
|
|
ACTIONS(3827), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92720] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3331), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3074), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[92732] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(3831), 1,
|
|
sym_identifier,
|
|
STATE(2009), 1,
|
|
sym__component_identifier,
|
|
STATE(2355), 1,
|
|
sym_parameter_list,
|
|
[92748] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3833), 1,
|
|
sym_identifier,
|
|
ACTIONS(3835), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1796), 2,
|
|
sym_type_alias,
|
|
sym_type_spec,
|
|
[92762] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3839), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(2023), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(3837), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[92776] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(983), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(985), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92788] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(33), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(408), 1,
|
|
sym_block,
|
|
ACTIONS(2676), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[92802] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(3831), 1,
|
|
sym_identifier,
|
|
STATE(2010), 1,
|
|
sym__component_identifier,
|
|
STATE(2300), 1,
|
|
sym_parameter_list,
|
|
[92818] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1972), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(729), 1,
|
|
sym_block,
|
|
ACTIONS(2676), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[92832] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3841), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(3843), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(3845), 1,
|
|
anon_sym_COLON,
|
|
STATE(2152), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[92848] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3847), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3849), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92860] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3851), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1821), 1,
|
|
aux_sym_style_element_text_repeat1,
|
|
ACTIONS(3853), 2,
|
|
aux_sym_style_element_text_token1,
|
|
aux_sym_style_element_text_token2,
|
|
[92874] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3856), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(2023), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(3837), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[92888] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3858), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3860), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92900] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3619), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(411), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2575), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[92914] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(33), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3862), 1,
|
|
anon_sym_if,
|
|
STATE(1733), 2,
|
|
sym_block,
|
|
sym_if_statement,
|
|
[92928] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(345), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_if,
|
|
STATE(1359), 2,
|
|
sym_component_block,
|
|
sym_component_if_statement,
|
|
[92942] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3297), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3299), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[92954] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3864), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3866), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[92966] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3305), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3307), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[92978] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2882), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(2884), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(2046), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[92992] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3870), 1,
|
|
anon_sym_DASH_DASH_GT,
|
|
STATE(1841), 1,
|
|
aux_sym_element_comment_repeat1,
|
|
ACTIONS(3868), 2,
|
|
aux_sym_element_comment_token1,
|
|
aux_sym_element_comment_token2,
|
|
[93006] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3874), 1,
|
|
anon_sym_DASH_DASH_GT,
|
|
STATE(2051), 1,
|
|
aux_sym_element_comment_repeat1,
|
|
ACTIONS(3872), 2,
|
|
aux_sym_element_comment_token1,
|
|
aux_sym_element_comment_token2,
|
|
[93020] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3876), 1,
|
|
sym_identifier,
|
|
ACTIONS(3878), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1900), 1,
|
|
aux_sym_const_declaration_repeat1,
|
|
STATE(2181), 1,
|
|
sym_const_spec,
|
|
[93036] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3880), 1,
|
|
sym_identifier,
|
|
ACTIONS(3882), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(2008), 1,
|
|
aux_sym_var_spec_list_repeat1,
|
|
STATE(2166), 1,
|
|
sym_var_spec,
|
|
[93052] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3709), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3707), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[93064] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3194), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3196), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[93076] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2584), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2582), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[93088] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3801), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3799), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[93100] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3202), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3204), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[93112] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3884), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3886), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93124] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3888), 1,
|
|
anon_sym_DASH_DASH_GT,
|
|
STATE(2051), 1,
|
|
aux_sym_element_comment_repeat1,
|
|
ACTIONS(3872), 2,
|
|
aux_sym_element_comment_token1,
|
|
aux_sym_element_comment_token2,
|
|
[93138] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3589), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3587), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[93150] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2662), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(2660), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[93162] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3605), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3603), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[93174] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3623), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3621), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[93186] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3635), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3633), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[93198] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(347), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1266), 1,
|
|
anon_sym_if,
|
|
STATE(1236), 2,
|
|
sym_component_block,
|
|
sym_component_if_statement,
|
|
[93212] = 4,
|
|
ACTIONS(83), 1,
|
|
ts_builtin_sym_end,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3890), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3892), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93226] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(347), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1266), 1,
|
|
anon_sym_if,
|
|
STATE(1244), 2,
|
|
sym_component_block,
|
|
sym_component_if_statement,
|
|
[93240] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3845), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(3894), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(3896), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2212), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[93256] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2882), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(2884), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1823), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[93270] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3898), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3900), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93282] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3902), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3904), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93294] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3906), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3908), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93306] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3912), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(1863), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(3910), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[93320] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3803), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(515), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2575), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[93334] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3803), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(515), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2692), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[93348] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3184), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3186), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[93360] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3914), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3916), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[93372] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3876), 1,
|
|
sym_identifier,
|
|
ACTIONS(3918), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1900), 1,
|
|
aux_sym_const_declaration_repeat1,
|
|
STATE(2181), 1,
|
|
sym_const_spec,
|
|
[93388] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3914), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3916), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[93400] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3833), 1,
|
|
sym_identifier,
|
|
ACTIONS(3920), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1969), 2,
|
|
sym_type_alias,
|
|
sym_type_spec,
|
|
[93414] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3922), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(2023), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(3837), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[93428] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3924), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3926), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93440] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2016), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(512), 1,
|
|
sym_block,
|
|
ACTIONS(2676), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[93454] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3914), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3916), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[93466] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(979), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(981), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93478] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3845), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(3928), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(3930), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2202), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[93494] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3914), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3916), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[93506] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3188), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3190), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[93518] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3188), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3190), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[93530] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(33), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3862), 1,
|
|
anon_sym_if,
|
|
STATE(1621), 2,
|
|
sym_block,
|
|
sym_if_statement,
|
|
[93544] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(257), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3932), 1,
|
|
anon_sym_if,
|
|
STATE(2048), 2,
|
|
sym_block,
|
|
sym_if_statement,
|
|
[93558] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3934), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3936), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93570] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3940), 1,
|
|
anon_sym_DASH_DASH_GT,
|
|
STATE(1832), 1,
|
|
aux_sym_element_comment_repeat1,
|
|
ACTIONS(3938), 2,
|
|
aux_sym_element_comment_token1,
|
|
aux_sym_element_comment_token2,
|
|
[93584] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3942), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(3944), 1,
|
|
sym_css_property_name,
|
|
STATE(1906), 2,
|
|
sym_css_property,
|
|
aux_sym__css_block_repeat1,
|
|
[93598] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3946), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1821), 1,
|
|
aux_sym_style_element_text_repeat1,
|
|
ACTIONS(3948), 2,
|
|
aux_sym_style_element_text_token1,
|
|
aux_sym_style_element_text_token2,
|
|
[93612] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(345), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1375), 1,
|
|
anon_sym_if,
|
|
STATE(1409), 2,
|
|
sym_component_block,
|
|
sym_component_if_statement,
|
|
[93626] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3168), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3170), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[93638] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3176), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3178), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[93650] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3950), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3952), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93662] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3956), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(1890), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(3954), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[93676] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1180), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(586), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2575), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[93690] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1180), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(586), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2692), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[93704] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3944), 1,
|
|
sym_css_property_name,
|
|
ACTIONS(3958), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1916), 2,
|
|
sym_css_property,
|
|
aux_sym__css_block_repeat1,
|
|
[93718] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3960), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1821), 1,
|
|
aux_sym_style_element_text_repeat1,
|
|
ACTIONS(3948), 2,
|
|
aux_sym_style_element_text_token1,
|
|
aux_sym_style_element_text_token2,
|
|
[93732] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2452), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
ACTIONS(2454), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
[93744] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3833), 1,
|
|
sym_identifier,
|
|
ACTIONS(3962), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1969), 2,
|
|
sym_type_alias,
|
|
sym_type_spec,
|
|
[93758] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3964), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1745), 2,
|
|
sym_conditional_attribute_block,
|
|
sym_conditional_attribute_if_statement,
|
|
[93772] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3966), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(2023), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(3837), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[93786] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3968), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3970), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93798] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3198), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3200), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[93810] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2042), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(567), 1,
|
|
sym_block,
|
|
ACTIONS(2676), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[93824] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3845), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(3972), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(3974), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2102), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[93840] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3976), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3978), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93852] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3980), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3982), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93864] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3984), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3986), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93876] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3988), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(3990), 1,
|
|
sym_css_property_name,
|
|
STATE(1898), 2,
|
|
sym_css_property,
|
|
aux_sym__css_block_repeat1,
|
|
[93890] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3993), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3995), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[93902] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3997), 1,
|
|
sym_identifier,
|
|
ACTIONS(4000), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1900), 1,
|
|
aux_sym_const_declaration_repeat1,
|
|
STATE(2181), 1,
|
|
sym_const_spec,
|
|
[93918] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4004), 1,
|
|
anon_sym_DASH_DASH_GT,
|
|
STATE(1924), 1,
|
|
aux_sym_element_comment_repeat1,
|
|
ACTIONS(4002), 2,
|
|
aux_sym_element_comment_token1,
|
|
aux_sym_element_comment_token2,
|
|
[93932] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3210), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3212), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[93944] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3707), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3709), 2,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
[93956] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3214), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3216), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[93968] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3733), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3731), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[93980] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3944), 1,
|
|
sym_css_property_name,
|
|
ACTIONS(4006), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1898), 2,
|
|
sym_css_property,
|
|
aux_sym__css_block_repeat1,
|
|
[93994] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2582), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(2584), 2,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
[94006] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4010), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(1917), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(4008), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[94020] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1680), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(792), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2575), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[94034] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1680), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(792), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2692), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[94048] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3799), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3801), 2,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
[94060] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2850), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3964), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1758), 2,
|
|
sym_conditional_attribute_block,
|
|
sym_conditional_attribute_if_statement,
|
|
[94074] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4012), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4014), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[94086] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(257), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(3932), 1,
|
|
anon_sym_if,
|
|
STATE(1827), 2,
|
|
sym_block,
|
|
sym_if_statement,
|
|
[94100] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3890), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4016), 1,
|
|
ts_builtin_sym_end,
|
|
ACTIONS(3892), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[94114] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3944), 1,
|
|
sym_css_property_name,
|
|
ACTIONS(4018), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(1898), 2,
|
|
sym_css_property,
|
|
aux_sym__css_block_repeat1,
|
|
[94128] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4020), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(2023), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(3837), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[94142] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2060), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(801), 1,
|
|
sym_block,
|
|
ACTIONS(2676), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[94156] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3845), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(4022), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4024), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2168), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[94172] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3460), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3458), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[94184] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3464), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3462), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[94196] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3486), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3488), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[94208] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3494), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3496), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[94220] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4026), 1,
|
|
anon_sym_DASH_DASH_GT,
|
|
STATE(2051), 1,
|
|
aux_sym_element_comment_repeat1,
|
|
ACTIONS(3872), 2,
|
|
aux_sym_element_comment_token1,
|
|
aux_sym_element_comment_token2,
|
|
[94234] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4028), 1,
|
|
sym_identifier,
|
|
ACTIONS(4030), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1940), 2,
|
|
sym_var_spec,
|
|
sym_var_spec_list,
|
|
[94248] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4032), 1,
|
|
sym_identifier,
|
|
ACTIONS(4034), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1941), 2,
|
|
sym_type_alias,
|
|
sym_type_spec,
|
|
[94262] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3585), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3583), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[94274] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3206), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3208), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[94286] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4036), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4038), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[94298] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4040), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3655), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
[94310] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3876), 1,
|
|
sym_identifier,
|
|
ACTIONS(4042), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1860), 1,
|
|
aux_sym_const_declaration_repeat1,
|
|
STATE(2181), 1,
|
|
sym_const_spec,
|
|
[94326] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4046), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(1942), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(4044), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[94340] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3647), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(500), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2575), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[94354] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3647), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(500), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2692), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[94368] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3587), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3589), 2,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
[94380] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3924), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3926), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
[94392] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4048), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(2288), 1,
|
|
sym_type_parameter_list,
|
|
STATE(2289), 1,
|
|
sym_parameter_list,
|
|
[94408] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3603), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3605), 2,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
[94420] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3490), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3492), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[94432] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3498), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3500), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[94444] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3180), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3182), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[94456] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4050), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(2023), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(3837), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[94470] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4052), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4054), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[94482] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(257), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(488), 1,
|
|
sym_block,
|
|
ACTIONS(2676), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[94496] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3845), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(4056), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4058), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2058), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[94512] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3621), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3623), 2,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
[94524] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(327), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1333), 1,
|
|
anon_sym_if,
|
|
STATE(1347), 2,
|
|
sym_component_block,
|
|
sym_component_if_statement,
|
|
[94538] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3880), 1,
|
|
sym_identifier,
|
|
ACTIONS(4060), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1983), 1,
|
|
aux_sym_var_spec_list_repeat1,
|
|
STATE(2166), 1,
|
|
sym_var_spec,
|
|
[94554] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3337), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3339), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[94566] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3347), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3349), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[94578] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3351), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3353), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[94590] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3355), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3357), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[94602] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3631), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(3629), 3,
|
|
anon_sym_LBRACE,
|
|
anon_sym_RBRACE,
|
|
sym_attribute_name,
|
|
[94614] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3431), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3433), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[94626] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3633), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(3635), 2,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
[94638] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4064), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(1964), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(4062), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[94652] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3693), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(834), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2575), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[94666] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3693), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(834), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2692), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[94680] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(975), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(977), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[94692] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3833), 1,
|
|
sym_identifier,
|
|
ACTIONS(4066), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1969), 2,
|
|
sym_type_alias,
|
|
sym_type_spec,
|
|
[94706] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4068), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4070), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[94718] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4072), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4074), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[94730] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4078), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(1822), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(4076), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[94744] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4080), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(2023), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(3837), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[94758] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4082), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4084), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[94770] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4086), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4088), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[94782] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2094), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(841), 1,
|
|
sym_block,
|
|
ACTIONS(2676), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[94796] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3845), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(4090), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4092), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2093), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[94812] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4094), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3581), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
[94824] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3833), 1,
|
|
sym_identifier,
|
|
ACTIONS(4096), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1969), 2,
|
|
sym_type_alias,
|
|
sym_type_spec,
|
|
[94838] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1974), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[94852] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4098), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4100), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[94864] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4102), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4104), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[94876] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4106), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4108), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
[94888] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3858), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3860), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RPAREN,
|
|
[94900] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(327), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(1333), 1,
|
|
anon_sym_if,
|
|
STATE(1357), 2,
|
|
sym_component_block,
|
|
sym_component_if_statement,
|
|
[94914] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4110), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4112), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[94926] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3254), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3256), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[94938] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3833), 1,
|
|
sym_identifier,
|
|
ACTIONS(4114), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1561), 2,
|
|
sym_type_alias,
|
|
sym_type_spec,
|
|
[94952] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3291), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3293), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[94964] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4118), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(1985), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(4116), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[94978] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4122), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(1984), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(4120), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[94992] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3880), 1,
|
|
sym_identifier,
|
|
ACTIONS(4124), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(2008), 1,
|
|
aux_sym_var_spec_list_repeat1,
|
|
STATE(2166), 1,
|
|
sym_var_spec,
|
|
[95008] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4126), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(2023), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(3837), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[95022] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4128), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(2023), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(3837), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[95036] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3845), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(4130), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4132), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2117), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[95052] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4134), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3741), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[95064] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3359), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3361), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95076] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3076), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3078), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95088] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2936), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(4136), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1927), 2,
|
|
sym_conditional_attribute_block,
|
|
sym_conditional_attribute_if_statement,
|
|
[95102] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3619), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(411), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2692), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[95116] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4138), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4140), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[95128] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3845), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(4142), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4144), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2130), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[95144] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4146), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3761), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[95156] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3162), 1,
|
|
anon_sym_PIPE,
|
|
STATE(2025), 1,
|
|
aux_sym_type_elem_repeat1,
|
|
ACTIONS(3158), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[95170] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2936), 1,
|
|
anon_sym_if2,
|
|
ACTIONS(4136), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1953), 2,
|
|
sym_conditional_attribute_block,
|
|
sym_conditional_attribute_if_statement,
|
|
[95184] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(69), 1,
|
|
anon_sym_BQUOTE,
|
|
ACTIONS(71), 1,
|
|
anon_sym_DQUOTE,
|
|
STATE(1975), 2,
|
|
sym_raw_string_literal,
|
|
sym_interpreted_string_literal,
|
|
[95198] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3845), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(4148), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4150), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2142), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[95214] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3325), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3327), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95226] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3514), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3516), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95238] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3518), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3520), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95250] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3535), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3537), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95262] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3876), 1,
|
|
sym_identifier,
|
|
ACTIONS(4152), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1833), 1,
|
|
aux_sym_const_declaration_repeat1,
|
|
STATE(2181), 1,
|
|
sym_const_spec,
|
|
[95278] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3880), 1,
|
|
sym_identifier,
|
|
ACTIONS(4154), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1834), 1,
|
|
aux_sym_var_spec_list_repeat1,
|
|
STATE(2166), 1,
|
|
sym_var_spec,
|
|
[95294] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3569), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3571), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95306] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(987), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(989), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[95318] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(947), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(949), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[95330] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4156), 1,
|
|
sym_identifier,
|
|
ACTIONS(4159), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(2008), 1,
|
|
aux_sym_var_spec_list_repeat1,
|
|
STATE(2166), 1,
|
|
sym_var_spec,
|
|
[95346] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4048), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(2277), 1,
|
|
sym_parameter_list,
|
|
STATE(2311), 1,
|
|
sym_type_parameter_list,
|
|
[95362] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4048), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(2249), 1,
|
|
sym_type_parameter_list,
|
|
STATE(2294), 1,
|
|
sym_parameter_list,
|
|
[95378] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3252), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4048), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(716), 1,
|
|
sym_parameter_list,
|
|
STATE(2239), 1,
|
|
sym_type_parameter_list,
|
|
[95394] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4048), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(2226), 1,
|
|
sym_parameter_list,
|
|
STATE(2313), 1,
|
|
sym_type_parameter_list,
|
|
[95410] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3224), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3226), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95422] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3880), 1,
|
|
sym_identifier,
|
|
ACTIONS(4161), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1722), 2,
|
|
sym_var_spec,
|
|
sym_var_spec_list,
|
|
[95436] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3228), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3230), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95448] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3232), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3234), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95460] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3236), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3238), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95472] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4163), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4165), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[95484] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4167), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4169), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE,
|
|
[95496] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3313), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3315), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95508] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3100), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3102), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95520] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3114), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3116), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95532] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4174), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(2023), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(4171), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[95546] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4178), 1,
|
|
anon_sym_DQUOTE2,
|
|
STATE(1814), 1,
|
|
aux_sym_interpreted_string_literal_repeat1,
|
|
ACTIONS(4176), 2,
|
|
aux_sym_interpreted_string_literal_token1,
|
|
sym_escape_sequence,
|
|
[95560] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3162), 1,
|
|
anon_sym_PIPE,
|
|
STATE(2043), 1,
|
|
aux_sym_type_elem_repeat1,
|
|
ACTIONS(3341), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[95574] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3845), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(4180), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4182), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2217), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[95590] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3379), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3381), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95602] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3407), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3409), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95614] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3413), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3415), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95626] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3419), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3421), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95638] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3565), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3567), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95650] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3625), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(709), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2575), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[95664] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3470), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3472), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95676] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3474), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3476), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95688] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3478), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3480), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95700] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3482), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3484), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95712] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4184), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4186), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[95724] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3625), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(709), 1,
|
|
sym_literal_value,
|
|
ACTIONS(2692), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[95738] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3833), 1,
|
|
sym_identifier,
|
|
ACTIONS(4188), 1,
|
|
anon_sym_RPAREN,
|
|
STATE(1803), 2,
|
|
sym_type_alias,
|
|
sym_type_spec,
|
|
[95752] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3510), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3512), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95764] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3054), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3056), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95776] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4190), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4192), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[95788] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4194), 1,
|
|
anon_sym_PIPE,
|
|
STATE(2043), 1,
|
|
aux_sym_type_elem_repeat1,
|
|
ACTIONS(3526), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[95802] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2428), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
ACTIONS(2430), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
[95814] = 5,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3335), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4048), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(680), 1,
|
|
sym_parameter_list,
|
|
STATE(2265), 1,
|
|
sym_type_parameter_list,
|
|
[95830] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4106), 2,
|
|
ts_builtin_sym_end,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4108), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[95842] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4197), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2047), 1,
|
|
aux_sym_type_case_repeat1,
|
|
ACTIONS(4200), 2,
|
|
anon_sym_RBRACK,
|
|
anon_sym_COLON,
|
|
[95856] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3539), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3541), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95868] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3545), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3547), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95880] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3553), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3555), 3,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[95892] = 4,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4205), 1,
|
|
anon_sym_DASH_DASH_GT,
|
|
STATE(2051), 1,
|
|
aux_sym_element_comment_repeat1,
|
|
ACTIONS(4202), 2,
|
|
aux_sym_element_comment_token1,
|
|
aux_sym_element_comment_token2,
|
|
[95906] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2660), 2,
|
|
anon_sym_LBRACE,
|
|
sym_attribute_name,
|
|
ACTIONS(2662), 2,
|
|
anon_sym_GT,
|
|
anon_sym_SLASH_GT,
|
|
[95918] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(667), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4207), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2125), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[95931] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2126), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(4209), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2047), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[95944] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2430), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2428), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[95955] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(759), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4211), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2100), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[95968] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4190), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4192), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[95979] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(473), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4213), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2198), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[95992] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2214), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(4215), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2047), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[96005] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(635), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4217), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2125), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96018] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(563), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4219), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2125), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96031] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4221), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4223), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2136), 1,
|
|
aux_sym_type_arguments_repeat1,
|
|
[96044] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1862), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1864), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2184), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96057] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3884), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3886), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[96068] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4225), 1,
|
|
sym_identifier,
|
|
ACTIONS(4227), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2316), 1,
|
|
sym_type_parameter_declaration,
|
|
[96081] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4229), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4232), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2066), 1,
|
|
aux_sym_type_parameter_list_repeat1,
|
|
[96094] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4234), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4236), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2067), 1,
|
|
aux_sym_parameter_list_repeat1,
|
|
[96107] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3876), 1,
|
|
sym_identifier,
|
|
ACTIONS(4239), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1720), 1,
|
|
sym_const_spec,
|
|
[96120] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3841), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(3843), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2152), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[96133] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4225), 1,
|
|
sym_identifier,
|
|
ACTIONS(4241), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2316), 1,
|
|
sym_type_parameter_declaration,
|
|
[96146] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4243), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4245), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2203), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[96159] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4247), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4249), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2211), 1,
|
|
aux_sym_type_arguments_repeat1,
|
|
[96172] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4251), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4253), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2076), 1,
|
|
aux_sym_type_parameter_list_repeat1,
|
|
[96185] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4255), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[96194] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1920), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(2471), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(2172), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[96207] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4241), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(4257), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2066), 1,
|
|
aux_sym_type_parameter_list_repeat1,
|
|
[96220] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4259), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(4261), 1,
|
|
sym_css_property_value,
|
|
STATE(2394), 1,
|
|
sym_expression,
|
|
[96233] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4263), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4265), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2187), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[96246] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3894), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(3896), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2212), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[96259] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(797), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4267), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2163), 1,
|
|
aux_sym_dynamic_class_attribute_value_repeat1,
|
|
[96272] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3993), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3995), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[96283] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1800), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1802), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2189), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96296] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4269), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4271), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2099), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[96309] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4273), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4275), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2054), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[96322] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4277), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4279), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2092), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[96335] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3972), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(3974), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2102), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[96348] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4090), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4092), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2093), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[96361] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4281), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4283), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2095), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[96374] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4285), 1,
|
|
sym_identifier,
|
|
STATE(1165), 1,
|
|
sym__component_identifier,
|
|
STATE(1178), 1,
|
|
sym__component_member,
|
|
[96387] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1760), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1762), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2097), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96400] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4287), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4289), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2105), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[96413] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(781), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4291), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2100), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[96426] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(499), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4293), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2198), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[96439] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4295), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4297), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2141), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[96452] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2238), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(4299), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2047), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[96465] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1824), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1826), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2107), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96478] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(645), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4301), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2125), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96491] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1850), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1852), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2061), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96504] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(717), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4303), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2100), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[96517] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1196), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4305), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2100), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[96530] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3847), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3849), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[96541] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(497), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4308), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2198), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[96554] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4310), 1,
|
|
sym_identifier,
|
|
STATE(1168), 1,
|
|
sym__component_identifier,
|
|
STATE(1320), 1,
|
|
sym__component_member,
|
|
[96567] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4312), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4314), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2106), 1,
|
|
aux_sym_parameter_list_repeat1,
|
|
[96580] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2164), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(4316), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2047), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[96593] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1854), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4318), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2067), 1,
|
|
aux_sym_parameter_list_repeat1,
|
|
[96606] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(623), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4320), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2125), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96619] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4322), 1,
|
|
sym_identifier,
|
|
STATE(961), 1,
|
|
sym_parameter_list,
|
|
[96632] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4324), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4326), 1,
|
|
anon_sym_COLON,
|
|
STATE(2047), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[96645] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4328), 1,
|
|
sym_identifier,
|
|
STATE(1168), 1,
|
|
sym__component_identifier,
|
|
STATE(1200), 1,
|
|
sym__component_member,
|
|
[96658] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4330), 1,
|
|
sym_identifier,
|
|
STATE(1172), 1,
|
|
sym__component_identifier,
|
|
STATE(1207), 1,
|
|
sym__component_member,
|
|
[96671] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3833), 1,
|
|
sym_identifier,
|
|
STATE(1969), 2,
|
|
sym_type_alias,
|
|
sym_type_spec,
|
|
[96682] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(225), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[96691] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4130), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4132), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2117), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[96704] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4332), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[96713] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1796), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1798), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2119), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96726] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(505), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4334), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2198), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[96739] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(771), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4336), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2163), 1,
|
|
aux_sym_dynamic_class_attribute_value_repeat1,
|
|
[96752] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(653), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4338), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2125), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96765] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4340), 3,
|
|
anon_sym_LT_SLASH,
|
|
aux_sym_style_element_text_token1,
|
|
aux_sym_style_element_text_token2,
|
|
[96774] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3980), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3982), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[96785] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4342), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[96794] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1866), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4344), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2067), 1,
|
|
aux_sym_parameter_list_repeat1,
|
|
[96807] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(769), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4346), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2100), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[96820] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1926), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4348), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2125), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96833] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4142), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4144), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2130), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[96846] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4351), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[96855] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1790), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1792), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2131), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96868] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3890), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3892), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[96879] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(511), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4353), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2198), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[96892] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(661), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4355), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2125), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[96905] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(719), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4357), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2163), 1,
|
|
aux_sym_dynamic_class_attribute_value_repeat1,
|
|
[96918] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4359), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4361), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2123), 1,
|
|
aux_sym_parameter_list_repeat1,
|
|
[96931] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(795), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4363), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2100), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[96944] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4365), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4367), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2185), 1,
|
|
aux_sym_parameter_list_repeat1,
|
|
[96957] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1988), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(4369), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2190), 1,
|
|
aux_sym_type_arguments_repeat1,
|
|
[96970] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4371), 3,
|
|
anon_sym_LT_SLASH,
|
|
aux_sym_style_element_text_token1,
|
|
aux_sym_style_element_text_token2,
|
|
[96979] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4148), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4150), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2142), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[96992] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3968), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3970), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97003] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1838), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1840), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2053), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[97016] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2160), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(4373), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2047), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[97029] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(517), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4375), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2198), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[97042] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4377), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4379), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2196), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[97055] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4310), 1,
|
|
sym_identifier,
|
|
STATE(1168), 1,
|
|
sym__component_identifier,
|
|
STATE(1198), 1,
|
|
sym__component_member,
|
|
[97068] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1828), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1830), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2060), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[97081] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4052), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4054), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97092] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3156), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(3160), 1,
|
|
anon_sym_LBRACK,
|
|
ACTIONS(4381), 1,
|
|
anon_sym_RPAREN,
|
|
[97105] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4383), 1,
|
|
sym_identifier,
|
|
STATE(957), 1,
|
|
sym_parameter_list,
|
|
[97118] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4086), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4088), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97129] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3928), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(3930), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2202), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[97142] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4385), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4387), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2167), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[97155] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(521), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4389), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2198), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[97168] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4022), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4024), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2168), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[97181] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4391), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4393), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2205), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[97194] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4395), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4397), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2134), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[97207] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4399), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[97216] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4401), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4403), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2177), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[97229] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4405), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4407), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2124), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[97242] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4409), 3,
|
|
anon_sym_LT_SLASH,
|
|
aux_sym_style_element_text_token1,
|
|
aux_sym_style_element_text_token2,
|
|
[97251] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3934), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3936), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97262] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4411), 1,
|
|
anon_sym_style,
|
|
ACTIONS(4413), 1,
|
|
anon_sym_script,
|
|
ACTIONS(4415), 1,
|
|
sym_element_identifier,
|
|
[97275] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1844), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1846), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2179), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[97288] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1994), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4417), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2163), 1,
|
|
aux_sym_dynamic_class_attribute_value_repeat1,
|
|
[97301] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4420), 1,
|
|
sym_identifier,
|
|
ACTIONS(4422), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1939), 1,
|
|
sym_const_spec,
|
|
[97314] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4324), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4424), 1,
|
|
anon_sym_COLON,
|
|
STATE(2109), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[97327] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4426), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4428), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97338] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(745), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4430), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2100), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[97351] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(527), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4432), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2198), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[97364] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4200), 3,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_COLON,
|
|
[97373] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1782), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(1784), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2208), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[97386] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4434), 3,
|
|
anon_sym_LT_SLASH,
|
|
aux_sym_style_element_text_token1,
|
|
aux_sym_style_element_text_token2,
|
|
[97395] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1196), 1,
|
|
anon_sym_LBRACE,
|
|
ACTIONS(4436), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2172), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[97408] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4439), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4441), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2214), 1,
|
|
aux_sym_parameter_list_repeat1,
|
|
[97421] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4012), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4014), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97432] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(2454), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(2452), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97443] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4443), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4445), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2186), 1,
|
|
aux_sym_type_arguments_repeat1,
|
|
[97456] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2190), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(4447), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2047), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[97469] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4449), 1,
|
|
anon_sym_style,
|
|
ACTIONS(4451), 1,
|
|
anon_sym_script,
|
|
ACTIONS(4453), 1,
|
|
sym_element_identifier,
|
|
[97482] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(629), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4455), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2125), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[97495] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4457), 1,
|
|
anon_sym_style,
|
|
ACTIONS(4459), 1,
|
|
anon_sym_script,
|
|
ACTIONS(4461), 1,
|
|
sym_element_identifier,
|
|
[97508] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4463), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4465), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97519] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1916), 3,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
anon_sym_COLON,
|
|
[97528] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4467), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[97537] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(671), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4469), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2125), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[97550] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1856), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4471), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2067), 1,
|
|
aux_sym_parameter_list_repeat1,
|
|
[97563] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1986), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(4473), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2190), 1,
|
|
aux_sym_type_arguments_repeat1,
|
|
[97576] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2142), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(4475), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2047), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[97589] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4184), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4186), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97600] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(583), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4477), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2125), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[97613] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4479), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4482), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2190), 1,
|
|
aux_sym_type_arguments_repeat1,
|
|
[97626] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4180), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4182), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2217), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[97639] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3845), 1,
|
|
anon_sym_COLON,
|
|
ACTIONS(4484), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
[97650] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3950), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3952), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97661] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3976), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3978), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97672] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3984), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3986), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97683] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(807), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4486), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2100), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[97696] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3864), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3866), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97707] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4484), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4488), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2198), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[97720] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4036), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4038), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97731] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3898), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3900), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97742] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2026), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(4491), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2190), 1,
|
|
aux_sym_type_arguments_repeat1,
|
|
[97755] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(471), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4493), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2198), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[97768] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(713), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4495), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2100), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[97781] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3902), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3904), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97792] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2124), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(4497), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2047), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[97805] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4068), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4070), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97816] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4072), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4074), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97827] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(611), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4499), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2125), 1,
|
|
aux_sym_argument_list_repeat1,
|
|
[97840] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4082), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(4084), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97851] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(3906), 1,
|
|
aux_sym_source_file_token1,
|
|
ACTIONS(3908), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_NULL,
|
|
[97862] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1954), 1,
|
|
anon_sym_RBRACK,
|
|
ACTIONS(4501), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2190), 1,
|
|
aux_sym_type_arguments_repeat1,
|
|
[97875] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(469), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4503), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2198), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[97888] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3526), 3,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
anon_sym_PIPE,
|
|
[97897] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1858), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4505), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2067), 1,
|
|
aux_sym_parameter_list_repeat1,
|
|
[97910] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4507), 1,
|
|
sym_identifier,
|
|
STATE(1165), 1,
|
|
sym__component_identifier,
|
|
STATE(1179), 1,
|
|
sym__component_member,
|
|
[97923] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4507), 1,
|
|
sym_identifier,
|
|
STATE(1165), 1,
|
|
sym__component_identifier,
|
|
STATE(1197), 1,
|
|
sym__component_member,
|
|
[97936] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(523), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4509), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2198), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[97949] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4511), 1,
|
|
anon_sym_RPAREN,
|
|
ACTIONS(4513), 1,
|
|
anon_sym_COMMA,
|
|
STATE(2056), 1,
|
|
aux_sym_expression_list_repeat1,
|
|
[97962] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4515), 3,
|
|
anon_sym_RBRACE,
|
|
anon_sym_case,
|
|
anon_sym_default,
|
|
[97971] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4056), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4058), 1,
|
|
anon_sym_RBRACE,
|
|
STATE(2058), 1,
|
|
aux_sym_literal_value_repeat1,
|
|
[97984] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4517), 1,
|
|
sym_identifier,
|
|
STATE(1172), 1,
|
|
sym__component_identifier,
|
|
STATE(1190), 1,
|
|
sym__component_member,
|
|
[97997] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4519), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4521), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2059), 1,
|
|
aux_sym_type_case_repeat1,
|
|
[98010] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4517), 1,
|
|
sym_identifier,
|
|
STATE(1172), 1,
|
|
sym__component_identifier,
|
|
STATE(1300), 1,
|
|
sym__component_member,
|
|
[98023] = 4,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4523), 1,
|
|
anon_sym_COMMA,
|
|
ACTIONS(4525), 1,
|
|
anon_sym_RBRACK,
|
|
STATE(2201), 1,
|
|
aux_sym_type_arguments_repeat1,
|
|
[98036] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4527), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
[98044] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4529), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(2188), 1,
|
|
sym_component_block,
|
|
[98054] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4529), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(2057), 1,
|
|
sym_component_block,
|
|
[98064] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3619), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(411), 1,
|
|
sym_literal_value,
|
|
[98074] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4531), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(4533), 1,
|
|
aux_sym_quoted_attribute_value_token2,
|
|
[98084] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4531), 1,
|
|
anon_sym_SQUOTE,
|
|
ACTIONS(4535), 1,
|
|
aux_sym_quoted_attribute_value_token1,
|
|
[98094] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4537), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4539), 1,
|
|
sym_script_block_text,
|
|
[98104] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3325), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_LBRACE,
|
|
[98112] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4541), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1897), 1,
|
|
sym_script_block,
|
|
[98122] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3647), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(500), 1,
|
|
sym_literal_value,
|
|
[98132] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4543), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(406), 1,
|
|
sym_argument_list,
|
|
[98142] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4545), 1,
|
|
sym_identifier,
|
|
STATE(2345), 1,
|
|
sym__script_identifier,
|
|
[98152] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4547), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(734), 1,
|
|
sym_parameter_list,
|
|
[98162] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4549), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1669), 1,
|
|
sym_field_declaration_list,
|
|
[98172] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3252), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(744), 1,
|
|
sym_parameter_list,
|
|
[98182] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4551), 1,
|
|
sym_identifier,
|
|
ACTIONS(4553), 1,
|
|
anon_sym_LPAREN,
|
|
[98192] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4555), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1418), 1,
|
|
sym_script_tag_end,
|
|
[98202] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4557), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(487), 1,
|
|
sym_argument_list,
|
|
[98212] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4559), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1578), 1,
|
|
sym_field_declaration_list,
|
|
[98222] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3803), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(515), 1,
|
|
sym_literal_value,
|
|
[98232] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4561), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[98240] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1926), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[98248] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4563), 2,
|
|
anon_sym_EQ,
|
|
anon_sym_COLON_EQ,
|
|
[98256] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4565), 1,
|
|
anon_sym_LBRACK,
|
|
STATE(1301), 1,
|
|
sym_type_arguments,
|
|
[98266] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(2290), 1,
|
|
sym_parameter_list,
|
|
[98276] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4567), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[98284] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3252), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(568), 1,
|
|
sym_parameter_list,
|
|
[98294] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4569), 2,
|
|
anon_sym_RBRACE,
|
|
sym_css_property_name,
|
|
[98302] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(667), 1,
|
|
sym_parameter_list,
|
|
[98312] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4571), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[98320] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4571), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[98328] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3625), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(709), 1,
|
|
sym_literal_value,
|
|
[98338] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4234), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[98346] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4573), 1,
|
|
sym_identifier,
|
|
ACTIONS(4575), 1,
|
|
anon_sym_LPAREN,
|
|
[98356] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4577), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[98364] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4579), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[98372] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(345), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1392), 1,
|
|
sym_component_block,
|
|
[98382] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(997), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(511), 1,
|
|
sym_argument_list,
|
|
[98392] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3693), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(834), 1,
|
|
sym_literal_value,
|
|
[98402] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4225), 1,
|
|
sym_identifier,
|
|
STATE(2073), 1,
|
|
sym_type_parameter_declaration,
|
|
[98412] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3335), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(685), 1,
|
|
sym_parameter_list,
|
|
[98422] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4547), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(753), 1,
|
|
sym_parameter_list,
|
|
[98432] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4581), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4583), 1,
|
|
anon_sym_LBRACK,
|
|
[98442] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3252), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(569), 1,
|
|
sym_parameter_list,
|
|
[98452] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4529), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(2149), 1,
|
|
sym_component_block,
|
|
[98462] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4585), 1,
|
|
sym_identifier,
|
|
ACTIONS(4587), 1,
|
|
anon_sym_LPAREN,
|
|
[98472] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4589), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(840), 1,
|
|
sym_argument_list,
|
|
[98482] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2372), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1330), 1,
|
|
sym_argument_list,
|
|
[98492] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3194), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_LBRACE,
|
|
[98500] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3202), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_LBRACE,
|
|
[98508] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4591), 1,
|
|
sym_identifier,
|
|
ACTIONS(4593), 1,
|
|
anon_sym_LPAREN,
|
|
[98518] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(670), 1,
|
|
sym_parameter_list,
|
|
[98528] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4529), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(2193), 1,
|
|
sym_component_block,
|
|
[98538] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4595), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(724), 1,
|
|
sym_argument_list,
|
|
[98548] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4597), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(2194), 1,
|
|
sym__css_block,
|
|
[98558] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4599), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(2195), 1,
|
|
sym_script_block,
|
|
[98568] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(33), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1726), 1,
|
|
sym_block,
|
|
[98578] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4601), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(4603), 1,
|
|
aux_sym_quoted_attribute_value_token2,
|
|
[98588] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4605), 2,
|
|
anon_sym_html,
|
|
anon_sym_HTMLPUBLIC_DQUOTEhttp_COLON_SLASH_SLASHwww_DOTw3_DOTorg_SLASHTR_SLASHhtml4_SLASHloose_DOTdtd_DQUOTE,
|
|
[98596] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2383), 2,
|
|
anon_sym_LPAREN,
|
|
anon_sym_LBRACK,
|
|
[98604] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4601), 1,
|
|
anon_sym_SQUOTE,
|
|
ACTIONS(4607), 1,
|
|
aux_sym_quoted_attribute_value_token1,
|
|
[98614] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(689), 1,
|
|
sym_parameter_list,
|
|
[98624] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4609), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[98632] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(2336), 1,
|
|
sym_parameter_list,
|
|
[98642] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4611), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(2037), 1,
|
|
sym_component_block,
|
|
[98652] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4611), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(2042), 1,
|
|
sym_component_block,
|
|
[98662] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4613), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[98670] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(327), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1391), 1,
|
|
sym_component_block,
|
|
[98680] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4573), 1,
|
|
sym_identifier,
|
|
ACTIONS(4615), 1,
|
|
anon_sym_LPAREN,
|
|
[98690] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4611), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1881), 1,
|
|
sym_component_block,
|
|
[98700] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1180), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(586), 1,
|
|
sym_literal_value,
|
|
[98710] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(257), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(2000), 1,
|
|
sym_block,
|
|
[98720] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4225), 1,
|
|
sym_identifier,
|
|
STATE(2316), 1,
|
|
sym_type_parameter_declaration,
|
|
[98730] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3335), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(750), 1,
|
|
sym_parameter_list,
|
|
[98740] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4617), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1419), 1,
|
|
sym_style_tag_end,
|
|
[98750] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3831), 1,
|
|
sym_identifier,
|
|
STATE(1937), 1,
|
|
sym__component_identifier,
|
|
[98760] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4619), 2,
|
|
anon_sym_RPAREN,
|
|
anon_sym_COMMA,
|
|
[98768] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1184), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(566), 1,
|
|
sym_argument_list,
|
|
[98778] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(960), 1,
|
|
sym_parameter_list,
|
|
[98788] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3168), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_LBRACE,
|
|
[98796] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3176), 2,
|
|
anon_sym_SEMI,
|
|
anon_sym_LBRACE,
|
|
[98804] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4621), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1420), 1,
|
|
sym_script_tag_end,
|
|
[98814] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(2279), 1,
|
|
sym_parameter_list,
|
|
[98824] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(2280), 1,
|
|
sym_parameter_list,
|
|
[98834] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4623), 1,
|
|
sym_identifier,
|
|
ACTIONS(4625), 1,
|
|
anon_sym_LPAREN,
|
|
[98844] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4623), 1,
|
|
sym_identifier,
|
|
ACTIONS(4627), 1,
|
|
anon_sym_LPAREN,
|
|
[98854] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(2227), 1,
|
|
sym_parameter_list,
|
|
[98864] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4629), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1285), 1,
|
|
sym_field_declaration_list,
|
|
[98874] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(2269), 1,
|
|
sym_parameter_list,
|
|
[98884] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4623), 1,
|
|
sym_identifier,
|
|
ACTIONS(4631), 1,
|
|
anon_sym_LPAREN,
|
|
[98894] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4633), 1,
|
|
anon_sym_RBRACE,
|
|
ACTIONS(4635), 1,
|
|
sym_script_block_text,
|
|
[98904] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4232), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[98912] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4637), 2,
|
|
anon_sym_html,
|
|
anon_sym_HTMLPUBLIC_DQUOTEhttp_COLON_SLASH_SLASHwww_DOTw3_DOTorg_SLASHTR_SLASHhtml4_SLASHloose_DOTdtd_DQUOTE,
|
|
[98920] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4000), 2,
|
|
anon_sym_RPAREN,
|
|
sym_identifier,
|
|
[98928] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4639), 1,
|
|
sym_identifier,
|
|
ACTIONS(4641), 1,
|
|
anon_sym_LPAREN,
|
|
[98938] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4643), 2,
|
|
anon_sym_BQUOTE,
|
|
anon_sym_DQUOTE,
|
|
[98946] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(912), 1,
|
|
sym_parameter_list,
|
|
[98956] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2379), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1309), 1,
|
|
sym_argument_list,
|
|
[98966] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(2326), 1,
|
|
sym_parameter_list,
|
|
[98976] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4645), 2,
|
|
anon_sym_html,
|
|
anon_sym_HTMLPUBLIC_DQUOTEhttp_COLON_SLASH_SLASHwww_DOTw3_DOTorg_SLASHTR_SLASHhtml4_SLASHloose_DOTdtd_DQUOTE,
|
|
[98984] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4482), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACK,
|
|
[98992] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4647), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1895), 1,
|
|
sym__css_block,
|
|
[99002] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(928), 1,
|
|
sym_parameter_list,
|
|
[99012] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(347), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1256), 1,
|
|
sym_component_block,
|
|
[99022] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4623), 1,
|
|
sym_identifier,
|
|
ACTIONS(4649), 1,
|
|
anon_sym_LPAREN,
|
|
[99032] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1680), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(792), 1,
|
|
sym_literal_value,
|
|
[99042] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4651), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1491), 1,
|
|
sym_field_declaration_list,
|
|
[99052] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(937), 1,
|
|
sym_parameter_list,
|
|
[99062] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4484), 2,
|
|
anon_sym_COMMA,
|
|
anon_sym_RBRACE,
|
|
[99070] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1365), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(655), 1,
|
|
sym_argument_list,
|
|
[99080] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3335), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(752), 1,
|
|
sym_parameter_list,
|
|
[99090] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4611), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(1966), 1,
|
|
sym_component_block,
|
|
[99100] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(942), 1,
|
|
sym_parameter_list,
|
|
[99110] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4653), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1223), 1,
|
|
sym_style_tag_end,
|
|
[99120] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4655), 1,
|
|
sym_identifier,
|
|
ACTIONS(4657), 1,
|
|
anon_sym_LPAREN,
|
|
[99130] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4659), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1269), 1,
|
|
sym_script_tag_end,
|
|
[99140] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1656), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(800), 1,
|
|
sym_argument_list,
|
|
[99150] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(947), 1,
|
|
sym_parameter_list,
|
|
[99160] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4661), 1,
|
|
sym_identifier,
|
|
STATE(2323), 1,
|
|
sym__css_identifier,
|
|
[99170] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4663), 1,
|
|
anon_sym_DQUOTE,
|
|
ACTIONS(4665), 1,
|
|
aux_sym_quoted_attribute_value_token2,
|
|
[99180] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(2233), 1,
|
|
sym_parameter_list,
|
|
[99190] = 3,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4663), 1,
|
|
anon_sym_SQUOTE,
|
|
ACTIONS(4667), 1,
|
|
aux_sym_quoted_attribute_value_token1,
|
|
[99200] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4159), 2,
|
|
anon_sym_RPAREN,
|
|
sym_identifier,
|
|
[99208] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(1555), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(952), 1,
|
|
sym_parameter_list,
|
|
[99218] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(407), 1,
|
|
anon_sym_LBRACE,
|
|
STATE(631), 1,
|
|
sym_literal_value,
|
|
[99228] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4669), 1,
|
|
anon_sym_LT_SLASH,
|
|
STATE(1417), 1,
|
|
sym_style_tag_end,
|
|
[99238] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2364), 1,
|
|
anon_sym_LPAREN,
|
|
STATE(1217), 1,
|
|
sym_argument_list,
|
|
[99248] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4661), 1,
|
|
sym_identifier,
|
|
STATE(2307), 1,
|
|
sym__css_identifier,
|
|
[99258] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4545), 1,
|
|
sym_identifier,
|
|
STATE(2308), 1,
|
|
sym__script_identifier,
|
|
[99268] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3156), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(3160), 1,
|
|
anon_sym_LBRACK,
|
|
[99278] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3831), 1,
|
|
sym_identifier,
|
|
STATE(2012), 1,
|
|
sym__component_identifier,
|
|
[99288] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4671), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4673), 1,
|
|
anon_sym_LBRACK,
|
|
[99298] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4675), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4677), 1,
|
|
anon_sym_LBRACK,
|
|
[99308] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4679), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4681), 1,
|
|
anon_sym_LBRACK,
|
|
[99318] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4683), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4685), 1,
|
|
anon_sym_LBRACK,
|
|
[99328] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4687), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4689), 1,
|
|
anon_sym_LBRACK,
|
|
[99338] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4691), 1,
|
|
anon_sym_LPAREN,
|
|
ACTIONS(4693), 1,
|
|
anon_sym_LBRACK,
|
|
[99348] = 3,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4695), 1,
|
|
sym_identifier,
|
|
ACTIONS(4697), 1,
|
|
anon_sym_LPAREN,
|
|
[99358] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4699), 1,
|
|
anon_sym_LBRACE,
|
|
[99365] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4132), 1,
|
|
anon_sym_RBRACE,
|
|
[99372] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4701), 1,
|
|
anon_sym_RPAREN,
|
|
[99379] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3843), 1,
|
|
anon_sym_RBRACE,
|
|
[99386] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4359), 1,
|
|
anon_sym_RPAREN,
|
|
[99393] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4703), 1,
|
|
anon_sym_RPAREN,
|
|
[99400] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4351), 1,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[99407] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4705), 1,
|
|
anon_sym_LBRACK,
|
|
[99414] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4707), 1,
|
|
anon_sym_RPAREN,
|
|
[99421] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4709), 1,
|
|
anon_sym_RBRACK,
|
|
[99428] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4711), 1,
|
|
anon_sym_LBRACE,
|
|
[99435] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4713), 1,
|
|
anon_sym_GT,
|
|
[99442] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4715), 1,
|
|
anon_sym_RPAREN,
|
|
[99449] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4717), 1,
|
|
anon_sym_chan,
|
|
[99456] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4439), 1,
|
|
anon_sym_RPAREN,
|
|
[99463] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4719), 1,
|
|
anon_sym_RBRACE,
|
|
[99470] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4144), 1,
|
|
anon_sym_RBRACE,
|
|
[99477] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4721), 1,
|
|
anon_sym_RBRACE,
|
|
[99484] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4723), 1,
|
|
anon_sym_RBRACE,
|
|
[99491] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4725), 1,
|
|
anon_sym_RPAREN,
|
|
[99498] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4727), 1,
|
|
anon_sym_GT,
|
|
[99505] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4729), 1,
|
|
anon_sym_DQUOTE,
|
|
[99512] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4731), 1,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[99519] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4733), 1,
|
|
sym_identifier,
|
|
[99526] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4735), 1,
|
|
anon_sym_RBRACK,
|
|
[99533] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4737), 1,
|
|
anon_sym_chan,
|
|
[99540] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4739), 1,
|
|
anon_sym_GT,
|
|
[99547] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4741), 1,
|
|
anon_sym_LBRACE,
|
|
[99554] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4743), 1,
|
|
anon_sym_BQUOTE,
|
|
[99561] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4745), 1,
|
|
aux_sym_raw_string_literal_token1,
|
|
[99568] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4150), 1,
|
|
anon_sym_RBRACE,
|
|
[99575] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4747), 1,
|
|
anon_sym_SEMI,
|
|
[99582] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4749), 1,
|
|
anon_sym_RBRACE,
|
|
[99589] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4751), 1,
|
|
sym_element_identifier,
|
|
[99596] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4753), 1,
|
|
anon_sym_SEMI,
|
|
[99603] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4755), 1,
|
|
anon_sym_chan,
|
|
[99610] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4757), 1,
|
|
anon_sym_RBRACE,
|
|
[99617] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4759), 1,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[99624] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4761), 1,
|
|
anon_sym_RPAREN,
|
|
[99631] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4763), 1,
|
|
anon_sym_BQUOTE,
|
|
[99638] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4765), 1,
|
|
anon_sym_LBRACE,
|
|
[99645] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4767), 1,
|
|
sym_identifier,
|
|
[99652] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4769), 1,
|
|
anon_sym_BQUOTE,
|
|
[99659] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4771), 1,
|
|
anon_sym_RBRACE,
|
|
[99666] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4773), 1,
|
|
anon_sym_LBRACE,
|
|
[99673] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4775), 1,
|
|
anon_sym_LBRACE,
|
|
[99680] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4777), 1,
|
|
anon_sym_script,
|
|
[99687] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4779), 1,
|
|
anon_sym_LBRACE,
|
|
[99694] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4781), 1,
|
|
aux_sym_raw_string_literal_token1,
|
|
[99701] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4783), 1,
|
|
anon_sym_RPAREN,
|
|
[99708] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4381), 1,
|
|
anon_sym_RPAREN,
|
|
[99715] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4785), 1,
|
|
anon_sym_RPAREN,
|
|
[99722] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4365), 1,
|
|
anon_sym_RPAREN,
|
|
[99729] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4787), 1,
|
|
anon_sym_LBRACE,
|
|
[99736] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4789), 1,
|
|
anon_sym_LBRACE,
|
|
[99743] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4729), 1,
|
|
anon_sym_SQUOTE,
|
|
[99750] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4791), 1,
|
|
anon_sym_RBRACK,
|
|
[99757] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4793), 1,
|
|
anon_sym_BQUOTE,
|
|
[99764] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4795), 1,
|
|
anon_sym_COLON,
|
|
[99771] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4797), 1,
|
|
anon_sym_LBRACE,
|
|
[99778] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4799), 1,
|
|
anon_sym_EQ,
|
|
[99785] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3974), 1,
|
|
anon_sym_RBRACE,
|
|
[99792] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4801), 1,
|
|
anon_sym_EQ,
|
|
[99799] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4803), 1,
|
|
anon_sym_RPAREN,
|
|
[99806] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4805), 1,
|
|
sym_identifier,
|
|
[99813] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4807), 1,
|
|
anon_sym_GT,
|
|
[99820] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4809), 1,
|
|
anon_sym_RPAREN,
|
|
[99827] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4811), 1,
|
|
anon_sym_RBRACE,
|
|
[99834] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4813), 1,
|
|
anon_sym_RBRACK,
|
|
[99841] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4815), 1,
|
|
anon_sym_EQ,
|
|
[99848] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4817), 1,
|
|
anon_sym_LPAREN,
|
|
[99855] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4819), 1,
|
|
anon_sym_chan,
|
|
[99862] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4821), 1,
|
|
anon_sym_RBRACE,
|
|
[99869] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4823), 1,
|
|
anon_sym_RBRACK,
|
|
[99876] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4825), 1,
|
|
anon_sym_LBRACE,
|
|
[99883] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4827), 1,
|
|
anon_sym_RPAREN,
|
|
[99890] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4829), 1,
|
|
anon_sym_DQUOTE,
|
|
[99897] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4829), 1,
|
|
anon_sym_SQUOTE,
|
|
[99904] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4831), 1,
|
|
anon_sym_BQUOTE,
|
|
[99911] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4833), 1,
|
|
sym_element_identifier,
|
|
[99918] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4835), 1,
|
|
anon_sym_style,
|
|
[99925] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4837), 1,
|
|
anon_sym_script,
|
|
[99932] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4839), 1,
|
|
anon_sym_COLON,
|
|
[99939] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3930), 1,
|
|
anon_sym_RBRACE,
|
|
[99946] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4841), 1,
|
|
sym_identifier,
|
|
[99953] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4843), 1,
|
|
anon_sym_RPAREN,
|
|
[99960] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4845), 1,
|
|
anon_sym_RPAREN,
|
|
[99967] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4058), 1,
|
|
anon_sym_RBRACE,
|
|
[99974] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4847), 1,
|
|
anon_sym_LF,
|
|
[99981] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4849), 1,
|
|
anon_sym_EQ,
|
|
[99988] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4851), 1,
|
|
anon_sym_RPAREN,
|
|
[99995] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4853), 1,
|
|
sym_identifier,
|
|
[100002] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4855), 1,
|
|
anon_sym_LBRACE,
|
|
[100009] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4857), 1,
|
|
aux_sym_raw_string_literal_token1,
|
|
[100016] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4859), 1,
|
|
anon_sym_BQUOTE,
|
|
[100023] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4861), 1,
|
|
anon_sym_RPAREN,
|
|
[100030] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4863), 1,
|
|
anon_sym_RPAREN,
|
|
[100037] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4865), 1,
|
|
anon_sym_chan,
|
|
[100044] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4867), 1,
|
|
anon_sym_GT,
|
|
[100051] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4869), 1,
|
|
anon_sym_RPAREN,
|
|
[100058] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4871), 1,
|
|
anon_sym_COLON,
|
|
[100065] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4873), 1,
|
|
anon_sym_GT,
|
|
[100072] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4182), 1,
|
|
anon_sym_RBRACE,
|
|
[100079] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4875), 1,
|
|
anon_sym_RBRACE,
|
|
[100086] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4877), 1,
|
|
anon_sym_SEMI,
|
|
[100093] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4879), 1,
|
|
anon_sym_LPAREN,
|
|
[100100] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4881), 1,
|
|
anon_sym_GT,
|
|
[100107] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(225), 1,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[100114] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4883), 1,
|
|
anon_sym_RBRACE,
|
|
[100121] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4885), 1,
|
|
sym_element_identifier,
|
|
[100128] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4887), 1,
|
|
anon_sym_style,
|
|
[100135] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4889), 1,
|
|
anon_sym_script,
|
|
[100142] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4891), 1,
|
|
anon_sym_GT,
|
|
[100149] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4893), 1,
|
|
anon_sym_LBRACE,
|
|
[100156] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4895), 1,
|
|
anon_sym_SEMI,
|
|
[100163] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4897), 1,
|
|
sym_identifier,
|
|
[100170] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4899), 1,
|
|
anon_sym_LF,
|
|
[100177] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4901), 1,
|
|
anon_sym_SEMI,
|
|
[100184] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4092), 1,
|
|
anon_sym_RBRACE,
|
|
[100191] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4903), 1,
|
|
anon_sym_LBRACE,
|
|
[100198] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4905), 1,
|
|
aux_sym_raw_string_literal_token1,
|
|
[100205] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4907), 1,
|
|
sym_identifier,
|
|
[100212] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4909), 1,
|
|
anon_sym_RBRACE,
|
|
[100219] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4911), 1,
|
|
sym_identifier,
|
|
[100226] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4913), 1,
|
|
anon_sym_RBRACK,
|
|
[100233] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4915), 1,
|
|
sym_identifier,
|
|
[100240] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2584), 1,
|
|
anon_sym_SEMI,
|
|
[100247] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4917), 1,
|
|
anon_sym_LBRACE,
|
|
[100254] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4919), 1,
|
|
anon_sym_COLON,
|
|
[100261] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4921), 1,
|
|
anon_sym_BQUOTE,
|
|
[100268] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4923), 1,
|
|
anon_sym_LF,
|
|
[100275] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4925), 1,
|
|
sym_identifier,
|
|
[100282] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4927), 1,
|
|
aux_sym_raw_string_literal_token1,
|
|
[100289] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(3896), 1,
|
|
anon_sym_RBRACE,
|
|
[100296] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4929), 1,
|
|
anon_sym_RBRACE,
|
|
[100303] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4931), 1,
|
|
anon_sym_chan,
|
|
[100310] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4933), 1,
|
|
anon_sym_LBRACE,
|
|
[100317] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4935), 1,
|
|
anon_sym_COLON_EQ,
|
|
[100324] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4937), 1,
|
|
ts_builtin_sym_end,
|
|
[100331] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4939), 1,
|
|
anon_sym_style,
|
|
[100338] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4941), 1,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[100345] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4943), 1,
|
|
anon_sym_chan,
|
|
[100352] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4945), 1,
|
|
aux_sym_raw_string_literal_token1,
|
|
[100359] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(2662), 1,
|
|
anon_sym_SEMI,
|
|
[100366] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4947), 1,
|
|
anon_sym_RBRACE,
|
|
[100373] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4949), 1,
|
|
anon_sym_RPAREN,
|
|
[100380] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4951), 1,
|
|
anon_sym_RBRACE,
|
|
[100387] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4953), 1,
|
|
anon_sym_BQUOTE,
|
|
[100394] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4955), 1,
|
|
anon_sym_DQUOTE,
|
|
[100401] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4957), 1,
|
|
anon_sym_RPAREN,
|
|
[100408] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4959), 1,
|
|
anon_sym_COLON,
|
|
[100415] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4961), 1,
|
|
anon_sym_RBRACE,
|
|
[100422] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4963), 1,
|
|
aux_sym_raw_string_literal_token1,
|
|
[100429] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4965), 1,
|
|
anon_sym_RPAREN,
|
|
[100436] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4967), 1,
|
|
anon_sym_RBRACE,
|
|
[100443] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4969), 1,
|
|
anon_sym_GT,
|
|
[100450] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4971), 1,
|
|
anon_sym_RBRACK,
|
|
[100457] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4342), 1,
|
|
anon_sym_RBRACE_RBRACE,
|
|
[100464] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4955), 1,
|
|
anon_sym_SQUOTE,
|
|
[100471] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4973), 1,
|
|
anon_sym_RBRACE,
|
|
[100478] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4024), 1,
|
|
anon_sym_RBRACE,
|
|
[100485] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4975), 1,
|
|
anon_sym_RPAREN,
|
|
[100492] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4977), 1,
|
|
aux_sym_raw_string_literal_token1,
|
|
[100499] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4312), 1,
|
|
anon_sym_RPAREN,
|
|
[100506] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4979), 1,
|
|
anon_sym_SEMI,
|
|
[100513] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4981), 1,
|
|
anon_sym_RPAREN,
|
|
[100520] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4983), 1,
|
|
sym_identifier,
|
|
[100527] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4985), 1,
|
|
sym_identifier,
|
|
[100534] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4987), 1,
|
|
anon_sym_SEMI,
|
|
[100541] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4989), 1,
|
|
anon_sym_GT,
|
|
[100548] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4991), 1,
|
|
anon_sym_GT,
|
|
[100555] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(4993), 1,
|
|
aux_sym_raw_string_literal_token1,
|
|
[100562] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4995), 1,
|
|
anon_sym_LBRACK,
|
|
[100569] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4997), 1,
|
|
anon_sym_GT,
|
|
[100576] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(4999), 1,
|
|
anon_sym_LBRACE,
|
|
[100583] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5001), 1,
|
|
anon_sym_RPAREN,
|
|
[100590] = 2,
|
|
ACTIONS(395), 1,
|
|
sym_comment,
|
|
ACTIONS(5003), 1,
|
|
anon_sym_LF,
|
|
[100597] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5005), 1,
|
|
anon_sym_SEMI,
|
|
[100604] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5007), 1,
|
|
anon_sym_SEMI,
|
|
[100611] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5009), 1,
|
|
anon_sym_RBRACE,
|
|
[100618] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5011), 1,
|
|
aux_sym_doctype_token1,
|
|
[100625] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5013), 1,
|
|
anon_sym_SEMI,
|
|
[100632] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5015), 1,
|
|
anon_sym_SEMI,
|
|
[100639] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5017), 1,
|
|
anon_sym_SEMI,
|
|
[100646] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5019), 1,
|
|
anon_sym_LBRACK,
|
|
[100653] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5021), 1,
|
|
anon_sym_COLON,
|
|
[100660] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5023), 1,
|
|
aux_sym_doctype_token1,
|
|
[100667] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5025), 1,
|
|
anon_sym_SEMI,
|
|
[100674] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5027), 1,
|
|
anon_sym_SEMI,
|
|
[100681] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5029), 1,
|
|
anon_sym_LBRACK,
|
|
[100688] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5031), 1,
|
|
aux_sym_doctype_token1,
|
|
[100695] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5033), 1,
|
|
anon_sym_LBRACK,
|
|
[100702] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5035), 1,
|
|
anon_sym_RBRACE,
|
|
[100709] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5037), 1,
|
|
anon_sym_LBRACK,
|
|
[100716] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5039), 1,
|
|
anon_sym_RBRACK,
|
|
[100723] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5041), 1,
|
|
anon_sym_LBRACK,
|
|
[100730] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5043), 1,
|
|
anon_sym_BQUOTE,
|
|
[100737] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5045), 1,
|
|
anon_sym_LBRACK,
|
|
[100744] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5047), 1,
|
|
anon_sym_chan,
|
|
[100751] = 2,
|
|
ACTIONS(3), 1,
|
|
sym_comment,
|
|
ACTIONS(5049), 1,
|
|
anon_sym_RBRACK,
|
|
};
|
|
|
|
static const uint32_t ts_small_parse_table_map[] = {
|
|
[SMALL_STATE(53)] = 0,
|
|
[SMALL_STATE(54)] = 131,
|
|
[SMALL_STATE(55)] = 262,
|
|
[SMALL_STATE(56)] = 393,
|
|
[SMALL_STATE(57)] = 524,
|
|
[SMALL_STATE(58)] = 655,
|
|
[SMALL_STATE(59)] = 786,
|
|
[SMALL_STATE(60)] = 917,
|
|
[SMALL_STATE(61)] = 1048,
|
|
[SMALL_STATE(62)] = 1179,
|
|
[SMALL_STATE(63)] = 1310,
|
|
[SMALL_STATE(64)] = 1441,
|
|
[SMALL_STATE(65)] = 1569,
|
|
[SMALL_STATE(66)] = 1697,
|
|
[SMALL_STATE(67)] = 1825,
|
|
[SMALL_STATE(68)] = 1953,
|
|
[SMALL_STATE(69)] = 2081,
|
|
[SMALL_STATE(70)] = 2209,
|
|
[SMALL_STATE(71)] = 2331,
|
|
[SMALL_STATE(72)] = 2459,
|
|
[SMALL_STATE(73)] = 2587,
|
|
[SMALL_STATE(74)] = 2715,
|
|
[SMALL_STATE(75)] = 2843,
|
|
[SMALL_STATE(76)] = 2971,
|
|
[SMALL_STATE(77)] = 3099,
|
|
[SMALL_STATE(78)] = 3227,
|
|
[SMALL_STATE(79)] = 3355,
|
|
[SMALL_STATE(80)] = 3483,
|
|
[SMALL_STATE(81)] = 3611,
|
|
[SMALL_STATE(82)] = 3739,
|
|
[SMALL_STATE(83)] = 3867,
|
|
[SMALL_STATE(84)] = 3995,
|
|
[SMALL_STATE(85)] = 4123,
|
|
[SMALL_STATE(86)] = 4251,
|
|
[SMALL_STATE(87)] = 4379,
|
|
[SMALL_STATE(88)] = 4504,
|
|
[SMALL_STATE(89)] = 4626,
|
|
[SMALL_STATE(90)] = 4746,
|
|
[SMALL_STATE(91)] = 4867,
|
|
[SMALL_STATE(92)] = 4986,
|
|
[SMALL_STATE(93)] = 5105,
|
|
[SMALL_STATE(94)] = 5224,
|
|
[SMALL_STATE(95)] = 5343,
|
|
[SMALL_STATE(96)] = 5462,
|
|
[SMALL_STATE(97)] = 5581,
|
|
[SMALL_STATE(98)] = 5700,
|
|
[SMALL_STATE(99)] = 5819,
|
|
[SMALL_STATE(100)] = 5938,
|
|
[SMALL_STATE(101)] = 6057,
|
|
[SMALL_STATE(102)] = 6176,
|
|
[SMALL_STATE(103)] = 6297,
|
|
[SMALL_STATE(104)] = 6416,
|
|
[SMALL_STATE(105)] = 6535,
|
|
[SMALL_STATE(106)] = 6654,
|
|
[SMALL_STATE(107)] = 6773,
|
|
[SMALL_STATE(108)] = 6892,
|
|
[SMALL_STATE(109)] = 7011,
|
|
[SMALL_STATE(110)] = 7130,
|
|
[SMALL_STATE(111)] = 7249,
|
|
[SMALL_STATE(112)] = 7368,
|
|
[SMALL_STATE(113)] = 7487,
|
|
[SMALL_STATE(114)] = 7606,
|
|
[SMALL_STATE(115)] = 7725,
|
|
[SMALL_STATE(116)] = 7844,
|
|
[SMALL_STATE(117)] = 7963,
|
|
[SMALL_STATE(118)] = 8082,
|
|
[SMALL_STATE(119)] = 8201,
|
|
[SMALL_STATE(120)] = 8322,
|
|
[SMALL_STATE(121)] = 8441,
|
|
[SMALL_STATE(122)] = 8560,
|
|
[SMALL_STATE(123)] = 8679,
|
|
[SMALL_STATE(124)] = 8798,
|
|
[SMALL_STATE(125)] = 8917,
|
|
[SMALL_STATE(126)] = 9036,
|
|
[SMALL_STATE(127)] = 9155,
|
|
[SMALL_STATE(128)] = 9274,
|
|
[SMALL_STATE(129)] = 9393,
|
|
[SMALL_STATE(130)] = 9512,
|
|
[SMALL_STATE(131)] = 9631,
|
|
[SMALL_STATE(132)] = 9750,
|
|
[SMALL_STATE(133)] = 9869,
|
|
[SMALL_STATE(134)] = 9988,
|
|
[SMALL_STATE(135)] = 10107,
|
|
[SMALL_STATE(136)] = 10226,
|
|
[SMALL_STATE(137)] = 10345,
|
|
[SMALL_STATE(138)] = 10464,
|
|
[SMALL_STATE(139)] = 10583,
|
|
[SMALL_STATE(140)] = 10702,
|
|
[SMALL_STATE(141)] = 10821,
|
|
[SMALL_STATE(142)] = 10940,
|
|
[SMALL_STATE(143)] = 11059,
|
|
[SMALL_STATE(144)] = 11178,
|
|
[SMALL_STATE(145)] = 11297,
|
|
[SMALL_STATE(146)] = 11416,
|
|
[SMALL_STATE(147)] = 11532,
|
|
[SMALL_STATE(148)] = 11648,
|
|
[SMALL_STATE(149)] = 11764,
|
|
[SMALL_STATE(150)] = 11880,
|
|
[SMALL_STATE(151)] = 11996,
|
|
[SMALL_STATE(152)] = 12112,
|
|
[SMALL_STATE(153)] = 12230,
|
|
[SMALL_STATE(154)] = 12348,
|
|
[SMALL_STATE(155)] = 12464,
|
|
[SMALL_STATE(156)] = 12580,
|
|
[SMALL_STATE(157)] = 12696,
|
|
[SMALL_STATE(158)] = 12812,
|
|
[SMALL_STATE(159)] = 12928,
|
|
[SMALL_STATE(160)] = 13044,
|
|
[SMALL_STATE(161)] = 13160,
|
|
[SMALL_STATE(162)] = 13276,
|
|
[SMALL_STATE(163)] = 13392,
|
|
[SMALL_STATE(164)] = 13508,
|
|
[SMALL_STATE(165)] = 13624,
|
|
[SMALL_STATE(166)] = 13740,
|
|
[SMALL_STATE(167)] = 13856,
|
|
[SMALL_STATE(168)] = 13972,
|
|
[SMALL_STATE(169)] = 14088,
|
|
[SMALL_STATE(170)] = 14204,
|
|
[SMALL_STATE(171)] = 14320,
|
|
[SMALL_STATE(172)] = 14436,
|
|
[SMALL_STATE(173)] = 14552,
|
|
[SMALL_STATE(174)] = 14668,
|
|
[SMALL_STATE(175)] = 14784,
|
|
[SMALL_STATE(176)] = 14900,
|
|
[SMALL_STATE(177)] = 15016,
|
|
[SMALL_STATE(178)] = 15132,
|
|
[SMALL_STATE(179)] = 15248,
|
|
[SMALL_STATE(180)] = 15364,
|
|
[SMALL_STATE(181)] = 15480,
|
|
[SMALL_STATE(182)] = 15596,
|
|
[SMALL_STATE(183)] = 15714,
|
|
[SMALL_STATE(184)] = 15830,
|
|
[SMALL_STATE(185)] = 15948,
|
|
[SMALL_STATE(186)] = 16064,
|
|
[SMALL_STATE(187)] = 16180,
|
|
[SMALL_STATE(188)] = 16296,
|
|
[SMALL_STATE(189)] = 16412,
|
|
[SMALL_STATE(190)] = 16528,
|
|
[SMALL_STATE(191)] = 16644,
|
|
[SMALL_STATE(192)] = 16760,
|
|
[SMALL_STATE(193)] = 16876,
|
|
[SMALL_STATE(194)] = 16992,
|
|
[SMALL_STATE(195)] = 17108,
|
|
[SMALL_STATE(196)] = 17224,
|
|
[SMALL_STATE(197)] = 17340,
|
|
[SMALL_STATE(198)] = 17456,
|
|
[SMALL_STATE(199)] = 17572,
|
|
[SMALL_STATE(200)] = 17688,
|
|
[SMALL_STATE(201)] = 17804,
|
|
[SMALL_STATE(202)] = 17920,
|
|
[SMALL_STATE(203)] = 18036,
|
|
[SMALL_STATE(204)] = 18152,
|
|
[SMALL_STATE(205)] = 18268,
|
|
[SMALL_STATE(206)] = 18384,
|
|
[SMALL_STATE(207)] = 18502,
|
|
[SMALL_STATE(208)] = 18618,
|
|
[SMALL_STATE(209)] = 18736,
|
|
[SMALL_STATE(210)] = 18852,
|
|
[SMALL_STATE(211)] = 18968,
|
|
[SMALL_STATE(212)] = 19084,
|
|
[SMALL_STATE(213)] = 19200,
|
|
[SMALL_STATE(214)] = 19316,
|
|
[SMALL_STATE(215)] = 19432,
|
|
[SMALL_STATE(216)] = 19548,
|
|
[SMALL_STATE(217)] = 19664,
|
|
[SMALL_STATE(218)] = 19780,
|
|
[SMALL_STATE(219)] = 19896,
|
|
[SMALL_STATE(220)] = 20012,
|
|
[SMALL_STATE(221)] = 20128,
|
|
[SMALL_STATE(222)] = 20244,
|
|
[SMALL_STATE(223)] = 20360,
|
|
[SMALL_STATE(224)] = 20476,
|
|
[SMALL_STATE(225)] = 20592,
|
|
[SMALL_STATE(226)] = 20708,
|
|
[SMALL_STATE(227)] = 20824,
|
|
[SMALL_STATE(228)] = 20940,
|
|
[SMALL_STATE(229)] = 21056,
|
|
[SMALL_STATE(230)] = 21172,
|
|
[SMALL_STATE(231)] = 21288,
|
|
[SMALL_STATE(232)] = 21401,
|
|
[SMALL_STATE(233)] = 21514,
|
|
[SMALL_STATE(234)] = 21627,
|
|
[SMALL_STATE(235)] = 21740,
|
|
[SMALL_STATE(236)] = 21853,
|
|
[SMALL_STATE(237)] = 21966,
|
|
[SMALL_STATE(238)] = 22079,
|
|
[SMALL_STATE(239)] = 22192,
|
|
[SMALL_STATE(240)] = 22305,
|
|
[SMALL_STATE(241)] = 22418,
|
|
[SMALL_STATE(242)] = 22531,
|
|
[SMALL_STATE(243)] = 22644,
|
|
[SMALL_STATE(244)] = 22757,
|
|
[SMALL_STATE(245)] = 22870,
|
|
[SMALL_STATE(246)] = 22983,
|
|
[SMALL_STATE(247)] = 23096,
|
|
[SMALL_STATE(248)] = 23209,
|
|
[SMALL_STATE(249)] = 23322,
|
|
[SMALL_STATE(250)] = 23435,
|
|
[SMALL_STATE(251)] = 23548,
|
|
[SMALL_STATE(252)] = 23661,
|
|
[SMALL_STATE(253)] = 23774,
|
|
[SMALL_STATE(254)] = 23887,
|
|
[SMALL_STATE(255)] = 24000,
|
|
[SMALL_STATE(256)] = 24113,
|
|
[SMALL_STATE(257)] = 24226,
|
|
[SMALL_STATE(258)] = 24339,
|
|
[SMALL_STATE(259)] = 24452,
|
|
[SMALL_STATE(260)] = 24565,
|
|
[SMALL_STATE(261)] = 24678,
|
|
[SMALL_STATE(262)] = 24791,
|
|
[SMALL_STATE(263)] = 24904,
|
|
[SMALL_STATE(264)] = 25017,
|
|
[SMALL_STATE(265)] = 25130,
|
|
[SMALL_STATE(266)] = 25243,
|
|
[SMALL_STATE(267)] = 25356,
|
|
[SMALL_STATE(268)] = 25469,
|
|
[SMALL_STATE(269)] = 25582,
|
|
[SMALL_STATE(270)] = 25695,
|
|
[SMALL_STATE(271)] = 25808,
|
|
[SMALL_STATE(272)] = 25921,
|
|
[SMALL_STATE(273)] = 26034,
|
|
[SMALL_STATE(274)] = 26147,
|
|
[SMALL_STATE(275)] = 26260,
|
|
[SMALL_STATE(276)] = 26373,
|
|
[SMALL_STATE(277)] = 26486,
|
|
[SMALL_STATE(278)] = 26599,
|
|
[SMALL_STATE(279)] = 26712,
|
|
[SMALL_STATE(280)] = 26825,
|
|
[SMALL_STATE(281)] = 26938,
|
|
[SMALL_STATE(282)] = 27051,
|
|
[SMALL_STATE(283)] = 27164,
|
|
[SMALL_STATE(284)] = 27277,
|
|
[SMALL_STATE(285)] = 27390,
|
|
[SMALL_STATE(286)] = 27503,
|
|
[SMALL_STATE(287)] = 27616,
|
|
[SMALL_STATE(288)] = 27729,
|
|
[SMALL_STATE(289)] = 27842,
|
|
[SMALL_STATE(290)] = 27955,
|
|
[SMALL_STATE(291)] = 28068,
|
|
[SMALL_STATE(292)] = 28181,
|
|
[SMALL_STATE(293)] = 28294,
|
|
[SMALL_STATE(294)] = 28407,
|
|
[SMALL_STATE(295)] = 28520,
|
|
[SMALL_STATE(296)] = 28633,
|
|
[SMALL_STATE(297)] = 28746,
|
|
[SMALL_STATE(298)] = 28859,
|
|
[SMALL_STATE(299)] = 28972,
|
|
[SMALL_STATE(300)] = 29085,
|
|
[SMALL_STATE(301)] = 29198,
|
|
[SMALL_STATE(302)] = 29311,
|
|
[SMALL_STATE(303)] = 29424,
|
|
[SMALL_STATE(304)] = 29537,
|
|
[SMALL_STATE(305)] = 29650,
|
|
[SMALL_STATE(306)] = 29763,
|
|
[SMALL_STATE(307)] = 29876,
|
|
[SMALL_STATE(308)] = 29989,
|
|
[SMALL_STATE(309)] = 30102,
|
|
[SMALL_STATE(310)] = 30215,
|
|
[SMALL_STATE(311)] = 30328,
|
|
[SMALL_STATE(312)] = 30441,
|
|
[SMALL_STATE(313)] = 30554,
|
|
[SMALL_STATE(314)] = 30667,
|
|
[SMALL_STATE(315)] = 30780,
|
|
[SMALL_STATE(316)] = 30893,
|
|
[SMALL_STATE(317)] = 31006,
|
|
[SMALL_STATE(318)] = 31119,
|
|
[SMALL_STATE(319)] = 31232,
|
|
[SMALL_STATE(320)] = 31345,
|
|
[SMALL_STATE(321)] = 31458,
|
|
[SMALL_STATE(322)] = 31571,
|
|
[SMALL_STATE(323)] = 31684,
|
|
[SMALL_STATE(324)] = 31797,
|
|
[SMALL_STATE(325)] = 31912,
|
|
[SMALL_STATE(326)] = 32025,
|
|
[SMALL_STATE(327)] = 32138,
|
|
[SMALL_STATE(328)] = 32251,
|
|
[SMALL_STATE(329)] = 32364,
|
|
[SMALL_STATE(330)] = 32477,
|
|
[SMALL_STATE(331)] = 32590,
|
|
[SMALL_STATE(332)] = 32703,
|
|
[SMALL_STATE(333)] = 32816,
|
|
[SMALL_STATE(334)] = 32929,
|
|
[SMALL_STATE(335)] = 33042,
|
|
[SMALL_STATE(336)] = 33155,
|
|
[SMALL_STATE(337)] = 33268,
|
|
[SMALL_STATE(338)] = 33381,
|
|
[SMALL_STATE(339)] = 33494,
|
|
[SMALL_STATE(340)] = 33607,
|
|
[SMALL_STATE(341)] = 33720,
|
|
[SMALL_STATE(342)] = 33833,
|
|
[SMALL_STATE(343)] = 33946,
|
|
[SMALL_STATE(344)] = 34059,
|
|
[SMALL_STATE(345)] = 34172,
|
|
[SMALL_STATE(346)] = 34285,
|
|
[SMALL_STATE(347)] = 34398,
|
|
[SMALL_STATE(348)] = 34511,
|
|
[SMALL_STATE(349)] = 34624,
|
|
[SMALL_STATE(350)] = 34737,
|
|
[SMALL_STATE(351)] = 34850,
|
|
[SMALL_STATE(352)] = 34963,
|
|
[SMALL_STATE(353)] = 35076,
|
|
[SMALL_STATE(354)] = 35189,
|
|
[SMALL_STATE(355)] = 35302,
|
|
[SMALL_STATE(356)] = 35415,
|
|
[SMALL_STATE(357)] = 35528,
|
|
[SMALL_STATE(358)] = 35641,
|
|
[SMALL_STATE(359)] = 35754,
|
|
[SMALL_STATE(360)] = 35867,
|
|
[SMALL_STATE(361)] = 35980,
|
|
[SMALL_STATE(362)] = 36093,
|
|
[SMALL_STATE(363)] = 36206,
|
|
[SMALL_STATE(364)] = 36319,
|
|
[SMALL_STATE(365)] = 36432,
|
|
[SMALL_STATE(366)] = 36545,
|
|
[SMALL_STATE(367)] = 36658,
|
|
[SMALL_STATE(368)] = 36771,
|
|
[SMALL_STATE(369)] = 36884,
|
|
[SMALL_STATE(370)] = 36997,
|
|
[SMALL_STATE(371)] = 37110,
|
|
[SMALL_STATE(372)] = 37223,
|
|
[SMALL_STATE(373)] = 37336,
|
|
[SMALL_STATE(374)] = 37449,
|
|
[SMALL_STATE(375)] = 37551,
|
|
[SMALL_STATE(376)] = 37609,
|
|
[SMALL_STATE(377)] = 37680,
|
|
[SMALL_STATE(378)] = 37751,
|
|
[SMALL_STATE(379)] = 37819,
|
|
[SMALL_STATE(380)] = 37907,
|
|
[SMALL_STATE(381)] = 37972,
|
|
[SMALL_STATE(382)] = 38041,
|
|
[SMALL_STATE(383)] = 38106,
|
|
[SMALL_STATE(384)] = 38173,
|
|
[SMALL_STATE(385)] = 38242,
|
|
[SMALL_STATE(386)] = 38313,
|
|
[SMALL_STATE(387)] = 38382,
|
|
[SMALL_STATE(388)] = 38455,
|
|
[SMALL_STATE(389)] = 38521,
|
|
[SMALL_STATE(390)] = 38575,
|
|
[SMALL_STATE(391)] = 38661,
|
|
[SMALL_STATE(392)] = 38719,
|
|
[SMALL_STATE(393)] = 38773,
|
|
[SMALL_STATE(394)] = 38827,
|
|
[SMALL_STATE(395)] = 38881,
|
|
[SMALL_STATE(396)] = 38935,
|
|
[SMALL_STATE(397)] = 38988,
|
|
[SMALL_STATE(398)] = 39051,
|
|
[SMALL_STATE(399)] = 39114,
|
|
[SMALL_STATE(400)] = 39179,
|
|
[SMALL_STATE(401)] = 39246,
|
|
[SMALL_STATE(402)] = 39315,
|
|
[SMALL_STATE(403)] = 39386,
|
|
[SMALL_STATE(404)] = 39477,
|
|
[SMALL_STATE(405)] = 39568,
|
|
[SMALL_STATE(406)] = 39659,
|
|
[SMALL_STATE(407)] = 39712,
|
|
[SMALL_STATE(408)] = 39765,
|
|
[SMALL_STATE(409)] = 39818,
|
|
[SMALL_STATE(410)] = 39909,
|
|
[SMALL_STATE(411)] = 39962,
|
|
[SMALL_STATE(412)] = 40015,
|
|
[SMALL_STATE(413)] = 40106,
|
|
[SMALL_STATE(414)] = 40159,
|
|
[SMALL_STATE(415)] = 40212,
|
|
[SMALL_STATE(416)] = 40265,
|
|
[SMALL_STATE(417)] = 40318,
|
|
[SMALL_STATE(418)] = 40371,
|
|
[SMALL_STATE(419)] = 40424,
|
|
[SMALL_STATE(420)] = 40477,
|
|
[SMALL_STATE(421)] = 40568,
|
|
[SMALL_STATE(422)] = 40659,
|
|
[SMALL_STATE(423)] = 40712,
|
|
[SMALL_STATE(424)] = 40765,
|
|
[SMALL_STATE(425)] = 40818,
|
|
[SMALL_STATE(426)] = 40871,
|
|
[SMALL_STATE(427)] = 40924,
|
|
[SMALL_STATE(428)] = 40977,
|
|
[SMALL_STATE(429)] = 41030,
|
|
[SMALL_STATE(430)] = 41083,
|
|
[SMALL_STATE(431)] = 41136,
|
|
[SMALL_STATE(432)] = 41189,
|
|
[SMALL_STATE(433)] = 41242,
|
|
[SMALL_STATE(434)] = 41295,
|
|
[SMALL_STATE(435)] = 41348,
|
|
[SMALL_STATE(436)] = 41439,
|
|
[SMALL_STATE(437)] = 41530,
|
|
[SMALL_STATE(438)] = 41583,
|
|
[SMALL_STATE(439)] = 41636,
|
|
[SMALL_STATE(440)] = 41689,
|
|
[SMALL_STATE(441)] = 41742,
|
|
[SMALL_STATE(442)] = 41795,
|
|
[SMALL_STATE(443)] = 41886,
|
|
[SMALL_STATE(444)] = 41939,
|
|
[SMALL_STATE(445)] = 42030,
|
|
[SMALL_STATE(446)] = 42083,
|
|
[SMALL_STATE(447)] = 42136,
|
|
[SMALL_STATE(448)] = 42227,
|
|
[SMALL_STATE(449)] = 42315,
|
|
[SMALL_STATE(450)] = 42403,
|
|
[SMALL_STATE(451)] = 42459,
|
|
[SMALL_STATE(452)] = 42511,
|
|
[SMALL_STATE(453)] = 42599,
|
|
[SMALL_STATE(454)] = 42651,
|
|
[SMALL_STATE(455)] = 42739,
|
|
[SMALL_STATE(456)] = 42827,
|
|
[SMALL_STATE(457)] = 42878,
|
|
[SMALL_STATE(458)] = 42929,
|
|
[SMALL_STATE(459)] = 42980,
|
|
[SMALL_STATE(460)] = 43031,
|
|
[SMALL_STATE(461)] = 43082,
|
|
[SMALL_STATE(462)] = 43133,
|
|
[SMALL_STATE(463)] = 43184,
|
|
[SMALL_STATE(464)] = 43245,
|
|
[SMALL_STATE(465)] = 43306,
|
|
[SMALL_STATE(466)] = 43357,
|
|
[SMALL_STATE(467)] = 43408,
|
|
[SMALL_STATE(468)] = 43459,
|
|
[SMALL_STATE(469)] = 43510,
|
|
[SMALL_STATE(470)] = 43561,
|
|
[SMALL_STATE(471)] = 43612,
|
|
[SMALL_STATE(472)] = 43663,
|
|
[SMALL_STATE(473)] = 43714,
|
|
[SMALL_STATE(474)] = 43765,
|
|
[SMALL_STATE(475)] = 43816,
|
|
[SMALL_STATE(476)] = 43867,
|
|
[SMALL_STATE(477)] = 43932,
|
|
[SMALL_STATE(478)] = 43983,
|
|
[SMALL_STATE(479)] = 44034,
|
|
[SMALL_STATE(480)] = 44085,
|
|
[SMALL_STATE(481)] = 44136,
|
|
[SMALL_STATE(482)] = 44187,
|
|
[SMALL_STATE(483)] = 44258,
|
|
[SMALL_STATE(484)] = 44309,
|
|
[SMALL_STATE(485)] = 44360,
|
|
[SMALL_STATE(486)] = 44411,
|
|
[SMALL_STATE(487)] = 44462,
|
|
[SMALL_STATE(488)] = 44513,
|
|
[SMALL_STATE(489)] = 44564,
|
|
[SMALL_STATE(490)] = 44627,
|
|
[SMALL_STATE(491)] = 44678,
|
|
[SMALL_STATE(492)] = 44729,
|
|
[SMALL_STATE(493)] = 44790,
|
|
[SMALL_STATE(494)] = 44875,
|
|
[SMALL_STATE(495)] = 44926,
|
|
[SMALL_STATE(496)] = 44977,
|
|
[SMALL_STATE(497)] = 45028,
|
|
[SMALL_STATE(498)] = 45079,
|
|
[SMALL_STATE(499)] = 45130,
|
|
[SMALL_STATE(500)] = 45199,
|
|
[SMALL_STATE(501)] = 45250,
|
|
[SMALL_STATE(502)] = 45304,
|
|
[SMALL_STATE(503)] = 45353,
|
|
[SMALL_STATE(504)] = 45402,
|
|
[SMALL_STATE(505)] = 45451,
|
|
[SMALL_STATE(506)] = 45500,
|
|
[SMALL_STATE(507)] = 45549,
|
|
[SMALL_STATE(508)] = 45598,
|
|
[SMALL_STATE(509)] = 45647,
|
|
[SMALL_STATE(510)] = 45696,
|
|
[SMALL_STATE(511)] = 45745,
|
|
[SMALL_STATE(512)] = 45794,
|
|
[SMALL_STATE(513)] = 45843,
|
|
[SMALL_STATE(514)] = 45892,
|
|
[SMALL_STATE(515)] = 45941,
|
|
[SMALL_STATE(516)] = 45990,
|
|
[SMALL_STATE(517)] = 46039,
|
|
[SMALL_STATE(518)] = 46088,
|
|
[SMALL_STATE(519)] = 46137,
|
|
[SMALL_STATE(520)] = 46186,
|
|
[SMALL_STATE(521)] = 46235,
|
|
[SMALL_STATE(522)] = 46284,
|
|
[SMALL_STATE(523)] = 46333,
|
|
[SMALL_STATE(524)] = 46382,
|
|
[SMALL_STATE(525)] = 46431,
|
|
[SMALL_STATE(526)] = 46480,
|
|
[SMALL_STATE(527)] = 46529,
|
|
[SMALL_STATE(528)] = 46578,
|
|
[SMALL_STATE(529)] = 46627,
|
|
[SMALL_STATE(530)] = 46676,
|
|
[SMALL_STATE(531)] = 46725,
|
|
[SMALL_STATE(532)] = 46774,
|
|
[SMALL_STATE(533)] = 46823,
|
|
[SMALL_STATE(534)] = 46872,
|
|
[SMALL_STATE(535)] = 46921,
|
|
[SMALL_STATE(536)] = 46970,
|
|
[SMALL_STATE(537)] = 47019,
|
|
[SMALL_STATE(538)] = 47068,
|
|
[SMALL_STATE(539)] = 47117,
|
|
[SMALL_STATE(540)] = 47166,
|
|
[SMALL_STATE(541)] = 47215,
|
|
[SMALL_STATE(542)] = 47274,
|
|
[SMALL_STATE(543)] = 47332,
|
|
[SMALL_STATE(544)] = 47396,
|
|
[SMALL_STATE(545)] = 47452,
|
|
[SMALL_STATE(546)] = 47520,
|
|
[SMALL_STATE(547)] = 47580,
|
|
[SMALL_STATE(548)] = 47636,
|
|
[SMALL_STATE(549)] = 47702,
|
|
[SMALL_STATE(550)] = 47751,
|
|
[SMALL_STATE(551)] = 47795,
|
|
[SMALL_STATE(552)] = 47839,
|
|
[SMALL_STATE(553)] = 47883,
|
|
[SMALL_STATE(554)] = 47927,
|
|
[SMALL_STATE(555)] = 47971,
|
|
[SMALL_STATE(556)] = 48015,
|
|
[SMALL_STATE(557)] = 48059,
|
|
[SMALL_STATE(558)] = 48103,
|
|
[SMALL_STATE(559)] = 48147,
|
|
[SMALL_STATE(560)] = 48191,
|
|
[SMALL_STATE(561)] = 48235,
|
|
[SMALL_STATE(562)] = 48279,
|
|
[SMALL_STATE(563)] = 48323,
|
|
[SMALL_STATE(564)] = 48411,
|
|
[SMALL_STATE(565)] = 48455,
|
|
[SMALL_STATE(566)] = 48499,
|
|
[SMALL_STATE(567)] = 48543,
|
|
[SMALL_STATE(568)] = 48587,
|
|
[SMALL_STATE(569)] = 48661,
|
|
[SMALL_STATE(570)] = 48735,
|
|
[SMALL_STATE(571)] = 48779,
|
|
[SMALL_STATE(572)] = 48823,
|
|
[SMALL_STATE(573)] = 48867,
|
|
[SMALL_STATE(574)] = 48911,
|
|
[SMALL_STATE(575)] = 48955,
|
|
[SMALL_STATE(576)] = 48999,
|
|
[SMALL_STATE(577)] = 49043,
|
|
[SMALL_STATE(578)] = 49087,
|
|
[SMALL_STATE(579)] = 49131,
|
|
[SMALL_STATE(580)] = 49175,
|
|
[SMALL_STATE(581)] = 49219,
|
|
[SMALL_STATE(582)] = 49263,
|
|
[SMALL_STATE(583)] = 49307,
|
|
[SMALL_STATE(584)] = 49351,
|
|
[SMALL_STATE(585)] = 49395,
|
|
[SMALL_STATE(586)] = 49439,
|
|
[SMALL_STATE(587)] = 49483,
|
|
[SMALL_STATE(588)] = 49527,
|
|
[SMALL_STATE(589)] = 49571,
|
|
[SMALL_STATE(590)] = 49615,
|
|
[SMALL_STATE(591)] = 49659,
|
|
[SMALL_STATE(592)] = 49703,
|
|
[SMALL_STATE(593)] = 49778,
|
|
[SMALL_STATE(594)] = 49853,
|
|
[SMALL_STATE(595)] = 49928,
|
|
[SMALL_STATE(596)] = 50003,
|
|
[SMALL_STATE(597)] = 50078,
|
|
[SMALL_STATE(598)] = 50154,
|
|
[SMALL_STATE(599)] = 50230,
|
|
[SMALL_STATE(600)] = 50306,
|
|
[SMALL_STATE(601)] = 50382,
|
|
[SMALL_STATE(602)] = 50434,
|
|
[SMALL_STATE(603)] = 50488,
|
|
[SMALL_STATE(604)] = 50540,
|
|
[SMALL_STATE(605)] = 50616,
|
|
[SMALL_STATE(606)] = 50692,
|
|
[SMALL_STATE(607)] = 50765,
|
|
[SMALL_STATE(608)] = 50838,
|
|
[SMALL_STATE(609)] = 50911,
|
|
[SMALL_STATE(610)] = 50984,
|
|
[SMALL_STATE(611)] = 51057,
|
|
[SMALL_STATE(612)] = 51130,
|
|
[SMALL_STATE(613)] = 51203,
|
|
[SMALL_STATE(614)] = 51280,
|
|
[SMALL_STATE(615)] = 51325,
|
|
[SMALL_STATE(616)] = 51398,
|
|
[SMALL_STATE(617)] = 51471,
|
|
[SMALL_STATE(618)] = 51544,
|
|
[SMALL_STATE(619)] = 51621,
|
|
[SMALL_STATE(620)] = 51694,
|
|
[SMALL_STATE(621)] = 51767,
|
|
[SMALL_STATE(622)] = 51807,
|
|
[SMALL_STATE(623)] = 51847,
|
|
[SMALL_STATE(624)] = 51887,
|
|
[SMALL_STATE(625)] = 51927,
|
|
[SMALL_STATE(626)] = 51967,
|
|
[SMALL_STATE(627)] = 52007,
|
|
[SMALL_STATE(628)] = 52047,
|
|
[SMALL_STATE(629)] = 52087,
|
|
[SMALL_STATE(630)] = 52127,
|
|
[SMALL_STATE(631)] = 52167,
|
|
[SMALL_STATE(632)] = 52207,
|
|
[SMALL_STATE(633)] = 52247,
|
|
[SMALL_STATE(634)] = 52287,
|
|
[SMALL_STATE(635)] = 52327,
|
|
[SMALL_STATE(636)] = 52367,
|
|
[SMALL_STATE(637)] = 52407,
|
|
[SMALL_STATE(638)] = 52447,
|
|
[SMALL_STATE(639)] = 52487,
|
|
[SMALL_STATE(640)] = 52527,
|
|
[SMALL_STATE(641)] = 52567,
|
|
[SMALL_STATE(642)] = 52619,
|
|
[SMALL_STATE(643)] = 52659,
|
|
[SMALL_STATE(644)] = 52699,
|
|
[SMALL_STATE(645)] = 52757,
|
|
[SMALL_STATE(646)] = 52819,
|
|
[SMALL_STATE(647)] = 52883,
|
|
[SMALL_STATE(648)] = 52923,
|
|
[SMALL_STATE(649)] = 52963,
|
|
[SMALL_STATE(650)] = 53003,
|
|
[SMALL_STATE(651)] = 53043,
|
|
[SMALL_STATE(652)] = 53083,
|
|
[SMALL_STATE(653)] = 53123,
|
|
[SMALL_STATE(654)] = 53163,
|
|
[SMALL_STATE(655)] = 53227,
|
|
[SMALL_STATE(656)] = 53267,
|
|
[SMALL_STATE(657)] = 53307,
|
|
[SMALL_STATE(658)] = 53347,
|
|
[SMALL_STATE(659)] = 53387,
|
|
[SMALL_STATE(660)] = 53427,
|
|
[SMALL_STATE(661)] = 53467,
|
|
[SMALL_STATE(662)] = 53507,
|
|
[SMALL_STATE(663)] = 53547,
|
|
[SMALL_STATE(664)] = 53587,
|
|
[SMALL_STATE(665)] = 53627,
|
|
[SMALL_STATE(666)] = 53681,
|
|
[SMALL_STATE(667)] = 53756,
|
|
[SMALL_STATE(668)] = 53823,
|
|
[SMALL_STATE(669)] = 53876,
|
|
[SMALL_STATE(670)] = 53931,
|
|
[SMALL_STATE(671)] = 53998,
|
|
[SMALL_STATE(672)] = 54057,
|
|
[SMALL_STATE(673)] = 54106,
|
|
[SMALL_STATE(674)] = 54163,
|
|
[SMALL_STATE(675)] = 54212,
|
|
[SMALL_STATE(676)] = 54263,
|
|
[SMALL_STATE(677)] = 54338,
|
|
[SMALL_STATE(678)] = 54396,
|
|
[SMALL_STATE(679)] = 54458,
|
|
[SMALL_STATE(680)] = 54534,
|
|
[SMALL_STATE(681)] = 54606,
|
|
[SMALL_STATE(682)] = 54678,
|
|
[SMALL_STATE(683)] = 54728,
|
|
[SMALL_STATE(684)] = 54786,
|
|
[SMALL_STATE(685)] = 54828,
|
|
[SMALL_STATE(686)] = 54900,
|
|
[SMALL_STATE(687)] = 54958,
|
|
[SMALL_STATE(688)] = 55030,
|
|
[SMALL_STATE(689)] = 55080,
|
|
[SMALL_STATE(690)] = 55150,
|
|
[SMALL_STATE(691)] = 55201,
|
|
[SMALL_STATE(692)] = 55254,
|
|
[SMALL_STATE(693)] = 55309,
|
|
[SMALL_STATE(694)] = 55380,
|
|
[SMALL_STATE(695)] = 55417,
|
|
[SMALL_STATE(696)] = 55454,
|
|
[SMALL_STATE(697)] = 55511,
|
|
[SMALL_STATE(698)] = 55548,
|
|
[SMALL_STATE(699)] = 55585,
|
|
[SMALL_STATE(700)] = 55622,
|
|
[SMALL_STATE(701)] = 55659,
|
|
[SMALL_STATE(702)] = 55696,
|
|
[SMALL_STATE(703)] = 55743,
|
|
[SMALL_STATE(704)] = 55780,
|
|
[SMALL_STATE(705)] = 55817,
|
|
[SMALL_STATE(706)] = 55888,
|
|
[SMALL_STATE(707)] = 55925,
|
|
[SMALL_STATE(708)] = 55962,
|
|
[SMALL_STATE(709)] = 55999,
|
|
[SMALL_STATE(710)] = 56036,
|
|
[SMALL_STATE(711)] = 56073,
|
|
[SMALL_STATE(712)] = 56110,
|
|
[SMALL_STATE(713)] = 56181,
|
|
[SMALL_STATE(714)] = 56218,
|
|
[SMALL_STATE(715)] = 56255,
|
|
[SMALL_STATE(716)] = 56292,
|
|
[SMALL_STATE(717)] = 56363,
|
|
[SMALL_STATE(718)] = 56426,
|
|
[SMALL_STATE(719)] = 56463,
|
|
[SMALL_STATE(720)] = 56500,
|
|
[SMALL_STATE(721)] = 56537,
|
|
[SMALL_STATE(722)] = 56584,
|
|
[SMALL_STATE(723)] = 56621,
|
|
[SMALL_STATE(724)] = 56668,
|
|
[SMALL_STATE(725)] = 56705,
|
|
[SMALL_STATE(726)] = 56756,
|
|
[SMALL_STATE(727)] = 56811,
|
|
[SMALL_STATE(728)] = 56870,
|
|
[SMALL_STATE(729)] = 56917,
|
|
[SMALL_STATE(730)] = 56954,
|
|
[SMALL_STATE(731)] = 57015,
|
|
[SMALL_STATE(732)] = 57052,
|
|
[SMALL_STATE(733)] = 57089,
|
|
[SMALL_STATE(734)] = 57126,
|
|
[SMALL_STATE(735)] = 57193,
|
|
[SMALL_STATE(736)] = 57230,
|
|
[SMALL_STATE(737)] = 57267,
|
|
[SMALL_STATE(738)] = 57304,
|
|
[SMALL_STATE(739)] = 57341,
|
|
[SMALL_STATE(740)] = 57378,
|
|
[SMALL_STATE(741)] = 57415,
|
|
[SMALL_STATE(742)] = 57452,
|
|
[SMALL_STATE(743)] = 57489,
|
|
[SMALL_STATE(744)] = 57560,
|
|
[SMALL_STATE(745)] = 57631,
|
|
[SMALL_STATE(746)] = 57668,
|
|
[SMALL_STATE(747)] = 57705,
|
|
[SMALL_STATE(748)] = 57742,
|
|
[SMALL_STATE(749)] = 57791,
|
|
[SMALL_STATE(750)] = 57862,
|
|
[SMALL_STATE(751)] = 57929,
|
|
[SMALL_STATE(752)] = 57966,
|
|
[SMALL_STATE(753)] = 58033,
|
|
[SMALL_STATE(754)] = 58100,
|
|
[SMALL_STATE(755)] = 58166,
|
|
[SMALL_STATE(756)] = 58232,
|
|
[SMALL_STATE(757)] = 58298,
|
|
[SMALL_STATE(758)] = 58364,
|
|
[SMALL_STATE(759)] = 58432,
|
|
[SMALL_STATE(760)] = 58488,
|
|
[SMALL_STATE(761)] = 58536,
|
|
[SMALL_STATE(762)] = 58602,
|
|
[SMALL_STATE(763)] = 58666,
|
|
[SMALL_STATE(764)] = 58732,
|
|
[SMALL_STATE(765)] = 58798,
|
|
[SMALL_STATE(766)] = 58864,
|
|
[SMALL_STATE(767)] = 58930,
|
|
[SMALL_STATE(768)] = 58998,
|
|
[SMALL_STATE(769)] = 59054,
|
|
[SMALL_STATE(770)] = 59122,
|
|
[SMALL_STATE(771)] = 59190,
|
|
[SMALL_STATE(772)] = 59256,
|
|
[SMALL_STATE(773)] = 59296,
|
|
[SMALL_STATE(774)] = 59362,
|
|
[SMALL_STATE(775)] = 59418,
|
|
[SMALL_STATE(776)] = 59484,
|
|
[SMALL_STATE(777)] = 59550,
|
|
[SMALL_STATE(778)] = 59618,
|
|
[SMALL_STATE(779)] = 59686,
|
|
[SMALL_STATE(780)] = 59738,
|
|
[SMALL_STATE(781)] = 59806,
|
|
[SMALL_STATE(782)] = 59846,
|
|
[SMALL_STATE(783)] = 59912,
|
|
[SMALL_STATE(784)] = 59980,
|
|
[SMALL_STATE(785)] = 60015,
|
|
[SMALL_STATE(786)] = 60078,
|
|
[SMALL_STATE(787)] = 60143,
|
|
[SMALL_STATE(788)] = 60178,
|
|
[SMALL_STATE(789)] = 60223,
|
|
[SMALL_STATE(790)] = 60258,
|
|
[SMALL_STATE(791)] = 60293,
|
|
[SMALL_STATE(792)] = 60328,
|
|
[SMALL_STATE(793)] = 60363,
|
|
[SMALL_STATE(794)] = 60398,
|
|
[SMALL_STATE(795)] = 60433,
|
|
[SMALL_STATE(796)] = 60468,
|
|
[SMALL_STATE(797)] = 60503,
|
|
[SMALL_STATE(798)] = 60538,
|
|
[SMALL_STATE(799)] = 60573,
|
|
[SMALL_STATE(800)] = 60608,
|
|
[SMALL_STATE(801)] = 60643,
|
|
[SMALL_STATE(802)] = 60678,
|
|
[SMALL_STATE(803)] = 60713,
|
|
[SMALL_STATE(804)] = 60748,
|
|
[SMALL_STATE(805)] = 60783,
|
|
[SMALL_STATE(806)] = 60818,
|
|
[SMALL_STATE(807)] = 60853,
|
|
[SMALL_STATE(808)] = 60916,
|
|
[SMALL_STATE(809)] = 60951,
|
|
[SMALL_STATE(810)] = 60986,
|
|
[SMALL_STATE(811)] = 61021,
|
|
[SMALL_STATE(812)] = 61056,
|
|
[SMALL_STATE(813)] = 61091,
|
|
[SMALL_STATE(814)] = 61126,
|
|
[SMALL_STATE(815)] = 61161,
|
|
[SMALL_STATE(816)] = 61196,
|
|
[SMALL_STATE(817)] = 61231,
|
|
[SMALL_STATE(818)] = 61266,
|
|
[SMALL_STATE(819)] = 61301,
|
|
[SMALL_STATE(820)] = 61336,
|
|
[SMALL_STATE(821)] = 61371,
|
|
[SMALL_STATE(822)] = 61406,
|
|
[SMALL_STATE(823)] = 61441,
|
|
[SMALL_STATE(824)] = 61476,
|
|
[SMALL_STATE(825)] = 61511,
|
|
[SMALL_STATE(826)] = 61546,
|
|
[SMALL_STATE(827)] = 61581,
|
|
[SMALL_STATE(828)] = 61630,
|
|
[SMALL_STATE(829)] = 61683,
|
|
[SMALL_STATE(830)] = 61738,
|
|
[SMALL_STATE(831)] = 61795,
|
|
[SMALL_STATE(832)] = 61830,
|
|
[SMALL_STATE(833)] = 61865,
|
|
[SMALL_STATE(834)] = 61900,
|
|
[SMALL_STATE(835)] = 61935,
|
|
[SMALL_STATE(836)] = 62002,
|
|
[SMALL_STATE(837)] = 62037,
|
|
[SMALL_STATE(838)] = 62072,
|
|
[SMALL_STATE(839)] = 62107,
|
|
[SMALL_STATE(840)] = 62142,
|
|
[SMALL_STATE(841)] = 62177,
|
|
[SMALL_STATE(842)] = 62212,
|
|
[SMALL_STATE(843)] = 62247,
|
|
[SMALL_STATE(844)] = 62282,
|
|
[SMALL_STATE(845)] = 62349,
|
|
[SMALL_STATE(846)] = 62384,
|
|
[SMALL_STATE(847)] = 62419,
|
|
[SMALL_STATE(848)] = 62454,
|
|
[SMALL_STATE(849)] = 62489,
|
|
[SMALL_STATE(850)] = 62524,
|
|
[SMALL_STATE(851)] = 62559,
|
|
[SMALL_STATE(852)] = 62594,
|
|
[SMALL_STATE(853)] = 62629,
|
|
[SMALL_STATE(854)] = 62664,
|
|
[SMALL_STATE(855)] = 62699,
|
|
[SMALL_STATE(856)] = 62734,
|
|
[SMALL_STATE(857)] = 62769,
|
|
[SMALL_STATE(858)] = 62804,
|
|
[SMALL_STATE(859)] = 62839,
|
|
[SMALL_STATE(860)] = 62874,
|
|
[SMALL_STATE(861)] = 62909,
|
|
[SMALL_STATE(862)] = 62944,
|
|
[SMALL_STATE(863)] = 62979,
|
|
[SMALL_STATE(864)] = 63044,
|
|
[SMALL_STATE(865)] = 63079,
|
|
[SMALL_STATE(866)] = 63114,
|
|
[SMALL_STATE(867)] = 63149,
|
|
[SMALL_STATE(868)] = 63184,
|
|
[SMALL_STATE(869)] = 63219,
|
|
[SMALL_STATE(870)] = 63254,
|
|
[SMALL_STATE(871)] = 63289,
|
|
[SMALL_STATE(872)] = 63324,
|
|
[SMALL_STATE(873)] = 63391,
|
|
[SMALL_STATE(874)] = 63456,
|
|
[SMALL_STATE(875)] = 63525,
|
|
[SMALL_STATE(876)] = 63590,
|
|
[SMALL_STATE(877)] = 63655,
|
|
[SMALL_STATE(878)] = 63718,
|
|
[SMALL_STATE(879)] = 63767,
|
|
[SMALL_STATE(880)] = 63820,
|
|
[SMALL_STATE(881)] = 63875,
|
|
[SMALL_STATE(882)] = 63932,
|
|
[SMALL_STATE(883)] = 63997,
|
|
[SMALL_STATE(884)] = 64056,
|
|
[SMALL_STATE(885)] = 64121,
|
|
[SMALL_STATE(886)] = 64184,
|
|
[SMALL_STATE(887)] = 64249,
|
|
[SMALL_STATE(888)] = 64314,
|
|
[SMALL_STATE(889)] = 64375,
|
|
[SMALL_STATE(890)] = 64438,
|
|
[SMALL_STATE(891)] = 64503,
|
|
[SMALL_STATE(892)] = 64568,
|
|
[SMALL_STATE(893)] = 64633,
|
|
[SMALL_STATE(894)] = 64698,
|
|
[SMALL_STATE(895)] = 64765,
|
|
[SMALL_STATE(896)] = 64834,
|
|
[SMALL_STATE(897)] = 64869,
|
|
[SMALL_STATE(898)] = 64929,
|
|
[SMALL_STATE(899)] = 64989,
|
|
[SMALL_STATE(900)] = 65049,
|
|
[SMALL_STATE(901)] = 65109,
|
|
[SMALL_STATE(902)] = 65169,
|
|
[SMALL_STATE(903)] = 65233,
|
|
[SMALL_STATE(904)] = 65293,
|
|
[SMALL_STATE(905)] = 65351,
|
|
[SMALL_STATE(906)] = 65415,
|
|
[SMALL_STATE(907)] = 65479,
|
|
[SMALL_STATE(908)] = 65539,
|
|
[SMALL_STATE(909)] = 65599,
|
|
[SMALL_STATE(910)] = 65659,
|
|
[SMALL_STATE(911)] = 65719,
|
|
[SMALL_STATE(912)] = 65777,
|
|
[SMALL_STATE(913)] = 65841,
|
|
[SMALL_STATE(914)] = 65901,
|
|
[SMALL_STATE(915)] = 65961,
|
|
[SMALL_STATE(916)] = 66021,
|
|
[SMALL_STATE(917)] = 66085,
|
|
[SMALL_STATE(918)] = 66149,
|
|
[SMALL_STATE(919)] = 66209,
|
|
[SMALL_STATE(920)] = 66267,
|
|
[SMALL_STATE(921)] = 66331,
|
|
[SMALL_STATE(922)] = 66391,
|
|
[SMALL_STATE(923)] = 66451,
|
|
[SMALL_STATE(924)] = 66511,
|
|
[SMALL_STATE(925)] = 66575,
|
|
[SMALL_STATE(926)] = 66641,
|
|
[SMALL_STATE(927)] = 66701,
|
|
[SMALL_STATE(928)] = 66759,
|
|
[SMALL_STATE(929)] = 66823,
|
|
[SMALL_STATE(930)] = 66883,
|
|
[SMALL_STATE(931)] = 66943,
|
|
[SMALL_STATE(932)] = 67007,
|
|
[SMALL_STATE(933)] = 67069,
|
|
[SMALL_STATE(934)] = 67129,
|
|
[SMALL_STATE(935)] = 67193,
|
|
[SMALL_STATE(936)] = 67257,
|
|
[SMALL_STATE(937)] = 67317,
|
|
[SMALL_STATE(938)] = 67381,
|
|
[SMALL_STATE(939)] = 67441,
|
|
[SMALL_STATE(940)] = 67501,
|
|
[SMALL_STATE(941)] = 67561,
|
|
[SMALL_STATE(942)] = 67621,
|
|
[SMALL_STATE(943)] = 67685,
|
|
[SMALL_STATE(944)] = 67745,
|
|
[SMALL_STATE(945)] = 67805,
|
|
[SMALL_STATE(946)] = 67865,
|
|
[SMALL_STATE(947)] = 67925,
|
|
[SMALL_STATE(948)] = 67989,
|
|
[SMALL_STATE(949)] = 68049,
|
|
[SMALL_STATE(950)] = 68109,
|
|
[SMALL_STATE(951)] = 68169,
|
|
[SMALL_STATE(952)] = 68229,
|
|
[SMALL_STATE(953)] = 68293,
|
|
[SMALL_STATE(954)] = 68353,
|
|
[SMALL_STATE(955)] = 68413,
|
|
[SMALL_STATE(956)] = 68473,
|
|
[SMALL_STATE(957)] = 68533,
|
|
[SMALL_STATE(958)] = 68597,
|
|
[SMALL_STATE(959)] = 68663,
|
|
[SMALL_STATE(960)] = 68723,
|
|
[SMALL_STATE(961)] = 68787,
|
|
[SMALL_STATE(962)] = 68851,
|
|
[SMALL_STATE(963)] = 68911,
|
|
[SMALL_STATE(964)] = 68971,
|
|
[SMALL_STATE(965)] = 69028,
|
|
[SMALL_STATE(966)] = 69085,
|
|
[SMALL_STATE(967)] = 69146,
|
|
[SMALL_STATE(968)] = 69207,
|
|
[SMALL_STATE(969)] = 69268,
|
|
[SMALL_STATE(970)] = 69329,
|
|
[SMALL_STATE(971)] = 69390,
|
|
[SMALL_STATE(972)] = 69447,
|
|
[SMALL_STATE(973)] = 69508,
|
|
[SMALL_STATE(974)] = 69569,
|
|
[SMALL_STATE(975)] = 69626,
|
|
[SMALL_STATE(976)] = 69687,
|
|
[SMALL_STATE(977)] = 69744,
|
|
[SMALL_STATE(978)] = 69801,
|
|
[SMALL_STATE(979)] = 69858,
|
|
[SMALL_STATE(980)] = 69915,
|
|
[SMALL_STATE(981)] = 69972,
|
|
[SMALL_STATE(982)] = 70029,
|
|
[SMALL_STATE(983)] = 70090,
|
|
[SMALL_STATE(984)] = 70151,
|
|
[SMALL_STATE(985)] = 70186,
|
|
[SMALL_STATE(986)] = 70243,
|
|
[SMALL_STATE(987)] = 70304,
|
|
[SMALL_STATE(988)] = 70365,
|
|
[SMALL_STATE(989)] = 70422,
|
|
[SMALL_STATE(990)] = 70483,
|
|
[SMALL_STATE(991)] = 70544,
|
|
[SMALL_STATE(992)] = 70605,
|
|
[SMALL_STATE(993)] = 70666,
|
|
[SMALL_STATE(994)] = 70723,
|
|
[SMALL_STATE(995)] = 70780,
|
|
[SMALL_STATE(996)] = 70837,
|
|
[SMALL_STATE(997)] = 70894,
|
|
[SMALL_STATE(998)] = 70951,
|
|
[SMALL_STATE(999)] = 71012,
|
|
[SMALL_STATE(1000)] = 71073,
|
|
[SMALL_STATE(1001)] = 71134,
|
|
[SMALL_STATE(1002)] = 71191,
|
|
[SMALL_STATE(1003)] = 71252,
|
|
[SMALL_STATE(1004)] = 71309,
|
|
[SMALL_STATE(1005)] = 71370,
|
|
[SMALL_STATE(1006)] = 71427,
|
|
[SMALL_STATE(1007)] = 71484,
|
|
[SMALL_STATE(1008)] = 71541,
|
|
[SMALL_STATE(1009)] = 71598,
|
|
[SMALL_STATE(1010)] = 71655,
|
|
[SMALL_STATE(1011)] = 71716,
|
|
[SMALL_STATE(1012)] = 71773,
|
|
[SMALL_STATE(1013)] = 71830,
|
|
[SMALL_STATE(1014)] = 71887,
|
|
[SMALL_STATE(1015)] = 71948,
|
|
[SMALL_STATE(1016)] = 72005,
|
|
[SMALL_STATE(1017)] = 72066,
|
|
[SMALL_STATE(1018)] = 72123,
|
|
[SMALL_STATE(1019)] = 72180,
|
|
[SMALL_STATE(1020)] = 72237,
|
|
[SMALL_STATE(1021)] = 72294,
|
|
[SMALL_STATE(1022)] = 72351,
|
|
[SMALL_STATE(1023)] = 72412,
|
|
[SMALL_STATE(1024)] = 72469,
|
|
[SMALL_STATE(1025)] = 72526,
|
|
[SMALL_STATE(1026)] = 72583,
|
|
[SMALL_STATE(1027)] = 72644,
|
|
[SMALL_STATE(1028)] = 72701,
|
|
[SMALL_STATE(1029)] = 72762,
|
|
[SMALL_STATE(1030)] = 72823,
|
|
[SMALL_STATE(1031)] = 72880,
|
|
[SMALL_STATE(1032)] = 72937,
|
|
[SMALL_STATE(1033)] = 72994,
|
|
[SMALL_STATE(1034)] = 73055,
|
|
[SMALL_STATE(1035)] = 73112,
|
|
[SMALL_STATE(1036)] = 73173,
|
|
[SMALL_STATE(1037)] = 73234,
|
|
[SMALL_STATE(1038)] = 73295,
|
|
[SMALL_STATE(1039)] = 73352,
|
|
[SMALL_STATE(1040)] = 73387,
|
|
[SMALL_STATE(1041)] = 73448,
|
|
[SMALL_STATE(1042)] = 73505,
|
|
[SMALL_STATE(1043)] = 73562,
|
|
[SMALL_STATE(1044)] = 73597,
|
|
[SMALL_STATE(1045)] = 73658,
|
|
[SMALL_STATE(1046)] = 73715,
|
|
[SMALL_STATE(1047)] = 73772,
|
|
[SMALL_STATE(1048)] = 73833,
|
|
[SMALL_STATE(1049)] = 73890,
|
|
[SMALL_STATE(1050)] = 73947,
|
|
[SMALL_STATE(1051)] = 74004,
|
|
[SMALL_STATE(1052)] = 74062,
|
|
[SMALL_STATE(1053)] = 74120,
|
|
[SMALL_STATE(1054)] = 74178,
|
|
[SMALL_STATE(1055)] = 74236,
|
|
[SMALL_STATE(1056)] = 74294,
|
|
[SMALL_STATE(1057)] = 74352,
|
|
[SMALL_STATE(1058)] = 74410,
|
|
[SMALL_STATE(1059)] = 74468,
|
|
[SMALL_STATE(1060)] = 74526,
|
|
[SMALL_STATE(1061)] = 74584,
|
|
[SMALL_STATE(1062)] = 74642,
|
|
[SMALL_STATE(1063)] = 74700,
|
|
[SMALL_STATE(1064)] = 74758,
|
|
[SMALL_STATE(1065)] = 74816,
|
|
[SMALL_STATE(1066)] = 74874,
|
|
[SMALL_STATE(1067)] = 74932,
|
|
[SMALL_STATE(1068)] = 74990,
|
|
[SMALL_STATE(1069)] = 75048,
|
|
[SMALL_STATE(1070)] = 75106,
|
|
[SMALL_STATE(1071)] = 75164,
|
|
[SMALL_STATE(1072)] = 75222,
|
|
[SMALL_STATE(1073)] = 75280,
|
|
[SMALL_STATE(1074)] = 75338,
|
|
[SMALL_STATE(1075)] = 75396,
|
|
[SMALL_STATE(1076)] = 75454,
|
|
[SMALL_STATE(1077)] = 75488,
|
|
[SMALL_STATE(1078)] = 75546,
|
|
[SMALL_STATE(1079)] = 75604,
|
|
[SMALL_STATE(1080)] = 75662,
|
|
[SMALL_STATE(1081)] = 75720,
|
|
[SMALL_STATE(1082)] = 75778,
|
|
[SMALL_STATE(1083)] = 75836,
|
|
[SMALL_STATE(1084)] = 75894,
|
|
[SMALL_STATE(1085)] = 75952,
|
|
[SMALL_STATE(1086)] = 76010,
|
|
[SMALL_STATE(1087)] = 76068,
|
|
[SMALL_STATE(1088)] = 76126,
|
|
[SMALL_STATE(1089)] = 76184,
|
|
[SMALL_STATE(1090)] = 76242,
|
|
[SMALL_STATE(1091)] = 76300,
|
|
[SMALL_STATE(1092)] = 76354,
|
|
[SMALL_STATE(1093)] = 76412,
|
|
[SMALL_STATE(1094)] = 76470,
|
|
[SMALL_STATE(1095)] = 76528,
|
|
[SMALL_STATE(1096)] = 76586,
|
|
[SMALL_STATE(1097)] = 76644,
|
|
[SMALL_STATE(1098)] = 76702,
|
|
[SMALL_STATE(1099)] = 76760,
|
|
[SMALL_STATE(1100)] = 76818,
|
|
[SMALL_STATE(1101)] = 76876,
|
|
[SMALL_STATE(1102)] = 76934,
|
|
[SMALL_STATE(1103)] = 76992,
|
|
[SMALL_STATE(1104)] = 77050,
|
|
[SMALL_STATE(1105)] = 77108,
|
|
[SMALL_STATE(1106)] = 77166,
|
|
[SMALL_STATE(1107)] = 77224,
|
|
[SMALL_STATE(1108)] = 77282,
|
|
[SMALL_STATE(1109)] = 77340,
|
|
[SMALL_STATE(1110)] = 77398,
|
|
[SMALL_STATE(1111)] = 77456,
|
|
[SMALL_STATE(1112)] = 77514,
|
|
[SMALL_STATE(1113)] = 77572,
|
|
[SMALL_STATE(1114)] = 77630,
|
|
[SMALL_STATE(1115)] = 77688,
|
|
[SMALL_STATE(1116)] = 77746,
|
|
[SMALL_STATE(1117)] = 77804,
|
|
[SMALL_STATE(1118)] = 77862,
|
|
[SMALL_STATE(1119)] = 77920,
|
|
[SMALL_STATE(1120)] = 77978,
|
|
[SMALL_STATE(1121)] = 78036,
|
|
[SMALL_STATE(1122)] = 78094,
|
|
[SMALL_STATE(1123)] = 78152,
|
|
[SMALL_STATE(1124)] = 78210,
|
|
[SMALL_STATE(1125)] = 78268,
|
|
[SMALL_STATE(1126)] = 78326,
|
|
[SMALL_STATE(1127)] = 78384,
|
|
[SMALL_STATE(1128)] = 78442,
|
|
[SMALL_STATE(1129)] = 78500,
|
|
[SMALL_STATE(1130)] = 78558,
|
|
[SMALL_STATE(1131)] = 78616,
|
|
[SMALL_STATE(1132)] = 78674,
|
|
[SMALL_STATE(1133)] = 78732,
|
|
[SMALL_STATE(1134)] = 78790,
|
|
[SMALL_STATE(1135)] = 78848,
|
|
[SMALL_STATE(1136)] = 78906,
|
|
[SMALL_STATE(1137)] = 78964,
|
|
[SMALL_STATE(1138)] = 79022,
|
|
[SMALL_STATE(1139)] = 79080,
|
|
[SMALL_STATE(1140)] = 79138,
|
|
[SMALL_STATE(1141)] = 79196,
|
|
[SMALL_STATE(1142)] = 79254,
|
|
[SMALL_STATE(1143)] = 79312,
|
|
[SMALL_STATE(1144)] = 79370,
|
|
[SMALL_STATE(1145)] = 79428,
|
|
[SMALL_STATE(1146)] = 79486,
|
|
[SMALL_STATE(1147)] = 79544,
|
|
[SMALL_STATE(1148)] = 79602,
|
|
[SMALL_STATE(1149)] = 79660,
|
|
[SMALL_STATE(1150)] = 79718,
|
|
[SMALL_STATE(1151)] = 79776,
|
|
[SMALL_STATE(1152)] = 79834,
|
|
[SMALL_STATE(1153)] = 79892,
|
|
[SMALL_STATE(1154)] = 79950,
|
|
[SMALL_STATE(1155)] = 80008,
|
|
[SMALL_STATE(1156)] = 80066,
|
|
[SMALL_STATE(1157)] = 80124,
|
|
[SMALL_STATE(1158)] = 80182,
|
|
[SMALL_STATE(1159)] = 80240,
|
|
[SMALL_STATE(1160)] = 80298,
|
|
[SMALL_STATE(1161)] = 80329,
|
|
[SMALL_STATE(1162)] = 80360,
|
|
[SMALL_STATE(1163)] = 80391,
|
|
[SMALL_STATE(1164)] = 80422,
|
|
[SMALL_STATE(1165)] = 80454,
|
|
[SMALL_STATE(1166)] = 80492,
|
|
[SMALL_STATE(1167)] = 80519,
|
|
[SMALL_STATE(1168)] = 80545,
|
|
[SMALL_STATE(1169)] = 80581,
|
|
[SMALL_STATE(1170)] = 80607,
|
|
[SMALL_STATE(1171)] = 80637,
|
|
[SMALL_STATE(1172)] = 80663,
|
|
[SMALL_STATE(1173)] = 80699,
|
|
[SMALL_STATE(1174)] = 80725,
|
|
[SMALL_STATE(1175)] = 80748,
|
|
[SMALL_STATE(1176)] = 80773,
|
|
[SMALL_STATE(1177)] = 80804,
|
|
[SMALL_STATE(1178)] = 80829,
|
|
[SMALL_STATE(1179)] = 80860,
|
|
[SMALL_STATE(1180)] = 80891,
|
|
[SMALL_STATE(1181)] = 80922,
|
|
[SMALL_STATE(1182)] = 80946,
|
|
[SMALL_STATE(1183)] = 80970,
|
|
[SMALL_STATE(1184)] = 80994,
|
|
[SMALL_STATE(1185)] = 81020,
|
|
[SMALL_STATE(1186)] = 81044,
|
|
[SMALL_STATE(1187)] = 81068,
|
|
[SMALL_STATE(1188)] = 81092,
|
|
[SMALL_STATE(1189)] = 81116,
|
|
[SMALL_STATE(1190)] = 81140,
|
|
[SMALL_STATE(1191)] = 81169,
|
|
[SMALL_STATE(1192)] = 81192,
|
|
[SMALL_STATE(1193)] = 81215,
|
|
[SMALL_STATE(1194)] = 81236,
|
|
[SMALL_STATE(1195)] = 81257,
|
|
[SMALL_STATE(1196)] = 81278,
|
|
[SMALL_STATE(1197)] = 81301,
|
|
[SMALL_STATE(1198)] = 81322,
|
|
[SMALL_STATE(1199)] = 81351,
|
|
[SMALL_STATE(1200)] = 81372,
|
|
[SMALL_STATE(1201)] = 81401,
|
|
[SMALL_STATE(1202)] = 81430,
|
|
[SMALL_STATE(1203)] = 81453,
|
|
[SMALL_STATE(1204)] = 81474,
|
|
[SMALL_STATE(1205)] = 81495,
|
|
[SMALL_STATE(1206)] = 81524,
|
|
[SMALL_STATE(1207)] = 81545,
|
|
[SMALL_STATE(1208)] = 81574,
|
|
[SMALL_STATE(1209)] = 81595,
|
|
[SMALL_STATE(1210)] = 81616,
|
|
[SMALL_STATE(1211)] = 81645,
|
|
[SMALL_STATE(1212)] = 81666,
|
|
[SMALL_STATE(1213)] = 81687,
|
|
[SMALL_STATE(1214)] = 81716,
|
|
[SMALL_STATE(1215)] = 81737,
|
|
[SMALL_STATE(1216)] = 81766,
|
|
[SMALL_STATE(1217)] = 81787,
|
|
[SMALL_STATE(1218)] = 81808,
|
|
[SMALL_STATE(1219)] = 81833,
|
|
[SMALL_STATE(1220)] = 81854,
|
|
[SMALL_STATE(1221)] = 81879,
|
|
[SMALL_STATE(1222)] = 81908,
|
|
[SMALL_STATE(1223)] = 81928,
|
|
[SMALL_STATE(1224)] = 81948,
|
|
[SMALL_STATE(1225)] = 81968,
|
|
[SMALL_STATE(1226)] = 81988,
|
|
[SMALL_STATE(1227)] = 82008,
|
|
[SMALL_STATE(1228)] = 82028,
|
|
[SMALL_STATE(1229)] = 82048,
|
|
[SMALL_STATE(1230)] = 82068,
|
|
[SMALL_STATE(1231)] = 82092,
|
|
[SMALL_STATE(1232)] = 82112,
|
|
[SMALL_STATE(1233)] = 82132,
|
|
[SMALL_STATE(1234)] = 82152,
|
|
[SMALL_STATE(1235)] = 82172,
|
|
[SMALL_STATE(1236)] = 82192,
|
|
[SMALL_STATE(1237)] = 82212,
|
|
[SMALL_STATE(1238)] = 82232,
|
|
[SMALL_STATE(1239)] = 82252,
|
|
[SMALL_STATE(1240)] = 82272,
|
|
[SMALL_STATE(1241)] = 82292,
|
|
[SMALL_STATE(1242)] = 82312,
|
|
[SMALL_STATE(1243)] = 82332,
|
|
[SMALL_STATE(1244)] = 82352,
|
|
[SMALL_STATE(1245)] = 82372,
|
|
[SMALL_STATE(1246)] = 82392,
|
|
[SMALL_STATE(1247)] = 82412,
|
|
[SMALL_STATE(1248)] = 82438,
|
|
[SMALL_STATE(1249)] = 82458,
|
|
[SMALL_STATE(1250)] = 82478,
|
|
[SMALL_STATE(1251)] = 82504,
|
|
[SMALL_STATE(1252)] = 82524,
|
|
[SMALL_STATE(1253)] = 82544,
|
|
[SMALL_STATE(1254)] = 82564,
|
|
[SMALL_STATE(1255)] = 82584,
|
|
[SMALL_STATE(1256)] = 82610,
|
|
[SMALL_STATE(1257)] = 82630,
|
|
[SMALL_STATE(1258)] = 82650,
|
|
[SMALL_STATE(1259)] = 82670,
|
|
[SMALL_STATE(1260)] = 82694,
|
|
[SMALL_STATE(1261)] = 82714,
|
|
[SMALL_STATE(1262)] = 82734,
|
|
[SMALL_STATE(1263)] = 82754,
|
|
[SMALL_STATE(1264)] = 82774,
|
|
[SMALL_STATE(1265)] = 82794,
|
|
[SMALL_STATE(1266)] = 82814,
|
|
[SMALL_STATE(1267)] = 82834,
|
|
[SMALL_STATE(1268)] = 82854,
|
|
[SMALL_STATE(1269)] = 82874,
|
|
[SMALL_STATE(1270)] = 82894,
|
|
[SMALL_STATE(1271)] = 82915,
|
|
[SMALL_STATE(1272)] = 82936,
|
|
[SMALL_STATE(1273)] = 82957,
|
|
[SMALL_STATE(1274)] = 82978,
|
|
[SMALL_STATE(1275)] = 82999,
|
|
[SMALL_STATE(1276)] = 83020,
|
|
[SMALL_STATE(1277)] = 83041,
|
|
[SMALL_STATE(1278)] = 83062,
|
|
[SMALL_STATE(1279)] = 83081,
|
|
[SMALL_STATE(1280)] = 83100,
|
|
[SMALL_STATE(1281)] = 83121,
|
|
[SMALL_STATE(1282)] = 83142,
|
|
[SMALL_STATE(1283)] = 83163,
|
|
[SMALL_STATE(1284)] = 83184,
|
|
[SMALL_STATE(1285)] = 83205,
|
|
[SMALL_STATE(1286)] = 83226,
|
|
[SMALL_STATE(1287)] = 83247,
|
|
[SMALL_STATE(1288)] = 83268,
|
|
[SMALL_STATE(1289)] = 83289,
|
|
[SMALL_STATE(1290)] = 83308,
|
|
[SMALL_STATE(1291)] = 83329,
|
|
[SMALL_STATE(1292)] = 83350,
|
|
[SMALL_STATE(1293)] = 83369,
|
|
[SMALL_STATE(1294)] = 83388,
|
|
[SMALL_STATE(1295)] = 83407,
|
|
[SMALL_STATE(1296)] = 83428,
|
|
[SMALL_STATE(1297)] = 83451,
|
|
[SMALL_STATE(1298)] = 83470,
|
|
[SMALL_STATE(1299)] = 83491,
|
|
[SMALL_STATE(1300)] = 83512,
|
|
[SMALL_STATE(1301)] = 83531,
|
|
[SMALL_STATE(1302)] = 83552,
|
|
[SMALL_STATE(1303)] = 83571,
|
|
[SMALL_STATE(1304)] = 83592,
|
|
[SMALL_STATE(1305)] = 83613,
|
|
[SMALL_STATE(1306)] = 83632,
|
|
[SMALL_STATE(1307)] = 83657,
|
|
[SMALL_STATE(1308)] = 83676,
|
|
[SMALL_STATE(1309)] = 83697,
|
|
[SMALL_STATE(1310)] = 83716,
|
|
[SMALL_STATE(1311)] = 83737,
|
|
[SMALL_STATE(1312)] = 83756,
|
|
[SMALL_STATE(1313)] = 83775,
|
|
[SMALL_STATE(1314)] = 83796,
|
|
[SMALL_STATE(1315)] = 83815,
|
|
[SMALL_STATE(1316)] = 83834,
|
|
[SMALL_STATE(1317)] = 83855,
|
|
[SMALL_STATE(1318)] = 83876,
|
|
[SMALL_STATE(1319)] = 83895,
|
|
[SMALL_STATE(1320)] = 83914,
|
|
[SMALL_STATE(1321)] = 83933,
|
|
[SMALL_STATE(1322)] = 83952,
|
|
[SMALL_STATE(1323)] = 83971,
|
|
[SMALL_STATE(1324)] = 83990,
|
|
[SMALL_STATE(1325)] = 84009,
|
|
[SMALL_STATE(1326)] = 84030,
|
|
[SMALL_STATE(1327)] = 84051,
|
|
[SMALL_STATE(1328)] = 84070,
|
|
[SMALL_STATE(1329)] = 84091,
|
|
[SMALL_STATE(1330)] = 84112,
|
|
[SMALL_STATE(1331)] = 84131,
|
|
[SMALL_STATE(1332)] = 84152,
|
|
[SMALL_STATE(1333)] = 84171,
|
|
[SMALL_STATE(1334)] = 84192,
|
|
[SMALL_STATE(1335)] = 84211,
|
|
[SMALL_STATE(1336)] = 84232,
|
|
[SMALL_STATE(1337)] = 84253,
|
|
[SMALL_STATE(1338)] = 84272,
|
|
[SMALL_STATE(1339)] = 84290,
|
|
[SMALL_STATE(1340)] = 84308,
|
|
[SMALL_STATE(1341)] = 84326,
|
|
[SMALL_STATE(1342)] = 84344,
|
|
[SMALL_STATE(1343)] = 84362,
|
|
[SMALL_STATE(1344)] = 84380,
|
|
[SMALL_STATE(1345)] = 84398,
|
|
[SMALL_STATE(1346)] = 84416,
|
|
[SMALL_STATE(1347)] = 84434,
|
|
[SMALL_STATE(1348)] = 84452,
|
|
[SMALL_STATE(1349)] = 84470,
|
|
[SMALL_STATE(1350)] = 84488,
|
|
[SMALL_STATE(1351)] = 84506,
|
|
[SMALL_STATE(1352)] = 84524,
|
|
[SMALL_STATE(1353)] = 84542,
|
|
[SMALL_STATE(1354)] = 84560,
|
|
[SMALL_STATE(1355)] = 84578,
|
|
[SMALL_STATE(1356)] = 84596,
|
|
[SMALL_STATE(1357)] = 84614,
|
|
[SMALL_STATE(1358)] = 84632,
|
|
[SMALL_STATE(1359)] = 84650,
|
|
[SMALL_STATE(1360)] = 84668,
|
|
[SMALL_STATE(1361)] = 84688,
|
|
[SMALL_STATE(1362)] = 84706,
|
|
[SMALL_STATE(1363)] = 84724,
|
|
[SMALL_STATE(1364)] = 84742,
|
|
[SMALL_STATE(1365)] = 84760,
|
|
[SMALL_STATE(1366)] = 84778,
|
|
[SMALL_STATE(1367)] = 84796,
|
|
[SMALL_STATE(1368)] = 84814,
|
|
[SMALL_STATE(1369)] = 84832,
|
|
[SMALL_STATE(1370)] = 84850,
|
|
[SMALL_STATE(1371)] = 84870,
|
|
[SMALL_STATE(1372)] = 84888,
|
|
[SMALL_STATE(1373)] = 84906,
|
|
[SMALL_STATE(1374)] = 84924,
|
|
[SMALL_STATE(1375)] = 84942,
|
|
[SMALL_STATE(1376)] = 84960,
|
|
[SMALL_STATE(1377)] = 84978,
|
|
[SMALL_STATE(1378)] = 84996,
|
|
[SMALL_STATE(1379)] = 85014,
|
|
[SMALL_STATE(1380)] = 85032,
|
|
[SMALL_STATE(1381)] = 85050,
|
|
[SMALL_STATE(1382)] = 85068,
|
|
[SMALL_STATE(1383)] = 85086,
|
|
[SMALL_STATE(1384)] = 85104,
|
|
[SMALL_STATE(1385)] = 85122,
|
|
[SMALL_STATE(1386)] = 85140,
|
|
[SMALL_STATE(1387)] = 85158,
|
|
[SMALL_STATE(1388)] = 85176,
|
|
[SMALL_STATE(1389)] = 85194,
|
|
[SMALL_STATE(1390)] = 85214,
|
|
[SMALL_STATE(1391)] = 85232,
|
|
[SMALL_STATE(1392)] = 85250,
|
|
[SMALL_STATE(1393)] = 85268,
|
|
[SMALL_STATE(1394)] = 85286,
|
|
[SMALL_STATE(1395)] = 85304,
|
|
[SMALL_STATE(1396)] = 85322,
|
|
[SMALL_STATE(1397)] = 85340,
|
|
[SMALL_STATE(1398)] = 85358,
|
|
[SMALL_STATE(1399)] = 85376,
|
|
[SMALL_STATE(1400)] = 85394,
|
|
[SMALL_STATE(1401)] = 85412,
|
|
[SMALL_STATE(1402)] = 85430,
|
|
[SMALL_STATE(1403)] = 85448,
|
|
[SMALL_STATE(1404)] = 85466,
|
|
[SMALL_STATE(1405)] = 85484,
|
|
[SMALL_STATE(1406)] = 85502,
|
|
[SMALL_STATE(1407)] = 85520,
|
|
[SMALL_STATE(1408)] = 85538,
|
|
[SMALL_STATE(1409)] = 85556,
|
|
[SMALL_STATE(1410)] = 85574,
|
|
[SMALL_STATE(1411)] = 85592,
|
|
[SMALL_STATE(1412)] = 85610,
|
|
[SMALL_STATE(1413)] = 85628,
|
|
[SMALL_STATE(1414)] = 85646,
|
|
[SMALL_STATE(1415)] = 85664,
|
|
[SMALL_STATE(1416)] = 85682,
|
|
[SMALL_STATE(1417)] = 85700,
|
|
[SMALL_STATE(1418)] = 85718,
|
|
[SMALL_STATE(1419)] = 85736,
|
|
[SMALL_STATE(1420)] = 85754,
|
|
[SMALL_STATE(1421)] = 85772,
|
|
[SMALL_STATE(1422)] = 85790,
|
|
[SMALL_STATE(1423)] = 85808,
|
|
[SMALL_STATE(1424)] = 85826,
|
|
[SMALL_STATE(1425)] = 85844,
|
|
[SMALL_STATE(1426)] = 85862,
|
|
[SMALL_STATE(1427)] = 85880,
|
|
[SMALL_STATE(1428)] = 85898,
|
|
[SMALL_STATE(1429)] = 85916,
|
|
[SMALL_STATE(1430)] = 85936,
|
|
[SMALL_STATE(1431)] = 85963,
|
|
[SMALL_STATE(1432)] = 85992,
|
|
[SMALL_STATE(1433)] = 86021,
|
|
[SMALL_STATE(1434)] = 86050,
|
|
[SMALL_STATE(1435)] = 86079,
|
|
[SMALL_STATE(1436)] = 86108,
|
|
[SMALL_STATE(1437)] = 86139,
|
|
[SMALL_STATE(1438)] = 86168,
|
|
[SMALL_STATE(1439)] = 86201,
|
|
[SMALL_STATE(1440)] = 86230,
|
|
[SMALL_STATE(1441)] = 86263,
|
|
[SMALL_STATE(1442)] = 86292,
|
|
[SMALL_STATE(1443)] = 86315,
|
|
[SMALL_STATE(1444)] = 86344,
|
|
[SMALL_STATE(1445)] = 86373,
|
|
[SMALL_STATE(1446)] = 86402,
|
|
[SMALL_STATE(1447)] = 86431,
|
|
[SMALL_STATE(1448)] = 86453,
|
|
[SMALL_STATE(1449)] = 86485,
|
|
[SMALL_STATE(1450)] = 86517,
|
|
[SMALL_STATE(1451)] = 86537,
|
|
[SMALL_STATE(1452)] = 86569,
|
|
[SMALL_STATE(1453)] = 86601,
|
|
[SMALL_STATE(1454)] = 86633,
|
|
[SMALL_STATE(1455)] = 86661,
|
|
[SMALL_STATE(1456)] = 86689,
|
|
[SMALL_STATE(1457)] = 86717,
|
|
[SMALL_STATE(1458)] = 86749,
|
|
[SMALL_STATE(1459)] = 86764,
|
|
[SMALL_STATE(1460)] = 86779,
|
|
[SMALL_STATE(1461)] = 86794,
|
|
[SMALL_STATE(1462)] = 86809,
|
|
[SMALL_STATE(1463)] = 86834,
|
|
[SMALL_STATE(1464)] = 86849,
|
|
[SMALL_STATE(1465)] = 86864,
|
|
[SMALL_STATE(1466)] = 86879,
|
|
[SMALL_STATE(1467)] = 86904,
|
|
[SMALL_STATE(1468)] = 86919,
|
|
[SMALL_STATE(1469)] = 86934,
|
|
[SMALL_STATE(1470)] = 86959,
|
|
[SMALL_STATE(1471)] = 86978,
|
|
[SMALL_STATE(1472)] = 87003,
|
|
[SMALL_STATE(1473)] = 87018,
|
|
[SMALL_STATE(1474)] = 87033,
|
|
[SMALL_STATE(1475)] = 87048,
|
|
[SMALL_STATE(1476)] = 87063,
|
|
[SMALL_STATE(1477)] = 87078,
|
|
[SMALL_STATE(1478)] = 87093,
|
|
[SMALL_STATE(1479)] = 87118,
|
|
[SMALL_STATE(1480)] = 87143,
|
|
[SMALL_STATE(1481)] = 87158,
|
|
[SMALL_STATE(1482)] = 87173,
|
|
[SMALL_STATE(1483)] = 87198,
|
|
[SMALL_STATE(1484)] = 87213,
|
|
[SMALL_STATE(1485)] = 87238,
|
|
[SMALL_STATE(1486)] = 87253,
|
|
[SMALL_STATE(1487)] = 87268,
|
|
[SMALL_STATE(1488)] = 87291,
|
|
[SMALL_STATE(1489)] = 87306,
|
|
[SMALL_STATE(1490)] = 87335,
|
|
[SMALL_STATE(1491)] = 87350,
|
|
[SMALL_STATE(1492)] = 87365,
|
|
[SMALL_STATE(1493)] = 87380,
|
|
[SMALL_STATE(1494)] = 87405,
|
|
[SMALL_STATE(1495)] = 87420,
|
|
[SMALL_STATE(1496)] = 87435,
|
|
[SMALL_STATE(1497)] = 87450,
|
|
[SMALL_STATE(1498)] = 87465,
|
|
[SMALL_STATE(1499)] = 87493,
|
|
[SMALL_STATE(1500)] = 87515,
|
|
[SMALL_STATE(1501)] = 87543,
|
|
[SMALL_STATE(1502)] = 87561,
|
|
[SMALL_STATE(1503)] = 87589,
|
|
[SMALL_STATE(1504)] = 87617,
|
|
[SMALL_STATE(1505)] = 87639,
|
|
[SMALL_STATE(1506)] = 87667,
|
|
[SMALL_STATE(1507)] = 87695,
|
|
[SMALL_STATE(1508)] = 87717,
|
|
[SMALL_STATE(1509)] = 87737,
|
|
[SMALL_STATE(1510)] = 87765,
|
|
[SMALL_STATE(1511)] = 87793,
|
|
[SMALL_STATE(1512)] = 87811,
|
|
[SMALL_STATE(1513)] = 87829,
|
|
[SMALL_STATE(1514)] = 87857,
|
|
[SMALL_STATE(1515)] = 87879,
|
|
[SMALL_STATE(1516)] = 87901,
|
|
[SMALL_STATE(1517)] = 87923,
|
|
[SMALL_STATE(1518)] = 87951,
|
|
[SMALL_STATE(1519)] = 87975,
|
|
[SMALL_STATE(1520)] = 88003,
|
|
[SMALL_STATE(1521)] = 88023,
|
|
[SMALL_STATE(1522)] = 88051,
|
|
[SMALL_STATE(1523)] = 88075,
|
|
[SMALL_STATE(1524)] = 88097,
|
|
[SMALL_STATE(1525)] = 88116,
|
|
[SMALL_STATE(1526)] = 88133,
|
|
[SMALL_STATE(1527)] = 88156,
|
|
[SMALL_STATE(1528)] = 88177,
|
|
[SMALL_STATE(1529)] = 88194,
|
|
[SMALL_STATE(1530)] = 88209,
|
|
[SMALL_STATE(1531)] = 88226,
|
|
[SMALL_STATE(1532)] = 88241,
|
|
[SMALL_STATE(1533)] = 88264,
|
|
[SMALL_STATE(1534)] = 88285,
|
|
[SMALL_STATE(1535)] = 88304,
|
|
[SMALL_STATE(1536)] = 88319,
|
|
[SMALL_STATE(1537)] = 88338,
|
|
[SMALL_STATE(1538)] = 88355,
|
|
[SMALL_STATE(1539)] = 88378,
|
|
[SMALL_STATE(1540)] = 88401,
|
|
[SMALL_STATE(1541)] = 88426,
|
|
[SMALL_STATE(1542)] = 88445,
|
|
[SMALL_STATE(1543)] = 88468,
|
|
[SMALL_STATE(1544)] = 88483,
|
|
[SMALL_STATE(1545)] = 88498,
|
|
[SMALL_STATE(1546)] = 88517,
|
|
[SMALL_STATE(1547)] = 88536,
|
|
[SMALL_STATE(1548)] = 88553,
|
|
[SMALL_STATE(1549)] = 88568,
|
|
[SMALL_STATE(1550)] = 88585,
|
|
[SMALL_STATE(1551)] = 88602,
|
|
[SMALL_STATE(1552)] = 88623,
|
|
[SMALL_STATE(1553)] = 88640,
|
|
[SMALL_STATE(1554)] = 88663,
|
|
[SMALL_STATE(1555)] = 88684,
|
|
[SMALL_STATE(1556)] = 88703,
|
|
[SMALL_STATE(1557)] = 88723,
|
|
[SMALL_STATE(1558)] = 88743,
|
|
[SMALL_STATE(1559)] = 88757,
|
|
[SMALL_STATE(1560)] = 88777,
|
|
[SMALL_STATE(1561)] = 88791,
|
|
[SMALL_STATE(1562)] = 88805,
|
|
[SMALL_STATE(1563)] = 88817,
|
|
[SMALL_STATE(1564)] = 88831,
|
|
[SMALL_STATE(1565)] = 88845,
|
|
[SMALL_STATE(1566)] = 88859,
|
|
[SMALL_STATE(1567)] = 88875,
|
|
[SMALL_STATE(1568)] = 88889,
|
|
[SMALL_STATE(1569)] = 88903,
|
|
[SMALL_STATE(1570)] = 88917,
|
|
[SMALL_STATE(1571)] = 88931,
|
|
[SMALL_STATE(1572)] = 88945,
|
|
[SMALL_STATE(1573)] = 88959,
|
|
[SMALL_STATE(1574)] = 88977,
|
|
[SMALL_STATE(1575)] = 88991,
|
|
[SMALL_STATE(1576)] = 89005,
|
|
[SMALL_STATE(1577)] = 89019,
|
|
[SMALL_STATE(1578)] = 89033,
|
|
[SMALL_STATE(1579)] = 89047,
|
|
[SMALL_STATE(1580)] = 89061,
|
|
[SMALL_STATE(1581)] = 89075,
|
|
[SMALL_STATE(1582)] = 89089,
|
|
[SMALL_STATE(1583)] = 89103,
|
|
[SMALL_STATE(1584)] = 89121,
|
|
[SMALL_STATE(1585)] = 89139,
|
|
[SMALL_STATE(1586)] = 89157,
|
|
[SMALL_STATE(1587)] = 89171,
|
|
[SMALL_STATE(1588)] = 89185,
|
|
[SMALL_STATE(1589)] = 89207,
|
|
[SMALL_STATE(1590)] = 89221,
|
|
[SMALL_STATE(1591)] = 89239,
|
|
[SMALL_STATE(1592)] = 89257,
|
|
[SMALL_STATE(1593)] = 89275,
|
|
[SMALL_STATE(1594)] = 89293,
|
|
[SMALL_STATE(1595)] = 89311,
|
|
[SMALL_STATE(1596)] = 89325,
|
|
[SMALL_STATE(1597)] = 89339,
|
|
[SMALL_STATE(1598)] = 89353,
|
|
[SMALL_STATE(1599)] = 89367,
|
|
[SMALL_STATE(1600)] = 89381,
|
|
[SMALL_STATE(1601)] = 89395,
|
|
[SMALL_STATE(1602)] = 89409,
|
|
[SMALL_STATE(1603)] = 89427,
|
|
[SMALL_STATE(1604)] = 89445,
|
|
[SMALL_STATE(1605)] = 89463,
|
|
[SMALL_STATE(1606)] = 89477,
|
|
[SMALL_STATE(1607)] = 89495,
|
|
[SMALL_STATE(1608)] = 89513,
|
|
[SMALL_STATE(1609)] = 89531,
|
|
[SMALL_STATE(1610)] = 89549,
|
|
[SMALL_STATE(1611)] = 89563,
|
|
[SMALL_STATE(1612)] = 89577,
|
|
[SMALL_STATE(1613)] = 89597,
|
|
[SMALL_STATE(1614)] = 89617,
|
|
[SMALL_STATE(1615)] = 89631,
|
|
[SMALL_STATE(1616)] = 89645,
|
|
[SMALL_STATE(1617)] = 89659,
|
|
[SMALL_STATE(1618)] = 89677,
|
|
[SMALL_STATE(1619)] = 89691,
|
|
[SMALL_STATE(1620)] = 89705,
|
|
[SMALL_STATE(1621)] = 89723,
|
|
[SMALL_STATE(1622)] = 89737,
|
|
[SMALL_STATE(1623)] = 89755,
|
|
[SMALL_STATE(1624)] = 89773,
|
|
[SMALL_STATE(1625)] = 89787,
|
|
[SMALL_STATE(1626)] = 89801,
|
|
[SMALL_STATE(1627)] = 89815,
|
|
[SMALL_STATE(1628)] = 89829,
|
|
[SMALL_STATE(1629)] = 89843,
|
|
[SMALL_STATE(1630)] = 89861,
|
|
[SMALL_STATE(1631)] = 89879,
|
|
[SMALL_STATE(1632)] = 89893,
|
|
[SMALL_STATE(1633)] = 89911,
|
|
[SMALL_STATE(1634)] = 89929,
|
|
[SMALL_STATE(1635)] = 89947,
|
|
[SMALL_STATE(1636)] = 89961,
|
|
[SMALL_STATE(1637)] = 89975,
|
|
[SMALL_STATE(1638)] = 89993,
|
|
[SMALL_STATE(1639)] = 90007,
|
|
[SMALL_STATE(1640)] = 90021,
|
|
[SMALL_STATE(1641)] = 90039,
|
|
[SMALL_STATE(1642)] = 90053,
|
|
[SMALL_STATE(1643)] = 90069,
|
|
[SMALL_STATE(1644)] = 90091,
|
|
[SMALL_STATE(1645)] = 90105,
|
|
[SMALL_STATE(1646)] = 90123,
|
|
[SMALL_STATE(1647)] = 90137,
|
|
[SMALL_STATE(1648)] = 90151,
|
|
[SMALL_STATE(1649)] = 90165,
|
|
[SMALL_STATE(1650)] = 90179,
|
|
[SMALL_STATE(1651)] = 90197,
|
|
[SMALL_STATE(1652)] = 90215,
|
|
[SMALL_STATE(1653)] = 90233,
|
|
[SMALL_STATE(1654)] = 90253,
|
|
[SMALL_STATE(1655)] = 90273,
|
|
[SMALL_STATE(1656)] = 90287,
|
|
[SMALL_STATE(1657)] = 90301,
|
|
[SMALL_STATE(1658)] = 90319,
|
|
[SMALL_STATE(1659)] = 90337,
|
|
[SMALL_STATE(1660)] = 90355,
|
|
[SMALL_STATE(1661)] = 90373,
|
|
[SMALL_STATE(1662)] = 90391,
|
|
[SMALL_STATE(1663)] = 90409,
|
|
[SMALL_STATE(1664)] = 90427,
|
|
[SMALL_STATE(1665)] = 90445,
|
|
[SMALL_STATE(1666)] = 90463,
|
|
[SMALL_STATE(1667)] = 90477,
|
|
[SMALL_STATE(1668)] = 90491,
|
|
[SMALL_STATE(1669)] = 90509,
|
|
[SMALL_STATE(1670)] = 90523,
|
|
[SMALL_STATE(1671)] = 90537,
|
|
[SMALL_STATE(1672)] = 90551,
|
|
[SMALL_STATE(1673)] = 90565,
|
|
[SMALL_STATE(1674)] = 90583,
|
|
[SMALL_STATE(1675)] = 90597,
|
|
[SMALL_STATE(1676)] = 90611,
|
|
[SMALL_STATE(1677)] = 90625,
|
|
[SMALL_STATE(1678)] = 90643,
|
|
[SMALL_STATE(1679)] = 90657,
|
|
[SMALL_STATE(1680)] = 90671,
|
|
[SMALL_STATE(1681)] = 90689,
|
|
[SMALL_STATE(1682)] = 90703,
|
|
[SMALL_STATE(1683)] = 90721,
|
|
[SMALL_STATE(1684)] = 90739,
|
|
[SMALL_STATE(1685)] = 90753,
|
|
[SMALL_STATE(1686)] = 90767,
|
|
[SMALL_STATE(1687)] = 90781,
|
|
[SMALL_STATE(1688)] = 90797,
|
|
[SMALL_STATE(1689)] = 90811,
|
|
[SMALL_STATE(1690)] = 90825,
|
|
[SMALL_STATE(1691)] = 90839,
|
|
[SMALL_STATE(1692)] = 90853,
|
|
[SMALL_STATE(1693)] = 90871,
|
|
[SMALL_STATE(1694)] = 90889,
|
|
[SMALL_STATE(1695)] = 90907,
|
|
[SMALL_STATE(1696)] = 90921,
|
|
[SMALL_STATE(1697)] = 90935,
|
|
[SMALL_STATE(1698)] = 90949,
|
|
[SMALL_STATE(1699)] = 90963,
|
|
[SMALL_STATE(1700)] = 90977,
|
|
[SMALL_STATE(1701)] = 90991,
|
|
[SMALL_STATE(1702)] = 91005,
|
|
[SMALL_STATE(1703)] = 91019,
|
|
[SMALL_STATE(1704)] = 91033,
|
|
[SMALL_STATE(1705)] = 91047,
|
|
[SMALL_STATE(1706)] = 91063,
|
|
[SMALL_STATE(1707)] = 91077,
|
|
[SMALL_STATE(1708)] = 91091,
|
|
[SMALL_STATE(1709)] = 91105,
|
|
[SMALL_STATE(1710)] = 91119,
|
|
[SMALL_STATE(1711)] = 91133,
|
|
[SMALL_STATE(1712)] = 91147,
|
|
[SMALL_STATE(1713)] = 91161,
|
|
[SMALL_STATE(1714)] = 91179,
|
|
[SMALL_STATE(1715)] = 91197,
|
|
[SMALL_STATE(1716)] = 91211,
|
|
[SMALL_STATE(1717)] = 91225,
|
|
[SMALL_STATE(1718)] = 91239,
|
|
[SMALL_STATE(1719)] = 91253,
|
|
[SMALL_STATE(1720)] = 91267,
|
|
[SMALL_STATE(1721)] = 91281,
|
|
[SMALL_STATE(1722)] = 91295,
|
|
[SMALL_STATE(1723)] = 91309,
|
|
[SMALL_STATE(1724)] = 91327,
|
|
[SMALL_STATE(1725)] = 91345,
|
|
[SMALL_STATE(1726)] = 91359,
|
|
[SMALL_STATE(1727)] = 91373,
|
|
[SMALL_STATE(1728)] = 91387,
|
|
[SMALL_STATE(1729)] = 91405,
|
|
[SMALL_STATE(1730)] = 91423,
|
|
[SMALL_STATE(1731)] = 91441,
|
|
[SMALL_STATE(1732)] = 91459,
|
|
[SMALL_STATE(1733)] = 91473,
|
|
[SMALL_STATE(1734)] = 91487,
|
|
[SMALL_STATE(1735)] = 91505,
|
|
[SMALL_STATE(1736)] = 91519,
|
|
[SMALL_STATE(1737)] = 91537,
|
|
[SMALL_STATE(1738)] = 91555,
|
|
[SMALL_STATE(1739)] = 91569,
|
|
[SMALL_STATE(1740)] = 91587,
|
|
[SMALL_STATE(1741)] = 91601,
|
|
[SMALL_STATE(1742)] = 91615,
|
|
[SMALL_STATE(1743)] = 91629,
|
|
[SMALL_STATE(1744)] = 91647,
|
|
[SMALL_STATE(1745)] = 91664,
|
|
[SMALL_STATE(1746)] = 91677,
|
|
[SMALL_STATE(1747)] = 91690,
|
|
[SMALL_STATE(1748)] = 91703,
|
|
[SMALL_STATE(1749)] = 91720,
|
|
[SMALL_STATE(1750)] = 91737,
|
|
[SMALL_STATE(1751)] = 91750,
|
|
[SMALL_STATE(1752)] = 91767,
|
|
[SMALL_STATE(1753)] = 91786,
|
|
[SMALL_STATE(1754)] = 91803,
|
|
[SMALL_STATE(1755)] = 91822,
|
|
[SMALL_STATE(1756)] = 91835,
|
|
[SMALL_STATE(1757)] = 91854,
|
|
[SMALL_STATE(1758)] = 91873,
|
|
[SMALL_STATE(1759)] = 91886,
|
|
[SMALL_STATE(1760)] = 91899,
|
|
[SMALL_STATE(1761)] = 91914,
|
|
[SMALL_STATE(1762)] = 91929,
|
|
[SMALL_STATE(1763)] = 91946,
|
|
[SMALL_STATE(1764)] = 91959,
|
|
[SMALL_STATE(1765)] = 91978,
|
|
[SMALL_STATE(1766)] = 91995,
|
|
[SMALL_STATE(1767)] = 92012,
|
|
[SMALL_STATE(1768)] = 92029,
|
|
[SMALL_STATE(1769)] = 92046,
|
|
[SMALL_STATE(1770)] = 92059,
|
|
[SMALL_STATE(1771)] = 92072,
|
|
[SMALL_STATE(1772)] = 92089,
|
|
[SMALL_STATE(1773)] = 92106,
|
|
[SMALL_STATE(1774)] = 92121,
|
|
[SMALL_STATE(1775)] = 92138,
|
|
[SMALL_STATE(1776)] = 92157,
|
|
[SMALL_STATE(1777)] = 92174,
|
|
[SMALL_STATE(1778)] = 92191,
|
|
[SMALL_STATE(1779)] = 92204,
|
|
[SMALL_STATE(1780)] = 92221,
|
|
[SMALL_STATE(1781)] = 92238,
|
|
[SMALL_STATE(1782)] = 92255,
|
|
[SMALL_STATE(1783)] = 92270,
|
|
[SMALL_STATE(1784)] = 92283,
|
|
[SMALL_STATE(1785)] = 92300,
|
|
[SMALL_STATE(1786)] = 92315,
|
|
[SMALL_STATE(1787)] = 92328,
|
|
[SMALL_STATE(1788)] = 92347,
|
|
[SMALL_STATE(1789)] = 92364,
|
|
[SMALL_STATE(1790)] = 92381,
|
|
[SMALL_STATE(1791)] = 92398,
|
|
[SMALL_STATE(1792)] = 92413,
|
|
[SMALL_STATE(1793)] = 92430,
|
|
[SMALL_STATE(1794)] = 92447,
|
|
[SMALL_STATE(1795)] = 92464,
|
|
[SMALL_STATE(1796)] = 92481,
|
|
[SMALL_STATE(1797)] = 92498,
|
|
[SMALL_STATE(1798)] = 92511,
|
|
[SMALL_STATE(1799)] = 92526,
|
|
[SMALL_STATE(1800)] = 92541,
|
|
[SMALL_STATE(1801)] = 92554,
|
|
[SMALL_STATE(1802)] = 92573,
|
|
[SMALL_STATE(1803)] = 92590,
|
|
[SMALL_STATE(1804)] = 92607,
|
|
[SMALL_STATE(1805)] = 92624,
|
|
[SMALL_STATE(1806)] = 92637,
|
|
[SMALL_STATE(1807)] = 92654,
|
|
[SMALL_STATE(1808)] = 92671,
|
|
[SMALL_STATE(1809)] = 92686,
|
|
[SMALL_STATE(1810)] = 92703,
|
|
[SMALL_STATE(1811)] = 92720,
|
|
[SMALL_STATE(1812)] = 92732,
|
|
[SMALL_STATE(1813)] = 92748,
|
|
[SMALL_STATE(1814)] = 92762,
|
|
[SMALL_STATE(1815)] = 92776,
|
|
[SMALL_STATE(1816)] = 92788,
|
|
[SMALL_STATE(1817)] = 92802,
|
|
[SMALL_STATE(1818)] = 92818,
|
|
[SMALL_STATE(1819)] = 92832,
|
|
[SMALL_STATE(1820)] = 92848,
|
|
[SMALL_STATE(1821)] = 92860,
|
|
[SMALL_STATE(1822)] = 92874,
|
|
[SMALL_STATE(1823)] = 92888,
|
|
[SMALL_STATE(1824)] = 92900,
|
|
[SMALL_STATE(1825)] = 92914,
|
|
[SMALL_STATE(1826)] = 92928,
|
|
[SMALL_STATE(1827)] = 92942,
|
|
[SMALL_STATE(1828)] = 92954,
|
|
[SMALL_STATE(1829)] = 92966,
|
|
[SMALL_STATE(1830)] = 92978,
|
|
[SMALL_STATE(1831)] = 92992,
|
|
[SMALL_STATE(1832)] = 93006,
|
|
[SMALL_STATE(1833)] = 93020,
|
|
[SMALL_STATE(1834)] = 93036,
|
|
[SMALL_STATE(1835)] = 93052,
|
|
[SMALL_STATE(1836)] = 93064,
|
|
[SMALL_STATE(1837)] = 93076,
|
|
[SMALL_STATE(1838)] = 93088,
|
|
[SMALL_STATE(1839)] = 93100,
|
|
[SMALL_STATE(1840)] = 93112,
|
|
[SMALL_STATE(1841)] = 93124,
|
|
[SMALL_STATE(1842)] = 93138,
|
|
[SMALL_STATE(1843)] = 93150,
|
|
[SMALL_STATE(1844)] = 93162,
|
|
[SMALL_STATE(1845)] = 93174,
|
|
[SMALL_STATE(1846)] = 93186,
|
|
[SMALL_STATE(1847)] = 93198,
|
|
[SMALL_STATE(1848)] = 93212,
|
|
[SMALL_STATE(1849)] = 93226,
|
|
[SMALL_STATE(1850)] = 93240,
|
|
[SMALL_STATE(1851)] = 93256,
|
|
[SMALL_STATE(1852)] = 93270,
|
|
[SMALL_STATE(1853)] = 93282,
|
|
[SMALL_STATE(1854)] = 93294,
|
|
[SMALL_STATE(1855)] = 93306,
|
|
[SMALL_STATE(1856)] = 93320,
|
|
[SMALL_STATE(1857)] = 93334,
|
|
[SMALL_STATE(1858)] = 93348,
|
|
[SMALL_STATE(1859)] = 93360,
|
|
[SMALL_STATE(1860)] = 93372,
|
|
[SMALL_STATE(1861)] = 93388,
|
|
[SMALL_STATE(1862)] = 93400,
|
|
[SMALL_STATE(1863)] = 93414,
|
|
[SMALL_STATE(1864)] = 93428,
|
|
[SMALL_STATE(1865)] = 93440,
|
|
[SMALL_STATE(1866)] = 93454,
|
|
[SMALL_STATE(1867)] = 93466,
|
|
[SMALL_STATE(1868)] = 93478,
|
|
[SMALL_STATE(1869)] = 93494,
|
|
[SMALL_STATE(1870)] = 93506,
|
|
[SMALL_STATE(1871)] = 93518,
|
|
[SMALL_STATE(1872)] = 93530,
|
|
[SMALL_STATE(1873)] = 93544,
|
|
[SMALL_STATE(1874)] = 93558,
|
|
[SMALL_STATE(1875)] = 93570,
|
|
[SMALL_STATE(1876)] = 93584,
|
|
[SMALL_STATE(1877)] = 93598,
|
|
[SMALL_STATE(1878)] = 93612,
|
|
[SMALL_STATE(1879)] = 93626,
|
|
[SMALL_STATE(1880)] = 93638,
|
|
[SMALL_STATE(1881)] = 93650,
|
|
[SMALL_STATE(1882)] = 93662,
|
|
[SMALL_STATE(1883)] = 93676,
|
|
[SMALL_STATE(1884)] = 93690,
|
|
[SMALL_STATE(1885)] = 93704,
|
|
[SMALL_STATE(1886)] = 93718,
|
|
[SMALL_STATE(1887)] = 93732,
|
|
[SMALL_STATE(1888)] = 93744,
|
|
[SMALL_STATE(1889)] = 93758,
|
|
[SMALL_STATE(1890)] = 93772,
|
|
[SMALL_STATE(1891)] = 93786,
|
|
[SMALL_STATE(1892)] = 93798,
|
|
[SMALL_STATE(1893)] = 93810,
|
|
[SMALL_STATE(1894)] = 93824,
|
|
[SMALL_STATE(1895)] = 93840,
|
|
[SMALL_STATE(1896)] = 93852,
|
|
[SMALL_STATE(1897)] = 93864,
|
|
[SMALL_STATE(1898)] = 93876,
|
|
[SMALL_STATE(1899)] = 93890,
|
|
[SMALL_STATE(1900)] = 93902,
|
|
[SMALL_STATE(1901)] = 93918,
|
|
[SMALL_STATE(1902)] = 93932,
|
|
[SMALL_STATE(1903)] = 93944,
|
|
[SMALL_STATE(1904)] = 93956,
|
|
[SMALL_STATE(1905)] = 93968,
|
|
[SMALL_STATE(1906)] = 93980,
|
|
[SMALL_STATE(1907)] = 93994,
|
|
[SMALL_STATE(1908)] = 94006,
|
|
[SMALL_STATE(1909)] = 94020,
|
|
[SMALL_STATE(1910)] = 94034,
|
|
[SMALL_STATE(1911)] = 94048,
|
|
[SMALL_STATE(1912)] = 94060,
|
|
[SMALL_STATE(1913)] = 94074,
|
|
[SMALL_STATE(1914)] = 94086,
|
|
[SMALL_STATE(1915)] = 94100,
|
|
[SMALL_STATE(1916)] = 94114,
|
|
[SMALL_STATE(1917)] = 94128,
|
|
[SMALL_STATE(1918)] = 94142,
|
|
[SMALL_STATE(1919)] = 94156,
|
|
[SMALL_STATE(1920)] = 94172,
|
|
[SMALL_STATE(1921)] = 94184,
|
|
[SMALL_STATE(1922)] = 94196,
|
|
[SMALL_STATE(1923)] = 94208,
|
|
[SMALL_STATE(1924)] = 94220,
|
|
[SMALL_STATE(1925)] = 94234,
|
|
[SMALL_STATE(1926)] = 94248,
|
|
[SMALL_STATE(1927)] = 94262,
|
|
[SMALL_STATE(1928)] = 94274,
|
|
[SMALL_STATE(1929)] = 94286,
|
|
[SMALL_STATE(1930)] = 94298,
|
|
[SMALL_STATE(1931)] = 94310,
|
|
[SMALL_STATE(1932)] = 94326,
|
|
[SMALL_STATE(1933)] = 94340,
|
|
[SMALL_STATE(1934)] = 94354,
|
|
[SMALL_STATE(1935)] = 94368,
|
|
[SMALL_STATE(1936)] = 94380,
|
|
[SMALL_STATE(1937)] = 94392,
|
|
[SMALL_STATE(1938)] = 94408,
|
|
[SMALL_STATE(1939)] = 94420,
|
|
[SMALL_STATE(1940)] = 94432,
|
|
[SMALL_STATE(1941)] = 94444,
|
|
[SMALL_STATE(1942)] = 94456,
|
|
[SMALL_STATE(1943)] = 94470,
|
|
[SMALL_STATE(1944)] = 94482,
|
|
[SMALL_STATE(1945)] = 94496,
|
|
[SMALL_STATE(1946)] = 94512,
|
|
[SMALL_STATE(1947)] = 94524,
|
|
[SMALL_STATE(1948)] = 94538,
|
|
[SMALL_STATE(1949)] = 94554,
|
|
[SMALL_STATE(1950)] = 94566,
|
|
[SMALL_STATE(1951)] = 94578,
|
|
[SMALL_STATE(1952)] = 94590,
|
|
[SMALL_STATE(1953)] = 94602,
|
|
[SMALL_STATE(1954)] = 94614,
|
|
[SMALL_STATE(1955)] = 94626,
|
|
[SMALL_STATE(1956)] = 94638,
|
|
[SMALL_STATE(1957)] = 94652,
|
|
[SMALL_STATE(1958)] = 94666,
|
|
[SMALL_STATE(1959)] = 94680,
|
|
[SMALL_STATE(1960)] = 94692,
|
|
[SMALL_STATE(1961)] = 94706,
|
|
[SMALL_STATE(1962)] = 94718,
|
|
[SMALL_STATE(1963)] = 94730,
|
|
[SMALL_STATE(1964)] = 94744,
|
|
[SMALL_STATE(1965)] = 94758,
|
|
[SMALL_STATE(1966)] = 94770,
|
|
[SMALL_STATE(1967)] = 94782,
|
|
[SMALL_STATE(1968)] = 94796,
|
|
[SMALL_STATE(1969)] = 94812,
|
|
[SMALL_STATE(1970)] = 94824,
|
|
[SMALL_STATE(1971)] = 94838,
|
|
[SMALL_STATE(1972)] = 94852,
|
|
[SMALL_STATE(1973)] = 94864,
|
|
[SMALL_STATE(1974)] = 94876,
|
|
[SMALL_STATE(1975)] = 94888,
|
|
[SMALL_STATE(1976)] = 94900,
|
|
[SMALL_STATE(1977)] = 94914,
|
|
[SMALL_STATE(1978)] = 94926,
|
|
[SMALL_STATE(1979)] = 94938,
|
|
[SMALL_STATE(1980)] = 94952,
|
|
[SMALL_STATE(1981)] = 94964,
|
|
[SMALL_STATE(1982)] = 94978,
|
|
[SMALL_STATE(1983)] = 94992,
|
|
[SMALL_STATE(1984)] = 95008,
|
|
[SMALL_STATE(1985)] = 95022,
|
|
[SMALL_STATE(1986)] = 95036,
|
|
[SMALL_STATE(1987)] = 95052,
|
|
[SMALL_STATE(1988)] = 95064,
|
|
[SMALL_STATE(1989)] = 95076,
|
|
[SMALL_STATE(1990)] = 95088,
|
|
[SMALL_STATE(1991)] = 95102,
|
|
[SMALL_STATE(1992)] = 95116,
|
|
[SMALL_STATE(1993)] = 95128,
|
|
[SMALL_STATE(1994)] = 95144,
|
|
[SMALL_STATE(1995)] = 95156,
|
|
[SMALL_STATE(1996)] = 95170,
|
|
[SMALL_STATE(1997)] = 95184,
|
|
[SMALL_STATE(1998)] = 95198,
|
|
[SMALL_STATE(1999)] = 95214,
|
|
[SMALL_STATE(2000)] = 95226,
|
|
[SMALL_STATE(2001)] = 95238,
|
|
[SMALL_STATE(2002)] = 95250,
|
|
[SMALL_STATE(2003)] = 95262,
|
|
[SMALL_STATE(2004)] = 95278,
|
|
[SMALL_STATE(2005)] = 95294,
|
|
[SMALL_STATE(2006)] = 95306,
|
|
[SMALL_STATE(2007)] = 95318,
|
|
[SMALL_STATE(2008)] = 95330,
|
|
[SMALL_STATE(2009)] = 95346,
|
|
[SMALL_STATE(2010)] = 95362,
|
|
[SMALL_STATE(2011)] = 95378,
|
|
[SMALL_STATE(2012)] = 95394,
|
|
[SMALL_STATE(2013)] = 95410,
|
|
[SMALL_STATE(2014)] = 95422,
|
|
[SMALL_STATE(2015)] = 95436,
|
|
[SMALL_STATE(2016)] = 95448,
|
|
[SMALL_STATE(2017)] = 95460,
|
|
[SMALL_STATE(2018)] = 95472,
|
|
[SMALL_STATE(2019)] = 95484,
|
|
[SMALL_STATE(2020)] = 95496,
|
|
[SMALL_STATE(2021)] = 95508,
|
|
[SMALL_STATE(2022)] = 95520,
|
|
[SMALL_STATE(2023)] = 95532,
|
|
[SMALL_STATE(2024)] = 95546,
|
|
[SMALL_STATE(2025)] = 95560,
|
|
[SMALL_STATE(2026)] = 95574,
|
|
[SMALL_STATE(2027)] = 95590,
|
|
[SMALL_STATE(2028)] = 95602,
|
|
[SMALL_STATE(2029)] = 95614,
|
|
[SMALL_STATE(2030)] = 95626,
|
|
[SMALL_STATE(2031)] = 95638,
|
|
[SMALL_STATE(2032)] = 95650,
|
|
[SMALL_STATE(2033)] = 95664,
|
|
[SMALL_STATE(2034)] = 95676,
|
|
[SMALL_STATE(2035)] = 95688,
|
|
[SMALL_STATE(2036)] = 95700,
|
|
[SMALL_STATE(2037)] = 95712,
|
|
[SMALL_STATE(2038)] = 95724,
|
|
[SMALL_STATE(2039)] = 95738,
|
|
[SMALL_STATE(2040)] = 95752,
|
|
[SMALL_STATE(2041)] = 95764,
|
|
[SMALL_STATE(2042)] = 95776,
|
|
[SMALL_STATE(2043)] = 95788,
|
|
[SMALL_STATE(2044)] = 95802,
|
|
[SMALL_STATE(2045)] = 95814,
|
|
[SMALL_STATE(2046)] = 95830,
|
|
[SMALL_STATE(2047)] = 95842,
|
|
[SMALL_STATE(2048)] = 95856,
|
|
[SMALL_STATE(2049)] = 95868,
|
|
[SMALL_STATE(2050)] = 95880,
|
|
[SMALL_STATE(2051)] = 95892,
|
|
[SMALL_STATE(2052)] = 95906,
|
|
[SMALL_STATE(2053)] = 95918,
|
|
[SMALL_STATE(2054)] = 95931,
|
|
[SMALL_STATE(2055)] = 95944,
|
|
[SMALL_STATE(2056)] = 95955,
|
|
[SMALL_STATE(2057)] = 95968,
|
|
[SMALL_STATE(2058)] = 95979,
|
|
[SMALL_STATE(2059)] = 95992,
|
|
[SMALL_STATE(2060)] = 96005,
|
|
[SMALL_STATE(2061)] = 96018,
|
|
[SMALL_STATE(2062)] = 96031,
|
|
[SMALL_STATE(2063)] = 96044,
|
|
[SMALL_STATE(2064)] = 96057,
|
|
[SMALL_STATE(2065)] = 96068,
|
|
[SMALL_STATE(2066)] = 96081,
|
|
[SMALL_STATE(2067)] = 96094,
|
|
[SMALL_STATE(2068)] = 96107,
|
|
[SMALL_STATE(2069)] = 96120,
|
|
[SMALL_STATE(2070)] = 96133,
|
|
[SMALL_STATE(2071)] = 96146,
|
|
[SMALL_STATE(2072)] = 96159,
|
|
[SMALL_STATE(2073)] = 96172,
|
|
[SMALL_STATE(2074)] = 96185,
|
|
[SMALL_STATE(2075)] = 96194,
|
|
[SMALL_STATE(2076)] = 96207,
|
|
[SMALL_STATE(2077)] = 96220,
|
|
[SMALL_STATE(2078)] = 96233,
|
|
[SMALL_STATE(2079)] = 96246,
|
|
[SMALL_STATE(2080)] = 96259,
|
|
[SMALL_STATE(2081)] = 96272,
|
|
[SMALL_STATE(2082)] = 96283,
|
|
[SMALL_STATE(2083)] = 96296,
|
|
[SMALL_STATE(2084)] = 96309,
|
|
[SMALL_STATE(2085)] = 96322,
|
|
[SMALL_STATE(2086)] = 96335,
|
|
[SMALL_STATE(2087)] = 96348,
|
|
[SMALL_STATE(2088)] = 96361,
|
|
[SMALL_STATE(2089)] = 96374,
|
|
[SMALL_STATE(2090)] = 96387,
|
|
[SMALL_STATE(2091)] = 96400,
|
|
[SMALL_STATE(2092)] = 96413,
|
|
[SMALL_STATE(2093)] = 96426,
|
|
[SMALL_STATE(2094)] = 96439,
|
|
[SMALL_STATE(2095)] = 96452,
|
|
[SMALL_STATE(2096)] = 96465,
|
|
[SMALL_STATE(2097)] = 96478,
|
|
[SMALL_STATE(2098)] = 96491,
|
|
[SMALL_STATE(2099)] = 96504,
|
|
[SMALL_STATE(2100)] = 96517,
|
|
[SMALL_STATE(2101)] = 96530,
|
|
[SMALL_STATE(2102)] = 96541,
|
|
[SMALL_STATE(2103)] = 96554,
|
|
[SMALL_STATE(2104)] = 96567,
|
|
[SMALL_STATE(2105)] = 96580,
|
|
[SMALL_STATE(2106)] = 96593,
|
|
[SMALL_STATE(2107)] = 96606,
|
|
[SMALL_STATE(2108)] = 96619,
|
|
[SMALL_STATE(2109)] = 96632,
|
|
[SMALL_STATE(2110)] = 96645,
|
|
[SMALL_STATE(2111)] = 96658,
|
|
[SMALL_STATE(2112)] = 96671,
|
|
[SMALL_STATE(2113)] = 96682,
|
|
[SMALL_STATE(2114)] = 96691,
|
|
[SMALL_STATE(2115)] = 96704,
|
|
[SMALL_STATE(2116)] = 96713,
|
|
[SMALL_STATE(2117)] = 96726,
|
|
[SMALL_STATE(2118)] = 96739,
|
|
[SMALL_STATE(2119)] = 96752,
|
|
[SMALL_STATE(2120)] = 96765,
|
|
[SMALL_STATE(2121)] = 96774,
|
|
[SMALL_STATE(2122)] = 96785,
|
|
[SMALL_STATE(2123)] = 96794,
|
|
[SMALL_STATE(2124)] = 96807,
|
|
[SMALL_STATE(2125)] = 96820,
|
|
[SMALL_STATE(2126)] = 96833,
|
|
[SMALL_STATE(2127)] = 96846,
|
|
[SMALL_STATE(2128)] = 96855,
|
|
[SMALL_STATE(2129)] = 96868,
|
|
[SMALL_STATE(2130)] = 96879,
|
|
[SMALL_STATE(2131)] = 96892,
|
|
[SMALL_STATE(2132)] = 96905,
|
|
[SMALL_STATE(2133)] = 96918,
|
|
[SMALL_STATE(2134)] = 96931,
|
|
[SMALL_STATE(2135)] = 96944,
|
|
[SMALL_STATE(2136)] = 96957,
|
|
[SMALL_STATE(2137)] = 96970,
|
|
[SMALL_STATE(2138)] = 96979,
|
|
[SMALL_STATE(2139)] = 96992,
|
|
[SMALL_STATE(2140)] = 97003,
|
|
[SMALL_STATE(2141)] = 97016,
|
|
[SMALL_STATE(2142)] = 97029,
|
|
[SMALL_STATE(2143)] = 97042,
|
|
[SMALL_STATE(2144)] = 97055,
|
|
[SMALL_STATE(2145)] = 97068,
|
|
[SMALL_STATE(2146)] = 97081,
|
|
[SMALL_STATE(2147)] = 97092,
|
|
[SMALL_STATE(2148)] = 97105,
|
|
[SMALL_STATE(2149)] = 97118,
|
|
[SMALL_STATE(2150)] = 97129,
|
|
[SMALL_STATE(2151)] = 97142,
|
|
[SMALL_STATE(2152)] = 97155,
|
|
[SMALL_STATE(2153)] = 97168,
|
|
[SMALL_STATE(2154)] = 97181,
|
|
[SMALL_STATE(2155)] = 97194,
|
|
[SMALL_STATE(2156)] = 97207,
|
|
[SMALL_STATE(2157)] = 97216,
|
|
[SMALL_STATE(2158)] = 97229,
|
|
[SMALL_STATE(2159)] = 97242,
|
|
[SMALL_STATE(2160)] = 97251,
|
|
[SMALL_STATE(2161)] = 97262,
|
|
[SMALL_STATE(2162)] = 97275,
|
|
[SMALL_STATE(2163)] = 97288,
|
|
[SMALL_STATE(2164)] = 97301,
|
|
[SMALL_STATE(2165)] = 97314,
|
|
[SMALL_STATE(2166)] = 97327,
|
|
[SMALL_STATE(2167)] = 97338,
|
|
[SMALL_STATE(2168)] = 97351,
|
|
[SMALL_STATE(2169)] = 97364,
|
|
[SMALL_STATE(2170)] = 97373,
|
|
[SMALL_STATE(2171)] = 97386,
|
|
[SMALL_STATE(2172)] = 97395,
|
|
[SMALL_STATE(2173)] = 97408,
|
|
[SMALL_STATE(2174)] = 97421,
|
|
[SMALL_STATE(2175)] = 97432,
|
|
[SMALL_STATE(2176)] = 97443,
|
|
[SMALL_STATE(2177)] = 97456,
|
|
[SMALL_STATE(2178)] = 97469,
|
|
[SMALL_STATE(2179)] = 97482,
|
|
[SMALL_STATE(2180)] = 97495,
|
|
[SMALL_STATE(2181)] = 97508,
|
|
[SMALL_STATE(2182)] = 97519,
|
|
[SMALL_STATE(2183)] = 97528,
|
|
[SMALL_STATE(2184)] = 97537,
|
|
[SMALL_STATE(2185)] = 97550,
|
|
[SMALL_STATE(2186)] = 97563,
|
|
[SMALL_STATE(2187)] = 97576,
|
|
[SMALL_STATE(2188)] = 97589,
|
|
[SMALL_STATE(2189)] = 97600,
|
|
[SMALL_STATE(2190)] = 97613,
|
|
[SMALL_STATE(2191)] = 97626,
|
|
[SMALL_STATE(2192)] = 97639,
|
|
[SMALL_STATE(2193)] = 97650,
|
|
[SMALL_STATE(2194)] = 97661,
|
|
[SMALL_STATE(2195)] = 97672,
|
|
[SMALL_STATE(2196)] = 97683,
|
|
[SMALL_STATE(2197)] = 97696,
|
|
[SMALL_STATE(2198)] = 97707,
|
|
[SMALL_STATE(2199)] = 97720,
|
|
[SMALL_STATE(2200)] = 97731,
|
|
[SMALL_STATE(2201)] = 97742,
|
|
[SMALL_STATE(2202)] = 97755,
|
|
[SMALL_STATE(2203)] = 97768,
|
|
[SMALL_STATE(2204)] = 97781,
|
|
[SMALL_STATE(2205)] = 97792,
|
|
[SMALL_STATE(2206)] = 97805,
|
|
[SMALL_STATE(2207)] = 97816,
|
|
[SMALL_STATE(2208)] = 97827,
|
|
[SMALL_STATE(2209)] = 97840,
|
|
[SMALL_STATE(2210)] = 97851,
|
|
[SMALL_STATE(2211)] = 97862,
|
|
[SMALL_STATE(2212)] = 97875,
|
|
[SMALL_STATE(2213)] = 97888,
|
|
[SMALL_STATE(2214)] = 97897,
|
|
[SMALL_STATE(2215)] = 97910,
|
|
[SMALL_STATE(2216)] = 97923,
|
|
[SMALL_STATE(2217)] = 97936,
|
|
[SMALL_STATE(2218)] = 97949,
|
|
[SMALL_STATE(2219)] = 97962,
|
|
[SMALL_STATE(2220)] = 97971,
|
|
[SMALL_STATE(2221)] = 97984,
|
|
[SMALL_STATE(2222)] = 97997,
|
|
[SMALL_STATE(2223)] = 98010,
|
|
[SMALL_STATE(2224)] = 98023,
|
|
[SMALL_STATE(2225)] = 98036,
|
|
[SMALL_STATE(2226)] = 98044,
|
|
[SMALL_STATE(2227)] = 98054,
|
|
[SMALL_STATE(2228)] = 98064,
|
|
[SMALL_STATE(2229)] = 98074,
|
|
[SMALL_STATE(2230)] = 98084,
|
|
[SMALL_STATE(2231)] = 98094,
|
|
[SMALL_STATE(2232)] = 98104,
|
|
[SMALL_STATE(2233)] = 98112,
|
|
[SMALL_STATE(2234)] = 98122,
|
|
[SMALL_STATE(2235)] = 98132,
|
|
[SMALL_STATE(2236)] = 98142,
|
|
[SMALL_STATE(2237)] = 98152,
|
|
[SMALL_STATE(2238)] = 98162,
|
|
[SMALL_STATE(2239)] = 98172,
|
|
[SMALL_STATE(2240)] = 98182,
|
|
[SMALL_STATE(2241)] = 98192,
|
|
[SMALL_STATE(2242)] = 98202,
|
|
[SMALL_STATE(2243)] = 98212,
|
|
[SMALL_STATE(2244)] = 98222,
|
|
[SMALL_STATE(2245)] = 98232,
|
|
[SMALL_STATE(2246)] = 98240,
|
|
[SMALL_STATE(2247)] = 98248,
|
|
[SMALL_STATE(2248)] = 98256,
|
|
[SMALL_STATE(2249)] = 98266,
|
|
[SMALL_STATE(2250)] = 98276,
|
|
[SMALL_STATE(2251)] = 98284,
|
|
[SMALL_STATE(2252)] = 98294,
|
|
[SMALL_STATE(2253)] = 98302,
|
|
[SMALL_STATE(2254)] = 98312,
|
|
[SMALL_STATE(2255)] = 98320,
|
|
[SMALL_STATE(2256)] = 98328,
|
|
[SMALL_STATE(2257)] = 98338,
|
|
[SMALL_STATE(2258)] = 98346,
|
|
[SMALL_STATE(2259)] = 98356,
|
|
[SMALL_STATE(2260)] = 98364,
|
|
[SMALL_STATE(2261)] = 98372,
|
|
[SMALL_STATE(2262)] = 98382,
|
|
[SMALL_STATE(2263)] = 98392,
|
|
[SMALL_STATE(2264)] = 98402,
|
|
[SMALL_STATE(2265)] = 98412,
|
|
[SMALL_STATE(2266)] = 98422,
|
|
[SMALL_STATE(2267)] = 98432,
|
|
[SMALL_STATE(2268)] = 98442,
|
|
[SMALL_STATE(2269)] = 98452,
|
|
[SMALL_STATE(2270)] = 98462,
|
|
[SMALL_STATE(2271)] = 98472,
|
|
[SMALL_STATE(2272)] = 98482,
|
|
[SMALL_STATE(2273)] = 98492,
|
|
[SMALL_STATE(2274)] = 98500,
|
|
[SMALL_STATE(2275)] = 98508,
|
|
[SMALL_STATE(2276)] = 98518,
|
|
[SMALL_STATE(2277)] = 98528,
|
|
[SMALL_STATE(2278)] = 98538,
|
|
[SMALL_STATE(2279)] = 98548,
|
|
[SMALL_STATE(2280)] = 98558,
|
|
[SMALL_STATE(2281)] = 98568,
|
|
[SMALL_STATE(2282)] = 98578,
|
|
[SMALL_STATE(2283)] = 98588,
|
|
[SMALL_STATE(2284)] = 98596,
|
|
[SMALL_STATE(2285)] = 98604,
|
|
[SMALL_STATE(2286)] = 98614,
|
|
[SMALL_STATE(2287)] = 98624,
|
|
[SMALL_STATE(2288)] = 98632,
|
|
[SMALL_STATE(2289)] = 98642,
|
|
[SMALL_STATE(2290)] = 98652,
|
|
[SMALL_STATE(2291)] = 98662,
|
|
[SMALL_STATE(2292)] = 98670,
|
|
[SMALL_STATE(2293)] = 98680,
|
|
[SMALL_STATE(2294)] = 98690,
|
|
[SMALL_STATE(2295)] = 98700,
|
|
[SMALL_STATE(2296)] = 98710,
|
|
[SMALL_STATE(2297)] = 98720,
|
|
[SMALL_STATE(2298)] = 98730,
|
|
[SMALL_STATE(2299)] = 98740,
|
|
[SMALL_STATE(2300)] = 98750,
|
|
[SMALL_STATE(2301)] = 98760,
|
|
[SMALL_STATE(2302)] = 98768,
|
|
[SMALL_STATE(2303)] = 98778,
|
|
[SMALL_STATE(2304)] = 98788,
|
|
[SMALL_STATE(2305)] = 98796,
|
|
[SMALL_STATE(2306)] = 98804,
|
|
[SMALL_STATE(2307)] = 98814,
|
|
[SMALL_STATE(2308)] = 98824,
|
|
[SMALL_STATE(2309)] = 98834,
|
|
[SMALL_STATE(2310)] = 98844,
|
|
[SMALL_STATE(2311)] = 98854,
|
|
[SMALL_STATE(2312)] = 98864,
|
|
[SMALL_STATE(2313)] = 98874,
|
|
[SMALL_STATE(2314)] = 98884,
|
|
[SMALL_STATE(2315)] = 98894,
|
|
[SMALL_STATE(2316)] = 98904,
|
|
[SMALL_STATE(2317)] = 98912,
|
|
[SMALL_STATE(2318)] = 98920,
|
|
[SMALL_STATE(2319)] = 98928,
|
|
[SMALL_STATE(2320)] = 98938,
|
|
[SMALL_STATE(2321)] = 98946,
|
|
[SMALL_STATE(2322)] = 98956,
|
|
[SMALL_STATE(2323)] = 98966,
|
|
[SMALL_STATE(2324)] = 98976,
|
|
[SMALL_STATE(2325)] = 98984,
|
|
[SMALL_STATE(2326)] = 98992,
|
|
[SMALL_STATE(2327)] = 99002,
|
|
[SMALL_STATE(2328)] = 99012,
|
|
[SMALL_STATE(2329)] = 99022,
|
|
[SMALL_STATE(2330)] = 99032,
|
|
[SMALL_STATE(2331)] = 99042,
|
|
[SMALL_STATE(2332)] = 99052,
|
|
[SMALL_STATE(2333)] = 99062,
|
|
[SMALL_STATE(2334)] = 99070,
|
|
[SMALL_STATE(2335)] = 99080,
|
|
[SMALL_STATE(2336)] = 99090,
|
|
[SMALL_STATE(2337)] = 99100,
|
|
[SMALL_STATE(2338)] = 99110,
|
|
[SMALL_STATE(2339)] = 99120,
|
|
[SMALL_STATE(2340)] = 99130,
|
|
[SMALL_STATE(2341)] = 99140,
|
|
[SMALL_STATE(2342)] = 99150,
|
|
[SMALL_STATE(2343)] = 99160,
|
|
[SMALL_STATE(2344)] = 99170,
|
|
[SMALL_STATE(2345)] = 99180,
|
|
[SMALL_STATE(2346)] = 99190,
|
|
[SMALL_STATE(2347)] = 99200,
|
|
[SMALL_STATE(2348)] = 99208,
|
|
[SMALL_STATE(2349)] = 99218,
|
|
[SMALL_STATE(2350)] = 99228,
|
|
[SMALL_STATE(2351)] = 99238,
|
|
[SMALL_STATE(2352)] = 99248,
|
|
[SMALL_STATE(2353)] = 99258,
|
|
[SMALL_STATE(2354)] = 99268,
|
|
[SMALL_STATE(2355)] = 99278,
|
|
[SMALL_STATE(2356)] = 99288,
|
|
[SMALL_STATE(2357)] = 99298,
|
|
[SMALL_STATE(2358)] = 99308,
|
|
[SMALL_STATE(2359)] = 99318,
|
|
[SMALL_STATE(2360)] = 99328,
|
|
[SMALL_STATE(2361)] = 99338,
|
|
[SMALL_STATE(2362)] = 99348,
|
|
[SMALL_STATE(2363)] = 99358,
|
|
[SMALL_STATE(2364)] = 99365,
|
|
[SMALL_STATE(2365)] = 99372,
|
|
[SMALL_STATE(2366)] = 99379,
|
|
[SMALL_STATE(2367)] = 99386,
|
|
[SMALL_STATE(2368)] = 99393,
|
|
[SMALL_STATE(2369)] = 99400,
|
|
[SMALL_STATE(2370)] = 99407,
|
|
[SMALL_STATE(2371)] = 99414,
|
|
[SMALL_STATE(2372)] = 99421,
|
|
[SMALL_STATE(2373)] = 99428,
|
|
[SMALL_STATE(2374)] = 99435,
|
|
[SMALL_STATE(2375)] = 99442,
|
|
[SMALL_STATE(2376)] = 99449,
|
|
[SMALL_STATE(2377)] = 99456,
|
|
[SMALL_STATE(2378)] = 99463,
|
|
[SMALL_STATE(2379)] = 99470,
|
|
[SMALL_STATE(2380)] = 99477,
|
|
[SMALL_STATE(2381)] = 99484,
|
|
[SMALL_STATE(2382)] = 99491,
|
|
[SMALL_STATE(2383)] = 99498,
|
|
[SMALL_STATE(2384)] = 99505,
|
|
[SMALL_STATE(2385)] = 99512,
|
|
[SMALL_STATE(2386)] = 99519,
|
|
[SMALL_STATE(2387)] = 99526,
|
|
[SMALL_STATE(2388)] = 99533,
|
|
[SMALL_STATE(2389)] = 99540,
|
|
[SMALL_STATE(2390)] = 99547,
|
|
[SMALL_STATE(2391)] = 99554,
|
|
[SMALL_STATE(2392)] = 99561,
|
|
[SMALL_STATE(2393)] = 99568,
|
|
[SMALL_STATE(2394)] = 99575,
|
|
[SMALL_STATE(2395)] = 99582,
|
|
[SMALL_STATE(2396)] = 99589,
|
|
[SMALL_STATE(2397)] = 99596,
|
|
[SMALL_STATE(2398)] = 99603,
|
|
[SMALL_STATE(2399)] = 99610,
|
|
[SMALL_STATE(2400)] = 99617,
|
|
[SMALL_STATE(2401)] = 99624,
|
|
[SMALL_STATE(2402)] = 99631,
|
|
[SMALL_STATE(2403)] = 99638,
|
|
[SMALL_STATE(2404)] = 99645,
|
|
[SMALL_STATE(2405)] = 99652,
|
|
[SMALL_STATE(2406)] = 99659,
|
|
[SMALL_STATE(2407)] = 99666,
|
|
[SMALL_STATE(2408)] = 99673,
|
|
[SMALL_STATE(2409)] = 99680,
|
|
[SMALL_STATE(2410)] = 99687,
|
|
[SMALL_STATE(2411)] = 99694,
|
|
[SMALL_STATE(2412)] = 99701,
|
|
[SMALL_STATE(2413)] = 99708,
|
|
[SMALL_STATE(2414)] = 99715,
|
|
[SMALL_STATE(2415)] = 99722,
|
|
[SMALL_STATE(2416)] = 99729,
|
|
[SMALL_STATE(2417)] = 99736,
|
|
[SMALL_STATE(2418)] = 99743,
|
|
[SMALL_STATE(2419)] = 99750,
|
|
[SMALL_STATE(2420)] = 99757,
|
|
[SMALL_STATE(2421)] = 99764,
|
|
[SMALL_STATE(2422)] = 99771,
|
|
[SMALL_STATE(2423)] = 99778,
|
|
[SMALL_STATE(2424)] = 99785,
|
|
[SMALL_STATE(2425)] = 99792,
|
|
[SMALL_STATE(2426)] = 99799,
|
|
[SMALL_STATE(2427)] = 99806,
|
|
[SMALL_STATE(2428)] = 99813,
|
|
[SMALL_STATE(2429)] = 99820,
|
|
[SMALL_STATE(2430)] = 99827,
|
|
[SMALL_STATE(2431)] = 99834,
|
|
[SMALL_STATE(2432)] = 99841,
|
|
[SMALL_STATE(2433)] = 99848,
|
|
[SMALL_STATE(2434)] = 99855,
|
|
[SMALL_STATE(2435)] = 99862,
|
|
[SMALL_STATE(2436)] = 99869,
|
|
[SMALL_STATE(2437)] = 99876,
|
|
[SMALL_STATE(2438)] = 99883,
|
|
[SMALL_STATE(2439)] = 99890,
|
|
[SMALL_STATE(2440)] = 99897,
|
|
[SMALL_STATE(2441)] = 99904,
|
|
[SMALL_STATE(2442)] = 99911,
|
|
[SMALL_STATE(2443)] = 99918,
|
|
[SMALL_STATE(2444)] = 99925,
|
|
[SMALL_STATE(2445)] = 99932,
|
|
[SMALL_STATE(2446)] = 99939,
|
|
[SMALL_STATE(2447)] = 99946,
|
|
[SMALL_STATE(2448)] = 99953,
|
|
[SMALL_STATE(2449)] = 99960,
|
|
[SMALL_STATE(2450)] = 99967,
|
|
[SMALL_STATE(2451)] = 99974,
|
|
[SMALL_STATE(2452)] = 99981,
|
|
[SMALL_STATE(2453)] = 99988,
|
|
[SMALL_STATE(2454)] = 99995,
|
|
[SMALL_STATE(2455)] = 100002,
|
|
[SMALL_STATE(2456)] = 100009,
|
|
[SMALL_STATE(2457)] = 100016,
|
|
[SMALL_STATE(2458)] = 100023,
|
|
[SMALL_STATE(2459)] = 100030,
|
|
[SMALL_STATE(2460)] = 100037,
|
|
[SMALL_STATE(2461)] = 100044,
|
|
[SMALL_STATE(2462)] = 100051,
|
|
[SMALL_STATE(2463)] = 100058,
|
|
[SMALL_STATE(2464)] = 100065,
|
|
[SMALL_STATE(2465)] = 100072,
|
|
[SMALL_STATE(2466)] = 100079,
|
|
[SMALL_STATE(2467)] = 100086,
|
|
[SMALL_STATE(2468)] = 100093,
|
|
[SMALL_STATE(2469)] = 100100,
|
|
[SMALL_STATE(2470)] = 100107,
|
|
[SMALL_STATE(2471)] = 100114,
|
|
[SMALL_STATE(2472)] = 100121,
|
|
[SMALL_STATE(2473)] = 100128,
|
|
[SMALL_STATE(2474)] = 100135,
|
|
[SMALL_STATE(2475)] = 100142,
|
|
[SMALL_STATE(2476)] = 100149,
|
|
[SMALL_STATE(2477)] = 100156,
|
|
[SMALL_STATE(2478)] = 100163,
|
|
[SMALL_STATE(2479)] = 100170,
|
|
[SMALL_STATE(2480)] = 100177,
|
|
[SMALL_STATE(2481)] = 100184,
|
|
[SMALL_STATE(2482)] = 100191,
|
|
[SMALL_STATE(2483)] = 100198,
|
|
[SMALL_STATE(2484)] = 100205,
|
|
[SMALL_STATE(2485)] = 100212,
|
|
[SMALL_STATE(2486)] = 100219,
|
|
[SMALL_STATE(2487)] = 100226,
|
|
[SMALL_STATE(2488)] = 100233,
|
|
[SMALL_STATE(2489)] = 100240,
|
|
[SMALL_STATE(2490)] = 100247,
|
|
[SMALL_STATE(2491)] = 100254,
|
|
[SMALL_STATE(2492)] = 100261,
|
|
[SMALL_STATE(2493)] = 100268,
|
|
[SMALL_STATE(2494)] = 100275,
|
|
[SMALL_STATE(2495)] = 100282,
|
|
[SMALL_STATE(2496)] = 100289,
|
|
[SMALL_STATE(2497)] = 100296,
|
|
[SMALL_STATE(2498)] = 100303,
|
|
[SMALL_STATE(2499)] = 100310,
|
|
[SMALL_STATE(2500)] = 100317,
|
|
[SMALL_STATE(2501)] = 100324,
|
|
[SMALL_STATE(2502)] = 100331,
|
|
[SMALL_STATE(2503)] = 100338,
|
|
[SMALL_STATE(2504)] = 100345,
|
|
[SMALL_STATE(2505)] = 100352,
|
|
[SMALL_STATE(2506)] = 100359,
|
|
[SMALL_STATE(2507)] = 100366,
|
|
[SMALL_STATE(2508)] = 100373,
|
|
[SMALL_STATE(2509)] = 100380,
|
|
[SMALL_STATE(2510)] = 100387,
|
|
[SMALL_STATE(2511)] = 100394,
|
|
[SMALL_STATE(2512)] = 100401,
|
|
[SMALL_STATE(2513)] = 100408,
|
|
[SMALL_STATE(2514)] = 100415,
|
|
[SMALL_STATE(2515)] = 100422,
|
|
[SMALL_STATE(2516)] = 100429,
|
|
[SMALL_STATE(2517)] = 100436,
|
|
[SMALL_STATE(2518)] = 100443,
|
|
[SMALL_STATE(2519)] = 100450,
|
|
[SMALL_STATE(2520)] = 100457,
|
|
[SMALL_STATE(2521)] = 100464,
|
|
[SMALL_STATE(2522)] = 100471,
|
|
[SMALL_STATE(2523)] = 100478,
|
|
[SMALL_STATE(2524)] = 100485,
|
|
[SMALL_STATE(2525)] = 100492,
|
|
[SMALL_STATE(2526)] = 100499,
|
|
[SMALL_STATE(2527)] = 100506,
|
|
[SMALL_STATE(2528)] = 100513,
|
|
[SMALL_STATE(2529)] = 100520,
|
|
[SMALL_STATE(2530)] = 100527,
|
|
[SMALL_STATE(2531)] = 100534,
|
|
[SMALL_STATE(2532)] = 100541,
|
|
[SMALL_STATE(2533)] = 100548,
|
|
[SMALL_STATE(2534)] = 100555,
|
|
[SMALL_STATE(2535)] = 100562,
|
|
[SMALL_STATE(2536)] = 100569,
|
|
[SMALL_STATE(2537)] = 100576,
|
|
[SMALL_STATE(2538)] = 100583,
|
|
[SMALL_STATE(2539)] = 100590,
|
|
[SMALL_STATE(2540)] = 100597,
|
|
[SMALL_STATE(2541)] = 100604,
|
|
[SMALL_STATE(2542)] = 100611,
|
|
[SMALL_STATE(2543)] = 100618,
|
|
[SMALL_STATE(2544)] = 100625,
|
|
[SMALL_STATE(2545)] = 100632,
|
|
[SMALL_STATE(2546)] = 100639,
|
|
[SMALL_STATE(2547)] = 100646,
|
|
[SMALL_STATE(2548)] = 100653,
|
|
[SMALL_STATE(2549)] = 100660,
|
|
[SMALL_STATE(2550)] = 100667,
|
|
[SMALL_STATE(2551)] = 100674,
|
|
[SMALL_STATE(2552)] = 100681,
|
|
[SMALL_STATE(2553)] = 100688,
|
|
[SMALL_STATE(2554)] = 100695,
|
|
[SMALL_STATE(2555)] = 100702,
|
|
[SMALL_STATE(2556)] = 100709,
|
|
[SMALL_STATE(2557)] = 100716,
|
|
[SMALL_STATE(2558)] = 100723,
|
|
[SMALL_STATE(2559)] = 100730,
|
|
[SMALL_STATE(2560)] = 100737,
|
|
[SMALL_STATE(2561)] = 100744,
|
|
[SMALL_STATE(2562)] = 100751,
|
|
};
|
|
|
|
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_source_file, 0, 0, 0),
|
|
[7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376),
|
|
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719),
|
|
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494),
|
|
[13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438),
|
|
[15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274),
|
|
[17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068),
|
|
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014),
|
|
[21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108),
|
|
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
|
|
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979),
|
|
[27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325),
|
|
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2331),
|
|
[31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093),
|
|
[33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
|
|
[35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490),
|
|
[37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2370),
|
|
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079),
|
|
[41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
|
|
[43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721),
|
|
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547),
|
|
[47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550),
|
|
[49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478),
|
|
[51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52),
|
|
[53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231),
|
|
[55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302),
|
|
[57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46),
|
|
[59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34),
|
|
[61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36),
|
|
[63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403),
|
|
[65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391),
|
|
[67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
|
|
[69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392),
|
|
[71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981),
|
|
[73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414),
|
|
[75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414),
|
|
[77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817),
|
|
[79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2343),
|
|
[81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236),
|
|
[83] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
|
|
[85] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
|
|
[87] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(376),
|
|
[90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1719),
|
|
[93] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2484),
|
|
[96] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1440),
|
|
[99] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(274),
|
|
[102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2068),
|
|
[105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2014),
|
|
[108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2148),
|
|
[111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(141),
|
|
[114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1979),
|
|
[117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(325),
|
|
[120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2331),
|
|
[123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1093),
|
|
[126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(18),
|
|
[129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2490),
|
|
[132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2370),
|
|
[135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1079),
|
|
[138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(317),
|
|
[141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1721),
|
|
[144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1547),
|
|
[147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1550),
|
|
[150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2478),
|
|
[153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(52),
|
|
[156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(231),
|
|
[159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(302),
|
|
[162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(46),
|
|
[165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(34),
|
|
[168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(36),
|
|
[171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2403),
|
|
[174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(391),
|
|
[177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(282),
|
|
[180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2392),
|
|
[183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1981),
|
|
[186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(414),
|
|
[189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(414),
|
|
[192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1812),
|
|
[195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2352),
|
|
[198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2353),
|
|
[201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377),
|
|
[203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2303),
|
|
[205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_communication_case, 3, 0, 92),
|
|
[207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_communication_case, 3, 0, 92),
|
|
[209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_case, 2, 0, 0),
|
|
[211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_case, 2, 0, 0),
|
|
[213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_case, 3, 0, 7),
|
|
[215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_case, 3, 0, 7),
|
|
[217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 3, 0, 44),
|
|
[219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_case, 3, 0, 44),
|
|
[221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 4, 0, 112),
|
|
[223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_case, 4, 0, 112),
|
|
[225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_list, 3, 0, 0),
|
|
[227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_list, 3, 0, 0),
|
|
[229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_list, 2, 0, 0),
|
|
[231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_list, 2, 0, 0),
|
|
[233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582),
|
|
[235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858),
|
|
[237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_labeled_statement, 2, 0, 29),
|
|
[239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_labeled_statement, 2, 0, 29),
|
|
[241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386),
|
|
[243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922),
|
|
[245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
|
|
[247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164),
|
|
[249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925),
|
|
[251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2342),
|
|
[253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926),
|
|
[255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333),
|
|
[257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
|
|
[259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328),
|
|
[261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923),
|
|
[263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760),
|
|
[265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761),
|
|
[267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2486),
|
|
[269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70),
|
|
[271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277),
|
|
[273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278),
|
|
[275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45),
|
|
[277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33),
|
|
[279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37),
|
|
[281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2410),
|
|
[283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450),
|
|
[285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
|
|
[287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525),
|
|
[289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956),
|
|
[291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497),
|
|
[293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497),
|
|
[295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378),
|
|
[297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374),
|
|
[299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626),
|
|
[301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504),
|
|
[303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394),
|
|
[305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249),
|
|
[307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815),
|
|
[309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703),
|
|
[311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789),
|
|
[313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451),
|
|
[315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384),
|
|
[317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463),
|
|
[319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
|
|
[321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
|
|
[323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2327),
|
|
[325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
|
|
[327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616),
|
|
[329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
|
|
[331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331),
|
|
[333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501),
|
|
[335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
|
|
[337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495),
|
|
[339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882),
|
|
[341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506),
|
|
[343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506),
|
|
[345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617),
|
|
[347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607),
|
|
[349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692),
|
|
[351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584),
|
|
[353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 2, 0, 0),
|
|
[355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, 0, 90),
|
|
[357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583),
|
|
[359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, 0, 61),
|
|
[361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, 0, 60),
|
|
[363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743),
|
|
[365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620),
|
|
[367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641),
|
|
[369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1, 0, 0),
|
|
[371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 1, 0, 0),
|
|
[373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349),
|
|
[375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321),
|
|
[377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141),
|
|
[379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305),
|
|
[381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093),
|
|
[383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373),
|
|
[385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684),
|
|
[387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238),
|
|
[389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2483),
|
|
[391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855),
|
|
[393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714),
|
|
[395] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
|
|
[397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602),
|
|
[399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341),
|
|
[401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393),
|
|
[403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2286),
|
|
[405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
|
|
[407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
|
|
[409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204),
|
|
[411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293),
|
|
[413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614),
|
|
[415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
|
|
[417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456),
|
|
[419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024),
|
|
[421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624),
|
|
[423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624),
|
|
[425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446),
|
|
[427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505),
|
|
[429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424),
|
|
[431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570),
|
|
[433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496),
|
|
[435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648),
|
|
[437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523),
|
|
[439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797),
|
|
[441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450),
|
|
[443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307),
|
|
[445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481),
|
|
[447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478),
|
|
[449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364),
|
|
[451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864),
|
|
[453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379),
|
|
[455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278),
|
|
[457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366),
|
|
[459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707),
|
|
[461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465),
|
|
[463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446),
|
|
[465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661),
|
|
[467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818),
|
|
[469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662),
|
|
[471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521),
|
|
[473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322),
|
|
[475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289),
|
|
[477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682),
|
|
[479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371),
|
|
[481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348),
|
|
[483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340),
|
|
[485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330),
|
|
[487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781),
|
|
[489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268),
|
|
[491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534),
|
|
[493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982),
|
|
[495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831),
|
|
[497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578),
|
|
[499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483),
|
|
[501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485),
|
|
[503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554),
|
|
[505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868),
|
|
[507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870),
|
|
[509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530),
|
|
[511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337),
|
|
[513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311),
|
|
[515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
|
|
[517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194),
|
|
[519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206),
|
|
[521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735),
|
|
[523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424),
|
|
[525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700),
|
|
[527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810),
|
|
[529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688),
|
|
[531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363),
|
|
[533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2337),
|
|
[535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329),
|
|
[537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
|
|
[539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772),
|
|
[541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256),
|
|
[543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515),
|
|
[545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932),
|
|
[547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787),
|
|
[549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787),
|
|
[551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514),
|
|
[553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907),
|
|
[555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779),
|
|
[557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055),
|
|
[559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
|
|
[561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760),
|
|
[563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657),
|
|
[565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313),
|
|
[567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
|
|
[569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
|
|
[571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365),
|
|
[573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380),
|
|
[575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632),
|
|
[577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
|
|
[579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283),
|
|
[581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720),
|
|
[583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742),
|
|
[585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248),
|
|
[587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485),
|
|
[589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711),
|
|
[591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497),
|
|
[593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837),
|
|
[595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428),
|
|
[597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522),
|
|
[599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510),
|
|
[601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788),
|
|
[603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319),
|
|
[605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660),
|
|
[607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314),
|
|
[609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286),
|
|
[611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525),
|
|
[613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
|
|
[615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533),
|
|
[617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438),
|
|
[619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565),
|
|
[621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
|
|
[623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550),
|
|
[625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556),
|
|
[627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
|
|
[629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814),
|
|
[631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820),
|
|
[633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302),
|
|
[635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318),
|
|
[637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406),
|
|
[639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797),
|
|
[641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279),
|
|
[643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479),
|
|
[645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484),
|
|
[647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109),
|
|
[649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486),
|
|
[651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865),
|
|
[653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869),
|
|
[655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871),
|
|
[657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323),
|
|
[659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374),
|
|
[661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294),
|
|
[663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321),
|
|
[665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209),
|
|
[667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203),
|
|
[669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214),
|
|
[671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429),
|
|
[673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
|
|
[675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113),
|
|
[677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602),
|
|
[679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650),
|
|
[681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
|
|
[683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087),
|
|
[685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487),
|
|
[687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
|
|
[689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
|
|
[691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
|
|
[693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799),
|
|
[695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
|
|
[697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340),
|
|
[699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330),
|
|
[701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268),
|
|
[703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534),
|
|
[705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982),
|
|
[707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831),
|
|
[709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095),
|
|
[711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489),
|
|
[713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643),
|
|
[715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575),
|
|
[717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577),
|
|
[719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946),
|
|
[721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955),
|
|
[723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552),
|
|
[725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553),
|
|
[727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
|
|
[729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305),
|
|
[731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
|
|
[733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238),
|
|
[735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483),
|
|
[737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855),
|
|
[739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714),
|
|
[741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103),
|
|
[743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784),
|
|
[745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809),
|
|
[747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432),
|
|
[749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816),
|
|
[751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817),
|
|
[753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651),
|
|
[755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529),
|
|
[757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475),
|
|
[759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458),
|
|
[761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710),
|
|
[763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465),
|
|
[765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466),
|
|
[767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695),
|
|
[769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733),
|
|
[771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755),
|
|
[773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121),
|
|
[775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759),
|
|
[777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621),
|
|
[779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845),
|
|
[781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847),
|
|
[783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853),
|
|
[785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751),
|
|
[787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697),
|
|
[789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
|
|
[791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433),
|
|
[793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660),
|
|
[795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
|
|
[797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845),
|
|
[799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
|
|
[801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846),
|
|
[803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082),
|
|
[805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518),
|
|
[807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520),
|
|
[809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629),
|
|
[811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528),
|
|
[813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653),
|
|
[815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661),
|
|
[817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529),
|
|
[819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742),
|
|
[821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418),
|
|
[823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852),
|
|
[825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541),
|
|
[827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
|
|
[829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2332),
|
|
[831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322),
|
|
[833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320),
|
|
[835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549),
|
|
[837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
|
|
[839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505),
|
|
[841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908),
|
|
[843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581),
|
|
[845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581),
|
|
[847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388),
|
|
[849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
|
|
[851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071),
|
|
[853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378),
|
|
[855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447),
|
|
[857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), SHIFT(2427),
|
|
[860] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), SHIFT(1099),
|
|
[864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529),
|
|
[866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276),
|
|
[868] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), SHIFT(123),
|
|
[872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0),
|
|
[874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), SHIFT(1114),
|
|
[877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0),
|
|
[879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2535),
|
|
[881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107),
|
|
[883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561),
|
|
[885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
|
|
[887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), SHIFT(2427),
|
|
[890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0),
|
|
[893] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), SHIFT(987),
|
|
[897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63),
|
|
[899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27),
|
|
[901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13),
|
|
[903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0),
|
|
[905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0),
|
|
[907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319),
|
|
[909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107),
|
|
[911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285),
|
|
[913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 1, 0, 0),
|
|
[915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111),
|
|
[917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296),
|
|
[919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297),
|
|
[921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298),
|
|
[923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567),
|
|
[925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569),
|
|
[927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299),
|
|
[929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300),
|
|
[931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301),
|
|
[933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 35),
|
|
[935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 35),
|
|
[937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 6),
|
|
[939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 6),
|
|
[941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59),
|
|
[943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29),
|
|
[945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26),
|
|
[947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 3, 0, 0),
|
|
[949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 3, 0, 0),
|
|
[951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240),
|
|
[953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121),
|
|
[955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114),
|
|
[957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263),
|
|
[959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264),
|
|
[961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295),
|
|
[963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836),
|
|
[965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839),
|
|
[967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265),
|
|
[969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266),
|
|
[971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267),
|
|
[973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990),
|
|
[975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 2, 0, 0),
|
|
[977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 2, 0, 0),
|
|
[979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0),
|
|
[981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0),
|
|
[983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0),
|
|
[985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0),
|
|
[987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 3, 0, 0),
|
|
[989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 3, 0, 0),
|
|
[991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_literal, 2, 0, 12),
|
|
[993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_literal, 2, 0, 12),
|
|
[995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258),
|
|
[997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
|
|
[999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285),
|
|
[1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
|
|
[1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245),
|
|
[1005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246),
|
|
[1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
|
|
[1009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 1, 0, 0),
|
|
[1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273),
|
|
[1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274),
|
|
[1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
|
|
[1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247),
|
|
[1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
|
|
[1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
|
|
[1023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, 0, 39),
|
|
[1025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, 0, 39),
|
|
[1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 10),
|
|
[1029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 10),
|
|
[1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_literal, 4, 0, 49),
|
|
[1033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_literal, 4, 0, 49),
|
|
[1035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 3, 0, 0),
|
|
[1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 3, 0, 0),
|
|
[1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_literal, 2, 0, 16),
|
|
[1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_literal, 2, 0, 16),
|
|
[1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479),
|
|
[1045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 3, 0, 0),
|
|
[1047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 3, 0, 0),
|
|
[1049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_conversion_expression, 4, -1, 64),
|
|
[1051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_conversion_expression, 4, -1, 64),
|
|
[1053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_instantiation_expression, 4, -1, 22),
|
|
[1055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_instantiation_expression, 4, -1, 22),
|
|
[1057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0),
|
|
[1059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0),
|
|
[1061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 4, 0, 65),
|
|
[1063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 4, 0, 65),
|
|
[1065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, 1, 66),
|
|
[1067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, 1, 66),
|
|
[1069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 4, 0, 0),
|
|
[1071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 4, 0, 0),
|
|
[1073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
|
|
[1075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
|
|
[1077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 4, 0, 0),
|
|
[1079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 4, 0, 0),
|
|
[1081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_literal, 3, 0, 25),
|
|
[1083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_literal, 3, 0, 25),
|
|
[1085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_conversion_expression, 5, -1, 64),
|
|
[1087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_conversion_expression, 5, -1, 64),
|
|
[1089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_instantiation_expression, 5, -1, 22),
|
|
[1091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_instantiation_expression, 5, -1, 22),
|
|
[1093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_assertion_expression, 5, 0, 96),
|
|
[1095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_assertion_expression, 5, 0, 96),
|
|
[1097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0),
|
|
[1099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0),
|
|
[1101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 5, 0, 97),
|
|
[1103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 5, 0, 97),
|
|
[1105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0),
|
|
[1107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0),
|
|
[1109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 5, 0, 98),
|
|
[1111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 5, 0, 98),
|
|
[1113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 5, 0, 0),
|
|
[1115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 5, 0, 0),
|
|
[1117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 5, 0, 0),
|
|
[1119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 5, 0, 0),
|
|
[1121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_instantiation_expression, 6, -1, 22),
|
|
[1123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_instantiation_expression, 6, -1, 22),
|
|
[1125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 0),
|
|
[1127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 0),
|
|
[1129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 6, 0, 110),
|
|
[1131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 6, 0, 110),
|
|
[1133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector_expression, 3, 0, 37),
|
|
[1135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector_expression, 3, 0, 37),
|
|
[1137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 7, 0, 118),
|
|
[1139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 7, 0, 118),
|
|
[1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539),
|
|
[1143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 8, 0, 125),
|
|
[1145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 8, 0, 125),
|
|
[1147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 2, 0, 0),
|
|
[1149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 2, 0, 0),
|
|
[1151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 2, 0, 0),
|
|
[1153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 2, 0, 0),
|
|
[1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659),
|
|
[1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640),
|
|
[1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010),
|
|
[1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293),
|
|
[1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731),
|
|
[1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592),
|
|
[1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623),
|
|
[1169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0),
|
|
[1172] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), SHIFT(987),
|
|
[1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280),
|
|
[1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029),
|
|
[1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
|
|
[1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362),
|
|
[1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
|
|
[1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
|
|
[1188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251),
|
|
[1190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252),
|
|
[1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
|
|
[1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253),
|
|
[1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0),
|
|
[1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0),
|
|
[1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
|
|
[1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
|
|
[1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982),
|
|
[1206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205),
|
|
[1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 1, 0, 28),
|
|
[1210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 1, 0, 28),
|
|
[1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2447),
|
|
[1214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111),
|
|
[1216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404),
|
|
[1218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268),
|
|
[1220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91),
|
|
[1222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057),
|
|
[1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2312),
|
|
[1226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104),
|
|
[1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2407),
|
|
[1230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547),
|
|
[1232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054),
|
|
[1234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460),
|
|
[1236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392),
|
|
[1238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981),
|
|
[1240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215),
|
|
[1242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 5),
|
|
[1244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 5),
|
|
[1246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693),
|
|
[1248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251),
|
|
[1250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212),
|
|
[1252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084),
|
|
[1254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552),
|
|
[1256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080),
|
|
[1258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2376),
|
|
[1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161),
|
|
[1262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100),
|
|
[1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_switch_default_case, 3, 0, 0),
|
|
[1266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
|
|
[1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
|
|
[1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
|
|
[1272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180),
|
|
[1274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596),
|
|
[1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831),
|
|
[1278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089),
|
|
[1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
|
|
[1282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549),
|
|
[1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
|
|
[1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_switch_expression_case, 3, 0, 7),
|
|
[1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595),
|
|
[1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_switch_default_case, 2, 0, 0),
|
|
[1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592),
|
|
[1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_switch_expression_case, 4, 0, 7),
|
|
[1296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_switch_expression_case_repeat1, 2, 0, 0), SHIFT_REPEAT(100),
|
|
[1299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_switch_expression_case_repeat1, 2, 0, 0),
|
|
[1301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_switch_expression_case_repeat1, 2, 0, 0), SHIFT_REPEAT(51),
|
|
[1304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_switch_expression_case_repeat1, 2, 0, 0), SHIFT_REPEAT(35),
|
|
[1307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_switch_expression_case_repeat1, 2, 0, 0), SHIFT_REPEAT(43),
|
|
[1310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_switch_expression_case_repeat1, 2, 0, 0), SHIFT_REPEAT(2180),
|
|
[1313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_switch_expression_case_repeat1, 2, 0, 0), SHIFT_REPEAT(596),
|
|
[1316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_switch_expression_case_repeat1, 2, 0, 0), SHIFT_REPEAT(1831),
|
|
[1319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_switch_expression_case_repeat1, 2, 0, 0), SHIFT_REPEAT(2089),
|
|
[1322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_switch_expression_case_repeat1, 2, 0, 0), SHIFT_REPEAT(351),
|
|
[1325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_switch_expression_case_repeat1, 2, 0, 0), SHIFT_REPEAT(2549),
|
|
[1328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_switch_expression_case_repeat1, 2, 0, 0), SHIFT_REPEAT(19),
|
|
[1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93),
|
|
[1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
|
|
[1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
|
|
[1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
|
|
[1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161),
|
|
[1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604),
|
|
[1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901),
|
|
[1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111),
|
|
[1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
|
|
[1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472),
|
|
[1351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543),
|
|
[1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
|
|
[1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600),
|
|
[1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442),
|
|
[1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609),
|
|
[1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396),
|
|
[1363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329),
|
|
[1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
|
|
[1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
|
|
[1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599),
|
|
[1371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103),
|
|
[1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327),
|
|
[1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
|
|
[1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
|
|
[1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
|
|
[1381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178),
|
|
[1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612),
|
|
[1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875),
|
|
[1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110),
|
|
[1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308),
|
|
[1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2553),
|
|
[1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
|
|
[1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195),
|
|
[1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608),
|
|
[1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208),
|
|
[1401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(93),
|
|
[1404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(48),
|
|
[1407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(31),
|
|
[1410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(44),
|
|
[1413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2161),
|
|
[1416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(609),
|
|
[1419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1901),
|
|
[1422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2111),
|
|
[1425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(344),
|
|
[1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0),
|
|
[1430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2543),
|
|
[1433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(15),
|
|
[1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044),
|
|
[1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619),
|
|
[1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055),
|
|
[1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615),
|
|
[1444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(103),
|
|
[1447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(49),
|
|
[1450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(32),
|
|
[1453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(40),
|
|
[1456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2178),
|
|
[1459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(612),
|
|
[1462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1875),
|
|
[1465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2110),
|
|
[1468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(308),
|
|
[1471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2553),
|
|
[1474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_block_repeat1, 2, 0, 0), SHIFT_REPEAT(14),
|
|
[1477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 2, 0, 20),
|
|
[1479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 2, 0, 20),
|
|
[1481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099),
|
|
[1483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2454),
|
|
[1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160),
|
|
[1487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211),
|
|
[1489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114),
|
|
[1491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561),
|
|
[1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033),
|
|
[1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175),
|
|
[1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319),
|
|
[1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620),
|
|
[1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292),
|
|
[1503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606),
|
|
[1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 1, 0, 4),
|
|
[1507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 1, 0, 4),
|
|
[1509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199),
|
|
[1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887),
|
|
[1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332),
|
|
[1515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62),
|
|
[1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
|
|
[1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234),
|
|
[1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
|
|
[1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233),
|
|
[1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
|
|
[1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235),
|
|
[1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
|
|
[1531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2275),
|
|
[1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97),
|
|
[1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279),
|
|
[1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140),
|
|
[1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239),
|
|
[1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240),
|
|
[1543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241),
|
|
[1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242),
|
|
[1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243),
|
|
[1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530),
|
|
[1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221),
|
|
[1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442),
|
|
[1555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705),
|
|
[1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253),
|
|
[1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
|
|
[1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106),
|
|
[1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498),
|
|
[1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
|
|
[1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114),
|
|
[1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227),
|
|
[1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_statement, 2, 0, 0),
|
|
[1573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defer_statement, 2, 0, 0),
|
|
[1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270),
|
|
[1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125),
|
|
[1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311),
|
|
[1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95),
|
|
[1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269),
|
|
[1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270),
|
|
[1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271),
|
|
[1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272),
|
|
[1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273),
|
|
[1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427),
|
|
[1595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099),
|
|
[1597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1),
|
|
[1599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), SHIFT(2529),
|
|
[1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
|
|
[1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136),
|
|
[1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, 0, 23),
|
|
[1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523),
|
|
[1610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3, 0, 23),
|
|
[1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712),
|
|
[1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2298),
|
|
[1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147),
|
|
[1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096),
|
|
[1620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243),
|
|
[1622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053),
|
|
[1624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20),
|
|
[1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455),
|
|
[1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554),
|
|
[1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094),
|
|
[1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2398),
|
|
[1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 4, 0, 48),
|
|
[1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 4, 0, 48),
|
|
[1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60),
|
|
[1640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_statement, 3, 0, 38),
|
|
[1642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_statement, 3, 0, 38),
|
|
[1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035),
|
|
[1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 45),
|
|
[1648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, 0, 45),
|
|
[1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_go_statement, 2, 0, 0),
|
|
[1652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_go_statement, 2, 0, 0),
|
|
[1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339),
|
|
[1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145),
|
|
[1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332),
|
|
[1660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
|
|
[1662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
|
|
[1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258),
|
|
[1666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receive_statement, 1, 0, 63),
|
|
[1668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
|
|
[1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257),
|
|
[1672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
|
|
[1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259),
|
|
[1676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
|
|
[1678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261),
|
|
[1680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
|
|
[1682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
|
|
[1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679),
|
|
[1686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163),
|
|
[1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526),
|
|
[1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135),
|
|
[1692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169),
|
|
[1694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377),
|
|
[1696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182),
|
|
[1698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367),
|
|
[1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18),
|
|
[1702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329),
|
|
[1704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
|
|
[1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515),
|
|
[1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743),
|
|
[1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237),
|
|
[1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171),
|
|
[1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115),
|
|
[1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238),
|
|
[1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078),
|
|
[1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2482),
|
|
[1722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2558),
|
|
[1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112),
|
|
[1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388),
|
|
[1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183),
|
|
[1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415),
|
|
[1732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507),
|
|
[1734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335),
|
|
[1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159),
|
|
[1738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105),
|
|
[1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2556),
|
|
[1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102),
|
|
[1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504),
|
|
[1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504),
|
|
[1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2266),
|
|
[1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183),
|
|
[1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122),
|
|
[1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560),
|
|
[1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119),
|
|
[1758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2434),
|
|
[1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481),
|
|
[1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
|
|
[1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301),
|
|
[1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334),
|
|
[1768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335),
|
|
[1770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335),
|
|
[1772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334),
|
|
[1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337),
|
|
[1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337),
|
|
[1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338),
|
|
[1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339),
|
|
[1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540),
|
|
[1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
|
|
[1786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_elem, 2, 0, 58),
|
|
[1788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_elem, 2, 0, 58),
|
|
[1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315),
|
|
[1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
|
|
[1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188),
|
|
[1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867),
|
|
[1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
|
|
[1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747),
|
|
[1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
|
|
[1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314),
|
|
[1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287),
|
|
[1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607),
|
|
[1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288),
|
|
[1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288),
|
|
[1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287),
|
|
[1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
|
|
[1818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289),
|
|
[1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
|
|
[1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
|
|
[1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574),
|
|
[1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
|
|
[1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305),
|
|
[1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
|
|
[1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160),
|
|
[1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173),
|
|
[1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181),
|
|
[1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193),
|
|
[1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
|
|
[1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998),
|
|
[1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806),
|
|
[1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
|
|
[1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737),
|
|
[1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651),
|
|
[1852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
|
|
[1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161),
|
|
[1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185),
|
|
[1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171),
|
|
[1860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022),
|
|
[1862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417),
|
|
[1864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
|
|
[1866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189),
|
|
[1868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
|
|
[1870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747),
|
|
[1872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455),
|
|
[1874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111),
|
|
[1876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
|
|
[1878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057),
|
|
[1880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104),
|
|
[1882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490),
|
|
[1884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460),
|
|
[1886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310),
|
|
[1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461),
|
|
[1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083),
|
|
[1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
|
|
[1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171),
|
|
[1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115),
|
|
[1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078),
|
|
[1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388),
|
|
[1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299),
|
|
[1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
|
|
[1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328),
|
|
[1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272),
|
|
[1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
|
|
[1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052),
|
|
[1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599),
|
|
[1916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_element, 1, 0, 0),
|
|
[1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625),
|
|
[1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307),
|
|
[1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472),
|
|
[1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636),
|
|
[1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0),
|
|
[1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
|
|
[1930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843),
|
|
[1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688),
|
|
[1934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702),
|
|
[1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708),
|
|
[1938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
|
|
[1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
|
|
[1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
|
|
[1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462),
|
|
[1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625),
|
|
[1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458),
|
|
[1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623),
|
|
[1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
|
|
[1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283),
|
|
[1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658),
|
|
[1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345),
|
|
[1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284),
|
|
[1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485),
|
|
[1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633),
|
|
[1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346),
|
|
[1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509),
|
|
[1970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656),
|
|
[1972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
|
|
[1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722),
|
|
[1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412),
|
|
[1978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517),
|
|
[1980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543),
|
|
[1982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732),
|
|
[1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
|
|
[1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477),
|
|
[1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627),
|
|
[1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746),
|
|
[1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
|
|
[1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dynamic_class_attribute_value_repeat1, 2, 0, 0),
|
|
[1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638),
|
|
[1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713),
|
|
[2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
|
|
[2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419),
|
|
[2004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
|
|
[2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101),
|
|
[2008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
|
|
[2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404),
|
|
[2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439),
|
|
[2014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315),
|
|
[2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
|
|
[2018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516),
|
|
[2020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528),
|
|
[2022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519),
|
|
[2024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
|
|
[2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704),
|
|
[2028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430),
|
|
[2030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
|
|
[2032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118),
|
|
[2034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
|
|
[2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709),
|
|
[2038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534),
|
|
[2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358),
|
|
[2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
|
|
[2044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572),
|
|
[2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449),
|
|
[2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576),
|
|
[2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
|
|
[2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551),
|
|
[2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
|
|
[2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557),
|
|
[2058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
|
|
[2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
|
|
[2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804),
|
|
[2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438),
|
|
[2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808),
|
|
[2068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
|
|
[2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815),
|
|
[2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365),
|
|
[2074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821),
|
|
[2076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
|
|
[2078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496),
|
|
[2080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368),
|
|
[2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457),
|
|
[2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
|
|
[2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462),
|
|
[2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
|
|
[2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468),
|
|
[2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
|
|
[2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
|
|
[2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843),
|
|
[2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512),
|
|
[2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846),
|
|
[2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230),
|
|
[2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851),
|
|
[2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306),
|
|
[2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855),
|
|
[2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281),
|
|
[2112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588),
|
|
[2114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643),
|
|
[2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526),
|
|
[2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357),
|
|
[2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633),
|
|
[2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639),
|
|
[2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523),
|
|
[2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659),
|
|
[2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629),
|
|
[2130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401),
|
|
[2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123),
|
|
[2134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 2, 0, 32),
|
|
[2136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2448),
|
|
[2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531),
|
|
[2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423),
|
|
[2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739),
|
|
[2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506),
|
|
[2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502),
|
|
[2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536),
|
|
[2150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_statement, 3, 0, 36),
|
|
[2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587),
|
|
[2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128),
|
|
[2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590),
|
|
[2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
|
|
[2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427),
|
|
[2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390),
|
|
[2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580),
|
|
[2166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445),
|
|
[2168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555),
|
|
[2170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
|
|
[2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268),
|
|
[2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558),
|
|
[2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559),
|
|
[2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793),
|
|
[2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073),
|
|
[2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796),
|
|
[2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704),
|
|
[2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2459),
|
|
[2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712),
|
|
[2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812),
|
|
[2192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 4, 0, 88),
|
|
[2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819),
|
|
[2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266),
|
|
[2198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822),
|
|
[2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823),
|
|
[2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100),
|
|
[2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097),
|
|
[2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
|
|
[2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715),
|
|
[2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718),
|
|
[2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387),
|
|
[2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
|
|
[2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738),
|
|
[2218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467),
|
|
[2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074),
|
|
[2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469),
|
|
[2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470),
|
|
[2226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836),
|
|
[2228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060),
|
|
[2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838),
|
|
[2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527),
|
|
[2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
|
|
[2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132),
|
|
[2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849),
|
|
[2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638),
|
|
[2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854),
|
|
[2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503),
|
|
[2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856),
|
|
[2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857),
|
|
[2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410),
|
|
[2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647),
|
|
[2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441),
|
|
[2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694),
|
|
[2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058),
|
|
[2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088),
|
|
[2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411),
|
|
[2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664),
|
|
[2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443),
|
|
[2268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382),
|
|
[2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634),
|
|
[2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683),
|
|
[2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477),
|
|
[2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056),
|
|
[2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
|
|
[2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105),
|
|
[2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053),
|
|
[2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504),
|
|
[2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065),
|
|
[2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
|
|
[2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122),
|
|
[2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434),
|
|
[2294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067),
|
|
[2296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066),
|
|
[2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064),
|
|
[2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070),
|
|
[2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
|
|
[2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096),
|
|
[2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398),
|
|
[2308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), REDUCE(aux_sym_dynamic_class_attribute_value_repeat1, 2, 0, 0),
|
|
[2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
|
|
[2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084),
|
|
[2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126),
|
|
[2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376),
|
|
[2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086),
|
|
[2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085),
|
|
[2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309),
|
|
[2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117),
|
|
[2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153),
|
|
[2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159),
|
|
[2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150),
|
|
[2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127),
|
|
[2335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152),
|
|
[2337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157),
|
|
[2339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 5, 0, 0),
|
|
[2341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5, 0, 0),
|
|
[2343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4, 0, 0),
|
|
[2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4, 0, 0),
|
|
[2347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3, 0, 0),
|
|
[2349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 0),
|
|
[2351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2, 0, 0),
|
|
[2353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0),
|
|
[2355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_const_spec_repeat1, 2, 0, 0),
|
|
[2357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_spec_repeat1, 2, 0, 0),
|
|
[2359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_const_spec_repeat1, 2, 0, 0), SHIFT_REPEAT(2454),
|
|
[2362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__component_member, 1, 0, 0),
|
|
[2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
|
|
[2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987),
|
|
[2368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53),
|
|
[2370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__component_member, 1, 0, 0),
|
|
[2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
|
|
[2374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58),
|
|
[2376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_const_spec_repeat1, 2, 0, 0), SHIFT_REPEAT(2530),
|
|
[2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
|
|
[2381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61),
|
|
[2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__component_identifier, 1, 0, 13),
|
|
[2385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__component_identifier, 1, 0, 13),
|
|
[2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215),
|
|
[2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216),
|
|
[2391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607),
|
|
[2393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_import, 5, 0, 127),
|
|
[2395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_import, 5, 0, 127),
|
|
[2397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_import, 2, 0, 109),
|
|
[2399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_import, 2, 0, 109),
|
|
[2401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_import, 4, 0, 121),
|
|
[2403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_import, 4, 0, 121),
|
|
[2405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_import, 3, 0, 114),
|
|
[2407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_import, 3, 0, 114),
|
|
[2409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_import_repeat1, 2, 0, 123), SHIFT_REPEAT(2216),
|
|
[2412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_component_import_repeat1, 2, 0, 123),
|
|
[2414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_import_repeat1, 2, 0, 123),
|
|
[2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223),
|
|
[2418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616),
|
|
[2420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_if_statement, 5, 0, 85),
|
|
[2422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_if_statement, 5, 0, 85),
|
|
[2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849),
|
|
[2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144),
|
|
[2428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_block, 2, 0, 0),
|
|
[2430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_block, 2, 0, 0),
|
|
[2432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_if_statement, 3, 0, 31),
|
|
[2434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_if_statement, 3, 0, 31),
|
|
[2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847),
|
|
[2438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_import_repeat1, 2, 0, 109),
|
|
[2440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_component_import_repeat1, 2, 0, 109),
|
|
[2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103),
|
|
[2444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617),
|
|
[2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221),
|
|
[2448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1),
|
|
[2450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036),
|
|
[2452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_block, 3, 0, 0),
|
|
[2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_block, 3, 0, 0),
|
|
[2456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__component_member, 2, 0, 115),
|
|
[2458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__component_member, 2, 0, 115),
|
|
[2460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__component_member, 2, 0, 116),
|
|
[2462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__component_member, 2, 0, 116),
|
|
[2464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1), SHIFT(1036),
|
|
[2467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__component_member, 3, 0, 124),
|
|
[2469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__component_member, 3, 0, 124),
|
|
[2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, 0, 0),
|
|
[2473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(285),
|
|
[2476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_element, 3, 0, 0),
|
|
[2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element, 3, 0, 0),
|
|
[2480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_style_element, 3, 0, 0),
|
|
[2482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_style_element, 3, 0, 0),
|
|
[2484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_script_element, 1, 0, 0),
|
|
[2486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_script_element, 1, 0, 0),
|
|
[2488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_switch_statement, 4, 0, 0),
|
|
[2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_switch_statement, 4, 0, 0),
|
|
[2492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_switch_statement, 4, 0, 7),
|
|
[2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_switch_statement, 4, 0, 7),
|
|
[2496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_self_closing_style_tag, 4, 0, 0),
|
|
[2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_closing_style_tag, 4, 0, 0),
|
|
[2500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_self_closing_script_tag, 4, 0, 41),
|
|
[2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_closing_script_tag, 4, 0, 41),
|
|
[2504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_self_closing_tag, 4, 0, 41),
|
|
[2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_closing_tag, 4, 0, 41),
|
|
[2508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_import_repeat1, 2, 0, 123), SHIFT_REPEAT(2103),
|
|
[2511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_import, 4, 0, 122),
|
|
[2513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_import, 4, 0, 122),
|
|
[2515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_doctype, 4, 0, 0),
|
|
[2517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_doctype, 4, 0, 0),
|
|
[2519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tag_end, 3, 0, 41),
|
|
[2521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tag_end, 3, 0, 41),
|
|
[2523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_style_tag_end, 3, 0, 0),
|
|
[2525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_style_tag_end, 3, 0, 0),
|
|
[2527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_script_tag_end, 3, 0, 0),
|
|
[2529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_script_tag_end, 3, 0, 0),
|
|
[2531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_if_statement, 5, 0, 86),
|
|
[2533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_if_statement, 5, 0, 86),
|
|
[2535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_switch_statement, 5, 0, 91),
|
|
[2537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_switch_statement, 5, 0, 91),
|
|
[2539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_switch_statement, 5, 0, 7),
|
|
[2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_switch_statement, 5, 0, 7),
|
|
[2543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_import, 5, 0, 126),
|
|
[2545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_import, 5, 0, 126),
|
|
[2547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_for_statement, 2, 0, 9),
|
|
[2549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_for_statement, 2, 0, 9),
|
|
[2551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_switch_statement, 6, 0, 91),
|
|
[2553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_switch_statement, 6, 0, 91),
|
|
[2555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_switch_statement, 6, 0, 106),
|
|
[2557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_switch_statement, 6, 0, 106),
|
|
[2559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_import, 6, 0, 129),
|
|
[2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_import, 6, 0, 129),
|
|
[2563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_if_statement, 7, 0, 111),
|
|
[2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_if_statement, 7, 0, 111),
|
|
[2567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_switch_statement, 7, 0, 106),
|
|
[2569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_switch_statement, 7, 0, 106),
|
|
[2571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_element_comment, 2, 0, 0),
|
|
[2573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_comment, 2, 0, 0),
|
|
[2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_type, 1, 0, 0),
|
|
[2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_type, 1, 0, 0),
|
|
[2579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, 0, 0), SHIFT(1036),
|
|
[2582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 2, 0, 0),
|
|
[2584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 2, 0, 0),
|
|
[2586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rawgo_block, 2, 0, 0),
|
|
[2588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rawgo_block, 2, 0, 0),
|
|
[2590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 43),
|
|
[2592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 43),
|
|
[2594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 43), SHIFT_REPEAT(2529),
|
|
[2597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_element, 2, 0, 0),
|
|
[2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element, 2, 0, 0),
|
|
[2601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_style_element, 2, 0, 0),
|
|
[2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_style_element, 2, 0, 0),
|
|
[2605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_script_element, 2, 0, 0),
|
|
[2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_script_element, 2, 0, 0),
|
|
[2609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_children_expression, 3, 0, 0),
|
|
[2611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_children_expression, 3, 0, 0),
|
|
[2613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_for_statement, 3, 0, 33),
|
|
[2615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_for_statement, 3, 0, 33),
|
|
[2617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_switch_statement, 3, 0, 0),
|
|
[2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_switch_statement, 3, 0, 0),
|
|
[2621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_self_closing_style_tag, 3, 0, 0),
|
|
[2623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_closing_style_tag, 3, 0, 0),
|
|
[2625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_import_repeat1, 2, 0, 123), SHIFT_REPEAT(2223),
|
|
[2628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_self_closing_script_tag, 3, 0, 41),
|
|
[2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_closing_script_tag, 3, 0, 41),
|
|
[2632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_self_closing_tag, 3, 0, 41),
|
|
[2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_closing_tag, 3, 0, 41),
|
|
[2636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_element_comment, 3, 0, 0),
|
|
[2638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_comment, 3, 0, 0),
|
|
[2640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_import, 3, 0, 113),
|
|
[2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_import, 3, 0, 113),
|
|
[2644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_element, 1, 0, 0),
|
|
[2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element, 1, 0, 0),
|
|
[2648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_style_element, 1, 0, 0),
|
|
[2650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_style_element, 1, 0, 0),
|
|
[2652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_render, 3, 0, 117),
|
|
[2654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_render, 3, 0, 117),
|
|
[2656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rawgo_block, 3, 0, 0),
|
|
[2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rawgo_block, 3, 0, 0),
|
|
[2660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 3, 0, 0),
|
|
[2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 3, 0, 0),
|
|
[2664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_script_element, 3, 0, 0),
|
|
[2666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_script_element, 3, 0, 0),
|
|
[2668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 2, 0),
|
|
[2670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 2, 0),
|
|
[2672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 6, 0, 0),
|
|
[2674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 6, 0, 0),
|
|
[2676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 24),
|
|
[2678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 24),
|
|
[2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_channel_type, 3, 0, 30),
|
|
[2682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_channel_type, 3, 0, 30),
|
|
[2684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 41),
|
|
[2686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 41),
|
|
[2688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 4, 0, 51),
|
|
[2690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 4, 0, 51),
|
|
[2692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_type, 1, 3, 0),
|
|
[2694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_type, 1, 3, 0),
|
|
[2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
|
|
[2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
|
|
[2700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_type, 3, 0, 26),
|
|
[2702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_type, 3, 0, 26),
|
|
[2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947),
|
|
[2706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 2, 0),
|
|
[2708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 2, 0),
|
|
[2710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, 2, 0),
|
|
[2712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, 2, 0),
|
|
[2714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 2, 0, 0),
|
|
[2716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 2, 0, 0),
|
|
[2718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, 0, 34),
|
|
[2720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type, 3, 0, 34),
|
|
[2722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0),
|
|
[2724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0),
|
|
[2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
|
|
[2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
|
|
[2730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 2, 0, 0),
|
|
[2732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 2, 0, 0),
|
|
[2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826),
|
|
[2736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negated_type, 2, 0, 0),
|
|
[2738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_type, 2, 0, 0),
|
|
[2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
|
|
[2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
|
|
[2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
|
|
[2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
|
|
[2748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 3, 0, 0),
|
|
[2750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 3, 0, 0),
|
|
[2752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 1, 17),
|
|
[2754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 1, 17),
|
|
[2756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0),
|
|
[2758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0),
|
|
[2760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 5, 0, 0),
|
|
[2762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 5, 0, 0),
|
|
[2764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 43),
|
|
[2766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 43),
|
|
[2768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 43), SHIFT_REPEAT(2404),
|
|
[2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 4, 0, 0),
|
|
[2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 4, 0, 0),
|
|
[2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_channel_type, 2, 0, 7),
|
|
[2777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_channel_type, 2, 0, 7),
|
|
[2779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type, 3, 0, 0),
|
|
[2781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type, 3, 0, 0),
|
|
[2783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 4, 0, 0),
|
|
[2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 4, 0, 0),
|
|
[2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
|
|
[2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
|
|
[2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 1, 11),
|
|
[2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 1, 11),
|
|
[2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 5, 0, 0),
|
|
[2797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 5, 0, 0),
|
|
[2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
|
|
[2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878),
|
|
[2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_type, 5, 0, 84),
|
|
[2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_type, 5, 0, 84),
|
|
[2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976),
|
|
[2809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 3, 0, 0),
|
|
[2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 3, 0, 0),
|
|
[2813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tag_start, 4, 0, 41),
|
|
[2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tag_start, 4, 0, 41),
|
|
[2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 80),
|
|
[2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 80),
|
|
[2821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 4, 0, 0),
|
|
[2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 4, 0, 0),
|
|
[2825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tag_start, 3, 0, 41),
|
|
[2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tag_start, 3, 0, 41),
|
|
[2829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 5, 0, 0),
|
|
[2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 5, 0, 0),
|
|
[2833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tag_start_repeat1, 2, 0, 0), SHIFT_REPEAT(170),
|
|
[2836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tag_start_repeat1, 2, 0, 0),
|
|
[2838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tag_start_repeat1, 2, 0, 0), SHIFT_REPEAT(47),
|
|
[2841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tag_start_repeat1, 2, 0, 0), SHIFT_REPEAT(1552),
|
|
[2844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170),
|
|
[2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159),
|
|
[2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258),
|
|
[2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
|
|
[2852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552),
|
|
[2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401),
|
|
[2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261),
|
|
[2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120),
|
|
[2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227),
|
|
[2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361),
|
|
[2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229),
|
|
[2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399),
|
|
[2868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 54),
|
|
[2870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 54),
|
|
[2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386),
|
|
[2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851),
|
|
[2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320),
|
|
[2878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1830),
|
|
[2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452),
|
|
[2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411),
|
|
[2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963),
|
|
[2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384),
|
|
[2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997),
|
|
[2890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971),
|
|
[2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457),
|
|
[2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423),
|
|
[2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427),
|
|
[2898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), SHIFT(987),
|
|
[2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425),
|
|
[2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395),
|
|
[2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338),
|
|
[2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396),
|
|
[2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929),
|
|
[2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199),
|
|
[2913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, 0, 0), SHIFT(987),
|
|
[2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840),
|
|
[2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820),
|
|
[2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064),
|
|
[2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 1, 0, 22),
|
|
[2924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 1, 0, 22),
|
|
[2926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 44),
|
|
[2928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 44),
|
|
[2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101),
|
|
[2932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228),
|
|
[2934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769),
|
|
[2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
|
|
[2938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642),
|
|
[2940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763),
|
|
[2942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770),
|
|
[2944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706),
|
|
[2946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920),
|
|
[2948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921),
|
|
[2950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805),
|
|
[2952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711),
|
|
[2954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_conditional_attribute_block_repeat1, 2, 0, 0), SHIFT_REPEAT(228),
|
|
[2957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_conditional_attribute_block_repeat1, 2, 0, 0),
|
|
[2959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_conditional_attribute_block_repeat1, 2, 0, 0), SHIFT_REPEAT(50),
|
|
[2962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_conditional_attribute_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1642),
|
|
[2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563),
|
|
[2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757),
|
|
[2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317),
|
|
[2971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 55),
|
|
[2973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 55),
|
|
[2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707),
|
|
[2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475),
|
|
[2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624),
|
|
[2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2386),
|
|
[2983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1), SHIFT(1044),
|
|
[2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597),
|
|
[2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287),
|
|
[2990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2488),
|
|
[2992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1), SHIFT(1040),
|
|
[2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, 0, 0),
|
|
[2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304),
|
|
[2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635),
|
|
[3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701),
|
|
[3003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044),
|
|
[3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496),
|
|
[3007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 82),
|
|
[3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 82),
|
|
[3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463),
|
|
[3013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(279),
|
|
[3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685),
|
|
[3018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040),
|
|
[3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 85),
|
|
[3022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 85),
|
|
[3024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872),
|
|
[3026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176),
|
|
[3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137),
|
|
[3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424),
|
|
[3032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566),
|
|
[3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
|
|
[3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229),
|
|
[3038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835),
|
|
[3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230),
|
|
[3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 2, 0, 21),
|
|
[3044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 2, 0, 21),
|
|
[3046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172),
|
|
[3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 31),
|
|
[3050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 31),
|
|
[3052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825),
|
|
[3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 4, 0, 77),
|
|
[3056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 4, 0, 77),
|
|
[3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228),
|
|
[3060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_script_tag_start_repeat1, 2, 0, 0), SHIFT_REPEAT(176),
|
|
[3063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_script_tag_start_repeat1, 2, 0, 0),
|
|
[3065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_script_tag_start_repeat1, 2, 0, 0), SHIFT_REPEAT(1566),
|
|
[3068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_statement_list_repeat1, 2, 0, 0), SHIFT_REPEAT(30),
|
|
[3071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_statement_list_repeat1, 2, 0, 0), SHIFT_REPEAT(30),
|
|
[3074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_statement_list_repeat1, 2, 0, 0),
|
|
[3076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 2, 0, 27),
|
|
[3078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_spec, 2, 0, 27),
|
|
[3080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, 0, 0), SHIFT(1044),
|
|
[3083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 3, 0, 42),
|
|
[3085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 3, 0, 42),
|
|
[3087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222),
|
|
[3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171),
|
|
[3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400),
|
|
[3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260),
|
|
[3095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, 0, 0), SHIFT(1040),
|
|
[3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351),
|
|
[3100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 3, 0, 52),
|
|
[3102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 3, 0, 52),
|
|
[3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
|
|
[3106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9),
|
|
[3108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644),
|
|
[3110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1, 0, 0),
|
|
[3112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 1, 0, 0),
|
|
[3114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 3, 0, 53),
|
|
[3116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_spec, 3, 0, 53),
|
|
[3118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219),
|
|
[3120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646),
|
|
[3122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1, 0, 0),
|
|
[3124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 1, 0, 0),
|
|
[3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
|
|
[3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344),
|
|
[3130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903),
|
|
[3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346),
|
|
[3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554),
|
|
[3136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 1, 0, 4),
|
|
[3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 4),
|
|
[3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397),
|
|
[3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
|
|
[3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282),
|
|
[3146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778),
|
|
[3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285),
|
|
[3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
|
|
[3152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10),
|
|
[3154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_list, 1, 0, 0),
|
|
[3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342),
|
|
[3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_elem, 1, 0, 0),
|
|
[3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131),
|
|
[3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124),
|
|
[3164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502),
|
|
[3166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877),
|
|
[3168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, 0, 35),
|
|
[3170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, 0, 35),
|
|
[3172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2409),
|
|
[3174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886),
|
|
[3176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_var_declaration, 3, 0, 36),
|
|
[3178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_var_declaration, 3, 0, 36),
|
|
[3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 2, 0, 0),
|
|
[3182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 2, 0, 0),
|
|
[3184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 5, 0, 99),
|
|
[3186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 5, 0, 99),
|
|
[3188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 5, 0, 100),
|
|
[3190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 5, 0, 100),
|
|
[3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551),
|
|
[3194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inc_statement, 2, 0, 0),
|
|
[3196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inc_statement, 2, 0, 0),
|
|
[3198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 6, 0, 0),
|
|
[3200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 6, 0, 0),
|
|
[3202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dec_statement, 2, 0, 0),
|
|
[3204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dec_statement, 2, 0, 0),
|
|
[3206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0),
|
|
[3208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0),
|
|
[3210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 6, 0, 91),
|
|
[3212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 6, 0, 91),
|
|
[3214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 6, 0, 106),
|
|
[3216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 6, 0, 106),
|
|
[3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628),
|
|
[3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
|
|
[3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548),
|
|
[3224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 4, 0, 0),
|
|
[3226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 4, 0, 0),
|
|
[3228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 3, 0, 40),
|
|
[3230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 3, 0, 40),
|
|
[3232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec_list, 3, 0, 0),
|
|
[3234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec_list, 3, 0, 0),
|
|
[3236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 3, 0, 40),
|
|
[3238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 3, 0, 40),
|
|
[3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393),
|
|
[3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
|
|
[3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421),
|
|
[3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001),
|
|
[3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002),
|
|
[3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
|
|
[3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693),
|
|
[3254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 3, 0, 0),
|
|
[3256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 3, 0, 0),
|
|
[3258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027),
|
|
[3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028),
|
|
[3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081),
|
|
[3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029),
|
|
[3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030),
|
|
[3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049),
|
|
[3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050),
|
|
[3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031),
|
|
[3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902),
|
|
[3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904),
|
|
[3278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(332),
|
|
[3281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 46),
|
|
[3283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, 0, 46),
|
|
[3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443),
|
|
[3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444),
|
|
[3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829),
|
|
[3291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec_list, 2, 0, 0),
|
|
[3293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec_list, 2, 0, 0),
|
|
[3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394),
|
|
[3297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 111),
|
|
[3299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 111),
|
|
[3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421),
|
|
[3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422),
|
|
[3305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 7, 0, 106),
|
|
[3307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 7, 0, 106),
|
|
[3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348),
|
|
[3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349),
|
|
[3313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 4, 0, 0),
|
|
[3315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 4, 0, 0),
|
|
[3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354),
|
|
[3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355),
|
|
[3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358),
|
|
[3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426),
|
|
[3325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statement, 1, 0, 0),
|
|
[3327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statement, 1, 0, 0),
|
|
[3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427),
|
|
[3331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_statement_list_repeat1, 2, 0, 0),
|
|
[3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527),
|
|
[3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712),
|
|
[3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 8),
|
|
[3339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 8),
|
|
[3341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_elem, 2, 0, 0),
|
|
[3343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_elem, 2, 0, 0),
|
|
[3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120),
|
|
[3347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 8),
|
|
[3349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 8),
|
|
[3351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 2, 0, 8),
|
|
[3353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 2, 0, 8),
|
|
[3355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0),
|
|
[3357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0),
|
|
[3359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 3, 0, 0),
|
|
[3361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 3, 0, 0),
|
|
[3363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_switch_statement_repeat1, 2, 0, 0),
|
|
[3365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(164),
|
|
[3368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2421),
|
|
[3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362),
|
|
[3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364),
|
|
[3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473),
|
|
[3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2474),
|
|
[3379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 4, 0, 0),
|
|
[3381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 4, 0, 0),
|
|
[3383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2, 0, 0),
|
|
[3385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(202),
|
|
[3388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2548),
|
|
[3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225),
|
|
[3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226),
|
|
[3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735),
|
|
[3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237),
|
|
[3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238),
|
|
[3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241),
|
|
[3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242),
|
|
[3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245),
|
|
[3407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_switch_statement, 4, 0, 62),
|
|
[3409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_switch_statement, 4, 0, 62),
|
|
[3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738),
|
|
[3413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 4, 0, 7),
|
|
[3415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 4, 0, 7),
|
|
[3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740),
|
|
[3419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 4, 0, 0),
|
|
[3421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 4, 0, 0),
|
|
[3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2, 0, 0),
|
|
[3425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(89),
|
|
[3428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2548),
|
|
[3431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 2, 0, 9),
|
|
[3433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 2, 0, 9),
|
|
[3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382),
|
|
[3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383),
|
|
[3439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_attribute_if_statement, 3, 0, 31),
|
|
[3441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_attribute_if_statement, 3, 0, 31),
|
|
[3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889),
|
|
[3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727),
|
|
[3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416),
|
|
[3449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(311),
|
|
[3452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_attribute_if_statement, 5, 0, 85),
|
|
[3454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_attribute_if_statement, 5, 0, 85),
|
|
[3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912),
|
|
[3458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_attribute_block, 3, 0, 0),
|
|
[3460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_attribute_block, 3, 0, 0),
|
|
[3462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_attribute_block, 4, 0, 0),
|
|
[3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_attribute_block, 4, 0, 0),
|
|
[3466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_elem, 1, 0, 0),
|
|
[3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732),
|
|
[3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 4, 0, 67),
|
|
[3472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 4, 0, 67),
|
|
[3474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 4, 0, 68),
|
|
[3476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 4, 0, 68),
|
|
[3478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 4, 0, 67),
|
|
[3480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 4, 0, 67),
|
|
[3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 4, 0, 69),
|
|
[3484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 4, 0, 69),
|
|
[3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0),
|
|
[3488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0),
|
|
[3490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 2, 0, 0),
|
|
[3492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 2, 0, 0),
|
|
[3494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fallthrough_statement, 1, 0, 0),
|
|
[3496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fallthrough_statement, 1, 0, 0),
|
|
[3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 2, 0, 0),
|
|
[3500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 2, 0, 0),
|
|
[3502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 72),
|
|
[3504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 72),
|
|
[3506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 5, 0, 75),
|
|
[3508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 5, 0, 75),
|
|
[3510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, 0, 0),
|
|
[3512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 5, 0, 0),
|
|
[3514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 3, 0, 33),
|
|
[3516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 3, 0, 33),
|
|
[3518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 3, 0, 0),
|
|
[3520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 3, 0, 0),
|
|
[3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655),
|
|
[3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667),
|
|
[3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_elem_repeat1, 2, 0, 0),
|
|
[3528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_elem_repeat1, 2, 0, 0),
|
|
[3530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_elem_repeat1, 2, 0, 0), SHIFT_REPEAT(1120),
|
|
[3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672),
|
|
[3535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 3, 0, 0),
|
|
[3537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 3, 0, 0),
|
|
[3539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 86),
|
|
[3541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 86),
|
|
[3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676),
|
|
[3545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 5, 0, 91),
|
|
[3547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 5, 0, 91),
|
|
[3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571),
|
|
[3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572),
|
|
[3553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_switch_statement, 5, 0, 62),
|
|
[3555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_switch_statement, 5, 0, 62),
|
|
[3557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2, 0, 0),
|
|
[3559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1081),
|
|
[3562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2548),
|
|
[3565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 5, 0, 7),
|
|
[3567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 5, 0, 7),
|
|
[3569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, 0, 29),
|
|
[3571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, 0, 29),
|
|
[3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257),
|
|
[3575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(2112),
|
|
[3578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(2112),
|
|
[3581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_declaration_repeat1, 2, 0, 0),
|
|
[3583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_attribute_if_statement, 5, 0, 86),
|
|
[3585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_attribute_if_statement, 5, 0, 86),
|
|
[3587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_class_attribute_value, 3, 0, 0),
|
|
[3589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_class_attribute_value, 3, 0, 0),
|
|
[3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502),
|
|
[3593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502),
|
|
[3595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481),
|
|
[3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513),
|
|
[3599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513),
|
|
[3601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696),
|
|
[3603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_attribute_value, 3, 0, 0),
|
|
[3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_attribute_value, 3, 0, 0),
|
|
[3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892),
|
|
[3609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892),
|
|
[3611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699),
|
|
[3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875),
|
|
[3615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875),
|
|
[3617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308),
|
|
[3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
|
|
[3621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_class_attribute_value, 4, 0, 0),
|
|
[3623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_class_attribute_value, 4, 0, 0),
|
|
[3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
|
|
[3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436),
|
|
[3629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_attribute_if_statement, 7, 0, 111),
|
|
[3631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_attribute_if_statement, 7, 0, 111),
|
|
[3633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_class_attribute_value, 5, 0, 0),
|
|
[3635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_class_attribute_value, 5, 0, 0),
|
|
[3637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949),
|
|
[3639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950),
|
|
[3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786),
|
|
[3643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786),
|
|
[3645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468),
|
|
[3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
|
|
[3649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_spec_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1489),
|
|
[3652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_spec_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1489),
|
|
[3655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_spec_list_repeat1, 2, 0, 0),
|
|
[3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500),
|
|
[3659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500),
|
|
[3661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701),
|
|
[3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517),
|
|
[3665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517),
|
|
[3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475),
|
|
[3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893),
|
|
[3671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893),
|
|
[3673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702),
|
|
[3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876),
|
|
[3677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876),
|
|
[3679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328),
|
|
[3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
|
|
[3683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25),
|
|
[3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990),
|
|
[3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448),
|
|
[3689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448),
|
|
[3691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874),
|
|
[3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
|
|
[3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451),
|
|
[3697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451),
|
|
[3699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929),
|
|
[3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503),
|
|
[3703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503),
|
|
[3705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611),
|
|
[3707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3, 0, 40),
|
|
[3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 40),
|
|
[3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888),
|
|
[3713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888),
|
|
[3715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040),
|
|
[3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509),
|
|
[3719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509),
|
|
[3721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317),
|
|
[3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449),
|
|
[3725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449),
|
|
[3727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160),
|
|
[3729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177),
|
|
[3731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_spread_attributes, 4, 0, 41),
|
|
[3733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_attributes, 4, 0, 41),
|
|
[3735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1540),
|
|
[3738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1540),
|
|
[3741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0),
|
|
[3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996),
|
|
[3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
|
|
[3747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24),
|
|
[3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510),
|
|
[3751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510),
|
|
[3753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624),
|
|
[3755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_type_repeat1, 2, 0, 0), SHIFT_REPEAT(932),
|
|
[3758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_type_repeat1, 2, 0, 0), SHIFT_REPEAT(932),
|
|
[3761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_interface_type_repeat1, 2, 0, 0),
|
|
[3763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873),
|
|
[3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863),
|
|
[3767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863),
|
|
[3769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490),
|
|
[3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887),
|
|
[3773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887),
|
|
[3775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625),
|
|
[3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970),
|
|
[3779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970),
|
|
[3781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725),
|
|
[3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453),
|
|
[3785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453),
|
|
[3787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199),
|
|
[3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960),
|
|
[3791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1960),
|
|
[3793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631),
|
|
[3795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198),
|
|
[3797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203),
|
|
[3799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_attribute_value, 2, 0, 0),
|
|
[3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_attribute_value, 2, 0, 0),
|
|
[3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
|
|
[3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862),
|
|
[3807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862),
|
|
[3809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020),
|
|
[3811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_statement_list_repeat1, 2, 0, 0), SHIFT_REPEAT(28),
|
|
[3814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_statement_list_repeat1, 2, 0, 0), SHIFT_REPEAT(28),
|
|
[3817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914),
|
|
[3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498),
|
|
[3821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498),
|
|
[3823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303),
|
|
[3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884),
|
|
[3827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884),
|
|
[3829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616),
|
|
[3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284),
|
|
[3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924),
|
|
[3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649),
|
|
[3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023),
|
|
[3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636),
|
|
[3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
|
|
[3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708),
|
|
[3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
|
|
[3847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 2, 0, 0),
|
|
[3849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 2, 0, 0),
|
|
[3851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_style_element_text_repeat1, 2, 0, 0),
|
|
[3853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_style_element_text_repeat1, 2, 0, 0), SHIFT_REPEAT(1821),
|
|
[3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007),
|
|
[3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 2, 0, 19),
|
|
[3860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2, 0, 19),
|
|
[3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
|
|
[3864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_clause, 2, 0, 2),
|
|
[3866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_clause, 2, 0, 2),
|
|
[3868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841),
|
|
[3870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246),
|
|
[3872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051),
|
|
[3874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403),
|
|
[3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618),
|
|
[3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013),
|
|
[3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894),
|
|
[3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016),
|
|
[3884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 5, 0, 0),
|
|
[3886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 5, 0, 0),
|
|
[3888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262),
|
|
[3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
|
|
[3892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375),
|
|
[3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
|
|
[3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656),
|
|
[3898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 102),
|
|
[3900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 102),
|
|
[3902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 2, 0, 0),
|
|
[3904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 2, 0, 0),
|
|
[3906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 6, 0, 103),
|
|
[3908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 6, 0, 103),
|
|
[3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863),
|
|
[3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701),
|
|
[3914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 104),
|
|
[3916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 104),
|
|
[3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574),
|
|
[3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040),
|
|
[3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745),
|
|
[3924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 1, 0, 3),
|
|
[3926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 1, 0, 3),
|
|
[3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
|
|
[3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514),
|
|
[3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
|
|
[3934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 3, 0, 0),
|
|
[3936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 3, 0, 0),
|
|
[3938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832),
|
|
[3940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363),
|
|
[3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121),
|
|
[3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491),
|
|
[3946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_style_element_text, 1, 0, 0),
|
|
[3948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821),
|
|
[3950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 4, 0, 41),
|
|
[3952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 4, 0, 41),
|
|
[3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890),
|
|
[3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538),
|
|
[3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896),
|
|
[3960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_script_element_text, 1, 0, 0),
|
|
[3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892),
|
|
[3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451),
|
|
[3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535),
|
|
[3968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__css_block, 3, 0, 0),
|
|
[3970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__css_block, 3, 0, 0),
|
|
[3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
|
|
[3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571),
|
|
[3976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_css_declaration, 4, 0, 41),
|
|
[3978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_css_declaration, 4, 0, 41),
|
|
[3980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__css_block, 2, 0, 0),
|
|
[3982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__css_block, 2, 0, 0),
|
|
[3984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_script_declaration, 4, 0, 41),
|
|
[3986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_script_declaration, 4, 0, 41),
|
|
[3988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__css_block_repeat1, 2, 0, 0),
|
|
[3990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__css_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2491),
|
|
[3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_script_block, 3, 0, 0),
|
|
[3995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_script_block, 3, 0, 0),
|
|
[3997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(618),
|
|
[4000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2, 0, 0),
|
|
[4002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924),
|
|
[4004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371),
|
|
[4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139),
|
|
[4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917),
|
|
[4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560),
|
|
[4012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 47),
|
|
[4014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, 0, 47),
|
|
[4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0),
|
|
[4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891),
|
|
[4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562),
|
|
[4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
|
|
[4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803),
|
|
[4026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402),
|
|
[4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872),
|
|
[4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004),
|
|
[4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934),
|
|
[4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039),
|
|
[4036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 4, 0, 0),
|
|
[4038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 4, 0, 0),
|
|
[4040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_spec_list_repeat1, 2, 0, 0),
|
|
[4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589),
|
|
[4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942),
|
|
[4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824),
|
|
[4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264),
|
|
[4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826),
|
|
[4052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_script_block, 2, 0, 0),
|
|
[4054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_script_block, 2, 0, 0),
|
|
[4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
|
|
[4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324),
|
|
[4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619),
|
|
[4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964),
|
|
[4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471),
|
|
[4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725),
|
|
[4068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 73),
|
|
[4070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 73),
|
|
[4072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 74),
|
|
[4074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 74),
|
|
[4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822),
|
|
[4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959),
|
|
[4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473),
|
|
[4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 5, 0, 76),
|
|
[4084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 5, 0, 76),
|
|
[4086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 6, 0, 108),
|
|
[4088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 6, 0, 108),
|
|
[4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
|
|
[4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480),
|
|
[4094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_declaration_repeat1, 2, 0, 0),
|
|
[4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568),
|
|
[4098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 78),
|
|
[4100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 78),
|
|
[4102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 79),
|
|
[4104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 79),
|
|
[4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 2, 0, 18),
|
|
[4108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2, 0, 18),
|
|
[4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 81),
|
|
[4112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 81),
|
|
[4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813),
|
|
[4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985),
|
|
[4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392),
|
|
[4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984),
|
|
[4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859),
|
|
[4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577),
|
|
[4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862),
|
|
[4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389),
|
|
[4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
|
|
[4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866),
|
|
[4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0),
|
|
[4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493),
|
|
[4138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_elem, 3, 0, 83),
|
|
[4140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_elem, 3, 0, 83),
|
|
[4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
|
|
[4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297),
|
|
[4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_type_repeat1, 2, 0, 0),
|
|
[4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
|
|
[4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216),
|
|
[4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978),
|
|
[4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980),
|
|
[4156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_spec_list_repeat1, 2, 0, 0), SHIFT_REPEAT(894),
|
|
[4159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_spec_list_repeat1, 2, 0, 0),
|
|
[4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948),
|
|
[4163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 56),
|
|
[4165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 56),
|
|
[4167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 57),
|
|
[4169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 57),
|
|
[4171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interpreted_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(2023),
|
|
[4174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interpreted_string_literal_repeat1, 2, 0, 0),
|
|
[4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814),
|
|
[4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664),
|
|
[4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
|
|
[4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413),
|
|
[4184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5, 0, 94),
|
|
[4186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 5, 0, 94),
|
|
[4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988),
|
|
[4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5, 0, 95),
|
|
[4192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 5, 0, 95),
|
|
[4194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_elem_repeat1, 2, 0, 0), SHIFT_REPEAT(1124),
|
|
[4197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_case_repeat1, 2, 0, 0), SHIFT_REPEAT(1092),
|
|
[4200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_case_repeat1, 2, 0, 0),
|
|
[4202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_element_comment_repeat1, 2, 0, 0), SHIFT_REPEAT(2051),
|
|
[4205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_element_comment_repeat1, 2, 0, 0),
|
|
[4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
|
|
[4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968),
|
|
[4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
|
|
[4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
|
|
[4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016),
|
|
[4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
|
|
[4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
|
|
[4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917),
|
|
[4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618),
|
|
[4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844),
|
|
[4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429),
|
|
[4229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2297),
|
|
[4232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2, 0, 0),
|
|
[4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0),
|
|
[4236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(891),
|
|
[4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931),
|
|
[4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389),
|
|
[4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637),
|
|
[4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
|
|
[4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902),
|
|
[4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270),
|
|
[4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070),
|
|
[4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360),
|
|
[4255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 4, 0, 44),
|
|
[4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065),
|
|
[4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
|
|
[4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394),
|
|
[4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975),
|
|
[4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731),
|
|
[4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
|
|
[4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591),
|
|
[4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
|
|
[4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967),
|
|
[4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627),
|
|
[4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842),
|
|
[4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
|
|
[4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026),
|
|
[4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896),
|
|
[4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175),
|
|
[4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989),
|
|
[4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573),
|
|
[4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
|
|
[4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
|
|
[4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986),
|
|
[4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416),
|
|
[4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028),
|
|
[4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
|
|
[4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
|
|
[4305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(294),
|
|
[4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
|
|
[4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219),
|
|
[4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162),
|
|
[4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777),
|
|
[4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991),
|
|
[4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767),
|
|
[4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
|
|
[4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045),
|
|
[4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092),
|
|
[4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
|
|
[4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192),
|
|
[4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202),
|
|
[4332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_communication_case, 4, 0, 92),
|
|
[4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
|
|
[4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
|
|
[4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
|
|
[4340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_style_tag_start, 4, 0, 0),
|
|
[4342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_list, 4, 0, 0),
|
|
[4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770),
|
|
[4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
|
|
[4348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(158),
|
|
[4351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_list, 1, 0, 0),
|
|
[4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
|
|
[4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
|
|
[4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
|
|
[4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187),
|
|
[4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783),
|
|
[4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
|
|
[4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186),
|
|
[4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778),
|
|
[4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920),
|
|
[4371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_script_tag_start, 4, 0, 41),
|
|
[4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992),
|
|
[4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
|
|
[4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513),
|
|
[4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217),
|
|
[4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473),
|
|
[4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011),
|
|
[4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802),
|
|
[4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
|
|
[4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
|
|
[4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966),
|
|
[4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517),
|
|
[4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
|
|
[4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
|
|
[4399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_case, 3, 0, 0),
|
|
[4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002),
|
|
[4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805),
|
|
[4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698),
|
|
[4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
|
|
[4409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_style_tag_start, 3, 0, 0),
|
|
[4411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446),
|
|
[4413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553),
|
|
[4415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435),
|
|
[4417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dynamic_class_attribute_value_repeat1, 2, 0, 0), SHIFT_REPEAT(324),
|
|
[4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666),
|
|
[4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003),
|
|
[4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
|
|
[4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347),
|
|
[4428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347),
|
|
[4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
|
|
[4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
|
|
[4434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_script_tag_start, 3, 0, 41),
|
|
[4436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(307),
|
|
[4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167),
|
|
[4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780),
|
|
[4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916),
|
|
[4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476),
|
|
[4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004),
|
|
[4449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444),
|
|
[4451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538),
|
|
[4453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445),
|
|
[4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
|
|
[4457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431),
|
|
[4459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539),
|
|
[4461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432),
|
|
[4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318),
|
|
[4465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2318),
|
|
[4467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_case, 4, 0, 7),
|
|
[4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
|
|
[4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758),
|
|
[4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906),
|
|
[4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999),
|
|
[4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
|
|
[4479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(983),
|
|
[4482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0),
|
|
[4484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_literal_value_repeat1, 2, 0, 0),
|
|
[4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
|
|
[4488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_literal_value_repeat1, 2, 0, 0), SHIFT_REPEAT(87),
|
|
[4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935),
|
|
[4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
|
|
[4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
|
|
[4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973),
|
|
[4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
|
|
[4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905),
|
|
[4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
|
|
[4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769),
|
|
[4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174),
|
|
[4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
|
|
[4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490),
|
|
[4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
|
|
[4515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 5, 0, 112),
|
|
[4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199),
|
|
[4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014),
|
|
[4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498),
|
|
[4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931),
|
|
[4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700),
|
|
[4527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyed_element, 3, 0, 93),
|
|
[4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611),
|
|
[4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838),
|
|
[4533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511),
|
|
[4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521),
|
|
[4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146),
|
|
[4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542),
|
|
[4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315),
|
|
[4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
|
|
[4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468),
|
|
[4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743),
|
|
[4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521),
|
|
[4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494),
|
|
[4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156),
|
|
[4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409),
|
|
[4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
|
|
[4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505),
|
|
[4561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, 0, 44),
|
|
[4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304),
|
|
[4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036),
|
|
[4567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 3, 0, 70),
|
|
[4569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_css_property, 4, 0, 40),
|
|
[4571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, 0, 42),
|
|
[4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509),
|
|
[4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144),
|
|
[4577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, 0, 71),
|
|
[4579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, 0, 22),
|
|
[4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
|
|
[4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116),
|
|
[4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839),
|
|
[4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139),
|
|
[4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
|
|
[4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710),
|
|
[4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051),
|
|
[4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
|
|
[4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876),
|
|
[4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231),
|
|
[4601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800),
|
|
[4603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2439),
|
|
[4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518),
|
|
[4607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440),
|
|
[4609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 21),
|
|
[4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610),
|
|
[4613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 3, 0, 101),
|
|
[4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000),
|
|
[4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443),
|
|
[4619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_argument, 2, 0, 0),
|
|
[4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444),
|
|
[4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649),
|
|
[4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047),
|
|
[4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969),
|
|
[4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506),
|
|
[4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972),
|
|
[4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943),
|
|
[4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430),
|
|
[4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461),
|
|
[4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440),
|
|
[4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063),
|
|
[4643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dot, 1, 0, 0),
|
|
[4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532),
|
|
[4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885),
|
|
[4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133),
|
|
[4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519),
|
|
[4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473),
|
|
[4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798),
|
|
[4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151),
|
|
[4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474),
|
|
[4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433),
|
|
[4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911),
|
|
[4665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384),
|
|
[4667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2418),
|
|
[4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502),
|
|
[4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
|
|
[4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138),
|
|
[4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
|
|
[4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143),
|
|
[4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360),
|
|
[4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146),
|
|
[4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364),
|
|
[4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149),
|
|
[4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368),
|
|
[4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155),
|
|
[4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372),
|
|
[4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052),
|
|
[4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564),
|
|
[4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147),
|
|
[4699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 7, 0, 120),
|
|
[4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652),
|
|
[4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459),
|
|
[4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069),
|
|
[4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461),
|
|
[4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059),
|
|
[4711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 9, 0, 128),
|
|
[4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405),
|
|
[4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313),
|
|
[4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134),
|
|
[4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719),
|
|
[4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385),
|
|
[4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393),
|
|
[4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373),
|
|
[4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407),
|
|
[4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938),
|
|
[4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413),
|
|
[4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691),
|
|
[4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062),
|
|
[4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098),
|
|
[4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339),
|
|
[4741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implicit_length_array_type, 4, 0, 50),
|
|
[4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736),
|
|
[4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420),
|
|
[4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252),
|
|
[4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795),
|
|
[4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374),
|
|
[4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
|
|
[4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129),
|
|
[4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537),
|
|
[4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412),
|
|
[4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408),
|
|
[4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539),
|
|
[4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714),
|
|
[4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370),
|
|
[4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825),
|
|
[4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746),
|
|
[4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873),
|
|
[4775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 7, 0, 119),
|
|
[4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389),
|
|
[4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585),
|
|
[4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457),
|
|
[4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737),
|
|
[4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813),
|
|
[4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591),
|
|
[4789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, 0, 87),
|
|
[4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072),
|
|
[4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395),
|
|
[4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594),
|
|
[4797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, 0, 89),
|
|
[4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
|
|
[4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
|
|
[4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741),
|
|
[4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497),
|
|
[4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235),
|
|
[4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595),
|
|
[4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899),
|
|
[4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140),
|
|
[4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
|
|
[4817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__css_identifier, 1, 0, 14),
|
|
[4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061),
|
|
[4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453),
|
|
[4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110),
|
|
[4825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, 0, 59),
|
|
[4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811),
|
|
[4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750),
|
|
[4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472),
|
|
[4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464),
|
|
[4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469),
|
|
[4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475),
|
|
[4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593),
|
|
[4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286),
|
|
[4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363),
|
|
[4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579),
|
|
[4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482),
|
|
[4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
|
|
[4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585),
|
|
[4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166),
|
|
[4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882),
|
|
[4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492),
|
|
[4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006),
|
|
[4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663),
|
|
[4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499),
|
|
[4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077),
|
|
[4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342),
|
|
[4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426),
|
|
[4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
|
|
[4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343),
|
|
[4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867),
|
|
[4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
|
|
[4879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__script_identifier, 1, 0, 15),
|
|
[4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345),
|
|
[4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642),
|
|
[4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533),
|
|
[4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536),
|
|
[4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428),
|
|
[4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346),
|
|
[4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729),
|
|
[4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
|
|
[4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647),
|
|
[4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466),
|
|
[4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318),
|
|
[4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890),
|
|
[4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391),
|
|
[4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197),
|
|
[4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254),
|
|
[4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951),
|
|
[4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141),
|
|
[4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605),
|
|
[4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886),
|
|
[4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077),
|
|
[4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635),
|
|
[4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478),
|
|
[4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828),
|
|
[4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402),
|
|
[4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842),
|
|
[4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089),
|
|
[4933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 5, 0, 107),
|
|
[4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303),
|
|
[4937] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
|
|
[4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383),
|
|
[4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267),
|
|
[4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075),
|
|
[4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510),
|
|
[4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589),
|
|
[4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428),
|
|
[4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905),
|
|
[4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561),
|
|
[4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844),
|
|
[4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848),
|
|
[4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
|
|
[4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935),
|
|
[4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405),
|
|
[4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850),
|
|
[4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783),
|
|
[4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398),
|
|
[4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125),
|
|
[4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388),
|
|
[4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681),
|
|
[4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441),
|
|
[4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
|
|
[4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522),
|
|
[4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275),
|
|
[4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177),
|
|
[4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316),
|
|
[4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232),
|
|
[4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233),
|
|
[4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559),
|
|
[4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130),
|
|
[4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234),
|
|
[4999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, 0, 105),
|
|
[5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524),
|
|
[5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471),
|
|
[5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343),
|
|
[5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
|
|
[5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081),
|
|
[5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317),
|
|
[5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
|
|
[5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220),
|
|
[5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
|
|
[5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137),
|
|
[5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
|
|
[5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324),
|
|
[5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
|
|
[5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
|
|
[5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142),
|
|
[5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283),
|
|
[5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145),
|
|
[5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860),
|
|
[5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148),
|
|
[5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090),
|
|
[5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154),
|
|
[5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861),
|
|
[5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158),
|
|
[5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108),
|
|
[5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068),
|
|
};
|
|
|
|
enum ts_external_scanner_symbol_identifiers {
|
|
ts_external_token_css_property_value = 0,
|
|
ts_external_token_script_block_text = 1,
|
|
ts_external_token_switch_element_text = 2,
|
|
ts_external_token_element_text = 3,
|
|
};
|
|
|
|
static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
|
|
[ts_external_token_css_property_value] = sym_css_property_value,
|
|
[ts_external_token_script_block_text] = sym_script_block_text,
|
|
[ts_external_token_switch_element_text] = sym_switch_element_text,
|
|
[ts_external_token_element_text] = sym_element_text,
|
|
};
|
|
|
|
static const bool ts_external_scanner_states[6][EXTERNAL_TOKEN_COUNT] = {
|
|
[1] = {
|
|
[ts_external_token_css_property_value] = true,
|
|
[ts_external_token_script_block_text] = true,
|
|
[ts_external_token_switch_element_text] = true,
|
|
[ts_external_token_element_text] = true,
|
|
},
|
|
[2] = {
|
|
[ts_external_token_switch_element_text] = true,
|
|
},
|
|
[3] = {
|
|
[ts_external_token_element_text] = true,
|
|
},
|
|
[4] = {
|
|
[ts_external_token_css_property_value] = true,
|
|
},
|
|
[5] = {
|
|
[ts_external_token_script_block_text] = true,
|
|
},
|
|
};
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
void *tree_sitter_templ_external_scanner_create(void);
|
|
void tree_sitter_templ_external_scanner_destroy(void *);
|
|
bool tree_sitter_templ_external_scanner_scan(void *, TSLexer *, const bool *);
|
|
unsigned tree_sitter_templ_external_scanner_serialize(void *, char *);
|
|
void tree_sitter_templ_external_scanner_deserialize(void *, const char *, unsigned);
|
|
|
|
#ifdef TREE_SITTER_HIDE_SYMBOLS
|
|
#define TS_PUBLIC
|
|
#elif defined(_WIN32)
|
|
#define TS_PUBLIC __declspec(dllexport)
|
|
#else
|
|
#define TS_PUBLIC __attribute__((visibility("default")))
|
|
#endif
|
|
|
|
TS_PUBLIC const TSLanguage *tree_sitter_templ(void) {
|
|
static const TSLanguage language = {
|
|
.abi_version = LANGUAGE_VERSION,
|
|
.symbol_count = SYMBOL_COUNT,
|
|
.alias_count = ALIAS_COUNT,
|
|
.token_count = TOKEN_COUNT,
|
|
.external_token_count = EXTERNAL_TOKEN_COUNT,
|
|
.state_count = STATE_COUNT,
|
|
.large_state_count = LARGE_STATE_COUNT,
|
|
.production_id_count = PRODUCTION_ID_COUNT,
|
|
.supertype_count = SUPERTYPE_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,
|
|
.supertype_map_slices = ts_supertype_map_slices,
|
|
.supertype_map_entries = ts_supertype_map_entries,
|
|
.supertype_symbols = ts_supertype_symbols,
|
|
.symbol_metadata = ts_symbol_metadata,
|
|
.public_symbol_map = ts_symbol_map,
|
|
.alias_map = ts_non_terminal_alias_map,
|
|
.alias_sequences = &ts_alias_sequences[0][0],
|
|
.lex_modes = (const void*)ts_lex_modes,
|
|
.lex_fn = ts_lex,
|
|
.keyword_lex_fn = ts_lex_keywords,
|
|
.keyword_capture_token = sym_identifier,
|
|
.external_scanner = {
|
|
&ts_external_scanner_states[0][0],
|
|
ts_external_scanner_symbol_map,
|
|
tree_sitter_templ_external_scanner_create,
|
|
tree_sitter_templ_external_scanner_destroy,
|
|
tree_sitter_templ_external_scanner_scan,
|
|
tree_sitter_templ_external_scanner_serialize,
|
|
tree_sitter_templ_external_scanner_deserialize,
|
|
},
|
|
.primary_state_ids = ts_primary_state_ids,
|
|
.name = "templ",
|
|
.reserved_words = &ts_reserved_words[0][0],
|
|
.max_reserved_word_set_size = 25,
|
|
.metadata = {
|
|
.major_version = 2,
|
|
.minor_version = 2,
|
|
.patch_version = 0,
|
|
},
|
|
};
|
|
return &language;
|
|
}
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |