#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 14
#define STATE_COUNT 388
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 144
#define ALIAS_COUNT 0
#define TOKEN_COUNT 65
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 16
#define MAX_ALIAS_SEQUENCE_LENGTH 8
#define PRODUCTION_ID_COUNT 40
enum ts_symbol_identifiers {
sym_identifier = 1,
anon_sym_package = 2,
anon_sym_SEMI = 3,
anon_sym_COLON = 4,
anon_sym_AT = 5,
anon_sym_SLASH = 6,
anon_sym_use = 7,
anon_sym_as = 8,
anon_sym_world = 9,
anon_sym_LBRACE = 10,
anon_sym_RBRACE = 11,
anon_sym_export = 12,
anon_sym_COLON2 = 13,
anon_sym_import = 14,
anon_sym_interface = 15,
anon_sym_DOT = 16,
anon_sym_LBRACE2 = 17,
anon_sym_RBRACE2 = 18,
anon_sym_COMMA = 19,
anon_sym_func = 20,
anon_sym_DASH_GT = 21,
anon_sym_LPAREN = 22,
anon_sym_RPAREN = 23,
anon_sym_include = 24,
anon_sym_with = 25,
anon_sym_resource = 26,
anon_sym_static = 27,
anon_sym_constructor = 28,
anon_sym_variant = 29,
anon_sym_record = 30,
anon_sym_flags = 31,
anon_sym_enum = 32,
anon_sym_type = 33,
anon_sym_EQ = 34,
anon_sym_u8 = 35,
anon_sym_u16 = 36,
anon_sym_u32 = 37,
anon_sym_u64 = 38,
anon_sym_s8 = 39,
anon_sym_s16 = 40,
anon_sym_s32 = 41,
anon_sym_s64 = 42,
anon_sym_float32 = 43,
anon_sym_float64 = 44,
anon_sym_char = 45,
anon_sym_bool = 46,
anon_sym_string = 47,
anon_sym_tuple = 48,
anon_sym_LT = 49,
anon_sym_GT = 50,
anon_sym_list = 51,
anon_sym_option = 52,
anon_sym_result = 53,
anon_sym__ = 54,
anon_sym_borrow = 55,
anon_sym_own = 56,
sym_semver = 57,
anon_sym_SLASH_SLASH_SLASH = 58,
aux_sym_doc_comment_token1 = 59,
sym_docs = 60,
anon_sym_SLASH_STAR = 61,
aux_sym_block_comment_token1 = 62,
anon_sym_SLASH_SLASH = 63,
aux_sym_slash_comment_token1 = 64,
sym_source_file = 65,
sym_package_decl = 66,
sym_fully_qualified_package_name = 67,
sym_package_name = 68,
sym_package_path = 69,
sym_top_level_item = 70,
sym_top_level_use_item = 71,
sym_use_path = 72,
sym_local_use_path = 73,
sym_fully_qualified_use_path = 74,
sym_world_item = 75,
sym_world_items = 76,
sym_export_item = 77,
sym_exported_item = 78,
sym_exported_path = 79,
sym_import_item = 80,
sym_imported_item = 81,
sym_imported_path = 82,
sym_extern_type = 83,
sym_use_item = 84,
sym__use_names_list = 85,
sym_use_names_item = 86,
sym_interface_item = 87,
sym_interface_items = 88,
sym_typedef_item = 89,
sym_func_item = 90,
sym_func_type = 91,
sym_param_list = 92,
sym__param_list_inner = 93,
sym_result_list = 94,
sym_named_result_list = 95,
sym__named_type_list = 96,
sym_named_type = 97,
sym_include_item = 98,
sym_include_names_list = 99,
sym_include_names_item = 100,
sym_resource_item = 101,
sym_resource_method = 102,
sym_static_method = 103,
sym_resource_constructor = 104,
sym_variant_item = 105,
sym_variant_case = 106,
sym_record_item = 107,
sym_record_field = 108,
sym_flags_item = 109,
sym_flags_case = 110,
sym_enum_item = 111,
sym_enum_case = 112,
sym_type_item = 113,
sym_ty = 114,
sym_builtins = 115,
sym_tuple = 116,
sym_list = 117,
sym_option = 118,
sym_result = 119,
sym__result_list = 120,
sym_user_defined_type = 121,
sym_handle = 122,
sym_borrowed_handle = 123,
sym_owned_handle = 124,
sym_attribute = 125,
sym_doc_comment = 126,
sym_block_comment = 127,
sym_slash_comment = 128,
aux_sym_source_file_repeat1 = 129,
aux_sym_package_decl_repeat1 = 130,
aux_sym_package_path_repeat1 = 131,
aux_sym_world_item_repeat1 = 132,
aux_sym_extern_type_repeat1 = 133,
aux_sym__use_names_list_repeat1 = 134,
aux_sym__param_list_inner_repeat1 = 135,
aux_sym__named_type_list_repeat1 = 136,
aux_sym_include_names_list_repeat1 = 137,
aux_sym_resource_item_repeat1 = 138,
aux_sym_variant_item_repeat1 = 139,
aux_sym_record_item_repeat1 = 140,
aux_sym_flags_item_repeat1 = 141,
aux_sym_enum_item_repeat1 = 142,
aux_sym_tuple_repeat1 = 143,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_identifier] = "identifier",
[anon_sym_package] = "package",
[anon_sym_SEMI] = ";",
[anon_sym_COLON] = ":",
[anon_sym_AT] = "@",
[anon_sym_SLASH] = "/",
[anon_sym_use] = "use",
[anon_sym_as] = "as",
[anon_sym_world] = "world",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[anon_sym_export] = "export",
[anon_sym_COLON2] = ":",
[anon_sym_import] = "import",
[anon_sym_interface] = "interface",
[anon_sym_DOT] = ".",
[anon_sym_LBRACE2] = "{",
[anon_sym_RBRACE2] = "}",
[anon_sym_COMMA] = ",",
[anon_sym_func] = "func",
[anon_sym_DASH_GT] = "->",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[anon_sym_include] = "include",
[anon_sym_with] = "with",
[anon_sym_resource] = "resource",
[anon_sym_static] = "static",
[anon_sym_constructor] = "constructor",
[anon_sym_variant] = "variant",
[anon_sym_record] = "record",
[anon_sym_flags] = "flags",
[anon_sym_enum] = "enum",
[anon_sym_type] = "type",
[anon_sym_EQ] = "=",
[anon_sym_u8] = "u8",
[anon_sym_u16] = "u16",
[anon_sym_u32] = "u32",
[anon_sym_u64] = "u64",
[anon_sym_s8] = "s8",
[anon_sym_s16] = "s16",
[anon_sym_s32] = "s32",
[anon_sym_s64] = "s64",
[anon_sym_float32] = "float32",
[anon_sym_float64] = "float64",
[anon_sym_char] = "char",
[anon_sym_bool] = "bool",
[anon_sym_string] = "string",
[anon_sym_tuple] = "tuple",
[anon_sym_LT] = "<",
[anon_sym_GT] = ">",
[anon_sym_list] = "list",
[anon_sym_option] = "option",
[anon_sym_result] = "result",
[anon_sym__] = "_",
[anon_sym_borrow] = "borrow",
[anon_sym_own] = "own",
[sym_semver] = "semver",
[anon_sym_SLASH_SLASH_SLASH] = "///",
[aux_sym_doc_comment_token1] = "doc_comment_token1",
[sym_docs] = "docs",
[anon_sym_SLASH_STAR] = "/*",
[aux_sym_block_comment_token1] = "block_comment_token1",
[anon_sym_SLASH_SLASH] = "//",
[aux_sym_slash_comment_token1] = "slash_comment_token1",
[sym_source_file] = "source_file",
[sym_package_decl] = "package_decl",
[sym_fully_qualified_package_name] = "fully_qualified_package_name",
[sym_package_name] = "package_name",
[sym_package_path] = "package_path",
[sym_top_level_item] = "top_level_item",
[sym_top_level_use_item] = "top_level_use_item",
[sym_use_path] = "use_path",
[sym_local_use_path] = "local_use_path",
[sym_fully_qualified_use_path] = "fully_qualified_use_path",
[sym_world_item] = "world_item",
[sym_world_items] = "world_items",
[sym_export_item] = "export_item",
[sym_exported_item] = "exported_item",
[sym_exported_path] = "exported_path",
[sym_import_item] = "import_item",
[sym_imported_item] = "imported_item",
[sym_imported_path] = "imported_path",
[sym_extern_type] = "extern_type",
[sym_use_item] = "use_item",
[sym__use_names_list] = "_use_names_list",
[sym_use_names_item] = "use_names_item",
[sym_interface_item] = "interface_item",
[sym_interface_items] = "interface_items",
[sym_typedef_item] = "typedef_item",
[sym_func_item] = "func_item",
[sym_func_type] = "func_type",
[sym_param_list] = "param_list",
[sym__param_list_inner] = "_param_list_inner",
[sym_result_list] = "result_list",
[sym_named_result_list] = "named_result_list",
[sym__named_type_list] = "_named_type_list",
[sym_named_type] = "named_type",
[sym_include_item] = "include_item",
[sym_include_names_list] = "include_names_list",
[sym_include_names_item] = "include_names_item",
[sym_resource_item] = "resource_item",
[sym_resource_method] = "resource_method",
[sym_static_method] = "static_method",
[sym_resource_constructor] = "resource_constructor",
[sym_variant_item] = "variant_item",
[sym_variant_case] = "variant_case",
[sym_record_item] = "record_item",
[sym_record_field] = "record_field",
[sym_flags_item] = "flags_item",
[sym_flags_case] = "flags_case",
[sym_enum_item] = "enum_item",
[sym_enum_case] = "enum_case",
[sym_type_item] = "type_item",
[sym_ty] = "ty",
[sym_builtins] = "builtins",
[sym_tuple] = "tuple",
[sym_list] = "list",
[sym_option] = "option",
[sym_result] = "result",
[sym__result_list] = "_result_list",
[sym_user_defined_type] = "user_defined_type",
[sym_handle] = "handle",
[sym_borrowed_handle] = "borrowed_handle",
[sym_owned_handle] = "owned_handle",
[sym_attribute] = "attribute",
[sym_doc_comment] = "doc_comment",
[sym_block_comment] = "block_comment",
[sym_slash_comment] = "slash_comment",
[aux_sym_source_file_repeat1] = "source_file_repeat1",
[aux_sym_package_decl_repeat1] = "package_decl_repeat1",
[aux_sym_package_path_repeat1] = "package_path_repeat1",
[aux_sym_world_item_repeat1] = "world_item_repeat1",
[aux_sym_extern_type_repeat1] = "extern_type_repeat1",
[aux_sym__use_names_list_repeat1] = "_use_names_list_repeat1",
[aux_sym__param_list_inner_repeat1] = "_param_list_inner_repeat1",
[aux_sym__named_type_list_repeat1] = "_named_type_list_repeat1",
[aux_sym_include_names_list_repeat1] = "include_names_list_repeat1",
[aux_sym_resource_item_repeat1] = "resource_item_repeat1",
[aux_sym_variant_item_repeat1] = "variant_item_repeat1",
[aux_sym_record_item_repeat1] = "record_item_repeat1",
[aux_sym_flags_item_repeat1] = "flags_item_repeat1",
[aux_sym_enum_item_repeat1] = "enum_item_repeat1",
[aux_sym_tuple_repeat1] = "tuple_repeat1",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym_identifier] = sym_identifier,
[anon_sym_package] = anon_sym_package,
[anon_sym_SEMI] = anon_sym_SEMI,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_AT] = anon_sym_AT,
[anon_sym_SLASH] = anon_sym_SLASH,
[anon_sym_use] = anon_sym_use,
[anon_sym_as] = anon_sym_as,
[anon_sym_world] = anon_sym_world,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[anon_sym_export] = anon_sym_export,
[anon_sym_COLON2] = anon_sym_COLON,
[anon_sym_import] = anon_sym_import,
[anon_sym_interface] = anon_sym_interface,
[anon_sym_DOT] = anon_sym_DOT,
[anon_sym_LBRACE2] = anon_sym_LBRACE,
[anon_sym_RBRACE2] = anon_sym_RBRACE,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_func] = anon_sym_func,
[anon_sym_DASH_GT] = anon_sym_DASH_GT,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_include] = anon_sym_include,
[anon_sym_with] = anon_sym_with,
[anon_sym_resource] = anon_sym_resource,
[anon_sym_static] = anon_sym_static,
[anon_sym_constructor] = anon_sym_constructor,
[anon_sym_variant] = anon_sym_variant,
[anon_sym_record] = anon_sym_record,
[anon_sym_flags] = anon_sym_flags,
[anon_sym_enum] = anon_sym_enum,
[anon_sym_type] = anon_sym_type,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_u8] = anon_sym_u8,
[anon_sym_u16] = anon_sym_u16,
[anon_sym_u32] = anon_sym_u32,
[anon_sym_u64] = anon_sym_u64,
[anon_sym_s8] = anon_sym_s8,
[anon_sym_s16] = anon_sym_s16,
[anon_sym_s32] = anon_sym_s32,
[anon_sym_s64] = anon_sym_s64,
[anon_sym_float32] = anon_sym_float32,
[anon_sym_float64] = anon_sym_float64,
[anon_sym_char] = anon_sym_char,
[anon_sym_bool] = anon_sym_bool,
[anon_sym_string] = anon_sym_string,
[anon_sym_tuple] = anon_sym_tuple,
[anon_sym_LT] = anon_sym_LT,
[anon_sym_GT] = anon_sym_GT,
[anon_sym_list] = anon_sym_list,
[anon_sym_option] = anon_sym_option,
[anon_sym_result] = anon_sym_result,
[anon_sym__] = anon_sym__,
[anon_sym_borrow] = anon_sym_borrow,
[anon_sym_own] = anon_sym_own,
[sym_semver] = sym_semver,
[anon_sym_SLASH_SLASH_SLASH] = anon_sym_SLASH_SLASH_SLASH,
[aux_sym_doc_comment_token1] = aux_sym_doc_comment_token1,
[sym_docs] = sym_docs,
[anon_sym_SLASH_STAR] = anon_sym_SLASH_STAR,
[aux_sym_block_comment_token1] = aux_sym_block_comment_token1,
[anon_sym_SLASH_SLASH] = anon_sym_SLASH_SLASH,
[aux_sym_slash_comment_token1] = aux_sym_slash_comment_token1,
[sym_source_file] = sym_source_file,
[sym_package_decl] = sym_package_decl,
[sym_fully_qualified_package_name] = sym_fully_qualified_package_name,
[sym_package_name] = sym_package_name,
[sym_package_path] = sym_package_path,
[sym_top_level_item] = sym_top_level_item,
[sym_top_level_use_item] = sym_top_level_use_item,
[sym_use_path] = sym_use_path,
[sym_local_use_path] = sym_local_use_path,
[sym_fully_qualified_use_path] = sym_fully_qualified_use_path,
[sym_world_item] = sym_world_item,
[sym_world_items] = sym_world_items,
[sym_export_item] = sym_export_item,
[sym_exported_item] = sym_exported_item,
[sym_exported_path] = sym_exported_path,
[sym_import_item] = sym_import_item,
[sym_imported_item] = sym_imported_item,
[sym_imported_path] = sym_imported_path,
[sym_extern_type] = sym_extern_type,
[sym_use_item] = sym_use_item,
[sym__use_names_list] = sym__use_names_list,
[sym_use_names_item] = sym_use_names_item,
[sym_interface_item] = sym_interface_item,
[sym_interface_items] = sym_interface_items,
[sym_typedef_item] = sym_typedef_item,
[sym_func_item] = sym_func_item,
[sym_func_type] = sym_func_type,
[sym_param_list] = sym_param_list,
[sym__param_list_inner] = sym__param_list_inner,
[sym_result_list] = sym_result_list,
[sym_named_result_list] = sym_named_result_list,
[sym__named_type_list] = sym__named_type_list,
[sym_named_type] = sym_named_type,
[sym_include_item] = sym_include_item,
[sym_include_names_list] = sym_include_names_list,
[sym_include_names_item] = sym_include_names_item,
[sym_resource_item] = sym_resource_item,
[sym_resource_method] = sym_resource_method,
[sym_static_method] = sym_static_method,
[sym_resource_constructor] = sym_resource_constructor,
[sym_variant_item] = sym_variant_item,
[sym_variant_case] = sym_variant_case,
[sym_record_item] = sym_record_item,
[sym_record_field] = sym_record_field,
[sym_flags_item] = sym_flags_item,
[sym_flags_case] = sym_flags_case,
[sym_enum_item] = sym_enum_item,
[sym_enum_case] = sym_enum_case,
[sym_type_item] = sym_type_item,
[sym_ty] = sym_ty,
[sym_builtins] = sym_builtins,
[sym_tuple] = sym_tuple,
[sym_list] = sym_list,
[sym_option] = sym_option,
[sym_result] = sym_result,
[sym__result_list] = sym__result_list,
[sym_user_defined_type] = sym_user_defined_type,
[sym_handle] = sym_handle,
[sym_borrowed_handle] = sym_borrowed_handle,
[sym_owned_handle] = sym_owned_handle,
[sym_attribute] = sym_attribute,
[sym_doc_comment] = sym_doc_comment,
[sym_block_comment] = sym_block_comment,
[sym_slash_comment] = sym_slash_comment,
[aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
[aux_sym_package_decl_repeat1] = aux_sym_package_decl_repeat1,
[aux_sym_package_path_repeat1] = aux_sym_package_path_repeat1,
[aux_sym_world_item_repeat1] = aux_sym_world_item_repeat1,
[aux_sym_extern_type_repeat1] = aux_sym_extern_type_repeat1,
[aux_sym__use_names_list_repeat1] = aux_sym__use_names_list_repeat1,
[aux_sym__param_list_inner_repeat1] = aux_sym__param_list_inner_repeat1,
[aux_sym__named_type_list_repeat1] = aux_sym__named_type_list_repeat1,
[aux_sym_include_names_list_repeat1] = aux_sym_include_names_list_repeat1,
[aux_sym_resource_item_repeat1] = aux_sym_resource_item_repeat1,
[aux_sym_variant_item_repeat1] = aux_sym_variant_item_repeat1,
[aux_sym_record_item_repeat1] = aux_sym_record_item_repeat1,
[aux_sym_flags_item_repeat1] = aux_sym_flags_item_repeat1,
[aux_sym_enum_item_repeat1] = aux_sym_enum_item_repeat1,
[aux_sym_tuple_repeat1] = aux_sym_tuple_repeat1,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym_identifier] = {
.visible = true,
.named = true,
},
[anon_sym_package] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_AT] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH] = {
.visible = true,
.named = false,
},
[anon_sym_use] = {
.visible = true,
.named = false,
},
[anon_sym_as] = {
.visible = true,
.named = false,
},
[anon_sym_world] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_export] = {
.visible = true,
.named = false,
},
[anon_sym_COLON2] = {
.visible = true,
.named = false,
},
[anon_sym_import] = {
.visible = true,
.named = false,
},
[anon_sym_interface] = {
.visible = true,
.named = false,
},
[anon_sym_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE2] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE2] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_func] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_GT] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_include] = {
.visible = true,
.named = false,
},
[anon_sym_with] = {
.visible = true,
.named = false,
},
[anon_sym_resource] = {
.visible = true,
.named = false,
},
[anon_sym_static] = {
.visible = true,
.named = false,
},
[anon_sym_constructor] = {
.visible = true,
.named = false,
},
[anon_sym_variant] = {
.visible = true,
.named = false,
},
[anon_sym_record] = {
.visible = true,
.named = false,
},
[anon_sym_flags] = {
.visible = true,
.named = false,
},
[anon_sym_enum] = {
.visible = true,
.named = false,
},
[anon_sym_type] = {
.visible = true,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_u8] = {
.visible = true,
.named = false,
},
[anon_sym_u16] = {
.visible = true,
.named = false,
},
[anon_sym_u32] = {
.visible = true,
.named = false,
},
[anon_sym_u64] = {
.visible = true,
.named = false,
},
[anon_sym_s8] = {
.visible = true,
.named = false,
},
[anon_sym_s16] = {
.visible = true,
.named = false,
},
[anon_sym_s32] = {
.visible = true,
.named = false,
},
[anon_sym_s64] = {
.visible = true,
.named = false,
},
[anon_sym_float32] = {
.visible = true,
.named = false,
},
[anon_sym_float64] = {
.visible = true,
.named = false,
},
[anon_sym_char] = {
.visible = true,
.named = false,
},
[anon_sym_bool] = {
.visible = true,
.named = false,
},
[anon_sym_string] = {
.visible = true,
.named = false,
},
[anon_sym_tuple] = {
.visible = true,
.named = false,
},
[anon_sym_LT] = {
.visible = true,
.named = false,
},
[anon_sym_GT] = {
.visible = true,
.named = false,
},
[anon_sym_list] = {
.visible = true,
.named = false,
},
[anon_sym_option] = {
.visible = true,
.named = false,
},
[anon_sym_result] = {
.visible = true,
.named = false,
},
[anon_sym__] = {
.visible = true,
.named = false,
},
[anon_sym_borrow] = {
.visible = true,
.named = false,
},
[anon_sym_own] = {
.visible = true,
.named = false,
},
[sym_semver] = {
.visible = true,
.named = true,
},
[anon_sym_SLASH_SLASH_SLASH] = {
.visible = true,
.named = false,
},
[aux_sym_doc_comment_token1] = {
.visible = false,
.named = false,
},
[sym_docs] = {
.visible = true,
.named = true,
},
[anon_sym_SLASH_STAR] = {
.visible = true,
.named = false,
},
[aux_sym_block_comment_token1] = {
.visible = false,
.named = false,
},
[anon_sym_SLASH_SLASH] = {
.visible = true,
.named = false,
},
[aux_sym_slash_comment_token1] = {
.visible = false,
.named = false,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym_package_decl] = {
.visible = true,
.named = true,
},
[sym_fully_qualified_package_name] = {
.visible = true,
.named = true,
},
[sym_package_name] = {
.visible = true,
.named = true,
},
[sym_package_path] = {
.visible = true,
.named = true,
},
[sym_top_level_item] = {
.visible = true,
.named = true,
},
[sym_top_level_use_item] = {
.visible = true,
.named = true,
},
[sym_use_path] = {
.visible = true,
.named = true,
},
[sym_local_use_path] = {
.visible = true,
.named = true,
},
[sym_fully_qualified_use_path] = {
.visible = true,
.named = true,
},
[sym_world_item] = {
.visible = true,
.named = true,
},
[sym_world_items] = {
.visible = true,
.named = true,
},
[sym_export_item] = {
.visible = true,
.named = true,
},
[sym_exported_item] = {
.visible = true,
.named = true,
},
[sym_exported_path] = {
.visible = true,
.named = true,
},
[sym_import_item] = {
.visible = true,
.named = true,
},
[sym_imported_item] = {
.visible = true,
.named = true,
},
[sym_imported_path] = {
.visible = true,
.named = true,
},
[sym_extern_type] = {
.visible = true,
.named = true,
},
[sym_use_item] = {
.visible = true,
.named = true,
},
[sym__use_names_list] = {
.visible = false,
.named = true,
},
[sym_use_names_item] = {
.visible = true,
.named = true,
},
[sym_interface_item] = {
.visible = true,
.named = true,
},
[sym_interface_items] = {
.visible = true,
.named = true,
},
[sym_typedef_item] = {
.visible = true,
.named = true,
},
[sym_func_item] = {
.visible = true,
.named = true,
},
[sym_func_type] = {
.visible = true,
.named = true,
},
[sym_param_list] = {
.visible = true,
.named = true,
},
[sym__param_list_inner] = {
.visible = false,
.named = true,
},
[sym_result_list] = {
.visible = true,
.named = true,
},
[sym_named_result_list] = {
.visible = true,
.named = true,
},
[sym__named_type_list] = {
.visible = false,
.named = true,
},
[sym_named_type] = {
.visible = true,
.named = true,
},
[sym_include_item] = {
.visible = true,
.named = true,
},
[sym_include_names_list] = {
.visible = true,
.named = true,
},
[sym_include_names_item] = {
.visible = true,
.named = true,
},
[sym_resource_item] = {
.visible = true,
.named = true,
},
[sym_resource_method] = {
.visible = true,
.named = true,
},
[sym_static_method] = {
.visible = true,
.named = true,
},
[sym_resource_constructor] = {
.visible = true,
.named = true,
},
[sym_variant_item] = {
.visible = true,
.named = true,
},
[sym_variant_case] = {
.visible = true,
.named = true,
},
[sym_record_item] = {
.visible = true,
.named = true,
},
[sym_record_field] = {
.visible = true,
.named = true,
},
[sym_flags_item] = {
.visible = true,
.named = true,
},
[sym_flags_case] = {
.visible = true,
.named = true,
},
[sym_enum_item] = {
.visible = true,
.named = true,
},
[sym_enum_case] = {
.visible = true,
.named = true,
},
[sym_type_item] = {
.visible = true,
.named = true,
},
[sym_ty] = {
.visible = true,
.named = true,
},
[sym_builtins] = {
.visible = true,
.named = true,
},
[sym_tuple] = {
.visible = true,
.named = true,
},
[sym_list] = {
.visible = true,
.named = true,
},
[sym_option] = {
.visible = true,
.named = true,
},
[sym_result] = {
.visible = true,
.named = true,
},
[sym__result_list] = {
.visible = false,
.named = true,
},
[sym_user_defined_type] = {
.visible = true,
.named = true,
},
[sym_handle] = {
.visible = true,
.named = true,
},
[sym_borrowed_handle] = {
.visible = true,
.named = true,
},
[sym_owned_handle] = {
.visible = true,
.named = true,
},
[sym_attribute] = {
.visible = true,
.named = true,
},
[sym_doc_comment] = {
.visible = true,
.named = true,
},
[sym_block_comment] = {
.visible = true,
.named = true,
},
[sym_slash_comment] = {
.visible = true,
.named = true,
},
[aux_sym_source_file_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_package_decl_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_package_path_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_world_item_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_extern_type_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__use_names_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__param_list_inner_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__named_type_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_include_names_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_resource_item_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_variant_item_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_record_item_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_flags_item_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_enum_item_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_tuple_repeat1] = {
.visible = false,
.named = false,
},
};
enum ts_field_identifiers {
field_alias = 1,
field_attributes = 2,
field_cases = 3,
field_err = 4,
field_fields = 5,
field_items = 6,
field_methods = 7,
field_name = 8,
field_names = 9,
field_ok = 10,
field_package = 11,
field_params = 12,
field_path = 13,
field_result = 14,
field_ty = 15,
field_version = 16,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_alias] = "alias",
[field_attributes] = "attributes",
[field_cases] = "cases",
[field_err] = "err",
[field_fields] = "fields",
[field_items] = "items",
[field_methods] = "methods",
[field_name] = "name",
[field_names] = "names",
[field_ok] = "ok",
[field_package] = "package",
[field_params] = "params",
[field_path] = "path",
[field_result] = "result",
[field_ty] = "ty",
[field_version] = "version",
};
static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 1},
[2] = {.index = 1, .length = 2},
[3] = {.index = 3, .length = 1},
[4] = {.index = 4, .length = 1},
[5] = {.index = 5, .length = 1},
[6] = {.index = 6, .length = 2},
[7] = {.index = 8, .length = 2},
[8] = {.index = 10, .length = 3},
[9] = {.index = 13, .length = 1},
[10] = {.index = 14, .length = 3},
[11] = {.index = 17, .length = 1},
[12] = {.index = 18, .length = 1},
[13] = {.index = 19, .length = 2},
[14] = {.index = 21, .length = 2},
[15] = {.index = 23, .length = 2},
[16] = {.index = 25, .length = 2},
[17] = {.index = 27, .length = 2},
[18] = {.index = 29, .length = 2},
[19] = {.index = 31, .length = 2},
[20] = {.index = 33, .length = 3},
[21] = {.index = 36, .length = 2},
[22] = {.index = 38, .length = 3},
[23] = {.index = 41, .length = 3},
[24] = {.index = 44, .length = 3},
[25] = {.index = 47, .length = 3},
[26] = {.index = 50, .length = 3},
[27] = {.index = 53, .length = 3},
[28] = {.index = 56, .length = 2},
[29] = {.index = 58, .length = 2},
[30] = {.index = 60, .length = 2},
[31] = {.index = 62, .length = 4},
[32] = {.index = 66, .length = 4},
[33] = {.index = 70, .length = 1},
[34] = {.index = 71, .length = 4},
[35] = {.index = 75, .length = 4},
[36] = {.index = 79, .length = 5},
[37] = {.index = 84, .length = 5},
[38] = {.index = 89, .length = 1},
[39] = {.index = 90, .length = 2},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_package, 0},
[1] =
{field_package, 0},
{field_path, 2},
[3] =
{field_name, 1},
[4] =
{field_attributes, 0},
[5] =
{field_alias, 3},
[6] =
{field_items, 3},
{field_name, 1},
[8] =
{field_attributes, 0},
{field_name, 2},
[10] =
{field_package, 0},
{field_path, 2},
{field_version, 4},
[13] =
{field_path, 1},
[14] =
{field_attributes, 0},
{field_items, 4},
{field_name, 2},
[17] =
{field_name, 0},
[18] =
{field_params, 1},
[19] =
{field_name, 0},
{field_ty, 2},
[21] =
{field_methods, 3},
{field_name, 1},
[23] =
{field_cases, 3},
{field_name, 1},
[25] =
{field_attributes, 0},
{field_name, 1},
[27] =
{field_fields, 3},
{field_name, 1},
[29] =
{field_err, 1, .inherited = true},
{field_ok, 1, .inherited = true},
[31] =
{field_name, 1},
{field_ty, 3},
[33] =
{field_attributes, 0},
{field_name, 1},
{field_ty, 3},
[36] =
{field_names, 4},
{field_path, 1},
[38] =
{field_cases, 3},
{field_cases, 4},
{field_name, 1},
[41] =
{field_fields, 3},
{field_fields, 4},
{field_name, 1},
[44] =
{field_attributes, 0},
{field_methods, 4},
{field_name, 2},
[47] =
{field_attributes, 0},
{field_cases, 4},
{field_name, 2},
[50] =
{field_attributes, 0},
{field_fields, 4},
{field_name, 2},
[53] =
{field_attributes, 0},
{field_name, 2},
{field_ty, 4},
[56] =
{field_params, 1},
{field_result, 3},
[58] =
{field_alias, 2},
{field_name, 0},
[60] =
{field_attributes, 0},
{field_params, 2},
[62] =
{field_cases, 3},
{field_cases, 4},
{field_cases, 5},
{field_name, 1},
[66] =
{field_fields, 3},
{field_fields, 4},
{field_fields, 5},
{field_name, 1},
[70] =
{field_ok, 1},
[71] =
{field_attributes, 0},
{field_cases, 4},
{field_cases, 5},
{field_name, 2},
[75] =
{field_attributes, 0},
{field_fields, 4},
{field_fields, 5},
{field_name, 2},
[79] =
{field_attributes, 0},
{field_cases, 4},
{field_cases, 5},
{field_cases, 6},
{field_name, 2},
[84] =
{field_attributes, 0},
{field_fields, 4},
{field_fields, 5},
{field_fields, 6},
{field_name, 2},
[89] =
{field_err, 3},
[90] =
{field_err, 3},
{field_ok, 1},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
};
static const uint16_t ts_non_terminal_alias_map[] = {
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 5,
[6] = 6,
[7] = 7,
[8] = 8,
[9] = 9,
[10] = 10,
[11] = 11,
[12] = 12,
[13] = 13,
[14] = 14,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 30,
[31] = 31,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 38,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 42,
[43] = 43,
[44] = 44,
[45] = 45,
[46] = 46,
[47] = 47,
[48] = 48,
[49] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 53,
[54] = 54,
[55] = 55,
[56] = 56,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 68,
[69] = 69,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 73,
[74] = 74,
[75] = 75,
[76] = 76,
[77] = 77,
[78] = 78,
[79] = 79,
[80] = 80,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 85,
[86] = 86,
[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] = 99,
[100] = 100,
[101] = 101,
[102] = 102,
[103] = 103,
[104] = 104,
[105] = 105,
[106] = 106,
[107] = 107,
[108] = 108,
[109] = 109,
[110] = 110,
[111] = 111,
[112] = 112,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 116,
[117] = 117,
[118] = 118,
[119] = 119,
[120] = 120,
[121] = 121,
[122] = 122,
[123] = 123,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 133,
[134] = 134,
[135] = 135,
[136] = 136,
[137] = 137,
[138] = 138,
[139] = 139,
[140] = 140,
[141] = 141,
[142] = 142,
[143] = 143,
[144] = 144,
[145] = 145,
[146] = 146,
[147] = 147,
[148] = 148,
[149] = 149,
[150] = 150,
[151] = 151,
[152] = 152,
[153] = 153,
[154] = 154,
[155] = 155,
[156] = 156,
[157] = 157,
[158] = 158,
[159] = 159,
[160] = 160,
[161] = 161,
[162] = 162,
[163] = 163,
[164] = 164,
[165] = 165,
[166] = 166,
[167] = 167,
[168] = 168,
[169] = 169,
[170] = 170,
[171] = 171,
[172] = 172,
[173] = 173,
[174] = 174,
[175] = 175,
[176] = 176,
[177] = 177,
[178] = 178,
[179] = 179,
[180] = 180,
[181] = 181,
[182] = 182,
[183] = 183,
[184] = 184,
[185] = 185,
[186] = 186,
[187] = 187,
[188] = 188,
[189] = 189,
[190] = 190,
[191] = 191,
[192] = 192,
[193] = 193,
[194] = 194,
[195] = 195,
[196] = 196,
[197] = 197,
[198] = 198,
[199] = 199,
[200] = 200,
[201] = 201,
[202] = 202,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 206,
[207] = 207,
[208] = 208,
[209] = 209,
[210] = 210,
[211] = 211,
[212] = 212,
[213] = 213,
[214] = 214,
[215] = 215,
[216] = 216,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 220,
[221] = 221,
[222] = 222,
[223] = 223,
[224] = 224,
[225] = 225,
[226] = 226,
[227] = 227,
[228] = 228,
[229] = 229,
[230] = 230,
[231] = 231,
[232] = 232,
[233] = 214,
[234] = 203,
[235] = 235,
[236] = 236,
[237] = 237,
[238] = 238,
[239] = 239,
[240] = 240,
[241] = 241,
[242] = 242,
[243] = 243,
[244] = 244,
[245] = 245,
[246] = 246,
[247] = 247,
[248] = 248,
[249] = 249,
[250] = 250,
[251] = 251,
[252] = 252,
[253] = 253,
[254] = 254,
[255] = 255,
[256] = 256,
[257] = 257,
[258] = 258,
[259] = 259,
[260] = 260,
[261] = 261,
[262] = 262,
[263] = 263,
[264] = 264,
[265] = 265,
[266] = 266,
[267] = 267,
[268] = 268,
[269] = 269,
[270] = 270,
[271] = 271,
[272] = 272,
[273] = 273,
[274] = 274,
[275] = 275,
[276] = 276,
[277] = 277,
[278] = 278,
[279] = 279,
[280] = 280,
[281] = 281,
[282] = 282,
[283] = 283,
[284] = 284,
[285] = 285,
[286] = 286,
[287] = 287,
[288] = 288,
[289] = 289,
[290] = 290,
[291] = 291,
[292] = 292,
[293] = 293,
[294] = 294,
[295] = 295,
[296] = 296,
[297] = 297,
[298] = 298,
[299] = 299,
[300] = 300,
[301] = 301,
[302] = 302,
[303] = 303,
[304] = 304,
[305] = 305,
[306] = 306,
[307] = 307,
[308] = 308,
[309] = 309,
[310] = 310,
[311] = 311,
[312] = 312,
[313] = 313,
[314] = 314,
[315] = 315,
[316] = 316,
[317] = 317,
[318] = 318,
[319] = 319,
[320] = 320,
[321] = 321,
[322] = 322,
[323] = 323,
[324] = 324,
[325] = 325,
[326] = 326,
[327] = 327,
[328] = 328,
[329] = 329,
[330] = 330,
[331] = 331,
[332] = 332,
[333] = 333,
[334] = 334,
[335] = 335,
[336] = 336,
[337] = 337,
[338] = 338,
[339] = 339,
[340] = 340,
[341] = 341,
[342] = 342,
[343] = 343,
[344] = 344,
[345] = 345,
[346] = 346,
[347] = 347,
[348] = 348,
[349] = 349,
[350] = 350,
[351] = 351,
[352] = 352,
[353] = 353,
[354] = 354,
[355] = 355,
[356] = 356,
[357] = 357,
[358] = 358,
[359] = 359,
[360] = 360,
[361] = 361,
[362] = 362,
[363] = 363,
[364] = 364,
[365] = 365,
[366] = 366,
[367] = 367,
[368] = 368,
[369] = 369,
[370] = 370,
[371] = 371,
[372] = 372,
[373] = 373,
[374] = 374,
[375] = 375,
[376] = 376,
[377] = 377,
[378] = 378,
[379] = 379,
[380] = 380,
[381] = 381,
[382] = 382,
[383] = 383,
[384] = 384,
[385] = 385,
[386] = 386,
[387] = 387,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(22);
if (lookahead == '%') ADVANCE(18);
if (lookahead == '(') ADVANCE(36);
if (lookahead == ')') ADVANCE(37);
if (lookahead == ',') ADVANCE(34);
if (lookahead == '-') ADVANCE(16);
if (lookahead == '.') ADVANCE(31);
if (lookahead == '/') ADVANCE(26);
if (lookahead == '0') ADVANCE(9);
if (lookahead == ':') ADVANCE(24);
if (lookahead == ';') ADVANCE(23);
if (lookahead == '<') ADVANCE(39);
if (lookahead == '=') ADVANCE(38);
if (lookahead == '>') ADVANCE(40);
if (lookahead == '@') ADVANCE(25);
if (lookahead == '_') ADVANCE(41);
if (lookahead == '{') ADVANCE(32);
if (lookahead == '}') ADVANCE(33);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(20)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(10);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(48);
END_STATE();
case 1:
if (lookahead == '\n') SKIP(1)
if (lookahead == '/') ADVANCE(5);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(65);
if (lookahead != 0) ADVANCE(66);
END_STATE();
case 2:
if (lookahead == '%') ADVANCE(18);
if (lookahead == ',') ADVANCE(34);
if (lookahead == '.') ADVANCE(31);
if (lookahead == '/') ADVANCE(27);
if (lookahead == ';') ADVANCE(23);
if (lookahead == '@') ADVANCE(25);
if (lookahead == '{') ADVANCE(32);
if (lookahead == '}') ADVANCE(33);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(3)
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(48);
END_STATE();
case 3:
if (lookahead == '%') ADVANCE(18);
if (lookahead == ',') ADVANCE(34);
if (lookahead == '/') ADVANCE(27);
if (lookahead == ';') ADVANCE(23);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(3)
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(48);
END_STATE();
case 4:
if (lookahead == '*') ADVANCE(54);
if (lookahead == '/') ADVANCE(61);
END_STATE();
case 5:
if (lookahead == '*') ADVANCE(54);
if (lookahead == '/') ADVANCE(59);
END_STATE();
case 6:
if (lookahead == '*') ADVANCE(58);
if (lookahead == '/') ADVANCE(8);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(6);
if (lookahead != 0) ADVANCE(7);
END_STATE();
case 7:
if (lookahead == '*') ADVANCE(58);
if (lookahead != 0) ADVANCE(7);
END_STATE();
case 8:
if (lookahead == '*') ADVANCE(55);
if (lookahead == '/') ADVANCE(60);
if (lookahead != 0) ADVANCE(7);
END_STATE();
case 9:
if (lookahead == '.') ADVANCE(15);
END_STATE();
case 10:
if (lookahead == '.') ADVANCE(15);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(10);
END_STATE();
case 11:
if (lookahead == '.') ADVANCE(13);
END_STATE();
case 12:
if (lookahead == '.') ADVANCE(13);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(12);
END_STATE();
case 13:
if (lookahead == '0') ADVANCE(42);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(43);
END_STATE();
case 14:
if (lookahead == '0') ADVANCE(44);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(45);
if (lookahead == '-' ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(46);
END_STATE();
case 15:
if (lookahead == '0') ADVANCE(11);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(12);
END_STATE();
case 16:
if (lookahead == '>') ADVANCE(35);
END_STATE();
case 17:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(17);
if (lookahead == '-' ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(46);
END_STATE();
case 18:
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(48);
END_STATE();
case 19:
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(47);
END_STATE();
case 20:
if (eof) ADVANCE(22);
if (lookahead == '%') ADVANCE(18);
if (lookahead == '(') ADVANCE(36);
if (lookahead == ')') ADVANCE(37);
if (lookahead == ',') ADVANCE(34);
if (lookahead == '-') ADVANCE(16);
if (lookahead == '/') ADVANCE(26);
if (lookahead == '0') ADVANCE(9);
if (lookahead == ':') ADVANCE(30);
if (lookahead == ';') ADVANCE(23);
if (lookahead == '<') ADVANCE(39);
if (lookahead == '=') ADVANCE(38);
if (lookahead == '>') ADVANCE(40);
if (lookahead == '_') ADVANCE(41);
if (lookahead == '{') ADVANCE(28);
if (lookahead == '}') ADVANCE(29);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(20)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(10);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(48);
END_STATE();
case 21:
if (eof) ADVANCE(22);
if (lookahead == '%') ADVANCE(18);
if (lookahead == '(') ADVANCE(36);
if (lookahead == ')') ADVANCE(37);
if (lookahead == ',') ADVANCE(34);
if (lookahead == '/') ADVANCE(4);
if (lookahead == ':') ADVANCE(30);
if (lookahead == ';') ADVANCE(23);
if (lookahead == '<') ADVANCE(39);
if (lookahead == '>') ADVANCE(40);
if (lookahead == '{') ADVANCE(28);
if (lookahead == '}') ADVANCE(29);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(21)
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(48);
END_STATE();
case 22:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 23:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 24:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 25:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 26:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '*') ADVANCE(54);
if (lookahead == '/') ADVANCE(61);
END_STATE();
case 27:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '*') ADVANCE(54);
if (lookahead == '/') ADVANCE(59);
END_STATE();
case 28:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 29:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 30:
ACCEPT_TOKEN(anon_sym_COLON2);
END_STATE();
case 31:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 32:
ACCEPT_TOKEN(anon_sym_LBRACE2);
END_STATE();
case 33:
ACCEPT_TOKEN(anon_sym_RBRACE2);
END_STATE();
case 34:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 35:
ACCEPT_TOKEN(anon_sym_DASH_GT);
END_STATE();
case 36:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 37:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 38:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 39:
ACCEPT_TOKEN(anon_sym_LT);
END_STATE();
case 40:
ACCEPT_TOKEN(anon_sym_GT);
END_STATE();
case 41:
ACCEPT_TOKEN(anon_sym__);
END_STATE();
case 42:
ACCEPT_TOKEN(sym_semver);
if (lookahead == '+') ADVANCE(19);
if (lookahead == '-') ADVANCE(14);
END_STATE();
case 43:
ACCEPT_TOKEN(sym_semver);
if (lookahead == '+') ADVANCE(19);
if (lookahead == '-') ADVANCE(14);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(43);
END_STATE();
case 44:
ACCEPT_TOKEN(sym_semver);
if (lookahead == '+') ADVANCE(19);
if (lookahead == '.') ADVANCE(14);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(17);
if (lookahead == '-' ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(46);
END_STATE();
case 45:
ACCEPT_TOKEN(sym_semver);
if (lookahead == '+') ADVANCE(19);
if (lookahead == '.') ADVANCE(14);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(45);
if (lookahead == '-' ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(46);
END_STATE();
case 46:
ACCEPT_TOKEN(sym_semver);
if (lookahead == '+') ADVANCE(19);
if (lookahead == '.') ADVANCE(14);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(46);
END_STATE();
case 47:
ACCEPT_TOKEN(sym_semver);
if (lookahead == '.') ADVANCE(19);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(47);
END_STATE();
case 48:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(48);
END_STATE();
case 49:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH_SLASH);
END_STATE();
case 50:
ACCEPT_TOKEN(aux_sym_doc_comment_token1);
if (lookahead == ' ') ADVANCE(50);
END_STATE();
case 51:
ACCEPT_TOKEN(sym_docs);
if (lookahead == '*') ADVANCE(56);
if (lookahead == '/') ADVANCE(62);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(53);
END_STATE();
case 52:
ACCEPT_TOKEN(sym_docs);
if (lookahead == '/') ADVANCE(51);
if (lookahead == '\t' ||
(11 <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(52);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(53);
END_STATE();
case 53:
ACCEPT_TOKEN(sym_docs);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(53);
END_STATE();
case 54:
ACCEPT_TOKEN(anon_sym_SLASH_STAR);
END_STATE();
case 55:
ACCEPT_TOKEN(anon_sym_SLASH_STAR);
if (lookahead == '*') ADVANCE(58);
if (lookahead != 0 &&
lookahead != '/') ADVANCE(7);
END_STATE();
case 56:
ACCEPT_TOKEN(anon_sym_SLASH_STAR);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(53);
END_STATE();
case 57:
ACCEPT_TOKEN(anon_sym_SLASH_STAR);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(66);
END_STATE();
case 58:
ACCEPT_TOKEN(aux_sym_block_comment_token1);
if (lookahead == '*') ADVANCE(58);
if (lookahead != 0 &&
lookahead != '/') ADVANCE(7);
END_STATE();
case 59:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
END_STATE();
case 60:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
if (lookahead == '*') ADVANCE(58);
if (lookahead != 0) ADVANCE(7);
END_STATE();
case 61:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
if (lookahead == '/') ADVANCE(49);
END_STATE();
case 62:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(53);
END_STATE();
case 63:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(66);
END_STATE();
case 64:
ACCEPT_TOKEN(aux_sym_slash_comment_token1);
if (lookahead == '*') ADVANCE(57);
if (lookahead == '/') ADVANCE(63);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(66);
END_STATE();
case 65:
ACCEPT_TOKEN(aux_sym_slash_comment_token1);
if (lookahead == '/') ADVANCE(64);
if (lookahead == '\t' ||
(11 <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(65);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(66);
END_STATE();
case 66:
ACCEPT_TOKEN(aux_sym_slash_comment_token1);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(66);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (lookahead == 'a') ADVANCE(1);
if (lookahead == 'b') ADVANCE(2);
if (lookahead == 'c') ADVANCE(3);
if (lookahead == 'e') ADVANCE(4);
if (lookahead == 'f') ADVANCE(5);
if (lookahead == 'i') ADVANCE(6);
if (lookahead == 'l') ADVANCE(7);
if (lookahead == 'o') ADVANCE(8);
if (lookahead == 'p') ADVANCE(9);
if (lookahead == 'r') ADVANCE(10);
if (lookahead == 's') ADVANCE(11);
if (lookahead == 't') ADVANCE(12);
if (lookahead == 'u') ADVANCE(13);
if (lookahead == 'v') ADVANCE(14);
if (lookahead == 'w') ADVANCE(15);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(0)
END_STATE();
case 1:
if (lookahead == 's') ADVANCE(16);
END_STATE();
case 2:
if (lookahead == 'o') ADVANCE(17);
END_STATE();
case 3:
if (lookahead == 'h') ADVANCE(18);
if (lookahead == 'o') ADVANCE(19);
END_STATE();
case 4:
if (lookahead == 'n') ADVANCE(20);
if (lookahead == 'x') ADVANCE(21);
END_STATE();
case 5:
if (lookahead == 'l') ADVANCE(22);
if (lookahead == 'u') ADVANCE(23);
END_STATE();
case 6:
if (lookahead == 'm') ADVANCE(24);
if (lookahead == 'n') ADVANCE(25);
END_STATE();
case 7:
if (lookahead == 'i') ADVANCE(26);
END_STATE();
case 8:
if (lookahead == 'p') ADVANCE(27);
if (lookahead == 'w') ADVANCE(28);
END_STATE();
case 9:
if (lookahead == 'a') ADVANCE(29);
END_STATE();
case 10:
if (lookahead == 'e') ADVANCE(30);
END_STATE();
case 11:
if (lookahead == '1') ADVANCE(31);
if (lookahead == '3') ADVANCE(32);
if (lookahead == '6') ADVANCE(33);
if (lookahead == '8') ADVANCE(34);
if (lookahead == 't') ADVANCE(35);
END_STATE();
case 12:
if (lookahead == 'u') ADVANCE(36);
if (lookahead == 'y') ADVANCE(37);
END_STATE();
case 13:
if (lookahead == '1') ADVANCE(38);
if (lookahead == '3') ADVANCE(39);
if (lookahead == '6') ADVANCE(40);
if (lookahead == '8') ADVANCE(41);
if (lookahead == 's') ADVANCE(42);
END_STATE();
case 14:
if (lookahead == 'a') ADVANCE(43);
END_STATE();
case 15:
if (lookahead == 'i') ADVANCE(44);
if (lookahead == 'o') ADVANCE(45);
END_STATE();
case 16:
ACCEPT_TOKEN(anon_sym_as);
END_STATE();
case 17:
if (lookahead == 'o') ADVANCE(46);
if (lookahead == 'r') ADVANCE(47);
END_STATE();
case 18:
if (lookahead == 'a') ADVANCE(48);
END_STATE();
case 19:
if (lookahead == 'n') ADVANCE(49);
END_STATE();
case 20:
if (lookahead == 'u') ADVANCE(50);
END_STATE();
case 21:
if (lookahead == 'p') ADVANCE(51);
END_STATE();
case 22:
if (lookahead == 'a') ADVANCE(52);
if (lookahead == 'o') ADVANCE(53);
END_STATE();
case 23:
if (lookahead == 'n') ADVANCE(54);
END_STATE();
case 24:
if (lookahead == 'p') ADVANCE(55);
END_STATE();
case 25:
if (lookahead == 'c') ADVANCE(56);
if (lookahead == 't') ADVANCE(57);
END_STATE();
case 26:
if (lookahead == 's') ADVANCE(58);
END_STATE();
case 27:
if (lookahead == 't') ADVANCE(59);
END_STATE();
case 28:
if (lookahead == 'n') ADVANCE(60);
END_STATE();
case 29:
if (lookahead == 'c') ADVANCE(61);
END_STATE();
case 30:
if (lookahead == 'c') ADVANCE(62);
if (lookahead == 's') ADVANCE(63);
END_STATE();
case 31:
if (lookahead == '6') ADVANCE(64);
END_STATE();
case 32:
if (lookahead == '2') ADVANCE(65);
END_STATE();
case 33:
if (lookahead == '4') ADVANCE(66);
END_STATE();
case 34:
ACCEPT_TOKEN(anon_sym_s8);
END_STATE();
case 35:
if (lookahead == 'a') ADVANCE(67);
if (lookahead == 'r') ADVANCE(68);
END_STATE();
case 36:
if (lookahead == 'p') ADVANCE(69);
END_STATE();
case 37:
if (lookahead == 'p') ADVANCE(70);
END_STATE();
case 38:
if (lookahead == '6') ADVANCE(71);
END_STATE();
case 39:
if (lookahead == '2') ADVANCE(72);
END_STATE();
case 40:
if (lookahead == '4') ADVANCE(73);
END_STATE();
case 41:
ACCEPT_TOKEN(anon_sym_u8);
END_STATE();
case 42:
if (lookahead == 'e') ADVANCE(74);
END_STATE();
case 43:
if (lookahead == 'r') ADVANCE(75);
END_STATE();
case 44:
if (lookahead == 't') ADVANCE(76);
END_STATE();
case 45:
if (lookahead == 'r') ADVANCE(77);
END_STATE();
case 46:
if (lookahead == 'l') ADVANCE(78);
END_STATE();
case 47:
if (lookahead == 'r') ADVANCE(79);
END_STATE();
case 48:
if (lookahead == 'r') ADVANCE(80);
END_STATE();
case 49:
if (lookahead == 's') ADVANCE(81);
END_STATE();
case 50:
if (lookahead == 'm') ADVANCE(82);
END_STATE();
case 51:
if (lookahead == 'o') ADVANCE(83);
END_STATE();
case 52:
if (lookahead == 'g') ADVANCE(84);
END_STATE();
case 53:
if (lookahead == 'a') ADVANCE(85);
END_STATE();
case 54:
if (lookahead == 'c') ADVANCE(86);
END_STATE();
case 55:
if (lookahead == 'o') ADVANCE(87);
END_STATE();
case 56:
if (lookahead == 'l') ADVANCE(88);
END_STATE();
case 57:
if (lookahead == 'e') ADVANCE(89);
END_STATE();
case 58:
if (lookahead == 't') ADVANCE(90);
END_STATE();
case 59:
if (lookahead == 'i') ADVANCE(91);
END_STATE();
case 60:
ACCEPT_TOKEN(anon_sym_own);
END_STATE();
case 61:
if (lookahead == 'k') ADVANCE(92);
END_STATE();
case 62:
if (lookahead == 'o') ADVANCE(93);
END_STATE();
case 63:
if (lookahead == 'o') ADVANCE(94);
if (lookahead == 'u') ADVANCE(95);
END_STATE();
case 64:
ACCEPT_TOKEN(anon_sym_s16);
END_STATE();
case 65:
ACCEPT_TOKEN(anon_sym_s32);
END_STATE();
case 66:
ACCEPT_TOKEN(anon_sym_s64);
END_STATE();
case 67:
if (lookahead == 't') ADVANCE(96);
END_STATE();
case 68:
if (lookahead == 'i') ADVANCE(97);
END_STATE();
case 69:
if (lookahead == 'l') ADVANCE(98);
END_STATE();
case 70:
if (lookahead == 'e') ADVANCE(99);
END_STATE();
case 71:
ACCEPT_TOKEN(anon_sym_u16);
END_STATE();
case 72:
ACCEPT_TOKEN(anon_sym_u32);
END_STATE();
case 73:
ACCEPT_TOKEN(anon_sym_u64);
END_STATE();
case 74:
ACCEPT_TOKEN(anon_sym_use);
END_STATE();
case 75:
if (lookahead == 'i') ADVANCE(100);
END_STATE();
case 76:
if (lookahead == 'h') ADVANCE(101);
END_STATE();
case 77:
if (lookahead == 'l') ADVANCE(102);
END_STATE();
case 78:
ACCEPT_TOKEN(anon_sym_bool);
END_STATE();
case 79:
if (lookahead == 'o') ADVANCE(103);
END_STATE();
case 80:
ACCEPT_TOKEN(anon_sym_char);
END_STATE();
case 81:
if (lookahead == 't') ADVANCE(104);
END_STATE();
case 82:
ACCEPT_TOKEN(anon_sym_enum);
END_STATE();
case 83:
if (lookahead == 'r') ADVANCE(105);
END_STATE();
case 84:
if (lookahead == 's') ADVANCE(106);
END_STATE();
case 85:
if (lookahead == 't') ADVANCE(107);
END_STATE();
case 86:
ACCEPT_TOKEN(anon_sym_func);
END_STATE();
case 87:
if (lookahead == 'r') ADVANCE(108);
END_STATE();
case 88:
if (lookahead == 'u') ADVANCE(109);
END_STATE();
case 89:
if (lookahead == 'r') ADVANCE(110);
END_STATE();
case 90:
ACCEPT_TOKEN(anon_sym_list);
END_STATE();
case 91:
if (lookahead == 'o') ADVANCE(111);
END_STATE();
case 92:
if (lookahead == 'a') ADVANCE(112);
END_STATE();
case 93:
if (lookahead == 'r') ADVANCE(113);
END_STATE();
case 94:
if (lookahead == 'u') ADVANCE(114);
END_STATE();
case 95:
if (lookahead == 'l') ADVANCE(115);
END_STATE();
case 96:
if (lookahead == 'i') ADVANCE(116);
END_STATE();
case 97:
if (lookahead == 'n') ADVANCE(117);
END_STATE();
case 98:
if (lookahead == 'e') ADVANCE(118);
END_STATE();
case 99:
ACCEPT_TOKEN(anon_sym_type);
END_STATE();
case 100:
if (lookahead == 'a') ADVANCE(119);
END_STATE();
case 101:
ACCEPT_TOKEN(anon_sym_with);
END_STATE();
case 102:
if (lookahead == 'd') ADVANCE(120);
END_STATE();
case 103:
if (lookahead == 'w') ADVANCE(121);
END_STATE();
case 104:
if (lookahead == 'r') ADVANCE(122);
END_STATE();
case 105:
if (lookahead == 't') ADVANCE(123);
END_STATE();
case 106:
ACCEPT_TOKEN(anon_sym_flags);
END_STATE();
case 107:
if (lookahead == '3') ADVANCE(124);
if (lookahead == '6') ADVANCE(125);
END_STATE();
case 108:
if (lookahead == 't') ADVANCE(126);
END_STATE();
case 109:
if (lookahead == 'd') ADVANCE(127);
END_STATE();
case 110:
if (lookahead == 'f') ADVANCE(128);
END_STATE();
case 111:
if (lookahead == 'n') ADVANCE(129);
END_STATE();
case 112:
if (lookahead == 'g') ADVANCE(130);
END_STATE();
case 113:
if (lookahead == 'd') ADVANCE(131);
END_STATE();
case 114:
if (lookahead == 'r') ADVANCE(132);
END_STATE();
case 115:
if (lookahead == 't') ADVANCE(133);
END_STATE();
case 116:
if (lookahead == 'c') ADVANCE(134);
END_STATE();
case 117:
if (lookahead == 'g') ADVANCE(135);
END_STATE();
case 118:
ACCEPT_TOKEN(anon_sym_tuple);
END_STATE();
case 119:
if (lookahead == 'n') ADVANCE(136);
END_STATE();
case 120:
ACCEPT_TOKEN(anon_sym_world);
END_STATE();
case 121:
ACCEPT_TOKEN(anon_sym_borrow);
END_STATE();
case 122:
if (lookahead == 'u') ADVANCE(137);
END_STATE();
case 123:
ACCEPT_TOKEN(anon_sym_export);
END_STATE();
case 124:
if (lookahead == '2') ADVANCE(138);
END_STATE();
case 125:
if (lookahead == '4') ADVANCE(139);
END_STATE();
case 126:
ACCEPT_TOKEN(anon_sym_import);
END_STATE();
case 127:
if (lookahead == 'e') ADVANCE(140);
END_STATE();
case 128:
if (lookahead == 'a') ADVANCE(141);
END_STATE();
case 129:
ACCEPT_TOKEN(anon_sym_option);
END_STATE();
case 130:
if (lookahead == 'e') ADVANCE(142);
END_STATE();
case 131:
ACCEPT_TOKEN(anon_sym_record);
END_STATE();
case 132:
if (lookahead == 'c') ADVANCE(143);
END_STATE();
case 133:
ACCEPT_TOKEN(anon_sym_result);
END_STATE();
case 134:
ACCEPT_TOKEN(anon_sym_static);
END_STATE();
case 135:
ACCEPT_TOKEN(anon_sym_string);
END_STATE();
case 136:
if (lookahead == 't') ADVANCE(144);
END_STATE();
case 137:
if (lookahead == 'c') ADVANCE(145);
END_STATE();
case 138:
ACCEPT_TOKEN(anon_sym_float32);
END_STATE();
case 139:
ACCEPT_TOKEN(anon_sym_float64);
END_STATE();
case 140:
ACCEPT_TOKEN(anon_sym_include);
END_STATE();
case 141:
if (lookahead == 'c') ADVANCE(146);
END_STATE();
case 142:
ACCEPT_TOKEN(anon_sym_package);
END_STATE();
case 143:
if (lookahead == 'e') ADVANCE(147);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_variant);
END_STATE();
case 145:
if (lookahead == 't') ADVANCE(148);
END_STATE();
case 146:
if (lookahead == 'e') ADVANCE(149);
END_STATE();
case 147:
ACCEPT_TOKEN(anon_sym_resource);
END_STATE();
case 148:
if (lookahead == 'o') ADVANCE(150);
END_STATE();
case 149:
ACCEPT_TOKEN(anon_sym_interface);
END_STATE();
case 150:
if (lookahead == 'r') ADVANCE(151);
END_STATE();
case 151:
ACCEPT_TOKEN(anon_sym_constructor);
END_STATE();
default:
return false;
}
}
static const TSLexMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[1] = {.lex_state = 21},
[2] = {.lex_state = 21},
[3] = {.lex_state = 21},
[4] = {.lex_state = 21},
[5] = {.lex_state = 0},
[6] = {.lex_state = 21},
[7] = {.lex_state = 21},
[8] = {.lex_state = 0},
[9] = {.lex_state = 0},
[10] = {.lex_state = 0},
[11] = {.lex_state = 0},
[12] = {.lex_state = 0},
[13] = {.lex_state = 0},
[14] = {.lex_state = 0},
[15] = {.lex_state = 0},
[16] = {.lex_state = 0},
[17] = {.lex_state = 0},
[18] = {.lex_state = 0},
[19] = {.lex_state = 0},
[20] = {.lex_state = 0},
[21] = {.lex_state = 0},
[22] = {.lex_state = 0},
[23] = {.lex_state = 0},
[24] = {.lex_state = 21},
[25] = {.lex_state = 21},
[26] = {.lex_state = 21},
[27] = {.lex_state = 21},
[28] = {.lex_state = 21},
[29] = {.lex_state = 21},
[30] = {.lex_state = 21},
[31] = {.lex_state = 21},
[32] = {.lex_state = 21},
[33] = {.lex_state = 21},
[34] = {.lex_state = 21},
[35] = {.lex_state = 21},
[36] = {.lex_state = 21},
[37] = {.lex_state = 21},
[38] = {.lex_state = 21},
[39] = {.lex_state = 21},
[40] = {.lex_state = 21},
[41] = {.lex_state = 21},
[42] = {.lex_state = 21},
[43] = {.lex_state = 21},
[44] = {.lex_state = 21},
[45] = {.lex_state = 21},
[46] = {.lex_state = 21},
[47] = {.lex_state = 21},
[48] = {.lex_state = 21},
[49] = {.lex_state = 21},
[50] = {.lex_state = 21},
[51] = {.lex_state = 21},
[52] = {.lex_state = 21},
[53] = {.lex_state = 21},
[54] = {.lex_state = 21},
[55] = {.lex_state = 21},
[56] = {.lex_state = 21},
[57] = {.lex_state = 21},
[58] = {.lex_state = 21},
[59] = {.lex_state = 21},
[60] = {.lex_state = 21},
[61] = {.lex_state = 21},
[62] = {.lex_state = 21},
[63] = {.lex_state = 21},
[64] = {.lex_state = 21},
[65] = {.lex_state = 21},
[66] = {.lex_state = 21},
[67] = {.lex_state = 21},
[68] = {.lex_state = 21},
[69] = {.lex_state = 21},
[70] = {.lex_state = 21},
[71] = {.lex_state = 21},
[72] = {.lex_state = 21},
[73] = {.lex_state = 21},
[74] = {.lex_state = 21},
[75] = {.lex_state = 21},
[76] = {.lex_state = 21},
[77] = {.lex_state = 21},
[78] = {.lex_state = 21},
[79] = {.lex_state = 21},
[80] = {.lex_state = 21},
[81] = {.lex_state = 21},
[82] = {.lex_state = 21},
[83] = {.lex_state = 21},
[84] = {.lex_state = 21},
[85] = {.lex_state = 21},
[86] = {.lex_state = 21},
[87] = {.lex_state = 21},
[88] = {.lex_state = 21},
[89] = {.lex_state = 21},
[90] = {.lex_state = 21},
[91] = {.lex_state = 21},
[92] = {.lex_state = 21},
[93] = {.lex_state = 21},
[94] = {.lex_state = 21},
[95] = {.lex_state = 21},
[96] = {.lex_state = 21},
[97] = {.lex_state = 21},
[98] = {.lex_state = 21},
[99] = {.lex_state = 21},
[100] = {.lex_state = 21},
[101] = {.lex_state = 21},
[102] = {.lex_state = 21},
[103] = {.lex_state = 21},
[104] = {.lex_state = 21},
[105] = {.lex_state = 21},
[106] = {.lex_state = 21},
[107] = {.lex_state = 21},
[108] = {.lex_state = 21},
[109] = {.lex_state = 21},
[110] = {.lex_state = 21},
[111] = {.lex_state = 21},
[112] = {.lex_state = 21},
[113] = {.lex_state = 21},
[114] = {.lex_state = 21},
[115] = {.lex_state = 21},
[116] = {.lex_state = 21},
[117] = {.lex_state = 21},
[118] = {.lex_state = 21},
[119] = {.lex_state = 21},
[120] = {.lex_state = 2},
[121] = {.lex_state = 21},
[122] = {.lex_state = 2},
[123] = {.lex_state = 21},
[124] = {.lex_state = 21},
[125] = {.lex_state = 21},
[126] = {.lex_state = 21},
[127] = {.lex_state = 21},
[128] = {.lex_state = 21},
[129] = {.lex_state = 21},
[130] = {.lex_state = 2},
[131] = {.lex_state = 21},
[132] = {.lex_state = 21},
[133] = {.lex_state = 21},
[134] = {.lex_state = 21},
[135] = {.lex_state = 21},
[136] = {.lex_state = 21},
[137] = {.lex_state = 21},
[138] = {.lex_state = 2},
[139] = {.lex_state = 21},
[140] = {.lex_state = 21},
[141] = {.lex_state = 21},
[142] = {.lex_state = 21},
[143] = {.lex_state = 21},
[144] = {.lex_state = 21},
[145] = {.lex_state = 21},
[146] = {.lex_state = 0},
[147] = {.lex_state = 21},
[148] = {.lex_state = 21},
[149] = {.lex_state = 0},
[150] = {.lex_state = 21},
[151] = {.lex_state = 0},
[152] = {.lex_state = 21},
[153] = {.lex_state = 21},
[154] = {.lex_state = 21},
[155] = {.lex_state = 21},
[156] = {.lex_state = 21},
[157] = {.lex_state = 21},
[158] = {.lex_state = 21},
[159] = {.lex_state = 21},
[160] = {.lex_state = 21},
[161] = {.lex_state = 0},
[162] = {.lex_state = 21},
[163] = {.lex_state = 21},
[164] = {.lex_state = 21},
[165] = {.lex_state = 21},
[166] = {.lex_state = 21},
[167] = {.lex_state = 0},
[168] = {.lex_state = 21},
[169] = {.lex_state = 21},
[170] = {.lex_state = 21},
[171] = {.lex_state = 21},
[172] = {.lex_state = 21},
[173] = {.lex_state = 0},
[174] = {.lex_state = 0},
[175] = {.lex_state = 21},
[176] = {.lex_state = 0},
[177] = {.lex_state = 21},
[178] = {.lex_state = 21},
[179] = {.lex_state = 21},
[180] = {.lex_state = 21},
[181] = {.lex_state = 21},
[182] = {.lex_state = 21},
[183] = {.lex_state = 21},
[184] = {.lex_state = 21},
[185] = {.lex_state = 0},
[186] = {.lex_state = 0},
[187] = {.lex_state = 0},
[188] = {.lex_state = 0},
[189] = {.lex_state = 21},
[190] = {.lex_state = 21},
[191] = {.lex_state = 21},
[192] = {.lex_state = 21},
[193] = {.lex_state = 0},
[194] = {.lex_state = 0},
[195] = {.lex_state = 21},
[196] = {.lex_state = 21},
[197] = {.lex_state = 21},
[198] = {.lex_state = 0},
[199] = {.lex_state = 21},
[200] = {.lex_state = 0},
[201] = {.lex_state = 0},
[202] = {.lex_state = 0},
[203] = {.lex_state = 0},
[204] = {.lex_state = 21},
[205] = {.lex_state = 2},
[206] = {.lex_state = 2},
[207] = {.lex_state = 0},
[208] = {.lex_state = 0},
[209] = {.lex_state = 0},
[210] = {.lex_state = 21},
[211] = {.lex_state = 21},
[212] = {.lex_state = 21},
[213] = {.lex_state = 21},
[214] = {.lex_state = 0},
[215] = {.lex_state = 21},
[216] = {.lex_state = 21},
[217] = {.lex_state = 0},
[218] = {.lex_state = 21},
[219] = {.lex_state = 21},
[220] = {.lex_state = 21},
[221] = {.lex_state = 0},
[222] = {.lex_state = 21},
[223] = {.lex_state = 21},
[224] = {.lex_state = 21},
[225] = {.lex_state = 0},
[226] = {.lex_state = 0},
[227] = {.lex_state = 0},
[228] = {.lex_state = 0},
[229] = {.lex_state = 21},
[230] = {.lex_state = 2},
[231] = {.lex_state = 21},
[232] = {.lex_state = 21},
[233] = {.lex_state = 0},
[234] = {.lex_state = 0},
[235] = {.lex_state = 21},
[236] = {.lex_state = 21},
[237] = {.lex_state = 0},
[238] = {.lex_state = 21},
[239] = {.lex_state = 2},
[240] = {.lex_state = 21},
[241] = {.lex_state = 0},
[242] = {.lex_state = 21},
[243] = {.lex_state = 0},
[244] = {.lex_state = 21},
[245] = {.lex_state = 21},
[246] = {.lex_state = 0},
[247] = {.lex_state = 21},
[248] = {.lex_state = 21},
[249] = {.lex_state = 21},
[250] = {.lex_state = 0},
[251] = {.lex_state = 0},
[252] = {.lex_state = 0},
[253] = {.lex_state = 0},
[254] = {.lex_state = 0},
[255] = {.lex_state = 0},
[256] = {.lex_state = 0},
[257] = {.lex_state = 0},
[258] = {.lex_state = 21},
[259] = {.lex_state = 0},
[260] = {.lex_state = 21},
[261] = {.lex_state = 21},
[262] = {.lex_state = 0},
[263] = {.lex_state = 0},
[264] = {.lex_state = 0},
[265] = {.lex_state = 21},
[266] = {.lex_state = 21},
[267] = {.lex_state = 21},
[268] = {.lex_state = 0},
[269] = {.lex_state = 0},
[270] = {.lex_state = 0},
[271] = {.lex_state = 21},
[272] = {.lex_state = 2},
[273] = {.lex_state = 2},
[274] = {.lex_state = 0},
[275] = {.lex_state = 0},
[276] = {.lex_state = 21},
[277] = {.lex_state = 21},
[278] = {.lex_state = 0},
[279] = {.lex_state = 21},
[280] = {.lex_state = 21},
[281] = {.lex_state = 21},
[282] = {.lex_state = 0},
[283] = {.lex_state = 21},
[284] = {.lex_state = 0},
[285] = {.lex_state = 0},
[286] = {.lex_state = 0},
[287] = {.lex_state = 0},
[288] = {.lex_state = 0},
[289] = {.lex_state = 0},
[290] = {.lex_state = 0},
[291] = {.lex_state = 0},
[292] = {.lex_state = 0},
[293] = {.lex_state = 0},
[294] = {.lex_state = 0},
[295] = {.lex_state = 0},
[296] = {.lex_state = 0},
[297] = {.lex_state = 0},
[298] = {.lex_state = 21},
[299] = {.lex_state = 0},
[300] = {.lex_state = 0},
[301] = {.lex_state = 0},
[302] = {.lex_state = 0},
[303] = {.lex_state = 21},
[304] = {.lex_state = 0},
[305] = {.lex_state = 21},
[306] = {.lex_state = 21},
[307] = {.lex_state = 0},
[308] = {.lex_state = 21},
[309] = {.lex_state = 0},
[310] = {.lex_state = 2},
[311] = {.lex_state = 0},
[312] = {.lex_state = 0},
[313] = {.lex_state = 0},
[314] = {.lex_state = 0},
[315] = {.lex_state = 0},
[316] = {.lex_state = 0},
[317] = {.lex_state = 0},
[318] = {.lex_state = 0},
[319] = {.lex_state = 0},
[320] = {.lex_state = 21},
[321] = {.lex_state = 21},
[322] = {.lex_state = 0},
[323] = {.lex_state = 21},
[324] = {.lex_state = 0},
[325] = {.lex_state = 0},
[326] = {.lex_state = 0},
[327] = {.lex_state = 21},
[328] = {.lex_state = 21},
[329] = {.lex_state = 21},
[330] = {.lex_state = 0},
[331] = {.lex_state = 6},
[332] = {.lex_state = 21},
[333] = {.lex_state = 2},
[334] = {.lex_state = 0},
[335] = {.lex_state = 21},
[336] = {.lex_state = 0},
[337] = {.lex_state = 0},
[338] = {.lex_state = 0},
[339] = {.lex_state = 0},
[340] = {.lex_state = 0},
[341] = {.lex_state = 0},
[342] = {.lex_state = 21},
[343] = {.lex_state = 21},
[344] = {.lex_state = 21},
[345] = {.lex_state = 21},
[346] = {.lex_state = 0},
[347] = {.lex_state = 0},
[348] = {.lex_state = 0},
[349] = {.lex_state = 0},
[350] = {.lex_state = 0},
[351] = {.lex_state = 0},
[352] = {.lex_state = 21},
[353] = {.lex_state = 0},
[354] = {.lex_state = 0},
[355] = {.lex_state = 0},
[356] = {.lex_state = 0},
[357] = {.lex_state = 0},
[358] = {.lex_state = 0},
[359] = {.lex_state = 0},
[360] = {.lex_state = 21},
[361] = {.lex_state = 21},
[362] = {.lex_state = 0},
[363] = {.lex_state = 0},
[364] = {.lex_state = 0},
[365] = {.lex_state = 0},
[366] = {.lex_state = 0},
[367] = {.lex_state = 0},
[368] = {.lex_state = 0},
[369] = {.lex_state = 0},
[370] = {.lex_state = 52},
[371] = {.lex_state = 21},
[372] = {.lex_state = 0},
[373] = {.lex_state = 1},
[374] = {.lex_state = 0},
[375] = {.lex_state = 21},
[376] = {.lex_state = 0},
[377] = {.lex_state = 0},
[378] = {.lex_state = 0},
[379] = {.lex_state = 0},
[380] = {.lex_state = 0},
[381] = {.lex_state = 0},
[382] = {.lex_state = 2},
[383] = {.lex_state = 0},
[384] = {.lex_state = 50},
[385] = {.lex_state = 0},
[386] = {(TSStateId)(-1)},
[387] = {(TSStateId)(-1)},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[0] = {
[sym_block_comment] = STATE(0),
[sym_slash_comment] = STATE(0),
[ts_builtin_sym_end] = ACTIONS(1),
[sym_identifier] = ACTIONS(1),
[anon_sym_package] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_AT] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_use] = ACTIONS(1),
[anon_sym_as] = ACTIONS(1),
[anon_sym_world] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_export] = ACTIONS(1),
[anon_sym_COLON2] = ACTIONS(1),
[anon_sym_import] = ACTIONS(1),
[anon_sym_interface] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[anon_sym_LBRACE2] = ACTIONS(1),
[anon_sym_RBRACE2] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_func] = ACTIONS(1),
[anon_sym_DASH_GT] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_include] = ACTIONS(1),
[anon_sym_with] = ACTIONS(1),
[anon_sym_resource] = ACTIONS(1),
[anon_sym_static] = ACTIONS(1),
[anon_sym_constructor] = ACTIONS(1),
[anon_sym_variant] = ACTIONS(1),
[anon_sym_record] = ACTIONS(1),
[anon_sym_flags] = ACTIONS(1),
[anon_sym_enum] = ACTIONS(1),
[anon_sym_type] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_u8] = ACTIONS(1),
[anon_sym_u16] = ACTIONS(1),
[anon_sym_u32] = ACTIONS(1),
[anon_sym_u64] = ACTIONS(1),
[anon_sym_s8] = ACTIONS(1),
[anon_sym_s16] = ACTIONS(1),
[anon_sym_s32] = ACTIONS(1),
[anon_sym_s64] = ACTIONS(1),
[anon_sym_float32] = ACTIONS(1),
[anon_sym_float64] = ACTIONS(1),
[anon_sym_char] = ACTIONS(1),
[anon_sym_bool] = ACTIONS(1),
[anon_sym_string] = ACTIONS(1),
[anon_sym_tuple] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(1),
[anon_sym_GT] = ACTIONS(1),
[anon_sym_list] = ACTIONS(1),
[anon_sym_option] = ACTIONS(1),
[anon_sym_result] = ACTIONS(1),
[anon_sym__] = ACTIONS(1),
[anon_sym_borrow] = ACTIONS(1),
[anon_sym_own] = ACTIONS(1),
[sym_semver] = ACTIONS(1),
[anon_sym_SLASH_SLASH_SLASH] = ACTIONS(1),
[anon_sym_SLASH_STAR] = ACTIONS(3),
[anon_sym_SLASH_SLASH] = ACTIONS(5),
},
[1] = {
[sym_source_file] = STATE(383),
[sym_package_decl] = STATE(63),
[sym_top_level_item] = STATE(156),
[sym_top_level_use_item] = STATE(145),
[sym_world_item] = STATE(145),
[sym_interface_item] = STATE(145),
[sym_attribute] = STATE(92),
[sym_doc_comment] = STATE(89),
[sym_block_comment] = STATE(1),
[sym_slash_comment] = STATE(1),
[aux_sym_source_file_repeat1] = STATE(75),
[aux_sym_package_decl_repeat1] = STATE(113),
[ts_builtin_sym_end] = ACTIONS(7),
[anon_sym_package] = ACTIONS(9),
[anon_sym_use] = ACTIONS(11),
[anon_sym_world] = ACTIONS(13),
[anon_sym_interface] = ACTIONS(15),
[anon_sym_SLASH_SLASH_SLASH] = ACTIONS(17),
[anon_sym_SLASH_STAR] = ACTIONS(3),
[anon_sym_SLASH_SLASH] = ACTIONS(5),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 25,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(19), 1,
anon_sym_use,
ACTIONS(21), 1,
anon_sym_RBRACE,
ACTIONS(23), 1,
anon_sym_export,
ACTIONS(25), 1,
anon_sym_import,
ACTIONS(27), 1,
anon_sym_include,
ACTIONS(29), 1,
anon_sym_resource,
ACTIONS(31), 1,
anon_sym_variant,
ACTIONS(33), 1,
anon_sym_record,
ACTIONS(35), 1,
anon_sym_flags,
ACTIONS(37), 1,
anon_sym_enum,
ACTIONS(39), 1,
anon_sym_type,
STATE(4), 1,
aux_sym_world_item_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(91), 1,
sym_exported_path,
STATE(92), 1,
sym_attribute,
STATE(94), 1,
sym_exported_item,
STATE(96), 1,
sym_world_items,
STATE(103), 1,
aux_sym_package_decl_repeat1,
STATE(2), 2,
sym_block_comment,
sym_slash_comment,
STATE(86), 2,
sym_imported_item,
sym_imported_path,
STATE(95), 5,
sym_export_item,
sym_import_item,
sym_use_item,
sym_typedef_item,
sym_include_item,
STATE(68), 6,
sym_resource_item,
sym_variant_item,
sym_record_item,
sym_flags_item,
sym_enum_item,
sym_type_item,
[87] = 24,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(41), 1,
anon_sym_use,
ACTIONS(44), 1,
anon_sym_RBRACE,
ACTIONS(46), 1,
anon_sym_export,
ACTIONS(49), 1,
anon_sym_import,
ACTIONS(52), 1,
anon_sym_include,
ACTIONS(55), 1,
anon_sym_resource,
ACTIONS(58), 1,
anon_sym_variant,
ACTIONS(61), 1,
anon_sym_record,
ACTIONS(64), 1,
anon_sym_flags,
ACTIONS(67), 1,
anon_sym_enum,
ACTIONS(70), 1,
anon_sym_type,
ACTIONS(73), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(89), 1,
sym_doc_comment,
STATE(91), 1,
sym_exported_path,
STATE(92), 1,
sym_attribute,
STATE(94), 1,
sym_exported_item,
STATE(96), 1,
sym_world_items,
STATE(103), 1,
aux_sym_package_decl_repeat1,
STATE(86), 2,
sym_imported_item,
sym_imported_path,
STATE(3), 3,
sym_block_comment,
sym_slash_comment,
aux_sym_world_item_repeat1,
STATE(95), 5,
sym_export_item,
sym_import_item,
sym_use_item,
sym_typedef_item,
sym_include_item,
STATE(68), 6,
sym_resource_item,
sym_variant_item,
sym_record_item,
sym_flags_item,
sym_enum_item,
sym_type_item,
[172] = 25,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(19), 1,
anon_sym_use,
ACTIONS(23), 1,
anon_sym_export,
ACTIONS(25), 1,
anon_sym_import,
ACTIONS(27), 1,
anon_sym_include,
ACTIONS(29), 1,
anon_sym_resource,
ACTIONS(31), 1,
anon_sym_variant,
ACTIONS(33), 1,
anon_sym_record,
ACTIONS(35), 1,
anon_sym_flags,
ACTIONS(37), 1,
anon_sym_enum,
ACTIONS(39), 1,
anon_sym_type,
ACTIONS(76), 1,
anon_sym_RBRACE,
STATE(3), 1,
aux_sym_world_item_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(91), 1,
sym_exported_path,
STATE(92), 1,
sym_attribute,
STATE(94), 1,
sym_exported_item,
STATE(96), 1,
sym_world_items,
STATE(103), 1,
aux_sym_package_decl_repeat1,
STATE(4), 2,
sym_block_comment,
sym_slash_comment,
STATE(86), 2,
sym_imported_item,
sym_imported_path,
STATE(95), 5,
sym_export_item,
sym_import_item,
sym_use_item,
sym_typedef_item,
sym_include_item,
STATE(68), 6,
sym_resource_item,
sym_variant_item,
sym_record_item,
sym_flags_item,
sym_enum_item,
sym_type_item,
[259] = 16,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(80), 1,
anon_sym_LPAREN,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(314), 1,
sym_result_list,
STATE(315), 1,
sym_ty,
STATE(5), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[328] = 25,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(19), 1,
anon_sym_use,
ACTIONS(23), 1,
anon_sym_export,
ACTIONS(25), 1,
anon_sym_import,
ACTIONS(27), 1,
anon_sym_include,
ACTIONS(29), 1,
anon_sym_resource,
ACTIONS(31), 1,
anon_sym_variant,
ACTIONS(33), 1,
anon_sym_record,
ACTIONS(35), 1,
anon_sym_flags,
ACTIONS(37), 1,
anon_sym_enum,
ACTIONS(39), 1,
anon_sym_type,
ACTIONS(98), 1,
anon_sym_RBRACE,
STATE(7), 1,
aux_sym_world_item_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(91), 1,
sym_exported_path,
STATE(92), 1,
sym_attribute,
STATE(94), 1,
sym_exported_item,
STATE(96), 1,
sym_world_items,
STATE(103), 1,
aux_sym_package_decl_repeat1,
STATE(6), 2,
sym_block_comment,
sym_slash_comment,
STATE(86), 2,
sym_imported_item,
sym_imported_path,
STATE(95), 5,
sym_export_item,
sym_import_item,
sym_use_item,
sym_typedef_item,
sym_include_item,
STATE(68), 6,
sym_resource_item,
sym_variant_item,
sym_record_item,
sym_flags_item,
sym_enum_item,
sym_type_item,
[415] = 25,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(19), 1,
anon_sym_use,
ACTIONS(23), 1,
anon_sym_export,
ACTIONS(25), 1,
anon_sym_import,
ACTIONS(27), 1,
anon_sym_include,
ACTIONS(29), 1,
anon_sym_resource,
ACTIONS(31), 1,
anon_sym_variant,
ACTIONS(33), 1,
anon_sym_record,
ACTIONS(35), 1,
anon_sym_flags,
ACTIONS(37), 1,
anon_sym_enum,
ACTIONS(39), 1,
anon_sym_type,
ACTIONS(100), 1,
anon_sym_RBRACE,
STATE(3), 1,
aux_sym_world_item_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(91), 1,
sym_exported_path,
STATE(92), 1,
sym_attribute,
STATE(94), 1,
sym_exported_item,
STATE(96), 1,
sym_world_items,
STATE(103), 1,
aux_sym_package_decl_repeat1,
STATE(7), 2,
sym_block_comment,
sym_slash_comment,
STATE(86), 2,
sym_imported_item,
sym_imported_path,
STATE(95), 5,
sym_export_item,
sym_import_item,
sym_use_item,
sym_typedef_item,
sym_include_item,
STATE(68), 6,
sym_resource_item,
sym_variant_item,
sym_record_item,
sym_flags_item,
sym_enum_item,
sym_type_item,
[502] = 15,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(102), 1,
anon_sym_GT,
STATE(209), 1,
sym_ty,
STATE(8), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[568] = 15,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(104), 1,
anon_sym_GT,
STATE(268), 1,
sym_ty,
STATE(9), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[634] = 15,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(106), 1,
anon_sym__,
STATE(286), 1,
sym_ty,
STATE(10), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[700] = 15,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(108), 1,
anon_sym_GT,
STATE(268), 1,
sym_ty,
STATE(11), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[766] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(268), 1,
sym_ty,
STATE(12), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[829] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(312), 1,
sym_ty,
STATE(13), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[892] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(374), 1,
sym_ty,
STATE(14), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[955] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(304), 1,
sym_ty,
STATE(15), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[1018] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(246), 1,
sym_ty,
STATE(16), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[1081] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(372), 1,
sym_ty,
STATE(17), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[1144] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(261), 1,
sym_ty,
STATE(18), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[1207] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(330), 1,
sym_ty,
STATE(19), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[1270] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(295), 1,
sym_ty,
STATE(20), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[1333] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(294), 1,
sym_ty,
STATE(21), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[1396] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(293), 1,
sym_ty,
STATE(22), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[1459] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(78), 1,
sym_identifier,
ACTIONS(84), 1,
anon_sym_tuple,
ACTIONS(86), 1,
anon_sym_list,
ACTIONS(88), 1,
anon_sym_option,
ACTIONS(90), 1,
anon_sym_result,
ACTIONS(92), 1,
anon_sym_borrow,
ACTIONS(94), 1,
anon_sym_own,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(283), 1,
sym_ty,
STATE(23), 2,
sym_block_comment,
sym_slash_comment,
STATE(181), 2,
sym_borrowed_handle,
sym_owned_handle,
STATE(180), 7,
sym_builtins,
sym_tuple,
sym_list,
sym_option,
sym_result,
sym_user_defined_type,
sym_handle,
ACTIONS(82), 13,
anon_sym_u8,
anon_sym_u16,
anon_sym_u32,
anon_sym_u64,
anon_sym_s8,
anon_sym_s16,
anon_sym_s32,
anon_sym_s64,
anon_sym_float32,
anon_sym_float64,
anon_sym_char,
anon_sym_bool,
anon_sym_string,
[1522] = 20,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(110), 1,
sym_identifier,
ACTIONS(112), 1,
anon_sym_use,
ACTIONS(114), 1,
anon_sym_RBRACE,
ACTIONS(116), 1,
anon_sym_resource,
ACTIONS(118), 1,
anon_sym_variant,
ACTIONS(120), 1,
anon_sym_record,
ACTIONS(122), 1,
anon_sym_flags,
ACTIONS(124), 1,
anon_sym_enum,
ACTIONS(126), 1,
anon_sym_type,
STATE(27), 1,
aux_sym_extern_type_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(102), 1,
aux_sym_package_decl_repeat1,
STATE(105), 1,
sym_interface_items,
STATE(24), 2,
sym_block_comment,
sym_slash_comment,
STATE(104), 3,
sym_use_item,
sym_typedef_item,
sym_func_item,
STATE(68), 6,
sym_resource_item,
sym_variant_item,
sym_record_item,
sym_flags_item,
sym_enum_item,
sym_type_item,
[1591] = 20,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(110), 1,
sym_identifier,
ACTIONS(112), 1,
anon_sym_use,
ACTIONS(116), 1,
anon_sym_resource,
ACTIONS(118), 1,
anon_sym_variant,
ACTIONS(120), 1,
anon_sym_record,
ACTIONS(122), 1,
anon_sym_flags,
ACTIONS(124), 1,
anon_sym_enum,
ACTIONS(126), 1,
anon_sym_type,
ACTIONS(128), 1,
anon_sym_RBRACE,
STATE(30), 1,
aux_sym_extern_type_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(102), 1,
aux_sym_package_decl_repeat1,
STATE(105), 1,
sym_interface_items,
STATE(25), 2,
sym_block_comment,
sym_slash_comment,
STATE(104), 3,
sym_use_item,
sym_typedef_item,
sym_func_item,
STATE(68), 6,
sym_resource_item,
sym_variant_item,
sym_record_item,
sym_flags_item,
sym_enum_item,
sym_type_item,
[1660] = 20,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(110), 1,
sym_identifier,
ACTIONS(112), 1,
anon_sym_use,
ACTIONS(116), 1,
anon_sym_resource,
ACTIONS(118), 1,
anon_sym_variant,
ACTIONS(120), 1,
anon_sym_record,
ACTIONS(122), 1,
anon_sym_flags,
ACTIONS(124), 1,
anon_sym_enum,
ACTIONS(126), 1,
anon_sym_type,
ACTIONS(130), 1,
anon_sym_RBRACE,
STATE(30), 1,
aux_sym_extern_type_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(102), 1,
aux_sym_package_decl_repeat1,
STATE(105), 1,
sym_interface_items,
STATE(26), 2,
sym_block_comment,
sym_slash_comment,
STATE(104), 3,
sym_use_item,
sym_typedef_item,
sym_func_item,
STATE(68), 6,
sym_resource_item,
sym_variant_item,
sym_record_item,
sym_flags_item,
sym_enum_item,
sym_type_item,
[1729] = 20,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(110), 1,
sym_identifier,
ACTIONS(112), 1,
anon_sym_use,
ACTIONS(116), 1,
anon_sym_resource,
ACTIONS(118), 1,
anon_sym_variant,
ACTIONS(120), 1,
anon_sym_record,
ACTIONS(122), 1,
anon_sym_flags,
ACTIONS(124), 1,
anon_sym_enum,
ACTIONS(126), 1,
anon_sym_type,
ACTIONS(132), 1,
anon_sym_RBRACE,
STATE(30), 1,
aux_sym_extern_type_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(102), 1,
aux_sym_package_decl_repeat1,
STATE(105), 1,
sym_interface_items,
STATE(27), 2,
sym_block_comment,
sym_slash_comment,
STATE(104), 3,
sym_use_item,
sym_typedef_item,
sym_func_item,
STATE(68), 6,
sym_resource_item,
sym_variant_item,
sym_record_item,
sym_flags_item,
sym_enum_item,
sym_type_item,
[1798] = 20,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(110), 1,
sym_identifier,
ACTIONS(112), 1,
anon_sym_use,
ACTIONS(116), 1,
anon_sym_resource,
ACTIONS(118), 1,
anon_sym_variant,
ACTIONS(120), 1,
anon_sym_record,
ACTIONS(122), 1,
anon_sym_flags,
ACTIONS(124), 1,
anon_sym_enum,
ACTIONS(126), 1,
anon_sym_type,
ACTIONS(134), 1,
anon_sym_RBRACE,
STATE(25), 1,
aux_sym_extern_type_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(102), 1,
aux_sym_package_decl_repeat1,
STATE(105), 1,
sym_interface_items,
STATE(28), 2,
sym_block_comment,
sym_slash_comment,
STATE(104), 3,
sym_use_item,
sym_typedef_item,
sym_func_item,
STATE(68), 6,
sym_resource_item,
sym_variant_item,
sym_record_item,
sym_flags_item,
sym_enum_item,
sym_type_item,
[1867] = 20,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(110), 1,
sym_identifier,
ACTIONS(112), 1,
anon_sym_use,
ACTIONS(116), 1,
anon_sym_resource,
ACTIONS(118), 1,
anon_sym_variant,
ACTIONS(120), 1,
anon_sym_record,
ACTIONS(122), 1,
anon_sym_flags,
ACTIONS(124), 1,
anon_sym_enum,
ACTIONS(126), 1,
anon_sym_type,
ACTIONS(136), 1,
anon_sym_RBRACE,
STATE(26), 1,
aux_sym_extern_type_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(102), 1,
aux_sym_package_decl_repeat1,
STATE(105), 1,
sym_interface_items,
STATE(29), 2,
sym_block_comment,
sym_slash_comment,
STATE(104), 3,
sym_use_item,
sym_typedef_item,
sym_func_item,
STATE(68), 6,
sym_resource_item,
sym_variant_item,
sym_record_item,
sym_flags_item,
sym_enum_item,
sym_type_item,
[1936] = 19,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(138), 1,
sym_identifier,
ACTIONS(141), 1,
anon_sym_use,
ACTIONS(144), 1,
anon_sym_RBRACE,
ACTIONS(146), 1,
anon_sym_resource,
ACTIONS(149), 1,
anon_sym_variant,
ACTIONS(152), 1,
anon_sym_record,
ACTIONS(155), 1,
anon_sym_flags,
ACTIONS(158), 1,
anon_sym_enum,
ACTIONS(161), 1,
anon_sym_type,
ACTIONS(164), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(102), 1,
aux_sym_package_decl_repeat1,
STATE(105), 1,
sym_interface_items,
STATE(30), 3,
sym_block_comment,
sym_slash_comment,
aux_sym_extern_type_repeat1,
STATE(104), 3,
sym_use_item,
sym_typedef_item,
sym_func_item,
STATE(68), 6,
sym_resource_item,
sym_variant_item,
sym_record_item,
sym_flags_item,
sym_enum_item,
sym_type_item,
[2003] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(169), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(31), 3,
sym_block_comment,
sym_slash_comment,
aux_sym_package_decl_repeat1,
ACTIONS(167), 11,
anon_sym_package,
anon_sym_world,
anon_sym_interface,
anon_sym_resource,
anon_sym_constructor,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2037] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(174), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(32), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(172), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2065] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(178), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(33), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(176), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2093] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(182), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(34), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(180), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2121] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(186), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(35), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(184), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2149] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(190), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(36), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(188), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2177] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(194), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(37), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(192), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2205] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(11), 1,
anon_sym_use,
ACTIONS(13), 1,
anon_sym_world,
ACTIONS(15), 1,
anon_sym_interface,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(196), 1,
ts_builtin_sym_end,
STATE(40), 1,
aux_sym_source_file_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(136), 1,
aux_sym_package_decl_repeat1,
STATE(156), 1,
sym_top_level_item,
STATE(38), 2,
sym_block_comment,
sym_slash_comment,
STATE(145), 3,
sym_top_level_use_item,
sym_world_item,
sym_interface_item,
[2251] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(200), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(39), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(198), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2279] = 13,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(202), 1,
ts_builtin_sym_end,
ACTIONS(204), 1,
anon_sym_use,
ACTIONS(207), 1,
anon_sym_world,
ACTIONS(210), 1,
anon_sym_interface,
ACTIONS(213), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(136), 1,
aux_sym_package_decl_repeat1,
STATE(156), 1,
sym_top_level_item,
STATE(40), 3,
sym_block_comment,
sym_slash_comment,
aux_sym_source_file_repeat1,
STATE(145), 3,
sym_top_level_use_item,
sym_world_item,
sym_interface_item,
[2323] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(218), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(41), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(216), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2351] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(222), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(42), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(220), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2379] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(226), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(43), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(224), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2407] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(230), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(44), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(228), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2435] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(234), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(45), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(232), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2463] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(238), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(46), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(236), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2491] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(242), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(47), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(240), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2519] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(246), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(48), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(244), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2547] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(250), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(49), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(248), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2575] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(254), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(50), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(252), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2603] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(258), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(51), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(256), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2631] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(262), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(52), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(260), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2659] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(266), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(53), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(264), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2687] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(270), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(54), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(268), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2715] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(274), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(55), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(272), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2743] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(278), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(56), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(276), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2771] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(282), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(57), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(280), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2799] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(286), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(58), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(284), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2827] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(290), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(59), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(288), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2855] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(294), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(60), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(292), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2883] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(298), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(61), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(296), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2911] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(302), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(62), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(300), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[2939] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(11), 1,
anon_sym_use,
ACTIONS(13), 1,
anon_sym_world,
ACTIONS(15), 1,
anon_sym_interface,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(304), 1,
ts_builtin_sym_end,
STATE(38), 1,
aux_sym_source_file_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(136), 1,
aux_sym_package_decl_repeat1,
STATE(156), 1,
sym_top_level_item,
STATE(63), 2,
sym_block_comment,
sym_slash_comment,
STATE(145), 3,
sym_top_level_use_item,
sym_world_item,
sym_interface_item,
[2985] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(308), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(64), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(306), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3013] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(312), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(65), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(310), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3041] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(316), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(66), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(314), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3069] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(320), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(67), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(318), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3097] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(324), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(68), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(322), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3125] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(328), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(69), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(326), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3153] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(332), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(70), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(330), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3181] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(336), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(71), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(334), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3209] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(340), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(72), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(338), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3237] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(344), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(73), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(342), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3265] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(348), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(74), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(346), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3293] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(11), 1,
anon_sym_use,
ACTIONS(13), 1,
anon_sym_world,
ACTIONS(15), 1,
anon_sym_interface,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(350), 1,
ts_builtin_sym_end,
STATE(40), 1,
aux_sym_source_file_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(136), 1,
aux_sym_package_decl_repeat1,
STATE(156), 1,
sym_top_level_item,
STATE(75), 2,
sym_block_comment,
sym_slash_comment,
STATE(145), 3,
sym_top_level_use_item,
sym_world_item,
sym_interface_item,
[3339] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(354), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(76), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(352), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3367] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(358), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(77), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(356), 11,
anon_sym_use,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3395] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(78), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(360), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[3420] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(364), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(79), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(362), 11,
anon_sym_package,
anon_sym_world,
anon_sym_interface,
anon_sym_resource,
anon_sym_constructor,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3447] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(80), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(366), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[3472] = 13,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(368), 1,
sym_identifier,
ACTIONS(370), 1,
anon_sym_RBRACE,
ACTIONS(372), 1,
anon_sym_constructor,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(98), 1,
aux_sym_resource_item_repeat1,
STATE(139), 1,
aux_sym_package_decl_repeat1,
STATE(191), 1,
sym_resource_method,
STATE(81), 2,
sym_block_comment,
sym_slash_comment,
STATE(192), 3,
sym_func_item,
sym_static_method,
sym_resource_constructor,
[3515] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(82), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(374), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[3540] = 13,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(368), 1,
sym_identifier,
ACTIONS(372), 1,
anon_sym_constructor,
ACTIONS(376), 1,
anon_sym_RBRACE,
STATE(84), 1,
aux_sym_resource_item_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(139), 1,
aux_sym_package_decl_repeat1,
STATE(191), 1,
sym_resource_method,
STATE(83), 2,
sym_block_comment,
sym_slash_comment,
STATE(192), 3,
sym_func_item,
sym_static_method,
sym_resource_constructor,
[3583] = 13,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(368), 1,
sym_identifier,
ACTIONS(372), 1,
anon_sym_constructor,
ACTIONS(378), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(98), 1,
aux_sym_resource_item_repeat1,
STATE(139), 1,
aux_sym_package_decl_repeat1,
STATE(191), 1,
sym_resource_method,
STATE(84), 2,
sym_block_comment,
sym_slash_comment,
STATE(192), 3,
sym_func_item,
sym_static_method,
sym_resource_constructor,
[3626] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(85), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(380), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[3651] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(86), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(382), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[3676] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(87), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(384), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[3701] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(88), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(386), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[3726] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(390), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(89), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(388), 11,
anon_sym_package,
anon_sym_world,
anon_sym_interface,
anon_sym_resource,
anon_sym_constructor,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3753] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(90), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(392), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[3778] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(91), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(394), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[3803] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(398), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(92), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(396), 11,
anon_sym_package,
anon_sym_world,
anon_sym_interface,
anon_sym_resource,
anon_sym_constructor,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[3830] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(93), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(400), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[3855] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(94), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(394), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[3880] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(95), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(402), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[3905] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(96), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(404), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[3930] = 13,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(368), 1,
sym_identifier,
ACTIONS(372), 1,
anon_sym_constructor,
ACTIONS(406), 1,
anon_sym_RBRACE,
STATE(81), 1,
aux_sym_resource_item_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(139), 1,
aux_sym_package_decl_repeat1,
STATE(191), 1,
sym_resource_method,
STATE(97), 2,
sym_block_comment,
sym_slash_comment,
STATE(192), 3,
sym_func_item,
sym_static_method,
sym_resource_constructor,
[3973] = 12,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(408), 1,
sym_identifier,
ACTIONS(411), 1,
anon_sym_RBRACE,
ACTIONS(413), 1,
anon_sym_constructor,
ACTIONS(416), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(139), 1,
aux_sym_package_decl_repeat1,
STATE(191), 1,
sym_resource_method,
STATE(98), 3,
sym_block_comment,
sym_slash_comment,
aux_sym_resource_item_repeat1,
STATE(192), 3,
sym_func_item,
sym_static_method,
sym_resource_constructor,
[4014] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(99), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(419), 12,
anon_sym_use,
anon_sym_RBRACE,
anon_sym_export,
anon_sym_import,
anon_sym_include,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
anon_sym_SLASH_SLASH_SLASH,
[4039] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(423), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(100), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(421), 9,
anon_sym_use,
anon_sym_resource,
anon_sym_constructor,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[4065] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(427), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(101), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(425), 9,
anon_sym_use,
anon_sym_resource,
anon_sym_constructor,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[4091] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(429), 1,
sym_identifier,
ACTIONS(431), 1,
anon_sym_resource,
ACTIONS(433), 1,
anon_sym_variant,
ACTIONS(435), 1,
anon_sym_record,
ACTIONS(437), 1,
anon_sym_flags,
ACTIONS(439), 1,
anon_sym_enum,
ACTIONS(441), 1,
anon_sym_type,
STATE(31), 1,
aux_sym_package_decl_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(102), 2,
sym_block_comment,
sym_slash_comment,
[4135] = 13,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(443), 1,
anon_sym_resource,
ACTIONS(445), 1,
anon_sym_variant,
ACTIONS(447), 1,
anon_sym_record,
ACTIONS(449), 1,
anon_sym_flags,
ACTIONS(451), 1,
anon_sym_enum,
ACTIONS(453), 1,
anon_sym_type,
STATE(31), 1,
aux_sym_package_decl_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(103), 2,
sym_block_comment,
sym_slash_comment,
[4176] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(457), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(104), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(455), 8,
anon_sym_use,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[4201] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(461), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(105), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(459), 8,
anon_sym_use,
anon_sym_resource,
anon_sym_variant,
anon_sym_record,
anon_sym_flags,
anon_sym_enum,
anon_sym_type,
sym_identifier,
[4226] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(463), 1,
sym_identifier,
ACTIONS(465), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(170), 1,
aux_sym_package_decl_repeat1,
STATE(280), 1,
sym_enum_case,
STATE(106), 2,
sym_block_comment,
sym_slash_comment,
[4258] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(467), 1,
sym_identifier,
ACTIONS(469), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(166), 1,
aux_sym_package_decl_repeat1,
STATE(276), 1,
sym_flags_case,
STATE(107), 2,
sym_block_comment,
sym_slash_comment,
[4290] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(463), 1,
sym_identifier,
ACTIONS(471), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(170), 1,
aux_sym_package_decl_repeat1,
STATE(280), 1,
sym_enum_case,
STATE(108), 2,
sym_block_comment,
sym_slash_comment,
[4322] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(467), 1,
sym_identifier,
ACTIONS(473), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(166), 1,
aux_sym_package_decl_repeat1,
STATE(276), 1,
sym_flags_case,
STATE(109), 2,
sym_block_comment,
sym_slash_comment,
[4354] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(475), 1,
sym_identifier,
ACTIONS(477), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(158), 1,
aux_sym_package_decl_repeat1,
STATE(265), 1,
sym_variant_case,
STATE(110), 2,
sym_block_comment,
sym_slash_comment,
[4386] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(463), 1,
sym_identifier,
ACTIONS(479), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(170), 1,
aux_sym_package_decl_repeat1,
STATE(242), 1,
sym_enum_case,
STATE(111), 2,
sym_block_comment,
sym_slash_comment,
[4418] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(481), 1,
sym_identifier,
ACTIONS(483), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(162), 1,
aux_sym_package_decl_repeat1,
STATE(271), 1,
sym_record_field,
STATE(112), 2,
sym_block_comment,
sym_slash_comment,
[4450] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(485), 1,
anon_sym_package,
ACTIONS(487), 1,
anon_sym_world,
ACTIONS(489), 1,
anon_sym_interface,
STATE(31), 1,
aux_sym_package_decl_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(113), 2,
sym_block_comment,
sym_slash_comment,
[4482] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(467), 1,
sym_identifier,
ACTIONS(491), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(166), 1,
aux_sym_package_decl_repeat1,
STATE(240), 1,
sym_flags_case,
STATE(114), 2,
sym_block_comment,
sym_slash_comment,
[4514] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(481), 1,
sym_identifier,
ACTIONS(493), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(162), 1,
aux_sym_package_decl_repeat1,
STATE(238), 1,
sym_record_field,
STATE(115), 2,
sym_block_comment,
sym_slash_comment,
[4546] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(475), 1,
sym_identifier,
ACTIONS(495), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(158), 1,
aux_sym_package_decl_repeat1,
STATE(236), 1,
sym_variant_case,
STATE(116), 2,
sym_block_comment,
sym_slash_comment,
[4578] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(481), 1,
sym_identifier,
ACTIONS(497), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(162), 1,
aux_sym_package_decl_repeat1,
STATE(271), 1,
sym_record_field,
STATE(117), 2,
sym_block_comment,
sym_slash_comment,
[4610] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(475), 1,
sym_identifier,
ACTIONS(499), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(158), 1,
aux_sym_package_decl_repeat1,
STATE(265), 1,
sym_variant_case,
STATE(118), 2,
sym_block_comment,
sym_slash_comment,
[4642] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(467), 1,
sym_identifier,
ACTIONS(501), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(166), 1,
aux_sym_package_decl_repeat1,
STATE(276), 1,
sym_flags_case,
STATE(119), 2,
sym_block_comment,
sym_slash_comment,
[4674] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(505), 1,
anon_sym_SLASH,
STATE(120), 3,
sym_block_comment,
sym_slash_comment,
aux_sym_package_path_repeat1,
ACTIONS(503), 5,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_as,
anon_sym_DOT,
anon_sym_with,
[4696] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(463), 1,
sym_identifier,
ACTIONS(508), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(170), 1,
aux_sym_package_decl_repeat1,
STATE(280), 1,
sym_enum_case,
STATE(121), 2,
sym_block_comment,
sym_slash_comment,
[4728] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(512), 1,
anon_sym_SLASH,
STATE(130), 1,
aux_sym_package_path_repeat1,
STATE(122), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(510), 5,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_as,
anon_sym_DOT,
anon_sym_with,
[4752] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(481), 1,
sym_identifier,
ACTIONS(514), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(162), 1,
aux_sym_package_decl_repeat1,
STATE(271), 1,
sym_record_field,
STATE(123), 2,
sym_block_comment,
sym_slash_comment,
[4784] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(518), 1,
anon_sym_LT,
STATE(164), 1,
sym__result_list,
STATE(124), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(516), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[4808] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(481), 1,
sym_identifier,
ACTIONS(520), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(162), 1,
aux_sym_package_decl_repeat1,
STATE(271), 1,
sym_record_field,
STATE(125), 2,
sym_block_comment,
sym_slash_comment,
[4840] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(475), 1,
sym_identifier,
ACTIONS(522), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(158), 1,
aux_sym_package_decl_repeat1,
STATE(244), 1,
sym_variant_case,
STATE(126), 2,
sym_block_comment,
sym_slash_comment,
[4872] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(481), 1,
sym_identifier,
ACTIONS(524), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(162), 1,
aux_sym_package_decl_repeat1,
STATE(235), 1,
sym_record_field,
STATE(127), 2,
sym_block_comment,
sym_slash_comment,
[4904] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(467), 1,
sym_identifier,
ACTIONS(526), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(166), 1,
aux_sym_package_decl_repeat1,
STATE(229), 1,
sym_flags_case,
STATE(128), 2,
sym_block_comment,
sym_slash_comment,
[4936] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(463), 1,
sym_identifier,
ACTIONS(528), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(170), 1,
aux_sym_package_decl_repeat1,
STATE(222), 1,
sym_enum_case,
STATE(129), 2,
sym_block_comment,
sym_slash_comment,
[4968] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(512), 1,
anon_sym_SLASH,
STATE(120), 1,
aux_sym_package_path_repeat1,
STATE(130), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(530), 5,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_as,
anon_sym_DOT,
anon_sym_with,
[4992] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(475), 1,
sym_identifier,
ACTIONS(532), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(158), 1,
aux_sym_package_decl_repeat1,
STATE(265), 1,
sym_variant_case,
STATE(131), 2,
sym_block_comment,
sym_slash_comment,
[5024] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(475), 1,
sym_identifier,
ACTIONS(534), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(158), 1,
aux_sym_package_decl_repeat1,
STATE(265), 1,
sym_variant_case,
STATE(132), 2,
sym_block_comment,
sym_slash_comment,
[5056] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(467), 1,
sym_identifier,
ACTIONS(536), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(166), 1,
aux_sym_package_decl_repeat1,
STATE(276), 1,
sym_flags_case,
STATE(133), 2,
sym_block_comment,
sym_slash_comment,
[5088] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(463), 1,
sym_identifier,
ACTIONS(538), 1,
anon_sym_RBRACE,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(170), 1,
aux_sym_package_decl_repeat1,
STATE(280), 1,
sym_enum_case,
STATE(134), 2,
sym_block_comment,
sym_slash_comment,
[5120] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(475), 1,
sym_identifier,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(158), 1,
aux_sym_package_decl_repeat1,
STATE(265), 1,
sym_variant_case,
STATE(135), 2,
sym_block_comment,
sym_slash_comment,
[5149] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(487), 1,
anon_sym_world,
ACTIONS(489), 1,
anon_sym_interface,
STATE(31), 1,
aux_sym_package_decl_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(136), 2,
sym_block_comment,
sym_slash_comment,
[5178] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(481), 1,
sym_identifier,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(162), 1,
aux_sym_package_decl_repeat1,
STATE(271), 1,
sym_record_field,
STATE(137), 2,
sym_block_comment,
sym_slash_comment,
[5207] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(540), 1,
anon_sym_SLASH,
STATE(138), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(503), 5,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_as,
anon_sym_DOT,
anon_sym_with,
[5228] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(542), 1,
sym_identifier,
ACTIONS(544), 1,
anon_sym_constructor,
STATE(31), 1,
aux_sym_package_decl_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(139), 2,
sym_block_comment,
sym_slash_comment,
[5257] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(467), 1,
sym_identifier,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(166), 1,
aux_sym_package_decl_repeat1,
STATE(276), 1,
sym_flags_case,
STATE(140), 2,
sym_block_comment,
sym_slash_comment,
[5286] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(463), 1,
sym_identifier,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(170), 1,
aux_sym_package_decl_repeat1,
STATE(280), 1,
sym_enum_case,
STATE(141), 2,
sym_block_comment,
sym_slash_comment,
[5315] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(142), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(546), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[5333] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(143), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(548), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[5351] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(144), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(550), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[5369] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(145), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(552), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[5387] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(554), 1,
sym_identifier,
STATE(346), 1,
sym_use_path,
STATE(376), 1,
sym_package_name,
STATE(146), 2,
sym_block_comment,
sym_slash_comment,
STATE(193), 2,
sym_local_use_path,
sym_fully_qualified_use_path,
[5411] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(147), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(556), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[5429] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(148), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(558), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[5447] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(562), 1,
anon_sym_COLON,
STATE(149), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(560), 4,
anon_sym_SEMI,
anon_sym_as,
anon_sym_DOT,
anon_sym_with,
[5467] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(150), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(564), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[5485] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(566), 1,
sym_identifier,
STATE(348), 1,
sym_use_path,
STATE(376), 1,
sym_package_name,
STATE(151), 2,
sym_block_comment,
sym_slash_comment,
STATE(193), 2,
sym_local_use_path,
sym_fully_qualified_use_path,
[5509] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(152), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(568), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[5527] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(153), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(570), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[5545] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(154), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(572), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[5563] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(155), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(574), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[5581] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(156), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(576), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[5599] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(157), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(578), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[5617] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(580), 1,
sym_identifier,
STATE(31), 1,
aux_sym_package_decl_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(158), 2,
sym_block_comment,
sym_slash_comment,
[5643] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(159), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(582), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[5661] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(160), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(584), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[5679] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(588), 1,
anon_sym_AT,
STATE(161), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(586), 4,
anon_sym_SEMI,
anon_sym_as,
anon_sym_DOT,
anon_sym_with,
[5699] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(590), 1,
sym_identifier,
STATE(31), 1,
aux_sym_package_decl_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(162), 2,
sym_block_comment,
sym_slash_comment,
[5725] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(163), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(592), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[5743] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(164), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(594), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[5761] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(165), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(596), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[5779] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(598), 1,
sym_identifier,
STATE(31), 1,
aux_sym_package_decl_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(166), 2,
sym_block_comment,
sym_slash_comment,
[5805] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(600), 1,
sym_identifier,
ACTIONS(602), 1,
anon_sym_RPAREN,
STATE(234), 1,
sym_named_type,
STATE(241), 1,
sym__named_type_list,
STATE(302), 1,
sym__param_list_inner,
STATE(167), 2,
sym_block_comment,
sym_slash_comment,
[5831] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(168), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(604), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[5849] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(169), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(606), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[5867] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(608), 1,
sym_identifier,
STATE(31), 1,
aux_sym_package_decl_repeat1,
STATE(89), 1,
sym_doc_comment,
STATE(92), 1,
sym_attribute,
STATE(170), 2,
sym_block_comment,
sym_slash_comment,
[5893] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(171), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(610), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[5911] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(172), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(612), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[5929] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(566), 1,
sym_identifier,
STATE(264), 1,
sym_use_path,
STATE(376), 1,
sym_package_name,
STATE(173), 2,
sym_block_comment,
sym_slash_comment,
STATE(193), 2,
sym_local_use_path,
sym_fully_qualified_use_path,
[5953] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(566), 1,
sym_identifier,
STATE(250), 1,
sym_use_path,
STATE(376), 1,
sym_package_name,
STATE(174), 2,
sym_block_comment,
sym_slash_comment,
STATE(193), 2,
sym_local_use_path,
sym_fully_qualified_use_path,
[5977] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(175), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(614), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[5995] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(600), 1,
sym_identifier,
ACTIONS(616), 1,
anon_sym_RPAREN,
STATE(203), 1,
sym_named_type,
STATE(364), 1,
sym_named_result_list,
STATE(365), 1,
sym__named_type_list,
STATE(176), 2,
sym_block_comment,
sym_slash_comment,
[6021] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(177), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(618), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[6039] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(178), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(620), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[6057] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(179), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(622), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[6075] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(180), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(624), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[6093] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(181), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(626), 5,
anon_sym_SEMI,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT,
[6111] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(182), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(628), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[6129] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(183), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(630), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[6147] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
STATE(184), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(632), 5,
ts_builtin_sym_end,
anon_sym_use,
anon_sym_world,
anon_sym_interface,
anon_sym_SLASH_SLASH_SLASH,
[6165] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(185), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(634), 4,
anon_sym_SEMI,
anon_sym_as,
anon_sym_DOT,
anon_sym_with,
[6182] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(636), 1,
anon_sym_interface,
ACTIONS(638), 1,
anon_sym_func,
STATE(88), 1,
sym_extern_type,
STATE(322), 1,
sym_func_type,
STATE(186), 2,
sym_block_comment,
sym_slash_comment,
[6205] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(636), 1,
anon_sym_interface,
ACTIONS(638), 1,
anon_sym_func,
STATE(87), 1,
sym_extern_type,
STATE(322), 1,
sym_func_type,
STATE(187), 2,
sym_block_comment,
sym_slash_comment,
[6228] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(600), 1,
sym_identifier,
ACTIONS(640), 1,
anon_sym_RPAREN,
STATE(234), 1,
sym_named_type,
STATE(287), 1,
sym__named_type_list,
STATE(188), 2,
sym_block_comment,
sym_slash_comment,
[6251] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(642), 2,
anon_sym_constructor,
sym_identifier,
ACTIONS(644), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(189), 2,
sym_block_comment,
sym_slash_comment,
[6270] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(646), 2,
anon_sym_constructor,
sym_identifier,
ACTIONS(648), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(190), 2,
sym_block_comment,
sym_slash_comment,
[6289] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(650), 2,
anon_sym_constructor,
sym_identifier,
ACTIONS(652), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(191), 2,
sym_block_comment,
sym_slash_comment,
[6308] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(654), 2,
anon_sym_constructor,
sym_identifier,
ACTIONS(656), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(192), 2,
sym_block_comment,
sym_slash_comment,
[6327] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(193), 2,
sym_block_comment,
sym_slash_comment,
ACTIONS(658), 4,
anon_sym_SEMI,
anon_sym_as,
anon_sym_DOT,
anon_sym_with,
[6344] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(600), 1,
sym_identifier,
ACTIONS(660), 1,
anon_sym_RPAREN,
STATE(234), 1,
sym_named_type,
STATE(287), 1,
sym__named_type_list,
STATE(194), 2,
sym_block_comment,
sym_slash_comment,
[6367] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(662), 2,
anon_sym_constructor,
sym_identifier,
ACTIONS(664), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(195), 2,
sym_block_comment,
sym_slash_comment,
[6386] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(666), 2,
anon_sym_constructor,
sym_identifier,
ACTIONS(668), 2,
anon_sym_RBRACE,
anon_sym_SLASH_SLASH_SLASH,
STATE(196), 2,
sym_block_comment,
sym_slash_comment,
[6405] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(670), 1,
anon_sym_RBRACE,
ACTIONS(672), 1,
anon_sym_COMMA,
STATE(224), 1,
aux_sym_include_names_list_repeat1,
STATE(197), 2,
sym_block_comment,
sym_slash_comment,
[6425] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(674), 1,
sym_identifier,
STATE(205), 1,
sym_use_names_item,
STATE(310), 1,
sym__use_names_list,
STATE(198), 2,
sym_block_comment,
sym_slash_comment,
[6445] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(477), 1,
anon_sym_RBRACE,
ACTIONS(676), 1,
anon_sym_COMMA,
STATE(220), 1,
aux_sym_variant_item_repeat1,
STATE(199), 2,
sym_block_comment,
sym_slash_comment,
[6465] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(104), 1,
anon_sym_GT,
ACTIONS(678), 1,
anon_sym_COMMA,
STATE(243), 1,
aux_sym_tuple_repeat1,
STATE(200), 2,
sym_block_comment,
sym_slash_comment,
[6485] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(680), 1,
sym_identifier,
STATE(347), 1,
sym_fully_qualified_use_path,
STATE(376), 1,
sym_package_name,
STATE(201), 2,
sym_block_comment,
sym_slash_comment,
[6505] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(638), 1,
anon_sym_func,
ACTIONS(682), 1,
anon_sym_static,
STATE(325), 1,
sym_func_type,
STATE(202), 2,
sym_block_comment,
sym_slash_comment,
[6525] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(684), 1,
anon_sym_COMMA,
ACTIONS(686), 1,
anon_sym_RPAREN,
STATE(233), 1,
aux_sym__named_type_list_repeat1,
STATE(203), 2,
sym_block_comment,
sym_slash_comment,
[6545] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(465), 1,
anon_sym_RBRACE,
ACTIONS(688), 1,
anon_sym_COMMA,
STATE(212), 1,
aux_sym_enum_item_repeat1,
STATE(204), 2,
sym_block_comment,
sym_slash_comment,
[6565] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(690), 1,
anon_sym_RBRACE2,
ACTIONS(692), 1,
anon_sym_COMMA,
STATE(230), 1,
aux_sym__use_names_list_repeat1,
STATE(205), 2,
sym_block_comment,
sym_slash_comment,
[6585] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(694), 1,
anon_sym_as,
ACTIONS(696), 2,
anon_sym_RBRACE2,
anon_sym_COMMA,
STATE(206), 2,
sym_block_comment,
sym_slash_comment,
[6603] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(698), 1,
sym_identifier,
STATE(377), 1,
sym_package_name,
STATE(378), 1,
sym_fully_qualified_package_name,
STATE(207), 2,
sym_block_comment,
sym_slash_comment,
[6623] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(660), 1,
anon_sym_RPAREN,
ACTIONS(700), 1,
anon_sym_COMMA,
STATE(217), 1,
aux_sym__param_list_inner_repeat1,
STATE(208), 2,
sym_block_comment,
sym_slash_comment,
[6643] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(702), 1,
anon_sym_COMMA,
ACTIONS(704), 1,
anon_sym_GT,
STATE(200), 1,
aux_sym_tuple_repeat1,
STATE(209), 2,
sym_block_comment,
sym_slash_comment,
[6663] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(499), 1,
anon_sym_RBRACE,
ACTIONS(706), 1,
anon_sym_COMMA,
STATE(220), 1,
aux_sym_variant_item_repeat1,
STATE(210), 2,
sym_block_comment,
sym_slash_comment,
[6683] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(710), 1,
anon_sym_LPAREN,
ACTIONS(708), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(211), 2,
sym_block_comment,
sym_slash_comment,
[6701] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(712), 1,
anon_sym_RBRACE,
ACTIONS(714), 1,
anon_sym_COMMA,
STATE(212), 3,
sym_block_comment,
sym_slash_comment,
aux_sym_enum_item_repeat1,
[6719] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(717), 1,
anon_sym_RBRACE,
ACTIONS(719), 1,
anon_sym_COMMA,
STATE(213), 3,
sym_block_comment,
sym_slash_comment,
aux_sym_flags_item_repeat1,
[6737] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(225), 1,
aux_sym__named_type_list_repeat1,
ACTIONS(722), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
STATE(214), 2,
sym_block_comment,
sym_slash_comment,
[6755] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(520), 1,
anon_sym_RBRACE,
ACTIONS(724), 1,
anon_sym_COMMA,
STATE(216), 1,
aux_sym_record_item_repeat1,
STATE(215), 2,
sym_block_comment,
sym_slash_comment,
[6775] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(726), 1,
anon_sym_RBRACE,
ACTIONS(728), 1,
anon_sym_COMMA,
STATE(216), 3,
sym_block_comment,
sym_slash_comment,
aux_sym_record_item_repeat1,
[6793] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(731), 1,
anon_sym_COMMA,
ACTIONS(734), 1,
anon_sym_RPAREN,
STATE(217), 3,
sym_block_comment,
sym_slash_comment,
aux_sym__param_list_inner_repeat1,
[6811] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(736), 1,
anon_sym_RBRACE,
ACTIONS(738), 1,
anon_sym_COMMA,
STATE(218), 3,
sym_block_comment,
sym_slash_comment,
aux_sym_include_names_list_repeat1,
[6829] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(469), 1,
anon_sym_RBRACE,
ACTIONS(741), 1,
anon_sym_COMMA,
STATE(213), 1,
aux_sym_flags_item_repeat1,
STATE(219), 2,
sym_block_comment,
sym_slash_comment,
[6849] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(743), 1,
anon_sym_RBRACE,
ACTIONS(745), 1,
anon_sym_COMMA,
STATE(220), 3,
sym_block_comment,
sym_slash_comment,
aux_sym_variant_item_repeat1,
[6867] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(638), 1,
anon_sym_func,
ACTIONS(748), 1,
anon_sym_static,
STATE(311), 1,
sym_func_type,
STATE(221), 2,
sym_block_comment,
sym_slash_comment,
[6887] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(750), 1,
anon_sym_RBRACE,
ACTIONS(752), 1,
anon_sym_COMMA,
STATE(223), 1,
aux_sym_enum_item_repeat1,
STATE(222), 2,
sym_block_comment,
sym_slash_comment,
[6907] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(538), 1,
anon_sym_RBRACE,
ACTIONS(754), 1,
anon_sym_COMMA,
STATE(212), 1,
aux_sym_enum_item_repeat1,
STATE(223), 2,
sym_block_comment,
sym_slash_comment,
[6927] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(672), 1,
anon_sym_COMMA,
ACTIONS(756), 1,
anon_sym_RBRACE,
STATE(218), 1,
aux_sym_include_names_list_repeat1,
STATE(224), 2,
sym_block_comment,
sym_slash_comment,
[6947] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(758), 1,
anon_sym_COMMA,
ACTIONS(761), 1,
anon_sym_RPAREN,
STATE(225), 3,
sym_block_comment,
sym_slash_comment,
aux_sym__named_type_list_repeat1,
[6965] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(560), 1,
anon_sym_SEMI,
ACTIONS(562), 1,
anon_sym_COLON,
ACTIONS(763), 1,
anon_sym_COLON2,
STATE(226), 2,
sym_block_comment,
sym_slash_comment,
[6985] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(765), 1,
sym_identifier,
STATE(197), 1,
sym_include_names_item,
STATE(308), 1,
sym_include_names_list,
STATE(227), 2,
sym_block_comment,
sym_slash_comment,
[7005] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(600), 1,
sym_identifier,
STATE(234), 1,
sym_named_type,
STATE(287), 1,
sym__named_type_list,
STATE(228), 2,
sym_block_comment,
sym_slash_comment,
[7025] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(767), 1,
anon_sym_RBRACE,
ACTIONS(769), 1,
anon_sym_COMMA,
STATE(219), 1,
aux_sym_flags_item_repeat1,
STATE(229), 2,
sym_block_comment,
sym_slash_comment,
[7045] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(692), 1,
anon_sym_COMMA,
ACTIONS(771), 1,
anon_sym_RBRACE2,
STATE(239), 1,
aux_sym__use_names_list_repeat1,
STATE(230), 2,
sym_block_comment,
sym_slash_comment,
[7065] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(483), 1,
anon_sym_RBRACE,
ACTIONS(773), 1,
anon_sym_COMMA,
STATE(216), 1,
aux_sym_record_item_repeat1,
STATE(231), 2,
sym_block_comment,
sym_slash_comment,
[7085] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(777), 1,
anon_sym_LPAREN,
ACTIONS(775), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(232), 2,
sym_block_comment,
sym_slash_comment,
[7103] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(684), 1,
anon_sym_COMMA,
ACTIONS(722), 1,
anon_sym_RPAREN,
STATE(225), 1,
aux_sym__named_type_list_repeat1,
STATE(233), 2,
sym_block_comment,
sym_slash_comment,
[7123] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
STATE(214), 1,
aux_sym__named_type_list_repeat1,
ACTIONS(686), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
STATE(234), 2,
sym_block_comment,
sym_slash_comment,
[7141] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(779), 1,
anon_sym_RBRACE,
ACTIONS(781), 1,
anon_sym_COMMA,
STATE(215), 1,
aux_sym_record_item_repeat1,
STATE(235), 2,
sym_block_comment,
sym_slash_comment,
[7161] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(783), 1,
anon_sym_RBRACE,
ACTIONS(785), 1,
anon_sym_COMMA,
STATE(199), 1,
aux_sym_variant_item_repeat1,
STATE(236), 2,
sym_block_comment,
sym_slash_comment,
[7181] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(698), 1,
sym_identifier,
STATE(362), 1,
sym_fully_qualified_package_name,
STATE(377), 1,
sym_package_name,
STATE(237), 2,
sym_block_comment,
sym_slash_comment,
[7201] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(787), 1,
anon_sym_RBRACE,
ACTIONS(789), 1,
anon_sym_COMMA,
STATE(231), 1,
aux_sym_record_item_repeat1,
STATE(238), 2,
sym_block_comment,
sym_slash_comment,
[7221] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(791), 1,
anon_sym_RBRACE2,
ACTIONS(793), 1,
anon_sym_COMMA,
STATE(239), 3,
sym_block_comment,
sym_slash_comment,
aux_sym__use_names_list_repeat1,
[7239] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(796), 1,
anon_sym_RBRACE,
ACTIONS(798), 1,
anon_sym_COMMA,
STATE(245), 1,
aux_sym_flags_item_repeat1,
STATE(240), 2,
sym_block_comment,
sym_slash_comment,
[7259] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(800), 1,
anon_sym_COMMA,
ACTIONS(802), 1,
anon_sym_RPAREN,
STATE(208), 1,
aux_sym__param_list_inner_repeat1,
STATE(241), 2,
sym_block_comment,
sym_slash_comment,
[7279] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(804), 1,
anon_sym_RBRACE,
ACTIONS(806), 1,
anon_sym_COMMA,
STATE(204), 1,
aux_sym_enum_item_repeat1,
STATE(242), 2,
sym_block_comment,
sym_slash_comment,
[7299] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(808), 1,
anon_sym_COMMA,
ACTIONS(811), 1,
anon_sym_GT,
STATE(243), 3,
sym_block_comment,
sym_slash_comment,
aux_sym_tuple_repeat1,
[7317] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(813), 1,
anon_sym_RBRACE,
ACTIONS(815), 1,
anon_sym_COMMA,
STATE(210), 1,
aux_sym_variant_item_repeat1,
STATE(244), 2,
sym_block_comment,
sym_slash_comment,
[7337] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(501), 1,
anon_sym_RBRACE,
ACTIONS(817), 1,
anon_sym_COMMA,
STATE(213), 1,
aux_sym_flags_item_repeat1,
STATE(245), 2,
sym_block_comment,
sym_slash_comment,
[7357] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(819), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
STATE(246), 2,
sym_block_comment,
sym_slash_comment,
[7372] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(821), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(247), 2,
sym_block_comment,
sym_slash_comment,
[7387] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(823), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(248), 2,
sym_block_comment,
sym_slash_comment,
[7402] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(825), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(249), 2,
sym_block_comment,
sym_slash_comment,
[7417] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(827), 1,
anon_sym_SEMI,
ACTIONS(829), 1,
anon_sym_as,
STATE(250), 2,
sym_block_comment,
sym_slash_comment,
[7434] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(562), 1,
anon_sym_COLON,
ACTIONS(831), 1,
anon_sym_COLON2,
STATE(251), 2,
sym_block_comment,
sym_slash_comment,
[7451] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(833), 1,
sym_identifier,
STATE(340), 1,
sym_user_defined_type,
STATE(252), 2,
sym_block_comment,
sym_slash_comment,
[7468] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(674), 1,
sym_identifier,
STATE(272), 1,
sym_use_names_item,
STATE(253), 2,
sym_block_comment,
sym_slash_comment,
[7485] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(833), 1,
sym_identifier,
STATE(297), 1,
sym_user_defined_type,
STATE(254), 2,
sym_block_comment,
sym_slash_comment,
[7502] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(835), 1,
sym_identifier,
STATE(282), 1,
sym_package_path,
STATE(255), 2,
sym_block_comment,
sym_slash_comment,
[7519] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(837), 1,
anon_sym_LPAREN,
STATE(307), 1,
sym_param_list,
STATE(256), 2,
sym_block_comment,
sym_slash_comment,
[7536] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(835), 1,
sym_identifier,
STATE(161), 1,
sym_package_path,
STATE(257), 2,
sym_block_comment,
sym_slash_comment,
[7553] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(839), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(258), 2,
sym_block_comment,
sym_slash_comment,
[7568] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(638), 1,
anon_sym_func,
STATE(311), 1,
sym_func_type,
STATE(259), 2,
sym_block_comment,
sym_slash_comment,
[7585] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(841), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(260), 2,
sym_block_comment,
sym_slash_comment,
[7600] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(843), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(261), 2,
sym_block_comment,
sym_slash_comment,
[7615] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(638), 1,
anon_sym_func,
STATE(324), 1,
sym_func_type,
STATE(262), 2,
sym_block_comment,
sym_slash_comment,
[7632] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(761), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
STATE(263), 2,
sym_block_comment,
sym_slash_comment,
[7647] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(845), 1,
anon_sym_SEMI,
ACTIONS(847), 1,
anon_sym_with,
STATE(264), 2,
sym_block_comment,
sym_slash_comment,
[7664] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(743), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(265), 2,
sym_block_comment,
sym_slash_comment,
[7679] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(736), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(266), 2,
sym_block_comment,
sym_slash_comment,
[7694] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(849), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(267), 2,
sym_block_comment,
sym_slash_comment,
[7709] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(811), 2,
anon_sym_COMMA,
anon_sym_GT,
STATE(268), 2,
sym_block_comment,
sym_slash_comment,
[7724] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(851), 2,
anon_sym_SEMI,
anon_sym_DASH_GT,
STATE(269), 2,
sym_block_comment,
sym_slash_comment,
[7739] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(765), 1,
sym_identifier,
STATE(266), 1,
sym_include_names_item,
STATE(270), 2,
sym_block_comment,
sym_slash_comment,
[7756] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(726), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(271), 2,
sym_block_comment,
sym_slash_comment,
[7771] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(791), 2,
anon_sym_RBRACE2,
anon_sym_COMMA,
STATE(272), 2,
sym_block_comment,
sym_slash_comment,
[7786] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(853), 2,
anon_sym_RBRACE2,
anon_sym_COMMA,
STATE(273), 2,
sym_block_comment,
sym_slash_comment,
[7801] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(837), 1,
anon_sym_LPAREN,
STATE(284), 1,
sym_param_list,
STATE(274), 2,
sym_block_comment,
sym_slash_comment,
[7818] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(638), 1,
anon_sym_func,
STATE(367), 1,
sym_func_type,
STATE(275), 2,
sym_block_comment,
sym_slash_comment,
[7835] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(717), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(276), 2,
sym_block_comment,
sym_slash_comment,
[7850] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(855), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(277), 2,
sym_block_comment,
sym_slash_comment,
[7865] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(600), 1,
sym_identifier,
STATE(263), 1,
sym_named_type,
STATE(278), 2,
sym_block_comment,
sym_slash_comment,
[7882] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(857), 1,
anon_sym_SEMI,
ACTIONS(859), 1,
anon_sym_LBRACE,
STATE(279), 2,
sym_block_comment,
sym_slash_comment,
[7899] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(712), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(280), 2,
sym_block_comment,
sym_slash_comment,
[7914] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(861), 1,
anon_sym_SEMI,
ACTIONS(863), 1,
anon_sym_LBRACE,
STATE(281), 2,
sym_block_comment,
sym_slash_comment,
[7931] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(865), 1,
anon_sym_SEMI,
ACTIONS(867), 1,
anon_sym_AT,
STATE(282), 2,
sym_block_comment,
sym_slash_comment,
[7948] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(869), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(283), 2,
sym_block_comment,
sym_slash_comment,
[7963] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(871), 1,
anon_sym_SEMI,
ACTIONS(873), 1,
anon_sym_DASH_GT,
STATE(284), 2,
sym_block_comment,
sym_slash_comment,
[7980] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(875), 1,
anon_sym_COMMA,
ACTIONS(877), 1,
anon_sym_GT,
STATE(285), 2,
sym_block_comment,
sym_slash_comment,
[7997] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(879), 1,
anon_sym_COMMA,
ACTIONS(881), 1,
anon_sym_GT,
STATE(286), 2,
sym_block_comment,
sym_slash_comment,
[8014] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(734), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
STATE(287), 2,
sym_block_comment,
sym_slash_comment,
[8029] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(837), 1,
anon_sym_LPAREN,
STATE(296), 1,
sym_param_list,
STATE(288), 2,
sym_block_comment,
sym_slash_comment,
[8046] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(638), 1,
anon_sym_func,
STATE(325), 1,
sym_func_type,
STATE(289), 2,
sym_block_comment,
sym_slash_comment,
[8063] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(883), 2,
anon_sym_SEMI,
anon_sym_DASH_GT,
STATE(290), 2,
sym_block_comment,
sym_slash_comment,
[8078] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(885), 1,
sym_identifier,
STATE(291), 2,
sym_block_comment,
sym_slash_comment,
[8092] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(887), 1,
sym_identifier,
STATE(292), 2,
sym_block_comment,
sym_slash_comment,
[8106] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(889), 1,
anon_sym_GT,
STATE(293), 2,
sym_block_comment,
sym_slash_comment,
[8120] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(891), 1,
anon_sym_GT,
STATE(294), 2,
sym_block_comment,
sym_slash_comment,
[8134] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(893), 1,
anon_sym_RPAREN,
STATE(295), 2,
sym_block_comment,
sym_slash_comment,
[8148] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(895), 1,
anon_sym_SEMI,
STATE(296), 2,
sym_block_comment,
sym_slash_comment,
[8162] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(897), 1,
anon_sym_GT,
STATE(297), 2,
sym_block_comment,
sym_slash_comment,
[8176] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(899), 1,
anon_sym_LBRACE,
STATE(298), 2,
sym_block_comment,
sym_slash_comment,
[8190] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(901), 1,
sym_identifier,
STATE(299), 2,
sym_block_comment,
sym_slash_comment,
[8204] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(903), 1,
anon_sym_SEMI,
STATE(300), 2,
sym_block_comment,
sym_slash_comment,
[8218] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(905), 1,
sym_identifier,
STATE(301), 2,
sym_block_comment,
sym_slash_comment,
[8232] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(907), 1,
anon_sym_RPAREN,
STATE(302), 2,
sym_block_comment,
sym_slash_comment,
[8246] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(909), 1,
anon_sym_COLON2,
STATE(303), 2,
sym_block_comment,
sym_slash_comment,
[8260] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(911), 1,
anon_sym_SEMI,
STATE(304), 2,
sym_block_comment,
sym_slash_comment,
[8274] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(913), 1,
anon_sym_COLON2,
STATE(305), 2,
sym_block_comment,
sym_slash_comment,
[8288] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(915), 1,
anon_sym_COLON2,
STATE(306), 2,
sym_block_comment,
sym_slash_comment,
[8302] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(917), 1,
anon_sym_SEMI,
STATE(307), 2,
sym_block_comment,
sym_slash_comment,
[8316] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(919), 1,
anon_sym_RBRACE,
STATE(308), 2,
sym_block_comment,
sym_slash_comment,
[8330] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(921), 1,
anon_sym_as,
STATE(309), 2,
sym_block_comment,
sym_slash_comment,
[8344] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(923), 1,
anon_sym_RBRACE2,
STATE(310), 2,
sym_block_comment,
sym_slash_comment,
[8358] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(925), 1,
anon_sym_SEMI,
STATE(311), 2,
sym_block_comment,
sym_slash_comment,
[8372] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(927), 1,
anon_sym_SEMI,
STATE(312), 2,
sym_block_comment,
sym_slash_comment,
[8386] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(929), 1,
anon_sym_LT,
STATE(313), 2,
sym_block_comment,
sym_slash_comment,
[8400] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(931), 1,
anon_sym_SEMI,
STATE(314), 2,
sym_block_comment,
sym_slash_comment,
[8414] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(933), 1,
anon_sym_SEMI,
STATE(315), 2,
sym_block_comment,
sym_slash_comment,
[8428] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(935), 1,
anon_sym_LT,
STATE(316), 2,
sym_block_comment,
sym_slash_comment,
[8442] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(937), 1,
anon_sym_LT,
STATE(317), 2,
sym_block_comment,
sym_slash_comment,
[8456] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(939), 1,
anon_sym_LT,
STATE(318), 2,
sym_block_comment,
sym_slash_comment,
[8470] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(941), 1,
anon_sym_LT,
STATE(319), 2,
sym_block_comment,
sym_slash_comment,
[8484] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(943), 1,
anon_sym_COLON2,
STATE(320), 2,
sym_block_comment,
sym_slash_comment,
[8498] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(945), 1,
anon_sym_COLON2,
STATE(321), 2,
sym_block_comment,
sym_slash_comment,
[8512] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(947), 1,
anon_sym_SEMI,
STATE(322), 2,
sym_block_comment,
sym_slash_comment,
[8526] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(949), 1,
anon_sym_LBRACE,
STATE(323), 2,
sym_block_comment,
sym_slash_comment,
[8540] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(951), 1,
anon_sym_SEMI,
STATE(324), 2,
sym_block_comment,
sym_slash_comment,
[8554] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(953), 1,
anon_sym_SEMI,
STATE(325), 2,
sym_block_comment,
sym_slash_comment,
[8568] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(955), 1,
anon_sym_EQ,
STATE(326), 2,
sym_block_comment,
sym_slash_comment,
[8582] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(957), 1,
anon_sym_LBRACE,
STATE(327), 2,
sym_block_comment,
sym_slash_comment,
[8596] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(959), 1,
anon_sym_LBRACE,
STATE(328), 2,
sym_block_comment,
sym_slash_comment,
[8610] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(961), 1,
anon_sym_LBRACE,
STATE(329), 2,
sym_block_comment,
sym_slash_comment,
[8624] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(963), 1,
anon_sym_RPAREN,
STATE(330), 2,
sym_block_comment,
sym_slash_comment,
[8638] = 4,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(965), 1,
anon_sym_SLASH_STAR,
ACTIONS(967), 1,
aux_sym_block_comment_token1,
STATE(331), 2,
sym_block_comment,
sym_slash_comment,
[8652] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(969), 1,
anon_sym_LBRACE,
STATE(332), 2,
sym_block_comment,
sym_slash_comment,
[8666] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(971), 1,
anon_sym_LBRACE2,
STATE(333), 2,
sym_block_comment,
sym_slash_comment,
[8680] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(973), 1,
anon_sym_SEMI,
STATE(334), 2,
sym_block_comment,
sym_slash_comment,
[8694] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(975), 1,
anon_sym_COLON2,
STATE(335), 2,
sym_block_comment,
sym_slash_comment,
[8708] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(977), 1,
sym_identifier,
STATE(336), 2,
sym_block_comment,
sym_slash_comment,
[8722] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(979), 1,
sym_identifier,
STATE(337), 2,
sym_block_comment,
sym_slash_comment,
[8736] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(981), 1,
sym_identifier,
STATE(338), 2,
sym_block_comment,
sym_slash_comment,
[8750] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(983), 1,
sym_identifier,
STATE(339), 2,
sym_block_comment,
sym_slash_comment,
[8764] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(985), 1,
anon_sym_GT,
STATE(340), 2,
sym_block_comment,
sym_slash_comment,
[8778] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(987), 1,
anon_sym_EQ,
STATE(341), 2,
sym_block_comment,
sym_slash_comment,
[8792] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(989), 1,
anon_sym_LBRACE,
STATE(342), 2,
sym_block_comment,
sym_slash_comment,
[8806] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(991), 1,
anon_sym_LBRACE,
STATE(343), 2,
sym_block_comment,
sym_slash_comment,
[8820] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(993), 1,
anon_sym_LBRACE,
STATE(344), 2,
sym_block_comment,
sym_slash_comment,
[8834] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(995), 1,
anon_sym_LBRACE,
STATE(345), 2,
sym_block_comment,
sym_slash_comment,
[8848] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(997), 1,
anon_sym_SEMI,
STATE(346), 2,
sym_block_comment,
sym_slash_comment,
[8862] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(999), 1,
anon_sym_SEMI,
STATE(347), 2,
sym_block_comment,
sym_slash_comment,
[8876] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1001), 1,
anon_sym_DOT,
STATE(348), 2,
sym_block_comment,
sym_slash_comment,
[8890] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1003), 1,
sym_semver,
STATE(349), 2,
sym_block_comment,
sym_slash_comment,
[8904] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1005), 1,
sym_semver,
STATE(350), 2,
sym_block_comment,
sym_slash_comment,
[8918] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1007), 1,
sym_identifier,
STATE(351), 2,
sym_block_comment,
sym_slash_comment,
[8932] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1009), 1,
anon_sym_COLON2,
STATE(352), 2,
sym_block_comment,
sym_slash_comment,
[8946] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1011), 1,
sym_identifier,
STATE(353), 2,
sym_block_comment,
sym_slash_comment,
[8960] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1013), 1,
sym_identifier,
STATE(354), 2,
sym_block_comment,
sym_slash_comment,
[8974] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1015), 1,
sym_identifier,
STATE(355), 2,
sym_block_comment,
sym_slash_comment,
[8988] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1017), 1,
sym_identifier,
STATE(356), 2,
sym_block_comment,
sym_slash_comment,
[9002] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1019), 1,
sym_identifier,
STATE(357), 2,
sym_block_comment,
sym_slash_comment,
[9016] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1021), 1,
sym_identifier,
STATE(358), 2,
sym_block_comment,
sym_slash_comment,
[9030] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1023), 1,
anon_sym_SEMI,
STATE(359), 2,
sym_block_comment,
sym_slash_comment,
[9044] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1025), 1,
anon_sym_LBRACE,
STATE(360), 2,
sym_block_comment,
sym_slash_comment,
[9058] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1027), 1,
anon_sym_LBRACE,
STATE(361), 2,
sym_block_comment,
sym_slash_comment,
[9072] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1029), 1,
anon_sym_SEMI,
STATE(362), 2,
sym_block_comment,
sym_slash_comment,
[9086] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1031), 1,
anon_sym_SEMI,
STATE(363), 2,
sym_block_comment,
sym_slash_comment,
[9100] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1033), 1,
anon_sym_RPAREN,
STATE(364), 2,
sym_block_comment,
sym_slash_comment,
[9114] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1035), 1,
anon_sym_RPAREN,
STATE(365), 2,
sym_block_comment,
sym_slash_comment,
[9128] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1037), 1,
sym_identifier,
STATE(366), 2,
sym_block_comment,
sym_slash_comment,
[9142] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1039), 1,
anon_sym_SEMI,
STATE(367), 2,
sym_block_comment,
sym_slash_comment,
[9156] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1041), 1,
sym_identifier,
STATE(368), 2,
sym_block_comment,
sym_slash_comment,
[9170] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1043), 1,
sym_identifier,
STATE(369), 2,
sym_block_comment,
sym_slash_comment,
[9184] = 4,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(965), 1,
anon_sym_SLASH_STAR,
ACTIONS(1045), 1,
sym_docs,
STATE(370), 2,
sym_block_comment,
sym_slash_comment,
[9198] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1047), 1,
anon_sym_LBRACE,
STATE(371), 2,
sym_block_comment,
sym_slash_comment,
[9212] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1049), 1,
anon_sym_GT,
STATE(372), 2,
sym_block_comment,
sym_slash_comment,
[9226] = 4,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(965), 1,
anon_sym_SLASH_STAR,
ACTIONS(1051), 1,
aux_sym_slash_comment_token1,
STATE(373), 2,
sym_block_comment,
sym_slash_comment,
[9240] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1053), 1,
anon_sym_GT,
STATE(374), 2,
sym_block_comment,
sym_slash_comment,
[9254] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1055), 1,
anon_sym_LBRACE,
STATE(375), 2,
sym_block_comment,
sym_slash_comment,
[9268] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1057), 1,
anon_sym_COLON,
STATE(376), 2,
sym_block_comment,
sym_slash_comment,
[9282] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1059), 1,
anon_sym_COLON,
STATE(377), 2,
sym_block_comment,
sym_slash_comment,
[9296] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1061), 1,
anon_sym_SEMI,
STATE(378), 2,
sym_block_comment,
sym_slash_comment,
[9310] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(562), 1,
anon_sym_COLON,
STATE(379), 2,
sym_block_comment,
sym_slash_comment,
[9324] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1063), 1,
anon_sym_SEMI,
STATE(380), 2,
sym_block_comment,
sym_slash_comment,
[9338] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1065), 1,
sym_identifier,
STATE(381), 2,
sym_block_comment,
sym_slash_comment,
[9352] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1067), 1,
anon_sym_SLASH,
STATE(382), 2,
sym_block_comment,
sym_slash_comment,
[9366] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1069), 1,
ts_builtin_sym_end,
STATE(383), 2,
sym_block_comment,
sym_slash_comment,
[9380] = 4,
ACTIONS(5), 1,
anon_sym_SLASH_SLASH,
ACTIONS(965), 1,
anon_sym_SLASH_STAR,
ACTIONS(1071), 1,
aux_sym_doc_comment_token1,
STATE(384), 2,
sym_block_comment,
sym_slash_comment,
[9394] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_STAR,
ACTIONS(96), 1,
anon_sym_SLASH_SLASH,
ACTIONS(1073), 1,
sym_identifier,
STATE(385), 2,
sym_block_comment,
sym_slash_comment,
[9408] = 1,
ACTIONS(1075), 1,
ts_builtin_sym_end,
[9412] = 1,
ACTIONS(1077), 1,
ts_builtin_sym_end,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 87,
[SMALL_STATE(4)] = 172,
[SMALL_STATE(5)] = 259,
[SMALL_STATE(6)] = 328,
[SMALL_STATE(7)] = 415,
[SMALL_STATE(8)] = 502,
[SMALL_STATE(9)] = 568,
[SMALL_STATE(10)] = 634,
[SMALL_STATE(11)] = 700,
[SMALL_STATE(12)] = 766,
[SMALL_STATE(13)] = 829,
[SMALL_STATE(14)] = 892,
[SMALL_STATE(15)] = 955,
[SMALL_STATE(16)] = 1018,
[SMALL_STATE(17)] = 1081,
[SMALL_STATE(18)] = 1144,
[SMALL_STATE(19)] = 1207,
[SMALL_STATE(20)] = 1270,
[SMALL_STATE(21)] = 1333,
[SMALL_STATE(22)] = 1396,
[SMALL_STATE(23)] = 1459,
[SMALL_STATE(24)] = 1522,
[SMALL_STATE(25)] = 1591,
[SMALL_STATE(26)] = 1660,
[SMALL_STATE(27)] = 1729,
[SMALL_STATE(28)] = 1798,
[SMALL_STATE(29)] = 1867,
[SMALL_STATE(30)] = 1936,
[SMALL_STATE(31)] = 2003,
[SMALL_STATE(32)] = 2037,
[SMALL_STATE(33)] = 2065,
[SMALL_STATE(34)] = 2093,
[SMALL_STATE(35)] = 2121,
[SMALL_STATE(36)] = 2149,
[SMALL_STATE(37)] = 2177,
[SMALL_STATE(38)] = 2205,
[SMALL_STATE(39)] = 2251,
[SMALL_STATE(40)] = 2279,
[SMALL_STATE(41)] = 2323,
[SMALL_STATE(42)] = 2351,
[SMALL_STATE(43)] = 2379,
[SMALL_STATE(44)] = 2407,
[SMALL_STATE(45)] = 2435,
[SMALL_STATE(46)] = 2463,
[SMALL_STATE(47)] = 2491,
[SMALL_STATE(48)] = 2519,
[SMALL_STATE(49)] = 2547,
[SMALL_STATE(50)] = 2575,
[SMALL_STATE(51)] = 2603,
[SMALL_STATE(52)] = 2631,
[SMALL_STATE(53)] = 2659,
[SMALL_STATE(54)] = 2687,
[SMALL_STATE(55)] = 2715,
[SMALL_STATE(56)] = 2743,
[SMALL_STATE(57)] = 2771,
[SMALL_STATE(58)] = 2799,
[SMALL_STATE(59)] = 2827,
[SMALL_STATE(60)] = 2855,
[SMALL_STATE(61)] = 2883,
[SMALL_STATE(62)] = 2911,
[SMALL_STATE(63)] = 2939,
[SMALL_STATE(64)] = 2985,
[SMALL_STATE(65)] = 3013,
[SMALL_STATE(66)] = 3041,
[SMALL_STATE(67)] = 3069,
[SMALL_STATE(68)] = 3097,
[SMALL_STATE(69)] = 3125,
[SMALL_STATE(70)] = 3153,
[SMALL_STATE(71)] = 3181,
[SMALL_STATE(72)] = 3209,
[SMALL_STATE(73)] = 3237,
[SMALL_STATE(74)] = 3265,
[SMALL_STATE(75)] = 3293,
[SMALL_STATE(76)] = 3339,
[SMALL_STATE(77)] = 3367,
[SMALL_STATE(78)] = 3395,
[SMALL_STATE(79)] = 3420,
[SMALL_STATE(80)] = 3447,
[SMALL_STATE(81)] = 3472,
[SMALL_STATE(82)] = 3515,
[SMALL_STATE(83)] = 3540,
[SMALL_STATE(84)] = 3583,
[SMALL_STATE(85)] = 3626,
[SMALL_STATE(86)] = 3651,
[SMALL_STATE(87)] = 3676,
[SMALL_STATE(88)] = 3701,
[SMALL_STATE(89)] = 3726,
[SMALL_STATE(90)] = 3753,
[SMALL_STATE(91)] = 3778,
[SMALL_STATE(92)] = 3803,
[SMALL_STATE(93)] = 3830,
[SMALL_STATE(94)] = 3855,
[SMALL_STATE(95)] = 3880,
[SMALL_STATE(96)] = 3905,
[SMALL_STATE(97)] = 3930,
[SMALL_STATE(98)] = 3973,
[SMALL_STATE(99)] = 4014,
[SMALL_STATE(100)] = 4039,
[SMALL_STATE(101)] = 4065,
[SMALL_STATE(102)] = 4091,
[SMALL_STATE(103)] = 4135,
[SMALL_STATE(104)] = 4176,
[SMALL_STATE(105)] = 4201,
[SMALL_STATE(106)] = 4226,
[SMALL_STATE(107)] = 4258,
[SMALL_STATE(108)] = 4290,
[SMALL_STATE(109)] = 4322,
[SMALL_STATE(110)] = 4354,
[SMALL_STATE(111)] = 4386,
[SMALL_STATE(112)] = 4418,
[SMALL_STATE(113)] = 4450,
[SMALL_STATE(114)] = 4482,
[SMALL_STATE(115)] = 4514,
[SMALL_STATE(116)] = 4546,
[SMALL_STATE(117)] = 4578,
[SMALL_STATE(118)] = 4610,
[SMALL_STATE(119)] = 4642,
[SMALL_STATE(120)] = 4674,
[SMALL_STATE(121)] = 4696,
[SMALL_STATE(122)] = 4728,
[SMALL_STATE(123)] = 4752,
[SMALL_STATE(124)] = 4784,
[SMALL_STATE(125)] = 4808,
[SMALL_STATE(126)] = 4840,
[SMALL_STATE(127)] = 4872,
[SMALL_STATE(128)] = 4904,
[SMALL_STATE(129)] = 4936,
[SMALL_STATE(130)] = 4968,
[SMALL_STATE(131)] = 4992,
[SMALL_STATE(132)] = 5024,
[SMALL_STATE(133)] = 5056,
[SMALL_STATE(134)] = 5088,
[SMALL_STATE(135)] = 5120,
[SMALL_STATE(136)] = 5149,
[SMALL_STATE(137)] = 5178,
[SMALL_STATE(138)] = 5207,
[SMALL_STATE(139)] = 5228,
[SMALL_STATE(140)] = 5257,
[SMALL_STATE(141)] = 5286,
[SMALL_STATE(142)] = 5315,
[SMALL_STATE(143)] = 5333,
[SMALL_STATE(144)] = 5351,
[SMALL_STATE(145)] = 5369,
[SMALL_STATE(146)] = 5387,
[SMALL_STATE(147)] = 5411,
[SMALL_STATE(148)] = 5429,
[SMALL_STATE(149)] = 5447,
[SMALL_STATE(150)] = 5467,
[SMALL_STATE(151)] = 5485,
[SMALL_STATE(152)] = 5509,
[SMALL_STATE(153)] = 5527,
[SMALL_STATE(154)] = 5545,
[SMALL_STATE(155)] = 5563,
[SMALL_STATE(156)] = 5581,
[SMALL_STATE(157)] = 5599,
[SMALL_STATE(158)] = 5617,
[SMALL_STATE(159)] = 5643,
[SMALL_STATE(160)] = 5661,
[SMALL_STATE(161)] = 5679,
[SMALL_STATE(162)] = 5699,
[SMALL_STATE(163)] = 5725,
[SMALL_STATE(164)] = 5743,
[SMALL_STATE(165)] = 5761,
[SMALL_STATE(166)] = 5779,
[SMALL_STATE(167)] = 5805,
[SMALL_STATE(168)] = 5831,
[SMALL_STATE(169)] = 5849,
[SMALL_STATE(170)] = 5867,
[SMALL_STATE(171)] = 5893,
[SMALL_STATE(172)] = 5911,
[SMALL_STATE(173)] = 5929,
[SMALL_STATE(174)] = 5953,
[SMALL_STATE(175)] = 5977,
[SMALL_STATE(176)] = 5995,
[SMALL_STATE(177)] = 6021,
[SMALL_STATE(178)] = 6039,
[SMALL_STATE(179)] = 6057,
[SMALL_STATE(180)] = 6075,
[SMALL_STATE(181)] = 6093,
[SMALL_STATE(182)] = 6111,
[SMALL_STATE(183)] = 6129,
[SMALL_STATE(184)] = 6147,
[SMALL_STATE(185)] = 6165,
[SMALL_STATE(186)] = 6182,
[SMALL_STATE(187)] = 6205,
[SMALL_STATE(188)] = 6228,
[SMALL_STATE(189)] = 6251,
[SMALL_STATE(190)] = 6270,
[SMALL_STATE(191)] = 6289,
[SMALL_STATE(192)] = 6308,
[SMALL_STATE(193)] = 6327,
[SMALL_STATE(194)] = 6344,
[SMALL_STATE(195)] = 6367,
[SMALL_STATE(196)] = 6386,
[SMALL_STATE(197)] = 6405,
[SMALL_STATE(198)] = 6425,
[SMALL_STATE(199)] = 6445,
[SMALL_STATE(200)] = 6465,
[SMALL_STATE(201)] = 6485,
[SMALL_STATE(202)] = 6505,
[SMALL_STATE(203)] = 6525,
[SMALL_STATE(204)] = 6545,
[SMALL_STATE(205)] = 6565,
[SMALL_STATE(206)] = 6585,
[SMALL_STATE(207)] = 6603,
[SMALL_STATE(208)] = 6623,
[SMALL_STATE(209)] = 6643,
[SMALL_STATE(210)] = 6663,
[SMALL_STATE(211)] = 6683,
[SMALL_STATE(212)] = 6701,
[SMALL_STATE(213)] = 6719,
[SMALL_STATE(214)] = 6737,
[SMALL_STATE(215)] = 6755,
[SMALL_STATE(216)] = 6775,
[SMALL_STATE(217)] = 6793,
[SMALL_STATE(218)] = 6811,
[SMALL_STATE(219)] = 6829,
[SMALL_STATE(220)] = 6849,
[SMALL_STATE(221)] = 6867,
[SMALL_STATE(222)] = 6887,
[SMALL_STATE(223)] = 6907,
[SMALL_STATE(224)] = 6927,
[SMALL_STATE(225)] = 6947,
[SMALL_STATE(226)] = 6965,
[SMALL_STATE(227)] = 6985,
[SMALL_STATE(228)] = 7005,
[SMALL_STATE(229)] = 7025,
[SMALL_STATE(230)] = 7045,
[SMALL_STATE(231)] = 7065,
[SMALL_STATE(232)] = 7085,
[SMALL_STATE(233)] = 7103,
[SMALL_STATE(234)] = 7123,
[SMALL_STATE(235)] = 7141,
[SMALL_STATE(236)] = 7161,
[SMALL_STATE(237)] = 7181,
[SMALL_STATE(238)] = 7201,
[SMALL_STATE(239)] = 7221,
[SMALL_STATE(240)] = 7239,
[SMALL_STATE(241)] = 7259,
[SMALL_STATE(242)] = 7279,
[SMALL_STATE(243)] = 7299,
[SMALL_STATE(244)] = 7317,
[SMALL_STATE(245)] = 7337,
[SMALL_STATE(246)] = 7357,
[SMALL_STATE(247)] = 7372,
[SMALL_STATE(248)] = 7387,
[SMALL_STATE(249)] = 7402,
[SMALL_STATE(250)] = 7417,
[SMALL_STATE(251)] = 7434,
[SMALL_STATE(252)] = 7451,
[SMALL_STATE(253)] = 7468,
[SMALL_STATE(254)] = 7485,
[SMALL_STATE(255)] = 7502,
[SMALL_STATE(256)] = 7519,
[SMALL_STATE(257)] = 7536,
[SMALL_STATE(258)] = 7553,
[SMALL_STATE(259)] = 7568,
[SMALL_STATE(260)] = 7585,
[SMALL_STATE(261)] = 7600,
[SMALL_STATE(262)] = 7615,
[SMALL_STATE(263)] = 7632,
[SMALL_STATE(264)] = 7647,
[SMALL_STATE(265)] = 7664,
[SMALL_STATE(266)] = 7679,
[SMALL_STATE(267)] = 7694,
[SMALL_STATE(268)] = 7709,
[SMALL_STATE(269)] = 7724,
[SMALL_STATE(270)] = 7739,
[SMALL_STATE(271)] = 7756,
[SMALL_STATE(272)] = 7771,
[SMALL_STATE(273)] = 7786,
[SMALL_STATE(274)] = 7801,
[SMALL_STATE(275)] = 7818,
[SMALL_STATE(276)] = 7835,
[SMALL_STATE(277)] = 7850,
[SMALL_STATE(278)] = 7865,
[SMALL_STATE(279)] = 7882,
[SMALL_STATE(280)] = 7899,
[SMALL_STATE(281)] = 7914,
[SMALL_STATE(282)] = 7931,
[SMALL_STATE(283)] = 7948,
[SMALL_STATE(284)] = 7963,
[SMALL_STATE(285)] = 7980,
[SMALL_STATE(286)] = 7997,
[SMALL_STATE(287)] = 8014,
[SMALL_STATE(288)] = 8029,
[SMALL_STATE(289)] = 8046,
[SMALL_STATE(290)] = 8063,
[SMALL_STATE(291)] = 8078,
[SMALL_STATE(292)] = 8092,
[SMALL_STATE(293)] = 8106,
[SMALL_STATE(294)] = 8120,
[SMALL_STATE(295)] = 8134,
[SMALL_STATE(296)] = 8148,
[SMALL_STATE(297)] = 8162,
[SMALL_STATE(298)] = 8176,
[SMALL_STATE(299)] = 8190,
[SMALL_STATE(300)] = 8204,
[SMALL_STATE(301)] = 8218,
[SMALL_STATE(302)] = 8232,
[SMALL_STATE(303)] = 8246,
[SMALL_STATE(304)] = 8260,
[SMALL_STATE(305)] = 8274,
[SMALL_STATE(306)] = 8288,
[SMALL_STATE(307)] = 8302,
[SMALL_STATE(308)] = 8316,
[SMALL_STATE(309)] = 8330,
[SMALL_STATE(310)] = 8344,
[SMALL_STATE(311)] = 8358,
[SMALL_STATE(312)] = 8372,
[SMALL_STATE(313)] = 8386,
[SMALL_STATE(314)] = 8400,
[SMALL_STATE(315)] = 8414,
[SMALL_STATE(316)] = 8428,
[SMALL_STATE(317)] = 8442,
[SMALL_STATE(318)] = 8456,
[SMALL_STATE(319)] = 8470,
[SMALL_STATE(320)] = 8484,
[SMALL_STATE(321)] = 8498,
[SMALL_STATE(322)] = 8512,
[SMALL_STATE(323)] = 8526,
[SMALL_STATE(324)] = 8540,
[SMALL_STATE(325)] = 8554,
[SMALL_STATE(326)] = 8568,
[SMALL_STATE(327)] = 8582,
[SMALL_STATE(328)] = 8596,
[SMALL_STATE(329)] = 8610,
[SMALL_STATE(330)] = 8624,
[SMALL_STATE(331)] = 8638,
[SMALL_STATE(332)] = 8652,
[SMALL_STATE(333)] = 8666,
[SMALL_STATE(334)] = 8680,
[SMALL_STATE(335)] = 8694,
[SMALL_STATE(336)] = 8708,
[SMALL_STATE(337)] = 8722,
[SMALL_STATE(338)] = 8736,
[SMALL_STATE(339)] = 8750,
[SMALL_STATE(340)] = 8764,
[SMALL_STATE(341)] = 8778,
[SMALL_STATE(342)] = 8792,
[SMALL_STATE(343)] = 8806,
[SMALL_STATE(344)] = 8820,
[SMALL_STATE(345)] = 8834,
[SMALL_STATE(346)] = 8848,
[SMALL_STATE(347)] = 8862,
[SMALL_STATE(348)] = 8876,
[SMALL_STATE(349)] = 8890,
[SMALL_STATE(350)] = 8904,
[SMALL_STATE(351)] = 8918,
[SMALL_STATE(352)] = 8932,
[SMALL_STATE(353)] = 8946,
[SMALL_STATE(354)] = 8960,
[SMALL_STATE(355)] = 8974,
[SMALL_STATE(356)] = 8988,
[SMALL_STATE(357)] = 9002,
[SMALL_STATE(358)] = 9016,
[SMALL_STATE(359)] = 9030,
[SMALL_STATE(360)] = 9044,
[SMALL_STATE(361)] = 9058,
[SMALL_STATE(362)] = 9072,
[SMALL_STATE(363)] = 9086,
[SMALL_STATE(364)] = 9100,
[SMALL_STATE(365)] = 9114,
[SMALL_STATE(366)] = 9128,
[SMALL_STATE(367)] = 9142,
[SMALL_STATE(368)] = 9156,
[SMALL_STATE(369)] = 9170,
[SMALL_STATE(370)] = 9184,
[SMALL_STATE(371)] = 9198,
[SMALL_STATE(372)] = 9212,
[SMALL_STATE(373)] = 9226,
[SMALL_STATE(374)] = 9240,
[SMALL_STATE(375)] = 9254,
[SMALL_STATE(376)] = 9268,
[SMALL_STATE(377)] = 9282,
[SMALL_STATE(378)] = 9296,
[SMALL_STATE(379)] = 9310,
[SMALL_STATE(380)] = 9324,
[SMALL_STATE(381)] = 9338,
[SMALL_STATE(382)] = 9352,
[SMALL_STATE(383)] = 9366,
[SMALL_STATE(384)] = 9380,
[SMALL_STATE(385)] = 9394,
[SMALL_STATE(386)] = 9408,
[SMALL_STATE(387)] = 9412,
};
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(331),
[5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373),
[7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381),
[15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384),
[19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
[25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358),
[31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357),
[33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
[35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
[37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
[39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
[41] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_world_item_repeat1, 2), SHIFT_REPEAT(151),
[44] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_world_item_repeat1, 2),
[46] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_world_item_repeat1, 2), SHIFT_REPEAT(201),
[49] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_world_item_repeat1, 2), SHIFT_REPEAT(146),
[52] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_world_item_repeat1, 2), SHIFT_REPEAT(173),
[55] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_world_item_repeat1, 2), SHIFT_REPEAT(358),
[58] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_world_item_repeat1, 2), SHIFT_REPEAT(357),
[61] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_world_item_repeat1, 2), SHIFT_REPEAT(356),
[64] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_world_item_repeat1, 2), SHIFT_REPEAT(355),
[67] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_world_item_repeat1, 2), SHIFT_REPEAT(354),
[70] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_world_item_repeat1, 2), SHIFT_REPEAT(353),
[73] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_world_item_repeat1, 2), SHIFT_REPEAT(384),
[76] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[78] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178),
[80] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[82] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171),
[84] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319),
[86] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318),
[88] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317),
[90] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124),
[92] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316),
[94] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313),
[96] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
[98] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285),
[108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352),
[112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151),
[114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358),
[118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357),
[120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356),
[122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355),
[124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354),
[126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353),
[128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_extern_type_repeat1, 2), SHIFT_REPEAT(352),
[141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_extern_type_repeat1, 2), SHIFT_REPEAT(151),
[144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extern_type_repeat1, 2),
[146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_extern_type_repeat1, 2), SHIFT_REPEAT(358),
[149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_extern_type_repeat1, 2), SHIFT_REPEAT(357),
[152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_extern_type_repeat1, 2), SHIFT_REPEAT(356),
[155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_extern_type_repeat1, 2), SHIFT_REPEAT(355),
[158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_extern_type_repeat1, 2), SHIFT_REPEAT(354),
[161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_extern_type_repeat1, 2), SHIFT_REPEAT(353),
[164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_extern_type_repeat1, 2), SHIFT_REPEAT(384),
[167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_package_decl_repeat1, 2),
[169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_decl_repeat1, 2), SHIFT_REPEAT(384),
[172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 6, .production_id = 25),
[174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 6, .production_id = 25),
[176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 8, .production_id = 36),
[178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 8, .production_id = 36),
[180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_item, 8, .production_id = 36),
[182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_item, 8, .production_id = 36),
[184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flags_item, 7, .production_id = 31),
[186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_item, 7, .production_id = 31),
[188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, .production_id = 7),
[190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, .production_id = 7),
[192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flags_item, 5, .production_id = 7),
[194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_item, 5, .production_id = 7),
[196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, .production_id = 1),
[198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_item, 5, .production_id = 7),
[200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_item, 5, .production_id = 7),
[202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2),
[204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(174),
[207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(381),
[210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(385),
[213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(384),
[216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_item, 5, .production_id = 7),
[218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_item, 5, .production_id = 7),
[220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_item, 6, .production_id = 24),
[222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_item, 6, .production_id = 24),
[224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_item, 5, .production_id = 7),
[226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_item, 5, .production_id = 7),
[228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 5, .production_id = 19),
[230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 5, .production_id = 19),
[232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, .production_id = 15),
[234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, .production_id = 15),
[236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 7, .production_id = 31),
[238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 7, .production_id = 31),
[240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flags_item, 5, .production_id = 15),
[242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_item, 5, .production_id = 15),
[244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_item, 6, .production_id = 26),
[246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_item, 6, .production_id = 26),
[248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_item, 5, .production_id = 17),
[250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_item, 5, .production_id = 17),
[252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_item, 5, .production_id = 15),
[254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_item, 5, .production_id = 15),
[256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 6, .production_id = 22),
[258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 6, .production_id = 22),
[260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_item, 5, .production_id = 14),
[262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_item, 5, .production_id = 14),
[264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, .production_id = 27),
[266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, .production_id = 27),
[268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_item, 6, .production_id = 25),
[270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_item, 6, .production_id = 25),
[272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flags_item, 6, .production_id = 22),
[274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_item, 6, .production_id = 22),
[276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_item, 8, .production_id = 37),
[278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_item, 8, .production_id = 37),
[280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_item, 3, .production_id = 3),
[282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_item, 3, .production_id = 3),
[284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flags_item, 8, .production_id = 36),
[286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_item, 8, .production_id = 36),
[288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 7, .production_id = 34),
[290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 7, .production_id = 34),
[292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_item, 6, .production_id = 23),
[294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_item, 6, .production_id = 23),
[296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flags_item, 7, .production_id = 34),
[298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_item, 7, .production_id = 34),
[300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_item, 4, .production_id = 7),
[302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_item, 4, .production_id = 7),
[304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, .production_id = 1),
[306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_item, 7, .production_id = 32),
[308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_item, 7, .production_id = 32),
[310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_item, 6, .production_id = 22),
[312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_item, 6, .production_id = 22),
[314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_item, 7, .production_id = 31),
[316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_item, 7, .production_id = 31),
[318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_item, 4, .production_id = 3),
[320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_item, 4, .production_id = 3),
[322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typedef_item, 1),
[324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typedef_item, 1),
[326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_item, 4, .production_id = 3),
[328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_item, 4, .production_id = 3),
[330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_item, 7, .production_id = 34),
[332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_item, 7, .production_id = 34),
[334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_item, 7, .production_id = 9),
[336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_item, 7, .production_id = 9),
[338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_item, 7, .production_id = 35),
[340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_item, 7, .production_id = 35),
[342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_item, 4, .production_id = 3),
[344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_item, 4, .production_id = 3),
[346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flags_item, 4, .production_id = 3),
[348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_item, 4, .production_id = 3),
[350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1),
[352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flags_item, 6, .production_id = 25),
[354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_item, 6, .production_id = 25),
[356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, .production_id = 3),
[358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, .production_id = 3),
[360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_item, 3, .production_id = 9),
[362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_doc_comment, 3),
[364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_doc_comment, 3),
[366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_imported_path, 3),
[368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321),
[370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256),
[374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_type, 3),
[376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_type, 4),
[382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_item, 1),
[384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_imported_item, 4, .production_id = 3),
[386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exported_item, 4, .production_id = 3),
[388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 1),
[390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1),
[392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exported_path, 3),
[394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_export_item, 1),
[396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_package_decl_repeat1, 1),
[398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_decl_repeat1, 1),
[400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_item, 6, .production_id = 21),
[402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_world_items, 1),
[404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_world_item_repeat1, 1),
[406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_resource_item_repeat1, 2), SHIFT_REPEAT(321),
[411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_resource_item_repeat1, 2),
[413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_resource_item_repeat1, 2), SHIFT_REPEAT(256),
[416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_resource_item_repeat1, 2), SHIFT_REPEAT(384),
[419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_type, 2),
[421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_item, 4, .production_id = 13),
[423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_item, 4, .production_id = 13),
[425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_item, 5, .production_id = 20),
[427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_item, 5, .production_id = 20),
[429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335),
[431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291),
[433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292),
[435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339),
[437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338),
[439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337),
[441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336),
[443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
[445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
[447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339),
[449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338),
[451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337),
[453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
[455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_items, 1),
[457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_items, 1),
[459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_extern_type_repeat1, 1),
[461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_extern_type_repeat1, 1),
[463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
[465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
[469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
[477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320),
[483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
[487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
[489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368),
[491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
[493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_path_repeat1, 2),
[505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_package_path_repeat1, 2), SHIFT_REPEAT(351),
[508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_path, 1),
[512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351),
[514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result, 1),
[518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_path, 2),
[532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_package_path_repeat1, 2),
[542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306),
[544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288),
[546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_decl, 4, .production_id = 4),
[548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__result_list, 5, .production_id = 39),
[550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_item, 6, .production_id = 10),
[552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_top_level_item, 1),
[554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__result_list, 3),
[558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__result_list, 3, .production_id = 33),
[560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_use_path, 1),
[562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_name, 1),
[564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_world_item, 4, .production_id = 3),
[566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 4),
[570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option, 4),
[572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_borrowed_handle, 4),
[574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_top_level_use_item, 5, .production_id = 5),
[576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1),
[578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 6),
[580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_owned_handle, 4),
[584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 5),
[586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fully_qualified_use_path, 3, .production_id = 2),
[588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
[590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305),
[592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_decl, 3),
[594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result, 2, .production_id = 18),
[596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_top_level_use_item, 3),
[598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267),
[600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303),
[602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269),
[604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__result_list, 5, .production_id = 38),
[606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_world_item, 6, .production_id = 10),
[608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
[610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_builtins, 1),
[612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 4),
[614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_world_item, 5, .production_id = 6),
[616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363),
[618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3),
[620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_defined_type, 1, .production_id = 11),
[622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_item, 5, .production_id = 6),
[624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ty, 1),
[626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handle, 1),
[628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_item, 4, .production_id = 3),
[630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_item, 5, .production_id = 7),
[632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_world_item, 5, .production_id = 7),
[634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fully_qualified_use_path, 5, .production_id = 8),
[636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
[638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274),
[640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_list_inner, 3),
[642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_constructor, 4, .production_id = 30),
[644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_constructor, 4, .production_id = 30),
[646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method, 5, .production_id = 11),
[648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method, 5, .production_id = 11),
[650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_resource_item_repeat1, 1),
[652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_resource_item_repeat1, 1),
[654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_method, 1),
[656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_method, 1),
[658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_path, 1),
[660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_list_inner, 2),
[662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method, 6, .production_id = 16),
[664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method, 6, .production_id = 16),
[666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_constructor, 3, .production_id = 12),
[668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_constructor, 3, .production_id = 12),
[670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_names_list, 1),
[672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
[674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
[676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
[678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
[682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
[684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
[686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_type_list, 1),
[688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_names_list, 1),
[692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
[694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301),
[696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_names_item, 1, .production_id = 11),
[698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379),
[700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
[702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_case, 2, .production_id = 16),
[710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_item_repeat1, 2),
[714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_item_repeat1, 2), SHIFT_REPEAT(141),
[717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_flags_item_repeat1, 2),
[719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_flags_item_repeat1, 2), SHIFT_REPEAT(140),
[722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_type_list, 2),
[724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_item_repeat1, 2),
[728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_item_repeat1, 2), SHIFT_REPEAT(137),
[731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__param_list_inner_repeat1, 2), SHIFT_REPEAT(228),
[734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__param_list_inner_repeat1, 2),
[736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_names_list_repeat1, 2),
[738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_include_names_list_repeat1, 2), SHIFT_REPEAT(270),
[741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_item_repeat1, 2),
[745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_item_repeat1, 2), SHIFT_REPEAT(135),
[748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
[750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
[752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
[754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_names_list, 2),
[758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__named_type_list_repeat1, 2), SHIFT_REPEAT(278),
[761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__named_type_list_repeat1, 2),
[763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187),
[765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
[767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
[769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_names_list, 2),
[773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_case, 1, .production_id = 11),
[777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__use_names_list_repeat1, 2),
[793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__use_names_list_repeat1, 2), SHIFT_REPEAT(253),
[796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_list_inner, 1),
[804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2), SHIFT_REPEAT(12),
[811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_repeat1, 2),
[813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_type, 3, .production_id = 13),
[821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_names_item, 3, .production_id = 29),
[823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_case, 5, .production_id = 20),
[825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_case, 1, .production_id = 11),
[827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
[831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186),
[833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 1, .production_id = 11),
[841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 2, .production_id = 16),
[843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_field, 3, .production_id = 13),
[845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332),
[849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flags_case, 2, .production_id = 16),
[851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_list, 2),
[853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_names_item, 3, .production_id = 29),
[855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_case, 4, .production_id = 13),
[857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fully_qualified_package_name, 3, .production_id = 2),
[867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
[869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_field, 4, .production_id = 20),
[871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_type, 2, .production_id = 12),
[873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
[875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_list, 3, .production_id = 12),
[885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281),
[887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
[889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
[891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277),
[895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
[907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
[909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
[923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
[925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
[931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_type, 4, .production_id = 28),
[933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_list, 1),
[935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
[937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
[943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331),
[967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382),
[969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
[973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fully_qualified_package_name, 5, .production_id = 8),
[975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
[977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
[979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
[981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328),
[983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329),
[985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333),
[1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334),
[1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
[1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341),
[1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342),
[1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343),
[1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
[1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345),
[1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
[1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_list, 2),
[1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380),
[1035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_result_list, 1),
[1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
[1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360),
[1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
[1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79),
[1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386),
[1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
[1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
[1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[1063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_list, 3),
[1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
[1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387),
[1069] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
[1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
[1075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slash_comment, 2),
[1077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3),
};
#ifdef __cplusplus
extern "C" {
#endif
#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_wit() {
static const TSLanguage language = {
.version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.field_names = ts_field_names,
.field_map_slices = ts_field_map_slices,
.field_map_entries = ts_field_map_entries,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = ts_lex_modes,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym_identifier,
.primary_state_ids = ts_primary_state_ids,
};
return &language;
}
#ifdef __cplusplus
}
#endif