#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 15
#define STATE_COUNT 251
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 86
#define ALIAS_COUNT 0
#define TOKEN_COUNT 50
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 0
#define MAX_ALIAS_SEQUENCE_LENGTH 10
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 1
#define SUPERTYPE_COUNT 0
enum ts_symbol_identifiers {
anon_sym_DOT = 1,
anon_sym_module = 2,
anon_sym_LBRACE = 3,
anon_sym_RBRACE_SEMI = 4,
anon_sym_import = 5,
anon_sym_SEMI = 6,
anon_sym_DOT_STAR = 7,
anon_sym_type = 8,
anon_sym_EQ = 9,
anon_sym_newtype = 10,
anon_sym_LT = 11,
anon_sym_COMMA = 12,
anon_sym_GT = 13,
anon_sym_Int8 = 14,
anon_sym_Int16 = 15,
anon_sym_Int32 = 16,
anon_sym_Int64 = 17,
anon_sym_Word8 = 18,
anon_sym_Word16 = 19,
anon_sym_Word32 = 20,
anon_sym_Word64 = 21,
anon_sym_Bool = 22,
anon_sym_Void = 23,
anon_sym_Float = 24,
anon_sym_Double = 25,
anon_sym_String = 26,
anon_sym_Bytes = 27,
anon_sym_Json = 28,
anon_sym_Vector = 29,
anon_sym_StringMap = 30,
anon_sym_Nullable = 31,
anon_sym_TypeToken = 32,
anon_sym_struct = 33,
anon_sym_union = 34,
anon_sym_AT = 35,
anon_sym_annotation = 36,
anon_sym_SLASH_SLASH = 37,
aux_sym_comment_token1 = 38,
anon_sym_SLASH_SLASH_SLASH = 39,
anon_sym_null = 40,
anon_sym_true = 41,
anon_sym_false = 42,
sym_json_number = 43,
sym_json_string = 44,
anon_sym_LBRACK = 45,
anon_sym_RBRACK = 46,
anon_sym_RBRACE = 47,
anon_sym_COLON = 48,
sym_identifier = 49,
sym_source_file = 50,
sym_scoped_name = 51,
sym_module_definition = 52,
sym_module_body = 53,
sym_import_declaration = 54,
sym_import_path = 55,
sym_type_definition = 56,
sym_newtype_definition = 57,
sym_type_name = 58,
sym_type_parameters = 59,
sym_type_expression = 60,
sym_type_arguments = 61,
sym_primitive_type = 62,
sym_struct_definition = 63,
sym_union_definition = 64,
sym_field_block = 65,
sym_field = 66,
sym_annotation = 67,
sym_annotations = 68,
sym_annotation_declaration = 69,
sym_comment = 70,
sym_docstring = 71,
sym_docstring_block = 72,
sym_json_value = 73,
sym_json_array = 74,
sym_json_object = 75,
sym_json_object_pair = 76,
aux_sym_scoped_name_repeat1 = 77,
aux_sym_module_body_repeat1 = 78,
aux_sym_type_parameters_repeat1 = 79,
aux_sym_type_arguments_repeat1 = 80,
aux_sym_field_block_repeat1 = 81,
aux_sym_annotations_repeat1 = 82,
aux_sym_docstring_block_repeat1 = 83,
aux_sym_json_array_repeat1 = 84,
aux_sym_json_object_repeat1 = 85,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[anon_sym_DOT] = ".",
[anon_sym_module] = "module",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE_SEMI] = "};",
[anon_sym_import] = "import",
[anon_sym_SEMI] = ";",
[anon_sym_DOT_STAR] = ".*",
[anon_sym_type] = "type",
[anon_sym_EQ] = "=",
[anon_sym_newtype] = "newtype",
[anon_sym_LT] = "<",
[anon_sym_COMMA] = ",",
[anon_sym_GT] = ">",
[anon_sym_Int8] = "Int8",
[anon_sym_Int16] = "Int16",
[anon_sym_Int32] = "Int32",
[anon_sym_Int64] = "Int64",
[anon_sym_Word8] = "Word8",
[anon_sym_Word16] = "Word16",
[anon_sym_Word32] = "Word32",
[anon_sym_Word64] = "Word64",
[anon_sym_Bool] = "Bool",
[anon_sym_Void] = "Void",
[anon_sym_Float] = "Float",
[anon_sym_Double] = "Double",
[anon_sym_String] = "String",
[anon_sym_Bytes] = "Bytes",
[anon_sym_Json] = "Json",
[anon_sym_Vector] = "Vector",
[anon_sym_StringMap] = "StringMap",
[anon_sym_Nullable] = "Nullable",
[anon_sym_TypeToken] = "TypeToken",
[anon_sym_struct] = "struct",
[anon_sym_union] = "union",
[anon_sym_AT] = "@",
[anon_sym_annotation] = "annotation",
[anon_sym_SLASH_SLASH] = "//",
[aux_sym_comment_token1] = "comment_token1",
[anon_sym_SLASH_SLASH_SLASH] = "///",
[anon_sym_null] = "null",
[anon_sym_true] = "true",
[anon_sym_false] = "false",
[sym_json_number] = "json_number",
[sym_json_string] = "json_string",
[anon_sym_LBRACK] = "[",
[anon_sym_RBRACK] = "]",
[anon_sym_RBRACE] = "}",
[anon_sym_COLON] = ":",
[sym_identifier] = "identifier",
[sym_source_file] = "source_file",
[sym_scoped_name] = "scoped_name",
[sym_module_definition] = "module_definition",
[sym_module_body] = "module_body",
[sym_import_declaration] = "import_declaration",
[sym_import_path] = "import_path",
[sym_type_definition] = "type_definition",
[sym_newtype_definition] = "newtype_definition",
[sym_type_name] = "type_name",
[sym_type_parameters] = "type_parameters",
[sym_type_expression] = "type_expression",
[sym_type_arguments] = "type_arguments",
[sym_primitive_type] = "primitive_type",
[sym_struct_definition] = "struct_definition",
[sym_union_definition] = "union_definition",
[sym_field_block] = "field_block",
[sym_field] = "field",
[sym_annotation] = "annotation",
[sym_annotations] = "annotations",
[sym_annotation_declaration] = "annotation_declaration",
[sym_comment] = "comment",
[sym_docstring] = "docstring",
[sym_docstring_block] = "docstring_block",
[sym_json_value] = "json_value",
[sym_json_array] = "json_array",
[sym_json_object] = "json_object",
[sym_json_object_pair] = "json_object_pair",
[aux_sym_scoped_name_repeat1] = "scoped_name_repeat1",
[aux_sym_module_body_repeat1] = "module_body_repeat1",
[aux_sym_type_parameters_repeat1] = "type_parameters_repeat1",
[aux_sym_type_arguments_repeat1] = "type_arguments_repeat1",
[aux_sym_field_block_repeat1] = "field_block_repeat1",
[aux_sym_annotations_repeat1] = "annotations_repeat1",
[aux_sym_docstring_block_repeat1] = "docstring_block_repeat1",
[aux_sym_json_array_repeat1] = "json_array_repeat1",
[aux_sym_json_object_repeat1] = "json_object_repeat1",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[anon_sym_DOT] = anon_sym_DOT,
[anon_sym_module] = anon_sym_module,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE_SEMI] = anon_sym_RBRACE_SEMI,
[anon_sym_import] = anon_sym_import,
[anon_sym_SEMI] = anon_sym_SEMI,
[anon_sym_DOT_STAR] = anon_sym_DOT_STAR,
[anon_sym_type] = anon_sym_type,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_newtype] = anon_sym_newtype,
[anon_sym_LT] = anon_sym_LT,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_GT] = anon_sym_GT,
[anon_sym_Int8] = anon_sym_Int8,
[anon_sym_Int16] = anon_sym_Int16,
[anon_sym_Int32] = anon_sym_Int32,
[anon_sym_Int64] = anon_sym_Int64,
[anon_sym_Word8] = anon_sym_Word8,
[anon_sym_Word16] = anon_sym_Word16,
[anon_sym_Word32] = anon_sym_Word32,
[anon_sym_Word64] = anon_sym_Word64,
[anon_sym_Bool] = anon_sym_Bool,
[anon_sym_Void] = anon_sym_Void,
[anon_sym_Float] = anon_sym_Float,
[anon_sym_Double] = anon_sym_Double,
[anon_sym_String] = anon_sym_String,
[anon_sym_Bytes] = anon_sym_Bytes,
[anon_sym_Json] = anon_sym_Json,
[anon_sym_Vector] = anon_sym_Vector,
[anon_sym_StringMap] = anon_sym_StringMap,
[anon_sym_Nullable] = anon_sym_Nullable,
[anon_sym_TypeToken] = anon_sym_TypeToken,
[anon_sym_struct] = anon_sym_struct,
[anon_sym_union] = anon_sym_union,
[anon_sym_AT] = anon_sym_AT,
[anon_sym_annotation] = anon_sym_annotation,
[anon_sym_SLASH_SLASH] = anon_sym_SLASH_SLASH,
[aux_sym_comment_token1] = aux_sym_comment_token1,
[anon_sym_SLASH_SLASH_SLASH] = anon_sym_SLASH_SLASH_SLASH,
[anon_sym_null] = anon_sym_null,
[anon_sym_true] = anon_sym_true,
[anon_sym_false] = anon_sym_false,
[sym_json_number] = sym_json_number,
[sym_json_string] = sym_json_string,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[anon_sym_COLON] = anon_sym_COLON,
[sym_identifier] = sym_identifier,
[sym_source_file] = sym_source_file,
[sym_scoped_name] = sym_scoped_name,
[sym_module_definition] = sym_module_definition,
[sym_module_body] = sym_module_body,
[sym_import_declaration] = sym_import_declaration,
[sym_import_path] = sym_import_path,
[sym_type_definition] = sym_type_definition,
[sym_newtype_definition] = sym_newtype_definition,
[sym_type_name] = sym_type_name,
[sym_type_parameters] = sym_type_parameters,
[sym_type_expression] = sym_type_expression,
[sym_type_arguments] = sym_type_arguments,
[sym_primitive_type] = sym_primitive_type,
[sym_struct_definition] = sym_struct_definition,
[sym_union_definition] = sym_union_definition,
[sym_field_block] = sym_field_block,
[sym_field] = sym_field,
[sym_annotation] = sym_annotation,
[sym_annotations] = sym_annotations,
[sym_annotation_declaration] = sym_annotation_declaration,
[sym_comment] = sym_comment,
[sym_docstring] = sym_docstring,
[sym_docstring_block] = sym_docstring_block,
[sym_json_value] = sym_json_value,
[sym_json_array] = sym_json_array,
[sym_json_object] = sym_json_object,
[sym_json_object_pair] = sym_json_object_pair,
[aux_sym_scoped_name_repeat1] = aux_sym_scoped_name_repeat1,
[aux_sym_module_body_repeat1] = aux_sym_module_body_repeat1,
[aux_sym_type_parameters_repeat1] = aux_sym_type_parameters_repeat1,
[aux_sym_type_arguments_repeat1] = aux_sym_type_arguments_repeat1,
[aux_sym_field_block_repeat1] = aux_sym_field_block_repeat1,
[aux_sym_annotations_repeat1] = aux_sym_annotations_repeat1,
[aux_sym_docstring_block_repeat1] = aux_sym_docstring_block_repeat1,
[aux_sym_json_array_repeat1] = aux_sym_json_array_repeat1,
[aux_sym_json_object_repeat1] = aux_sym_json_object_repeat1,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[anon_sym_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_module] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE_SEMI] = {
.visible = true,
.named = false,
},
[anon_sym_import] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI] = {
.visible = true,
.named = false,
},
[anon_sym_DOT_STAR] = {
.visible = true,
.named = false,
},
[anon_sym_type] = {
.visible = true,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_newtype] = {
.visible = true,
.named = false,
},
[anon_sym_LT] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_GT] = {
.visible = true,
.named = false,
},
[anon_sym_Int8] = {
.visible = true,
.named = false,
},
[anon_sym_Int16] = {
.visible = true,
.named = false,
},
[anon_sym_Int32] = {
.visible = true,
.named = false,
},
[anon_sym_Int64] = {
.visible = true,
.named = false,
},
[anon_sym_Word8] = {
.visible = true,
.named = false,
},
[anon_sym_Word16] = {
.visible = true,
.named = false,
},
[anon_sym_Word32] = {
.visible = true,
.named = false,
},
[anon_sym_Word64] = {
.visible = true,
.named = false,
},
[anon_sym_Bool] = {
.visible = true,
.named = false,
},
[anon_sym_Void] = {
.visible = true,
.named = false,
},
[anon_sym_Float] = {
.visible = true,
.named = false,
},
[anon_sym_Double] = {
.visible = true,
.named = false,
},
[anon_sym_String] = {
.visible = true,
.named = false,
},
[anon_sym_Bytes] = {
.visible = true,
.named = false,
},
[anon_sym_Json] = {
.visible = true,
.named = false,
},
[anon_sym_Vector] = {
.visible = true,
.named = false,
},
[anon_sym_StringMap] = {
.visible = true,
.named = false,
},
[anon_sym_Nullable] = {
.visible = true,
.named = false,
},
[anon_sym_TypeToken] = {
.visible = true,
.named = false,
},
[anon_sym_struct] = {
.visible = true,
.named = false,
},
[anon_sym_union] = {
.visible = true,
.named = false,
},
[anon_sym_AT] = {
.visible = true,
.named = false,
},
[anon_sym_annotation] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH_SLASH] = {
.visible = true,
.named = false,
},
[aux_sym_comment_token1] = {
.visible = false,
.named = false,
},
[anon_sym_SLASH_SLASH_SLASH] = {
.visible = true,
.named = false,
},
[anon_sym_null] = {
.visible = true,
.named = false,
},
[anon_sym_true] = {
.visible = true,
.named = false,
},
[anon_sym_false] = {
.visible = true,
.named = false,
},
[sym_json_number] = {
.visible = true,
.named = true,
},
[sym_json_string] = {
.visible = true,
.named = true,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[sym_identifier] = {
.visible = true,
.named = true,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym_scoped_name] = {
.visible = true,
.named = true,
},
[sym_module_definition] = {
.visible = true,
.named = true,
},
[sym_module_body] = {
.visible = true,
.named = true,
},
[sym_import_declaration] = {
.visible = true,
.named = true,
},
[sym_import_path] = {
.visible = true,
.named = true,
},
[sym_type_definition] = {
.visible = true,
.named = true,
},
[sym_newtype_definition] = {
.visible = true,
.named = true,
},
[sym_type_name] = {
.visible = true,
.named = true,
},
[sym_type_parameters] = {
.visible = true,
.named = true,
},
[sym_type_expression] = {
.visible = true,
.named = true,
},
[sym_type_arguments] = {
.visible = true,
.named = true,
},
[sym_primitive_type] = {
.visible = true,
.named = true,
},
[sym_struct_definition] = {
.visible = true,
.named = true,
},
[sym_union_definition] = {
.visible = true,
.named = true,
},
[sym_field_block] = {
.visible = true,
.named = true,
},
[sym_field] = {
.visible = true,
.named = true,
},
[sym_annotation] = {
.visible = true,
.named = true,
},
[sym_annotations] = {
.visible = true,
.named = true,
},
[sym_annotation_declaration] = {
.visible = true,
.named = true,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[sym_docstring] = {
.visible = true,
.named = true,
},
[sym_docstring_block] = {
.visible = true,
.named = true,
},
[sym_json_value] = {
.visible = true,
.named = true,
},
[sym_json_array] = {
.visible = true,
.named = true,
},
[sym_json_object] = {
.visible = true,
.named = true,
},
[sym_json_object_pair] = {
.visible = true,
.named = true,
},
[aux_sym_scoped_name_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_module_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_type_parameters_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_type_arguments_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_field_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_annotations_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_docstring_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_json_array_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_json_object_repeat1] = {
.visible = false,
.named = false,
},
};
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] = 5,
[48] = 6,
[49] = 8,
[50] = 7,
[51] = 9,
[52] = 52,
[53] = 52,
[54] = 52,
[55] = 55,
[56] = 6,
[57] = 8,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 7,
[69] = 69,
[70] = 70,
[71] = 9,
[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] = 46,
[94] = 7,
[95] = 6,
[96] = 8,
[97] = 97,
[98] = 98,
[99] = 12,
[100] = 11,
[101] = 9,
[102] = 26,
[103] = 28,
[104] = 104,
[105] = 105,
[106] = 34,
[107] = 43,
[108] = 44,
[109] = 38,
[110] = 41,
[111] = 36,
[112] = 42,
[113] = 45,
[114] = 39,
[115] = 37,
[116] = 116,
[117] = 117,
[118] = 118,
[119] = 119,
[120] = 120,
[121] = 121,
[122] = 122,
[123] = 123,
[124] = 124,
[125] = 125,
[126] = 38,
[127] = 39,
[128] = 37,
[129] = 41,
[130] = 42,
[131] = 43,
[132] = 44,
[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] = 142,
[157] = 157,
[158] = 155,
[159] = 159,
[160] = 147,
[161] = 137,
[162] = 142,
[163] = 159,
[164] = 155,
[165] = 159,
[166] = 147,
[167] = 137,
[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] = 203,
[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] = 211,
[234] = 234,
[235] = 227,
[236] = 236,
[237] = 237,
[238] = 211,
[239] = 239,
[240] = 240,
[241] = 241,
[242] = 242,
[243] = 243,
[244] = 244,
[245] = 245,
[246] = 246,
[247] = 247,
[248] = 211,
[249] = 249,
[250] = 250,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(127);
ADVANCE_MAP(
'"', 2,
',', 140,
'-', 9,
'.', 129,
'/', 6,
'0', 197,
':', 205,
';', 134,
'<', 139,
'=', 137,
'>', 141,
'@', 182,
'B', 76,
'D', 73,
'F', 55,
'I', 68,
'J', 97,
'N', 111,
'S', 98,
'T', 116,
'V', 32,
'W', 75,
'[', 202,
']', 203,
'a', 69,
'f', 20,
'i', 61,
'm', 71,
'n', 34,
's', 104,
't', 90,
'u', 67,
'{', 131,
'}', 204,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(0);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(198);
END_STATE();
case 1:
ADVANCE_MAP(
'"', 2,
'-', 9,
'.', 128,
'/', 6,
'0', 197,
'@', 182,
'B', 254,
'D', 252,
'F', 241,
'I', 248,
'J', 264,
'N', 272,
'S', 266,
'T', 275,
'V', 224,
'W', 253,
'[', 202,
'f', 217,
'n', 274,
't', 262,
'{', 131,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(1);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(198);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 2:
if (lookahead == '"') ADVANCE(201);
if (lookahead == '\\') ADVANCE(109);
if (lookahead != 0) ADVANCE(2);
END_STATE();
case 3:
ADVANCE_MAP(
',', 140,
'.', 129,
'/', 7,
';', 134,
'<', 139,
'=', 137,
'>', 141,
'{', 131,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(3);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 4:
ADVANCE_MAP(
'/', 6,
'@', 182,
'B', 254,
'D', 252,
'F', 241,
'I', 248,
'J', 264,
'N', 272,
'S', 266,
'T', 275,
'V', 224,
'W', 253,
'}', 18,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(4);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 5:
ADVANCE_MAP(
'/', 6,
'@', 182,
'a', 69,
'i', 61,
'n', 33,
's', 104,
't', 117,
'u', 67,
'}', 18,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(5);
END_STATE();
case 6:
if (lookahead == '/') ADVANCE(185);
END_STATE();
case 7:
if (lookahead == '/') ADVANCE(184);
END_STATE();
case 8:
ADVANCE_MAP(
'/', 7,
'B', 254,
'D', 252,
'F', 241,
'I', 248,
'J', 264,
'N', 272,
'S', 266,
'T', 275,
'V', 224,
'W', 253,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(8);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 9:
if (lookahead == '0') ADVANCE(197);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(198);
END_STATE();
case 10:
if (lookahead == '1') ADVANCE(16);
if (lookahead == '3') ADVANCE(12);
if (lookahead == '6') ADVANCE(14);
if (lookahead == '8') ADVANCE(142);
END_STATE();
case 11:
if (lookahead == '1') ADVANCE(17);
if (lookahead == '3') ADVANCE(13);
if (lookahead == '6') ADVANCE(15);
if (lookahead == '8') ADVANCE(150);
END_STATE();
case 12:
if (lookahead == '2') ADVANCE(146);
END_STATE();
case 13:
if (lookahead == '2') ADVANCE(154);
END_STATE();
case 14:
if (lookahead == '4') ADVANCE(148);
END_STATE();
case 15:
if (lookahead == '4') ADVANCE(156);
END_STATE();
case 16:
if (lookahead == '6') ADVANCE(144);
END_STATE();
case 17:
if (lookahead == '6') ADVANCE(152);
END_STATE();
case 18:
if (lookahead == ';') ADVANCE(132);
END_STATE();
case 19:
if (lookahead == 'T') ADVANCE(72);
END_STATE();
case 20:
if (lookahead == 'a') ADVANCE(53);
END_STATE();
case 21:
if (lookahead == 'a') ADVANCE(84);
END_STATE();
case 22:
if (lookahead == 'a') ADVANCE(101);
END_STATE();
case 23:
if (lookahead == 'a') ADVANCE(106);
END_STATE();
case 24:
if (lookahead == 'a') ADVANCE(26);
END_STATE();
case 25:
if (lookahead == 'b') ADVANCE(58);
END_STATE();
case 26:
if (lookahead == 'b') ADVANCE(60);
END_STATE();
case 27:
if (lookahead == 'c') ADVANCE(107);
END_STATE();
case 28:
if (lookahead == 'c') ADVANCE(103);
END_STATE();
case 29:
if (lookahead == 'd') ADVANCE(160);
END_STATE();
case 30:
if (lookahead == 'd') ADVANCE(11);
END_STATE();
case 31:
if (lookahead == 'd') ADVANCE(113);
END_STATE();
case 32:
if (lookahead == 'e') ADVANCE(27);
if (lookahead == 'o') ADVANCE(46);
END_STATE();
case 33:
if (lookahead == 'e') ADVANCE(115);
END_STATE();
case 34:
if (lookahead == 'e') ADVANCE(115);
if (lookahead == 'u') ADVANCE(57);
END_STATE();
case 35:
if (lookahead == 'e') ADVANCE(19);
END_STATE();
case 36:
if (lookahead == 'e') ADVANCE(193);
END_STATE();
case 37:
if (lookahead == 'e') ADVANCE(136);
END_STATE();
case 38:
if (lookahead == 'e') ADVANCE(195);
END_STATE();
case 39:
if (lookahead == 'e') ADVANCE(164);
END_STATE();
case 40:
if (lookahead == 'e') ADVANCE(130);
END_STATE();
case 41:
if (lookahead == 'e') ADVANCE(138);
END_STATE();
case 42:
if (lookahead == 'e') ADVANCE(176);
END_STATE();
case 43:
if (lookahead == 'e') ADVANCE(95);
END_STATE();
case 44:
if (lookahead == 'e') ADVANCE(65);
END_STATE();
case 45:
if (lookahead == 'g') ADVANCE(167);
END_STATE();
case 46:
if (lookahead == 'i') ADVANCE(29);
END_STATE();
case 47:
if (lookahead == 'i') ADVANCE(63);
END_STATE();
case 48:
if (lookahead == 'i') ADVANCE(81);
END_STATE();
case 49:
if (lookahead == 'i') ADVANCE(83);
END_STATE();
case 50:
if (lookahead == 'k') ADVANCE(44);
END_STATE();
case 51:
if (lookahead == 'l') ADVANCE(158);
END_STATE();
case 52:
if (lookahead == 'l') ADVANCE(191);
END_STATE();
case 53:
if (lookahead == 'l') ADVANCE(96);
END_STATE();
case 54:
if (lookahead == 'l') ADVANCE(24);
END_STATE();
case 55:
if (lookahead == 'l') ADVANCE(74);
END_STATE();
case 56:
if (lookahead == 'l') ADVANCE(54);
END_STATE();
case 57:
if (lookahead == 'l') ADVANCE(52);
END_STATE();
case 58:
if (lookahead == 'l') ADVANCE(39);
END_STATE();
case 59:
if (lookahead == 'l') ADVANCE(40);
END_STATE();
case 60:
if (lookahead == 'l') ADVANCE(42);
END_STATE();
case 61:
if (lookahead == 'm') ADVANCE(88);
END_STATE();
case 62:
if (lookahead == 'n') ADVANCE(170);
END_STATE();
case 63:
if (lookahead == 'n') ADVANCE(45);
END_STATE();
case 64:
if (lookahead == 'n') ADVANCE(181);
END_STATE();
case 65:
if (lookahead == 'n') ADVANCE(178);
END_STATE();
case 66:
if (lookahead == 'n') ADVANCE(183);
END_STATE();
case 67:
if (lookahead == 'n') ADVANCE(48);
END_STATE();
case 68:
if (lookahead == 'n') ADVANCE(100);
END_STATE();
case 69:
if (lookahead == 'n') ADVANCE(70);
END_STATE();
case 70:
if (lookahead == 'n') ADVANCE(82);
END_STATE();
case 71:
if (lookahead == 'o') ADVANCE(31);
END_STATE();
case 72:
if (lookahead == 'o') ADVANCE(50);
END_STATE();
case 73:
if (lookahead == 'o') ADVANCE(110);
END_STATE();
case 74:
if (lookahead == 'o') ADVANCE(22);
END_STATE();
case 75:
if (lookahead == 'o') ADVANCE(92);
END_STATE();
case 76:
if (lookahead == 'o') ADVANCE(77);
if (lookahead == 'y') ADVANCE(99);
END_STATE();
case 77:
if (lookahead == 'o') ADVANCE(51);
END_STATE();
case 78:
if (lookahead == 'o') ADVANCE(94);
END_STATE();
case 79:
if (lookahead == 'o') ADVANCE(62);
END_STATE();
case 80:
if (lookahead == 'o') ADVANCE(89);
END_STATE();
case 81:
if (lookahead == 'o') ADVANCE(64);
END_STATE();
case 82:
if (lookahead == 'o') ADVANCE(105);
END_STATE();
case 83:
if (lookahead == 'o') ADVANCE(66);
END_STATE();
case 84:
if (lookahead == 'p') ADVANCE(174);
END_STATE();
case 85:
if (lookahead == 'p') ADVANCE(35);
END_STATE();
case 86:
if (lookahead == 'p') ADVANCE(37);
END_STATE();
case 87:
if (lookahead == 'p') ADVANCE(41);
END_STATE();
case 88:
if (lookahead == 'p') ADVANCE(78);
END_STATE();
case 89:
if (lookahead == 'r') ADVANCE(172);
END_STATE();
case 90:
if (lookahead == 'r') ADVANCE(112);
if (lookahead == 'y') ADVANCE(86);
END_STATE();
case 91:
if (lookahead == 'r') ADVANCE(47);
END_STATE();
case 92:
if (lookahead == 'r') ADVANCE(30);
END_STATE();
case 93:
if (lookahead == 'r') ADVANCE(114);
END_STATE();
case 94:
if (lookahead == 'r') ADVANCE(102);
END_STATE();
case 95:
if (lookahead == 's') ADVANCE(168);
END_STATE();
case 96:
if (lookahead == 's') ADVANCE(38);
END_STATE();
case 97:
if (lookahead == 's') ADVANCE(79);
END_STATE();
case 98:
if (lookahead == 't') ADVANCE(91);
END_STATE();
case 99:
if (lookahead == 't') ADVANCE(43);
END_STATE();
case 100:
if (lookahead == 't') ADVANCE(10);
END_STATE();
case 101:
if (lookahead == 't') ADVANCE(162);
END_STATE();
case 102:
if (lookahead == 't') ADVANCE(133);
END_STATE();
case 103:
if (lookahead == 't') ADVANCE(180);
END_STATE();
case 104:
if (lookahead == 't') ADVANCE(93);
END_STATE();
case 105:
if (lookahead == 't') ADVANCE(23);
END_STATE();
case 106:
if (lookahead == 't') ADVANCE(49);
END_STATE();
case 107:
if (lookahead == 't') ADVANCE(80);
END_STATE();
case 108:
if (lookahead == 't') ADVANCE(118);
END_STATE();
case 109:
ADVANCE_MAP(
'u', 125,
'"', 2,
'/', 2,
'\\', 2,
'b', 2,
'f', 2,
'n', 2,
'r', 2,
't', 2,
);
END_STATE();
case 110:
if (lookahead == 'u') ADVANCE(25);
END_STATE();
case 111:
if (lookahead == 'u') ADVANCE(56);
END_STATE();
case 112:
if (lookahead == 'u') ADVANCE(36);
END_STATE();
case 113:
if (lookahead == 'u') ADVANCE(59);
END_STATE();
case 114:
if (lookahead == 'u') ADVANCE(28);
END_STATE();
case 115:
if (lookahead == 'w') ADVANCE(108);
END_STATE();
case 116:
if (lookahead == 'y') ADVANCE(85);
END_STATE();
case 117:
if (lookahead == 'y') ADVANCE(86);
END_STATE();
case 118:
if (lookahead == 'y') ADVANCE(87);
END_STATE();
case 119:
if (lookahead == '+' ||
lookahead == '-') ADVANCE(121);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(200);
END_STATE();
case 120:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(199);
END_STATE();
case 121:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(200);
END_STATE();
case 122:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(2);
END_STATE();
case 123:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(122);
END_STATE();
case 124:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(123);
END_STATE();
case 125:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(124);
END_STATE();
case 126:
if (eof) ADVANCE(127);
ADVANCE_MAP(
'"', 2,
',', 140,
'-', 9,
'.', 129,
'/', 7,
'0', 197,
':', 205,
';', 134,
'<', 139,
'=', 137,
'>', 141,
'[', 202,
']', 203,
'a', 69,
'f', 20,
'm', 71,
'n', 34,
's', 104,
't', 90,
'u', 67,
'{', 131,
'}', 204,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(126);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(198);
END_STATE();
case 127:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 128:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 129:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '*') ADVANCE(135);
END_STATE();
case 130:
ACCEPT_TOKEN(anon_sym_module);
END_STATE();
case 131:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 132:
ACCEPT_TOKEN(anon_sym_RBRACE_SEMI);
END_STATE();
case 133:
ACCEPT_TOKEN(anon_sym_import);
END_STATE();
case 134:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 135:
ACCEPT_TOKEN(anon_sym_DOT_STAR);
END_STATE();
case 136:
ACCEPT_TOKEN(anon_sym_type);
END_STATE();
case 137:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 138:
ACCEPT_TOKEN(anon_sym_newtype);
END_STATE();
case 139:
ACCEPT_TOKEN(anon_sym_LT);
END_STATE();
case 140:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 141:
ACCEPT_TOKEN(anon_sym_GT);
END_STATE();
case 142:
ACCEPT_TOKEN(anon_sym_Int8);
END_STATE();
case 143:
ACCEPT_TOKEN(anon_sym_Int8);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_Int16);
END_STATE();
case 145:
ACCEPT_TOKEN(anon_sym_Int16);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 146:
ACCEPT_TOKEN(anon_sym_Int32);
END_STATE();
case 147:
ACCEPT_TOKEN(anon_sym_Int32);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 148:
ACCEPT_TOKEN(anon_sym_Int64);
END_STATE();
case 149:
ACCEPT_TOKEN(anon_sym_Int64);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 150:
ACCEPT_TOKEN(anon_sym_Word8);
END_STATE();
case 151:
ACCEPT_TOKEN(anon_sym_Word8);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 152:
ACCEPT_TOKEN(anon_sym_Word16);
END_STATE();
case 153:
ACCEPT_TOKEN(anon_sym_Word16);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 154:
ACCEPT_TOKEN(anon_sym_Word32);
END_STATE();
case 155:
ACCEPT_TOKEN(anon_sym_Word32);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 156:
ACCEPT_TOKEN(anon_sym_Word64);
END_STATE();
case 157:
ACCEPT_TOKEN(anon_sym_Word64);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 158:
ACCEPT_TOKEN(anon_sym_Bool);
END_STATE();
case 159:
ACCEPT_TOKEN(anon_sym_Bool);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 160:
ACCEPT_TOKEN(anon_sym_Void);
END_STATE();
case 161:
ACCEPT_TOKEN(anon_sym_Void);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 162:
ACCEPT_TOKEN(anon_sym_Float);
END_STATE();
case 163:
ACCEPT_TOKEN(anon_sym_Float);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 164:
ACCEPT_TOKEN(anon_sym_Double);
END_STATE();
case 165:
ACCEPT_TOKEN(anon_sym_Double);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 166:
ACCEPT_TOKEN(anon_sym_String);
if (lookahead == 'M') ADVANCE(215);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 167:
ACCEPT_TOKEN(anon_sym_String);
if (lookahead == 'M') ADVANCE(21);
END_STATE();
case 168:
ACCEPT_TOKEN(anon_sym_Bytes);
END_STATE();
case 169:
ACCEPT_TOKEN(anon_sym_Bytes);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 170:
ACCEPT_TOKEN(anon_sym_Json);
END_STATE();
case 171:
ACCEPT_TOKEN(anon_sym_Json);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 172:
ACCEPT_TOKEN(anon_sym_Vector);
END_STATE();
case 173:
ACCEPT_TOKEN(anon_sym_Vector);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 174:
ACCEPT_TOKEN(anon_sym_StringMap);
END_STATE();
case 175:
ACCEPT_TOKEN(anon_sym_StringMap);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 176:
ACCEPT_TOKEN(anon_sym_Nullable);
END_STATE();
case 177:
ACCEPT_TOKEN(anon_sym_Nullable);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 178:
ACCEPT_TOKEN(anon_sym_TypeToken);
END_STATE();
case 179:
ACCEPT_TOKEN(anon_sym_TypeToken);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 180:
ACCEPT_TOKEN(anon_sym_struct);
END_STATE();
case 181:
ACCEPT_TOKEN(anon_sym_union);
END_STATE();
case 182:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 183:
ACCEPT_TOKEN(anon_sym_annotation);
END_STATE();
case 184:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
END_STATE();
case 185:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
if (lookahead == '/') ADVANCE(190);
END_STATE();
case 186:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(189);
END_STATE();
case 187:
ACCEPT_TOKEN(aux_sym_comment_token1);
if (lookahead == '/') ADVANCE(188);
if (lookahead == '\t' ||
(0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(187);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(189);
END_STATE();
case 188:
ACCEPT_TOKEN(aux_sym_comment_token1);
if (lookahead == '/') ADVANCE(186);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(189);
END_STATE();
case 189:
ACCEPT_TOKEN(aux_sym_comment_token1);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(189);
END_STATE();
case 190:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH_SLASH);
END_STATE();
case 191:
ACCEPT_TOKEN(anon_sym_null);
END_STATE();
case 192:
ACCEPT_TOKEN(anon_sym_null);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 193:
ACCEPT_TOKEN(anon_sym_true);
END_STATE();
case 194:
ACCEPT_TOKEN(anon_sym_true);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 195:
ACCEPT_TOKEN(anon_sym_false);
END_STATE();
case 196:
ACCEPT_TOKEN(anon_sym_false);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 197:
ACCEPT_TOKEN(sym_json_number);
if (lookahead == '.') ADVANCE(120);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(119);
END_STATE();
case 198:
ACCEPT_TOKEN(sym_json_number);
if (lookahead == '.') ADVANCE(120);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(119);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
END_STATE();
case 199:
ACCEPT_TOKEN(sym_json_number);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(119);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(199);
END_STATE();
case 200:
ACCEPT_TOKEN(sym_json_number);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(200);
END_STATE();
case 201:
ACCEPT_TOKEN(sym_json_string);
END_STATE();
case 202:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 203:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 204:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 205:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 206:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '1') ADVANCE(212);
if (lookahead == '3') ADVANCE(208);
if (lookahead == '6') ADVANCE(210);
if (lookahead == '8') ADVANCE(143);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 207:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '1') ADVANCE(213);
if (lookahead == '3') ADVANCE(209);
if (lookahead == '6') ADVANCE(211);
if (lookahead == '8') ADVANCE(151);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 208:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '2') ADVANCE(147);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 209:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '2') ADVANCE(155);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 210:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '4') ADVANCE(149);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 211:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '4') ADVANCE(157);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 212:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '6') ADVANCE(145);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 213:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '6') ADVANCE(153);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 214:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'T') ADVANCE(250);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 215:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(257);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 216:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(269);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 217:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(239);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 218:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(220);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 219:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'b') ADVANCE(240);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 220:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'b') ADVANCE(243);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 221:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(270);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 222:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(161);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 223:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(207);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 224:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(221);
if (lookahead == 'o') ADVANCE(233);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 225:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(214);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 226:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(165);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 227:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(177);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 228:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(194);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 229:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(196);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 230:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(263);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 231:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(247);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 232:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(166);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 233:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(222);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 234:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(246);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 235:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'k') ADVANCE(231);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 236:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(159);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 237:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(192);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 238:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(218);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 239:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(265);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 240:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(226);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 241:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(249);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 242:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(238);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 243:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(227);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 244:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(237);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 245:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(171);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 246:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(232);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 247:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(179);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 248:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(268);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 249:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(216);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 250:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(235);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 251:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(245);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 252:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(271);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 253:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(261);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 254:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(255);
if (lookahead == 'y') ADVANCE(267);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 255:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(236);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 256:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(259);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 257:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(175);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 258:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(225);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 259:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(173);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 260:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(234);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 261:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(223);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 262:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(273);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 263:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(169);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 264:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(251);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 265:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(229);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 266:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(260);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 267:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(230);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 268:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(206);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 269:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(163);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 270:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(256);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 271:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(219);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 272:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(242);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 273:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(228);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 274:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(244);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 275:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'y') ADVANCE(258);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
case 276:
ACCEPT_TOKEN(sym_identifier);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
END_STATE();
default:
return false;
}
}
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[1] = {.lex_state = 126},
[2] = {.lex_state = 4},
[3] = {.lex_state = 4},
[4] = {.lex_state = 4},
[5] = {.lex_state = 1},
[6] = {.lex_state = 1},
[7] = {.lex_state = 1},
[8] = {.lex_state = 1},
[9] = {.lex_state = 1},
[10] = {.lex_state = 4},
[11] = {.lex_state = 4},
[12] = {.lex_state = 4},
[13] = {.lex_state = 8},
[14] = {.lex_state = 8},
[15] = {.lex_state = 8},
[16] = {.lex_state = 8},
[17] = {.lex_state = 8},
[18] = {.lex_state = 4},
[19] = {.lex_state = 8},
[20] = {.lex_state = 8},
[21] = {.lex_state = 8},
[22] = {.lex_state = 4},
[23] = {.lex_state = 4},
[24] = {.lex_state = 4},
[25] = {.lex_state = 4},
[26] = {.lex_state = 4},
[27] = {.lex_state = 8},
[28] = {.lex_state = 4},
[29] = {.lex_state = 8},
[30] = {.lex_state = 8},
[31] = {.lex_state = 8},
[32] = {.lex_state = 4},
[33] = {.lex_state = 5},
[34] = {.lex_state = 4},
[35] = {.lex_state = 5},
[36] = {.lex_state = 4},
[37] = {.lex_state = 4},
[38] = {.lex_state = 4},
[39] = {.lex_state = 4},
[40] = {.lex_state = 5},
[41] = {.lex_state = 4},
[42] = {.lex_state = 4},
[43] = {.lex_state = 4},
[44] = {.lex_state = 4},
[45] = {.lex_state = 4},
[46] = {.lex_state = 4},
[47] = {.lex_state = 0},
[48] = {.lex_state = 0},
[49] = {.lex_state = 0},
[50] = {.lex_state = 0},
[51] = {.lex_state = 0},
[52] = {.lex_state = 126},
[53] = {.lex_state = 126},
[54] = {.lex_state = 126},
[55] = {.lex_state = 126},
[56] = {.lex_state = 3},
[57] = {.lex_state = 3},
[58] = {.lex_state = 126},
[59] = {.lex_state = 126},
[60] = {.lex_state = 126},
[61] = {.lex_state = 126},
[62] = {.lex_state = 126},
[63] = {.lex_state = 126},
[64] = {.lex_state = 126},
[65] = {.lex_state = 126},
[66] = {.lex_state = 126},
[67] = {.lex_state = 126},
[68] = {.lex_state = 3},
[69] = {.lex_state = 5},
[70] = {.lex_state = 5},
[71] = {.lex_state = 3},
[72] = {.lex_state = 5},
[73] = {.lex_state = 5},
[74] = {.lex_state = 5},
[75] = {.lex_state = 5},
[76] = {.lex_state = 5},
[77] = {.lex_state = 5},
[78] = {.lex_state = 5},
[79] = {.lex_state = 5},
[80] = {.lex_state = 5},
[81] = {.lex_state = 5},
[82] = {.lex_state = 5},
[83] = {.lex_state = 5},
[84] = {.lex_state = 5},
[85] = {.lex_state = 5},
[86] = {.lex_state = 5},
[87] = {.lex_state = 5},
[88] = {.lex_state = 5},
[89] = {.lex_state = 5},
[90] = {.lex_state = 5},
[91] = {.lex_state = 5},
[92] = {.lex_state = 5},
[93] = {.lex_state = 5},
[94] = {.lex_state = 126},
[95] = {.lex_state = 126},
[96] = {.lex_state = 126},
[97] = {.lex_state = 5},
[98] = {.lex_state = 5},
[99] = {.lex_state = 0},
[100] = {.lex_state = 0},
[101] = {.lex_state = 126},
[102] = {.lex_state = 0},
[103] = {.lex_state = 0},
[104] = {.lex_state = 0},
[105] = {.lex_state = 3},
[106] = {.lex_state = 0},
[107] = {.lex_state = 0},
[108] = {.lex_state = 0},
[109] = {.lex_state = 0},
[110] = {.lex_state = 0},
[111] = {.lex_state = 0},
[112] = {.lex_state = 0},
[113] = {.lex_state = 0},
[114] = {.lex_state = 0},
[115] = {.lex_state = 0},
[116] = {.lex_state = 3},
[117] = {.lex_state = 3},
[118] = {.lex_state = 3},
[119] = {.lex_state = 3},
[120] = {.lex_state = 3},
[121] = {.lex_state = 126},
[122] = {.lex_state = 3},
[123] = {.lex_state = 126},
[124] = {.lex_state = 126},
[125] = {.lex_state = 126},
[126] = {.lex_state = 126},
[127] = {.lex_state = 126},
[128] = {.lex_state = 126},
[129] = {.lex_state = 126},
[130] = {.lex_state = 126},
[131] = {.lex_state = 126},
[132] = {.lex_state = 126},
[133] = {.lex_state = 126},
[134] = {.lex_state = 126},
[135] = {.lex_state = 126},
[136] = {.lex_state = 126},
[137] = {.lex_state = 126},
[138] = {.lex_state = 126},
[139] = {.lex_state = 126},
[140] = {.lex_state = 126},
[141] = {.lex_state = 126},
[142] = {.lex_state = 126},
[143] = {.lex_state = 3},
[144] = {.lex_state = 126},
[145] = {.lex_state = 126},
[146] = {.lex_state = 126},
[147] = {.lex_state = 126},
[148] = {.lex_state = 126},
[149] = {.lex_state = 126},
[150] = {.lex_state = 126},
[151] = {.lex_state = 126},
[152] = {.lex_state = 126},
[153] = {.lex_state = 126},
[154] = {.lex_state = 126},
[155] = {.lex_state = 126},
[156] = {.lex_state = 126},
[157] = {.lex_state = 126},
[158] = {.lex_state = 126},
[159] = {.lex_state = 126},
[160] = {.lex_state = 126},
[161] = {.lex_state = 126},
[162] = {.lex_state = 126},
[163] = {.lex_state = 126},
[164] = {.lex_state = 126},
[165] = {.lex_state = 126},
[166] = {.lex_state = 126},
[167] = {.lex_state = 126},
[168] = {.lex_state = 3},
[169] = {.lex_state = 126},
[170] = {.lex_state = 126},
[171] = {.lex_state = 126},
[172] = {.lex_state = 126},
[173] = {.lex_state = 126},
[174] = {.lex_state = 126},
[175] = {.lex_state = 3},
[176] = {.lex_state = 3},
[177] = {.lex_state = 126},
[178] = {.lex_state = 3},
[179] = {.lex_state = 3},
[180] = {.lex_state = 3},
[181] = {.lex_state = 126},
[182] = {.lex_state = 126},
[183] = {.lex_state = 3},
[184] = {.lex_state = 3},
[185] = {.lex_state = 3},
[186] = {.lex_state = 126},
[187] = {.lex_state = 126},
[188] = {.lex_state = 3},
[189] = {.lex_state = 3},
[190] = {.lex_state = 126},
[191] = {.lex_state = 126},
[192] = {.lex_state = 126},
[193] = {.lex_state = 126},
[194] = {.lex_state = 3},
[195] = {.lex_state = 3},
[196] = {.lex_state = 3},
[197] = {.lex_state = 3},
[198] = {.lex_state = 126},
[199] = {.lex_state = 3},
[200] = {.lex_state = 3},
[201] = {.lex_state = 126},
[202] = {.lex_state = 126},
[203] = {.lex_state = 3},
[204] = {.lex_state = 126},
[205] = {.lex_state = 126},
[206] = {.lex_state = 126},
[207] = {.lex_state = 126},
[208] = {.lex_state = 126},
[209] = {.lex_state = 3},
[210] = {.lex_state = 126},
[211] = {.lex_state = 3},
[212] = {.lex_state = 126},
[213] = {.lex_state = 126},
[214] = {.lex_state = 126},
[215] = {.lex_state = 126},
[216] = {.lex_state = 126},
[217] = {.lex_state = 126},
[218] = {.lex_state = 126},
[219] = {.lex_state = 126},
[220] = {.lex_state = 126},
[221] = {.lex_state = 187},
[222] = {.lex_state = 3},
[223] = {.lex_state = 126},
[224] = {.lex_state = 126},
[225] = {.lex_state = 126},
[226] = {.lex_state = 126},
[227] = {.lex_state = 187},
[228] = {.lex_state = 126},
[229] = {.lex_state = 3},
[230] = {.lex_state = 126},
[231] = {.lex_state = 3},
[232] = {.lex_state = 126},
[233] = {.lex_state = 3},
[234] = {.lex_state = 126},
[235] = {.lex_state = 187},
[236] = {.lex_state = 126},
[237] = {.lex_state = 126},
[238] = {.lex_state = 3},
[239] = {.lex_state = 126},
[240] = {.lex_state = 126},
[241] = {.lex_state = 3},
[242] = {.lex_state = 3},
[243] = {.lex_state = 126},
[244] = {.lex_state = 126},
[245] = {.lex_state = 126},
[246] = {.lex_state = 126},
[247] = {.lex_state = 126},
[248] = {.lex_state = 3},
[249] = {.lex_state = 126},
[250] = {(TSStateId)(-1),},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[STATE(0)] = {
[sym_comment] = STATE(0),
[ts_builtin_sym_end] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[anon_sym_module] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_import] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
[anon_sym_DOT_STAR] = ACTIONS(1),
[anon_sym_type] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_newtype] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_GT] = ACTIONS(1),
[anon_sym_Int8] = ACTIONS(1),
[anon_sym_Int16] = ACTIONS(1),
[anon_sym_Int32] = ACTIONS(1),
[anon_sym_Int64] = ACTIONS(1),
[anon_sym_Word8] = ACTIONS(1),
[anon_sym_Word16] = ACTIONS(1),
[anon_sym_Word32] = ACTIONS(1),
[anon_sym_Word64] = ACTIONS(1),
[anon_sym_Bool] = ACTIONS(1),
[anon_sym_Void] = ACTIONS(1),
[anon_sym_Float] = ACTIONS(1),
[anon_sym_Double] = ACTIONS(1),
[anon_sym_String] = ACTIONS(1),
[anon_sym_Bytes] = ACTIONS(1),
[anon_sym_Json] = ACTIONS(1),
[anon_sym_Vector] = ACTIONS(1),
[anon_sym_StringMap] = ACTIONS(1),
[anon_sym_Nullable] = ACTIONS(1),
[anon_sym_TypeToken] = ACTIONS(1),
[anon_sym_struct] = ACTIONS(1),
[anon_sym_union] = ACTIONS(1),
[anon_sym_AT] = ACTIONS(1),
[anon_sym_annotation] = ACTIONS(1),
[anon_sym_SLASH_SLASH] = ACTIONS(3),
[anon_sym_SLASH_SLASH_SLASH] = ACTIONS(1),
[anon_sym_null] = ACTIONS(1),
[anon_sym_true] = ACTIONS(1),
[anon_sym_false] = ACTIONS(1),
[sym_json_number] = ACTIONS(1),
[sym_json_string] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
},
[STATE(1)] = {
[sym_source_file] = STATE(244),
[sym_module_definition] = STATE(249),
[sym_comment] = STATE(1),
[anon_sym_module] = ACTIONS(5),
[anon_sym_SLASH_SLASH] = ACTIONS(7),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 19,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(9), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(15), 1,
anon_sym_AT,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(2), 1,
sym_comment,
STATE(3), 1,
aux_sym_field_block_repeat1,
STATE(10), 1,
sym_annotations,
STATE(11), 1,
aux_sym_annotations_repeat1,
STATE(13), 1,
sym_docstring_block,
STATE(26), 1,
aux_sym_docstring_block_repeat1,
STATE(32), 1,
sym_field,
STATE(36), 1,
sym_annotation,
STATE(45), 1,
sym_docstring,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(241), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[75] = 18,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(21), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(29), 1,
anon_sym_AT,
ACTIONS(32), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(35), 1,
sym_identifier,
STATE(10), 1,
sym_annotations,
STATE(11), 1,
aux_sym_annotations_repeat1,
STATE(13), 1,
sym_docstring_block,
STATE(26), 1,
aux_sym_docstring_block_repeat1,
STATE(32), 1,
sym_field,
STATE(36), 1,
sym_annotation,
STATE(45), 1,
sym_docstring,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(241), 1,
sym_type_expression,
STATE(3), 2,
sym_comment,
aux_sym_field_block_repeat1,
ACTIONS(26), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(23), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[148] = 19,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(15), 1,
anon_sym_AT,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
ACTIONS(38), 1,
anon_sym_RBRACE_SEMI,
STATE(2), 1,
aux_sym_field_block_repeat1,
STATE(4), 1,
sym_comment,
STATE(10), 1,
sym_annotations,
STATE(11), 1,
aux_sym_annotations_repeat1,
STATE(13), 1,
sym_docstring_block,
STATE(26), 1,
aux_sym_docstring_block_repeat1,
STATE(32), 1,
sym_field,
STATE(36), 1,
sym_annotation,
STATE(45), 1,
sym_docstring,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(241), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[223] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(40), 1,
anon_sym_LBRACE,
ACTIONS(50), 1,
anon_sym_LBRACK,
STATE(5), 1,
sym_comment,
STATE(34), 1,
sym_json_value,
ACTIONS(44), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(48), 2,
sym_json_number,
sym_json_string,
STATE(38), 2,
sym_json_array,
sym_json_object,
ACTIONS(46), 3,
anon_sym_null,
anon_sym_true,
anon_sym_false,
ACTIONS(42), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[278] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(52), 1,
anon_sym_DOT,
STATE(6), 1,
sym_comment,
STATE(8), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(54), 6,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
ACTIONS(56), 23,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_identifier,
[324] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(52), 1,
anon_sym_DOT,
STATE(6), 1,
aux_sym_scoped_name_repeat1,
STATE(7), 1,
sym_comment,
ACTIONS(58), 6,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
ACTIONS(60), 23,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_identifier,
[370] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(62), 1,
anon_sym_DOT,
STATE(8), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(65), 6,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
ACTIONS(67), 23,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_identifier,
[414] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(9), 1,
sym_comment,
ACTIONS(65), 7,
anon_sym_DOT,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
ACTIONS(67), 23,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_identifier,
[455] = 12,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(10), 1,
sym_comment,
STATE(15), 1,
sym_docstring_block,
STATE(26), 1,
aux_sym_docstring_block_repeat1,
STATE(45), 1,
sym_docstring,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(222), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[509] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(15), 1,
anon_sym_AT,
ACTIONS(71), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(11), 1,
sym_comment,
STATE(12), 1,
aux_sym_annotations_repeat1,
STATE(36), 1,
sym_annotation,
ACTIONS(69), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[550] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(75), 1,
anon_sym_AT,
ACTIONS(78), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(36), 1,
sym_annotation,
STATE(12), 2,
sym_comment,
aux_sym_annotations_repeat1,
ACTIONS(73), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[589] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(13), 1,
sym_comment,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(222), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[631] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(14), 1,
sym_comment,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(153), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[673] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(15), 1,
sym_comment,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(231), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[715] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(16), 1,
sym_comment,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(243), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[757] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(17), 1,
sym_comment,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(208), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[799] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(18), 1,
sym_comment,
ACTIONS(80), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(82), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[833] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(19), 1,
sym_comment,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(217), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[875] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(20), 1,
sym_comment,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(173), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[917] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(21), 1,
sym_comment,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(174), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[959] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(22), 1,
sym_comment,
ACTIONS(84), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(86), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[993] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(23), 1,
sym_comment,
ACTIONS(88), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(90), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1027] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(24), 1,
sym_comment,
ACTIONS(92), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(94), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1061] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(25), 1,
sym_comment,
ACTIONS(96), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(98), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1095] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(26), 1,
sym_comment,
STATE(28), 1,
aux_sym_docstring_block_repeat1,
STATE(45), 1,
sym_docstring,
ACTIONS(100), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1133] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(27), 1,
sym_comment,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(224), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[1175] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(104), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(45), 1,
sym_docstring,
STATE(28), 2,
sym_comment,
aux_sym_docstring_block_repeat1,
ACTIONS(102), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1211] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(29), 1,
sym_comment,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(207), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[1253] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(30), 1,
sym_comment,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(246), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[1295] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(31), 1,
sym_comment,
STATE(105), 1,
sym_scoped_name,
STATE(120), 1,
sym_primitive_type,
STATE(171), 1,
sym_type_expression,
ACTIONS(13), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(11), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[1337] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(32), 1,
sym_comment,
ACTIONS(107), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(109), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1371] = 19,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(111), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(113), 1,
anon_sym_import,
ACTIONS(115), 1,
anon_sym_type,
ACTIONS(117), 1,
anon_sym_newtype,
ACTIONS(119), 1,
anon_sym_struct,
ACTIONS(121), 1,
anon_sym_union,
ACTIONS(123), 1,
anon_sym_AT,
ACTIONS(125), 1,
anon_sym_annotation,
ACTIONS(127), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(33), 1,
sym_comment,
STATE(35), 1,
aux_sym_module_body_repeat1,
STATE(91), 1,
sym_docstring,
STATE(100), 1,
aux_sym_annotations_repeat1,
STATE(102), 1,
aux_sym_docstring_block_repeat1,
STATE(104), 1,
sym_annotations,
STATE(111), 1,
sym_annotation,
STATE(121), 1,
sym_docstring_block,
STATE(83), 6,
sym_import_declaration,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1434] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(34), 1,
sym_comment,
ACTIONS(131), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(129), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1467] = 19,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(113), 1,
anon_sym_import,
ACTIONS(115), 1,
anon_sym_type,
ACTIONS(117), 1,
anon_sym_newtype,
ACTIONS(119), 1,
anon_sym_struct,
ACTIONS(121), 1,
anon_sym_union,
ACTIONS(123), 1,
anon_sym_AT,
ACTIONS(125), 1,
anon_sym_annotation,
ACTIONS(127), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(133), 1,
anon_sym_RBRACE_SEMI,
STATE(35), 1,
sym_comment,
STATE(40), 1,
aux_sym_module_body_repeat1,
STATE(91), 1,
sym_docstring,
STATE(100), 1,
aux_sym_annotations_repeat1,
STATE(102), 1,
aux_sym_docstring_block_repeat1,
STATE(104), 1,
sym_annotations,
STATE(111), 1,
sym_annotation,
STATE(121), 1,
sym_docstring_block,
STATE(83), 6,
sym_import_declaration,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1530] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(36), 1,
sym_comment,
ACTIONS(137), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(135), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1563] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(37), 1,
sym_comment,
ACTIONS(141), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(139), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1596] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(38), 1,
sym_comment,
ACTIONS(145), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(143), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1629] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(39), 1,
sym_comment,
ACTIONS(149), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(147), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1662] = 18,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(151), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(153), 1,
anon_sym_import,
ACTIONS(156), 1,
anon_sym_type,
ACTIONS(159), 1,
anon_sym_newtype,
ACTIONS(162), 1,
anon_sym_struct,
ACTIONS(165), 1,
anon_sym_union,
ACTIONS(168), 1,
anon_sym_AT,
ACTIONS(171), 1,
anon_sym_annotation,
ACTIONS(174), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(91), 1,
sym_docstring,
STATE(100), 1,
aux_sym_annotations_repeat1,
STATE(102), 1,
aux_sym_docstring_block_repeat1,
STATE(104), 1,
sym_annotations,
STATE(111), 1,
sym_annotation,
STATE(121), 1,
sym_docstring_block,
STATE(40), 2,
sym_comment,
aux_sym_module_body_repeat1,
STATE(83), 6,
sym_import_declaration,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1723] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(41), 1,
sym_comment,
ACTIONS(179), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(177), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1756] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(42), 1,
sym_comment,
ACTIONS(183), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(181), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1789] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(43), 1,
sym_comment,
ACTIONS(187), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(185), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1822] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(44), 1,
sym_comment,
ACTIONS(191), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(189), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1855] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(45), 1,
sym_comment,
ACTIONS(193), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1887] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(199), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(46), 1,
sym_comment,
ACTIONS(197), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1919] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(201), 1,
anon_sym_LBRACE,
ACTIONS(205), 1,
anon_sym_LBRACK,
STATE(47), 1,
sym_comment,
STATE(106), 1,
sym_json_value,
STATE(109), 2,
sym_json_array,
sym_json_object,
ACTIONS(203), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
ACTIONS(44), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[1954] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(207), 1,
anon_sym_DOT,
STATE(48), 1,
sym_comment,
STATE(49), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(54), 13,
anon_sym_LBRACE,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[1982] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(209), 1,
anon_sym_DOT,
STATE(49), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(65), 13,
anon_sym_LBRACE,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[2008] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(207), 1,
anon_sym_DOT,
STATE(48), 1,
aux_sym_scoped_name_repeat1,
STATE(50), 1,
sym_comment,
ACTIONS(58), 13,
anon_sym_LBRACE,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[2036] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(51), 1,
sym_comment,
ACTIONS(65), 14,
anon_sym_DOT,
anon_sym_LBRACE,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[2059] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
ACTIONS(218), 1,
anon_sym_RBRACK,
STATE(52), 1,
sym_comment,
STATE(159), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2089] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
ACTIONS(220), 1,
anon_sym_RBRACK,
STATE(53), 1,
sym_comment,
STATE(165), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2119] = 8,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
ACTIONS(222), 1,
anon_sym_RBRACK,
STATE(54), 1,
sym_comment,
STATE(163), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2149] = 7,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
STATE(55), 1,
sym_comment,
STATE(234), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2176] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_DOT,
STATE(56), 1,
sym_comment,
STATE(57), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(54), 8,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_DOT_STAR,
anon_sym_EQ,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2199] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(226), 1,
anon_sym_DOT,
STATE(57), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(65), 8,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_DOT_STAR,
anon_sym_EQ,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2220] = 7,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
STATE(58), 1,
sym_comment,
STATE(212), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2247] = 7,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
STATE(59), 1,
sym_comment,
STATE(218), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2274] = 7,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
STATE(60), 1,
sym_comment,
STATE(202), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2301] = 7,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
STATE(61), 1,
sym_comment,
STATE(206), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2328] = 7,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
STATE(62), 1,
sym_comment,
STATE(214), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2355] = 7,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
STATE(63), 1,
sym_comment,
STATE(220), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2382] = 7,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
STATE(64), 1,
sym_comment,
STATE(230), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2409] = 7,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
STATE(65), 1,
sym_comment,
STATE(245), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2436] = 7,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
STATE(66), 1,
sym_comment,
STATE(216), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2463] = 7,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(212), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
STATE(67), 1,
sym_comment,
STATE(219), 1,
sym_json_value,
STATE(126), 2,
sym_json_array,
sym_json_object,
ACTIONS(214), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2490] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_DOT,
STATE(56), 1,
aux_sym_scoped_name_repeat1,
STATE(68), 1,
sym_comment,
ACTIONS(58), 8,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_DOT_STAR,
anon_sym_EQ,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2513] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(69), 1,
sym_comment,
ACTIONS(229), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2531] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(70), 1,
sym_comment,
ACTIONS(231), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2549] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(67), 1,
anon_sym_DOT,
STATE(71), 1,
sym_comment,
ACTIONS(65), 8,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_DOT_STAR,
anon_sym_EQ,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2569] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(72), 1,
sym_comment,
ACTIONS(233), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2587] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(73), 1,
sym_comment,
ACTIONS(235), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2605] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(74), 1,
sym_comment,
ACTIONS(237), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2623] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(75), 1,
sym_comment,
ACTIONS(239), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2641] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(76), 1,
sym_comment,
ACTIONS(241), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2659] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(77), 1,
sym_comment,
ACTIONS(243), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2677] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(78), 1,
sym_comment,
ACTIONS(245), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2695] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(79), 1,
sym_comment,
ACTIONS(247), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2713] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(80), 1,
sym_comment,
ACTIONS(249), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2731] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(81), 1,
sym_comment,
ACTIONS(251), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2749] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(82), 1,
sym_comment,
ACTIONS(253), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2767] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(83), 1,
sym_comment,
ACTIONS(255), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2785] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(84), 1,
sym_comment,
ACTIONS(257), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2803] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(85), 1,
sym_comment,
ACTIONS(259), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2821] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(86), 1,
sym_comment,
ACTIONS(261), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2839] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(87), 1,
sym_comment,
ACTIONS(263), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2857] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(88), 1,
sym_comment,
ACTIONS(265), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2875] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(89), 1,
sym_comment,
ACTIONS(267), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2893] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(90), 1,
sym_comment,
ACTIONS(269), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2911] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(91), 1,
sym_comment,
ACTIONS(255), 3,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_AT,
ACTIONS(271), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2931] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(92), 1,
sym_comment,
ACTIONS(274), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2949] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(93), 1,
sym_comment,
ACTIONS(199), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2967] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(276), 1,
anon_sym_DOT,
STATE(94), 1,
sym_comment,
STATE(95), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(58), 7,
anon_sym_LBRACE,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[2989] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(276), 1,
anon_sym_DOT,
STATE(95), 1,
sym_comment,
STATE(96), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(54), 7,
anon_sym_LBRACE,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[3011] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(278), 1,
anon_sym_DOT,
STATE(96), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(65), 7,
anon_sym_LBRACE,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[3031] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(97), 1,
sym_comment,
ACTIONS(281), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[3049] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(98), 1,
sym_comment,
ACTIONS(283), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[3067] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(285), 1,
anon_sym_AT,
STATE(111), 1,
sym_annotation,
STATE(99), 2,
sym_comment,
aux_sym_annotations_repeat1,
ACTIONS(78), 5,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_SLASH_SLASH_SLASH,
[3088] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(123), 1,
anon_sym_AT,
STATE(99), 1,
aux_sym_annotations_repeat1,
STATE(100), 1,
sym_comment,
STATE(111), 1,
sym_annotation,
ACTIONS(71), 5,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_SLASH_SLASH_SLASH,
[3111] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(101), 1,
sym_comment,
ACTIONS(65), 8,
anon_sym_DOT,
anon_sym_LBRACE,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[3128] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(127), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(102), 1,
sym_comment,
STATE(103), 1,
aux_sym_docstring_block_repeat1,
STATE(113), 1,
sym_docstring,
ACTIONS(288), 5,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
[3151] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(292), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(113), 1,
sym_docstring,
STATE(103), 2,
sym_comment,
aux_sym_docstring_block_repeat1,
ACTIONS(290), 5,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
[3172] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(127), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(295), 1,
anon_sym_type,
ACTIONS(297), 1,
anon_sym_newtype,
ACTIONS(299), 1,
anon_sym_struct,
ACTIONS(301), 1,
anon_sym_union,
STATE(102), 1,
aux_sym_docstring_block_repeat1,
STATE(104), 1,
sym_comment,
STATE(113), 1,
sym_docstring,
STATE(135), 1,
sym_docstring_block,
[3203] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(305), 1,
anon_sym_LT,
STATE(105), 1,
sym_comment,
STATE(116), 1,
sym_type_arguments,
ACTIONS(303), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3223] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(106), 1,
sym_comment,
ACTIONS(131), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3238] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(107), 1,
sym_comment,
ACTIONS(187), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3253] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(108), 1,
sym_comment,
ACTIONS(191), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3268] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(109), 1,
sym_comment,
ACTIONS(145), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3283] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(110), 1,
sym_comment,
ACTIONS(179), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3298] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(111), 1,
sym_comment,
ACTIONS(137), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3313] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(112), 1,
sym_comment,
ACTIONS(183), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3328] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(113), 1,
sym_comment,
ACTIONS(195), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[3343] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(114), 1,
sym_comment,
ACTIONS(149), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3358] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(115), 1,
sym_comment,
ACTIONS(141), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3373] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(116), 1,
sym_comment,
ACTIONS(307), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3387] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(117), 1,
sym_comment,
ACTIONS(309), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3401] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(118), 1,
sym_comment,
ACTIONS(311), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3415] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(119), 1,
sym_comment,
ACTIONS(313), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3429] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(120), 1,
sym_comment,
ACTIONS(303), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3443] = 7,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(295), 1,
anon_sym_type,
ACTIONS(297), 1,
anon_sym_newtype,
ACTIONS(299), 1,
anon_sym_struct,
ACTIONS(301), 1,
anon_sym_union,
ACTIONS(315), 1,
anon_sym_annotation,
STATE(121), 1,
sym_comment,
[3465] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(122), 1,
sym_comment,
ACTIONS(317), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3479] = 6,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_LBRACE,
ACTIONS(321), 1,
anon_sym_LT,
STATE(73), 1,
sym_field_block,
STATE(123), 1,
sym_comment,
STATE(187), 1,
sym_type_parameters,
[3498] = 6,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_LBRACE,
ACTIONS(321), 1,
anon_sym_LT,
STATE(74), 1,
sym_field_block,
STATE(124), 1,
sym_comment,
STATE(210), 1,
sym_type_parameters,
[3517] = 6,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_LBRACE,
ACTIONS(321), 1,
anon_sym_LT,
STATE(78), 1,
sym_field_block,
STATE(125), 1,
sym_comment,
STATE(192), 1,
sym_type_parameters,
[3536] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(126), 1,
sym_comment,
ACTIONS(145), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3549] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(127), 1,
sym_comment,
ACTIONS(149), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3562] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(128), 1,
sym_comment,
ACTIONS(141), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3575] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(129), 1,
sym_comment,
ACTIONS(179), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3588] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(130), 1,
sym_comment,
ACTIONS(183), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3601] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(131), 1,
sym_comment,
ACTIONS(187), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3614] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(132), 1,
sym_comment,
ACTIONS(191), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3627] = 6,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_LBRACE,
ACTIONS(321), 1,
anon_sym_LT,
STATE(84), 1,
sym_field_block,
STATE(133), 1,
sym_comment,
STATE(193), 1,
sym_type_parameters,
[3646] = 6,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_LBRACE,
ACTIONS(321), 1,
anon_sym_LT,
STATE(77), 1,
sym_field_block,
STATE(134), 1,
sym_comment,
STATE(205), 1,
sym_type_parameters,
[3665] = 6,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(323), 1,
anon_sym_type,
ACTIONS(325), 1,
anon_sym_newtype,
ACTIONS(327), 1,
anon_sym_struct,
ACTIONS(329), 1,
anon_sym_union,
STATE(135), 1,
sym_comment,
[3684] = 6,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_LBRACE,
ACTIONS(321), 1,
anon_sym_LT,
STATE(85), 1,
sym_field_block,
STATE(136), 1,
sym_comment,
STATE(198), 1,
sym_type_parameters,
[3703] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(331), 1,
anon_sym_COMMA,
ACTIONS(333), 1,
anon_sym_RBRACK,
STATE(137), 1,
sym_comment,
STATE(141), 1,
aux_sym_json_array_repeat1,
[3719] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(321), 1,
anon_sym_LT,
ACTIONS(335), 1,
anon_sym_EQ,
STATE(138), 1,
sym_comment,
STATE(223), 1,
sym_type_parameters,
[3735] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(337), 1,
anon_sym_COMMA,
ACTIONS(340), 1,
anon_sym_GT,
STATE(139), 2,
sym_comment,
aux_sym_type_arguments_repeat1,
[3749] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(342), 1,
anon_sym_COMMA,
ACTIONS(344), 1,
anon_sym_GT,
STATE(140), 1,
sym_comment,
STATE(149), 1,
aux_sym_type_parameters_repeat1,
[3765] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(346), 1,
anon_sym_COMMA,
ACTIONS(349), 1,
anon_sym_RBRACK,
STATE(141), 2,
sym_comment,
aux_sym_json_array_repeat1,
[3779] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(351), 1,
sym_json_string,
ACTIONS(353), 1,
anon_sym_RBRACE,
STATE(142), 1,
sym_comment,
STATE(155), 1,
sym_json_object_pair,
[3795] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(355), 1,
sym_identifier,
STATE(143), 1,
sym_comment,
STATE(186), 1,
sym_scoped_name,
STATE(232), 1,
sym_import_path,
[3811] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(321), 1,
anon_sym_LT,
ACTIONS(357), 1,
anon_sym_EQ,
STATE(144), 1,
sym_comment,
STATE(236), 1,
sym_type_parameters,
[3827] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(321), 1,
anon_sym_LT,
ACTIONS(359), 1,
anon_sym_EQ,
STATE(145), 1,
sym_comment,
STATE(213), 1,
sym_type_parameters,
[3843] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(321), 1,
anon_sym_LT,
ACTIONS(361), 1,
anon_sym_EQ,
STATE(146), 1,
sym_comment,
STATE(239), 1,
sym_type_parameters,
[3859] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(363), 1,
anon_sym_COMMA,
ACTIONS(365), 1,
anon_sym_RBRACE,
STATE(147), 1,
sym_comment,
STATE(150), 1,
aux_sym_json_object_repeat1,
[3875] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(367), 1,
anon_sym_COMMA,
ACTIONS(369), 1,
anon_sym_GT,
STATE(139), 1,
aux_sym_type_arguments_repeat1,
STATE(148), 1,
sym_comment,
[3891] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(342), 1,
anon_sym_COMMA,
ACTIONS(371), 1,
anon_sym_GT,
STATE(149), 1,
sym_comment,
STATE(154), 1,
aux_sym_type_parameters_repeat1,
[3907] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(373), 1,
anon_sym_COMMA,
ACTIONS(376), 1,
anon_sym_RBRACE,
STATE(150), 2,
sym_comment,
aux_sym_json_object_repeat1,
[3921] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(321), 1,
anon_sym_LT,
ACTIONS(378), 1,
anon_sym_EQ,
STATE(151), 1,
sym_comment,
STATE(237), 1,
sym_type_parameters,
[3937] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(152), 1,
sym_comment,
ACTIONS(380), 3,
anon_sym_LBRACE,
anon_sym_EQ,
anon_sym_LT,
[3949] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(367), 1,
anon_sym_COMMA,
ACTIONS(382), 1,
anon_sym_GT,
STATE(148), 1,
aux_sym_type_arguments_repeat1,
STATE(153), 1,
sym_comment,
[3965] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(384), 1,
anon_sym_COMMA,
ACTIONS(387), 1,
anon_sym_GT,
STATE(154), 2,
sym_comment,
aux_sym_type_parameters_repeat1,
[3979] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(363), 1,
anon_sym_COMMA,
ACTIONS(389), 1,
anon_sym_RBRACE,
STATE(147), 1,
aux_sym_json_object_repeat1,
STATE(155), 1,
sym_comment,
[3995] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(351), 1,
sym_json_string,
ACTIONS(391), 1,
anon_sym_RBRACE,
STATE(156), 1,
sym_comment,
STATE(158), 1,
sym_json_object_pair,
[4011] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(321), 1,
anon_sym_LT,
ACTIONS(393), 1,
anon_sym_EQ,
STATE(157), 1,
sym_comment,
STATE(247), 1,
sym_type_parameters,
[4027] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(363), 1,
anon_sym_COMMA,
ACTIONS(395), 1,
anon_sym_RBRACE,
STATE(158), 1,
sym_comment,
STATE(160), 1,
aux_sym_json_object_repeat1,
[4043] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(331), 1,
anon_sym_COMMA,
ACTIONS(397), 1,
anon_sym_RBRACK,
STATE(159), 1,
sym_comment,
STATE(161), 1,
aux_sym_json_array_repeat1,
[4059] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(363), 1,
anon_sym_COMMA,
ACTIONS(399), 1,
anon_sym_RBRACE,
STATE(150), 1,
aux_sym_json_object_repeat1,
STATE(160), 1,
sym_comment,
[4075] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(331), 1,
anon_sym_COMMA,
ACTIONS(401), 1,
anon_sym_RBRACK,
STATE(141), 1,
aux_sym_json_array_repeat1,
STATE(161), 1,
sym_comment,
[4091] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(351), 1,
sym_json_string,
ACTIONS(403), 1,
anon_sym_RBRACE,
STATE(162), 1,
sym_comment,
STATE(164), 1,
sym_json_object_pair,
[4107] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(331), 1,
anon_sym_COMMA,
ACTIONS(405), 1,
anon_sym_RBRACK,
STATE(137), 1,
aux_sym_json_array_repeat1,
STATE(163), 1,
sym_comment,
[4123] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(363), 1,
anon_sym_COMMA,
ACTIONS(407), 1,
anon_sym_RBRACE,
STATE(164), 1,
sym_comment,
STATE(166), 1,
aux_sym_json_object_repeat1,
[4139] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(331), 1,
anon_sym_COMMA,
ACTIONS(409), 1,
anon_sym_RBRACK,
STATE(165), 1,
sym_comment,
STATE(167), 1,
aux_sym_json_array_repeat1,
[4155] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(363), 1,
anon_sym_COMMA,
ACTIONS(411), 1,
anon_sym_RBRACE,
STATE(150), 1,
aux_sym_json_object_repeat1,
STATE(166), 1,
sym_comment,
[4171] = 5,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(331), 1,
anon_sym_COMMA,
ACTIONS(413), 1,
anon_sym_RBRACK,
STATE(141), 1,
aux_sym_json_array_repeat1,
STATE(167), 1,
sym_comment,
[4187] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(415), 1,
sym_identifier,
STATE(151), 1,
sym_type_name,
STATE(168), 1,
sym_comment,
[4200] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(169), 1,
sym_comment,
ACTIONS(417), 2,
anon_sym_LBRACE,
anon_sym_EQ,
[4211] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(419), 1,
anon_sym_SEMI,
ACTIONS(421), 1,
anon_sym_EQ,
STATE(170), 1,
sym_comment,
[4224] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(423), 1,
anon_sym_SEMI,
ACTIONS(425), 1,
anon_sym_EQ,
STATE(171), 1,
sym_comment,
[4237] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(427), 1,
anon_sym_SEMI,
ACTIONS(429), 1,
anon_sym_EQ,
STATE(172), 1,
sym_comment,
[4250] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(431), 1,
anon_sym_SEMI,
ACTIONS(433), 1,
anon_sym_EQ,
STATE(173), 1,
sym_comment,
[4263] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(174), 1,
sym_comment,
ACTIONS(340), 2,
anon_sym_COMMA,
anon_sym_GT,
[4274] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(415), 1,
sym_identifier,
STATE(157), 1,
sym_type_name,
STATE(175), 1,
sym_comment,
[4287] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(415), 1,
sym_identifier,
STATE(146), 1,
sym_type_name,
STATE(176), 1,
sym_comment,
[4300] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(351), 1,
sym_json_string,
STATE(177), 1,
sym_comment,
STATE(204), 1,
sym_json_object_pair,
[4313] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(415), 1,
sym_identifier,
STATE(123), 1,
sym_type_name,
STATE(178), 1,
sym_comment,
[4326] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(415), 1,
sym_identifier,
STATE(124), 1,
sym_type_name,
STATE(179), 1,
sym_comment,
[4339] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(435), 1,
sym_identifier,
STATE(58), 1,
sym_scoped_name,
STATE(180), 1,
sym_comment,
[4352] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(437), 1,
anon_sym_LBRACE,
STATE(181), 1,
sym_comment,
STATE(228), 1,
sym_module_body,
[4365] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(305), 1,
anon_sym_LT,
STATE(117), 1,
sym_type_arguments,
STATE(182), 1,
sym_comment,
[4378] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(355), 1,
sym_identifier,
STATE(181), 1,
sym_scoped_name,
STATE(183), 1,
sym_comment,
[4391] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(415), 1,
sym_identifier,
STATE(138), 1,
sym_type_name,
STATE(184), 1,
sym_comment,
[4404] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(415), 1,
sym_identifier,
STATE(136), 1,
sym_type_name,
STATE(185), 1,
sym_comment,
[4417] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(439), 1,
anon_sym_SEMI,
ACTIONS(441), 1,
anon_sym_DOT_STAR,
STATE(186), 1,
sym_comment,
[4430] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_LBRACE,
STATE(79), 1,
sym_field_block,
STATE(187), 1,
sym_comment,
[4443] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(355), 1,
sym_identifier,
STATE(188), 1,
sym_comment,
STATE(189), 1,
sym_scoped_name,
[4456] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(435), 1,
sym_identifier,
STATE(55), 1,
sym_scoped_name,
STATE(189), 1,
sym_comment,
[4469] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(190), 1,
sym_comment,
ACTIONS(387), 2,
anon_sym_COMMA,
anon_sym_GT,
[4480] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(191), 1,
sym_comment,
ACTIONS(443), 2,
anon_sym_LBRACE,
anon_sym_EQ,
[4491] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_LBRACE,
STATE(73), 1,
sym_field_block,
STATE(192), 1,
sym_comment,
[4504] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_LBRACE,
STATE(74), 1,
sym_field_block,
STATE(193), 1,
sym_comment,
[4517] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(415), 1,
sym_identifier,
STATE(144), 1,
sym_type_name,
STATE(194), 1,
sym_comment,
[4530] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(415), 1,
sym_identifier,
STATE(145), 1,
sym_type_name,
STATE(195), 1,
sym_comment,
[4543] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(415), 1,
sym_identifier,
STATE(125), 1,
sym_type_name,
STATE(196), 1,
sym_comment,
[4556] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(415), 1,
sym_identifier,
STATE(133), 1,
sym_type_name,
STATE(197), 1,
sym_comment,
[4569] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_LBRACE,
STATE(78), 1,
sym_field_block,
STATE(198), 1,
sym_comment,
[4582] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(355), 1,
sym_identifier,
STATE(180), 1,
sym_scoped_name,
STATE(199), 1,
sym_comment,
[4595] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(415), 1,
sym_identifier,
STATE(134), 1,
sym_type_name,
STATE(200), 1,
sym_comment,
[4608] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(445), 1,
anon_sym_SEMI,
ACTIONS(447), 1,
anon_sym_EQ,
STATE(201), 1,
sym_comment,
[4621] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(202), 1,
sym_comment,
ACTIONS(449), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[4632] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(451), 1,
sym_identifier,
STATE(5), 1,
sym_scoped_name,
STATE(203), 1,
sym_comment,
[4645] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(204), 1,
sym_comment,
ACTIONS(376), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[4656] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_LBRACE,
STATE(84), 1,
sym_field_block,
STATE(205), 1,
sym_comment,
[4669] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
STATE(206), 1,
sym_comment,
ACTIONS(349), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[4680] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(453), 1,
anon_sym_SEMI,
ACTIONS(455), 1,
anon_sym_EQ,
STATE(207), 1,
sym_comment,
[4693] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(457), 1,
anon_sym_SEMI,
ACTIONS(459), 1,
anon_sym_EQ,
STATE(208), 1,
sym_comment,
[4706] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(461), 1,
sym_identifier,
STATE(47), 1,
sym_scoped_name,
STATE(209), 1,
sym_comment,
[4719] = 4,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_LBRACE,
STATE(80), 1,
sym_field_block,
STATE(210), 1,
sym_comment,
[4732] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(463), 1,
sym_identifier,
STATE(211), 1,
sym_comment,
[4742] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(465), 1,
anon_sym_SEMI,
STATE(212), 1,
sym_comment,
[4752] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(361), 1,
anon_sym_EQ,
STATE(213), 1,
sym_comment,
[4762] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(431), 1,
anon_sym_SEMI,
STATE(214), 1,
sym_comment,
[4772] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(467), 1,
anon_sym_COLON,
STATE(215), 1,
sym_comment,
[4782] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(469), 1,
anon_sym_SEMI,
STATE(216), 1,
sym_comment,
[4792] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(471), 1,
anon_sym_SEMI,
STATE(217), 1,
sym_comment,
[4802] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(457), 1,
anon_sym_SEMI,
STATE(218), 1,
sym_comment,
[4812] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(473), 1,
anon_sym_SEMI,
STATE(219), 1,
sym_comment,
[4822] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(419), 1,
anon_sym_SEMI,
STATE(220), 1,
sym_comment,
[4832] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(475), 1,
aux_sym_comment_token1,
STATE(221), 1,
sym_comment,
[4842] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(477), 1,
sym_identifier,
STATE(222), 1,
sym_comment,
[4852] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(359), 1,
anon_sym_EQ,
STATE(223), 1,
sym_comment,
[4862] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(479), 1,
anon_sym_SEMI,
STATE(224), 1,
sym_comment,
[4872] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(481), 1,
anon_sym_SEMI,
STATE(225), 1,
sym_comment,
[4882] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(483), 1,
ts_builtin_sym_end,
STATE(226), 1,
sym_comment,
[4892] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(485), 1,
aux_sym_comment_token1,
STATE(227), 1,
sym_comment,
[4902] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(487), 1,
ts_builtin_sym_end,
STATE(228), 1,
sym_comment,
[4912] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(489), 1,
sym_identifier,
STATE(229), 1,
sym_comment,
[4922] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(491), 1,
anon_sym_SEMI,
STATE(230), 1,
sym_comment,
[4932] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(493), 1,
sym_identifier,
STATE(231), 1,
sym_comment,
[4942] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(495), 1,
anon_sym_SEMI,
STATE(232), 1,
sym_comment,
[4952] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(497), 1,
sym_identifier,
STATE(233), 1,
sym_comment,
[4962] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(499), 1,
anon_sym_SEMI,
STATE(234), 1,
sym_comment,
[4972] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(501), 1,
aux_sym_comment_token1,
STATE(235), 1,
sym_comment,
[4982] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(378), 1,
anon_sym_EQ,
STATE(236), 1,
sym_comment,
[4992] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(503), 1,
anon_sym_EQ,
STATE(237), 1,
sym_comment,
[5002] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(505), 1,
sym_identifier,
STATE(238), 1,
sym_comment,
[5012] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(507), 1,
anon_sym_EQ,
STATE(239), 1,
sym_comment,
[5022] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(509), 1,
ts_builtin_sym_end,
STATE(240), 1,
sym_comment,
[5032] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(511), 1,
sym_identifier,
STATE(241), 1,
sym_comment,
[5042] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(513), 1,
sym_identifier,
STATE(242), 1,
sym_comment,
[5052] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(515), 1,
anon_sym_SEMI,
STATE(243), 1,
sym_comment,
[5062] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(517), 1,
ts_builtin_sym_end,
STATE(244), 1,
sym_comment,
[5072] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(519), 1,
anon_sym_SEMI,
STATE(245), 1,
sym_comment,
[5082] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(521), 1,
anon_sym_SEMI,
STATE(246), 1,
sym_comment,
[5092] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(357), 1,
anon_sym_EQ,
STATE(247), 1,
sym_comment,
[5102] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(523), 1,
sym_identifier,
STATE(248), 1,
sym_comment,
[5112] = 3,
ACTIONS(7), 1,
anon_sym_SLASH_SLASH,
ACTIONS(525), 1,
ts_builtin_sym_end,
STATE(249), 1,
sym_comment,
[5122] = 1,
ACTIONS(527), 1,
ts_builtin_sym_end,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 75,
[SMALL_STATE(4)] = 148,
[SMALL_STATE(5)] = 223,
[SMALL_STATE(6)] = 278,
[SMALL_STATE(7)] = 324,
[SMALL_STATE(8)] = 370,
[SMALL_STATE(9)] = 414,
[SMALL_STATE(10)] = 455,
[SMALL_STATE(11)] = 509,
[SMALL_STATE(12)] = 550,
[SMALL_STATE(13)] = 589,
[SMALL_STATE(14)] = 631,
[SMALL_STATE(15)] = 673,
[SMALL_STATE(16)] = 715,
[SMALL_STATE(17)] = 757,
[SMALL_STATE(18)] = 799,
[SMALL_STATE(19)] = 833,
[SMALL_STATE(20)] = 875,
[SMALL_STATE(21)] = 917,
[SMALL_STATE(22)] = 959,
[SMALL_STATE(23)] = 993,
[SMALL_STATE(24)] = 1027,
[SMALL_STATE(25)] = 1061,
[SMALL_STATE(26)] = 1095,
[SMALL_STATE(27)] = 1133,
[SMALL_STATE(28)] = 1175,
[SMALL_STATE(29)] = 1211,
[SMALL_STATE(30)] = 1253,
[SMALL_STATE(31)] = 1295,
[SMALL_STATE(32)] = 1337,
[SMALL_STATE(33)] = 1371,
[SMALL_STATE(34)] = 1434,
[SMALL_STATE(35)] = 1467,
[SMALL_STATE(36)] = 1530,
[SMALL_STATE(37)] = 1563,
[SMALL_STATE(38)] = 1596,
[SMALL_STATE(39)] = 1629,
[SMALL_STATE(40)] = 1662,
[SMALL_STATE(41)] = 1723,
[SMALL_STATE(42)] = 1756,
[SMALL_STATE(43)] = 1789,
[SMALL_STATE(44)] = 1822,
[SMALL_STATE(45)] = 1855,
[SMALL_STATE(46)] = 1887,
[SMALL_STATE(47)] = 1919,
[SMALL_STATE(48)] = 1954,
[SMALL_STATE(49)] = 1982,
[SMALL_STATE(50)] = 2008,
[SMALL_STATE(51)] = 2036,
[SMALL_STATE(52)] = 2059,
[SMALL_STATE(53)] = 2089,
[SMALL_STATE(54)] = 2119,
[SMALL_STATE(55)] = 2149,
[SMALL_STATE(56)] = 2176,
[SMALL_STATE(57)] = 2199,
[SMALL_STATE(58)] = 2220,
[SMALL_STATE(59)] = 2247,
[SMALL_STATE(60)] = 2274,
[SMALL_STATE(61)] = 2301,
[SMALL_STATE(62)] = 2328,
[SMALL_STATE(63)] = 2355,
[SMALL_STATE(64)] = 2382,
[SMALL_STATE(65)] = 2409,
[SMALL_STATE(66)] = 2436,
[SMALL_STATE(67)] = 2463,
[SMALL_STATE(68)] = 2490,
[SMALL_STATE(69)] = 2513,
[SMALL_STATE(70)] = 2531,
[SMALL_STATE(71)] = 2549,
[SMALL_STATE(72)] = 2569,
[SMALL_STATE(73)] = 2587,
[SMALL_STATE(74)] = 2605,
[SMALL_STATE(75)] = 2623,
[SMALL_STATE(76)] = 2641,
[SMALL_STATE(77)] = 2659,
[SMALL_STATE(78)] = 2677,
[SMALL_STATE(79)] = 2695,
[SMALL_STATE(80)] = 2713,
[SMALL_STATE(81)] = 2731,
[SMALL_STATE(82)] = 2749,
[SMALL_STATE(83)] = 2767,
[SMALL_STATE(84)] = 2785,
[SMALL_STATE(85)] = 2803,
[SMALL_STATE(86)] = 2821,
[SMALL_STATE(87)] = 2839,
[SMALL_STATE(88)] = 2857,
[SMALL_STATE(89)] = 2875,
[SMALL_STATE(90)] = 2893,
[SMALL_STATE(91)] = 2911,
[SMALL_STATE(92)] = 2931,
[SMALL_STATE(93)] = 2949,
[SMALL_STATE(94)] = 2967,
[SMALL_STATE(95)] = 2989,
[SMALL_STATE(96)] = 3011,
[SMALL_STATE(97)] = 3031,
[SMALL_STATE(98)] = 3049,
[SMALL_STATE(99)] = 3067,
[SMALL_STATE(100)] = 3088,
[SMALL_STATE(101)] = 3111,
[SMALL_STATE(102)] = 3128,
[SMALL_STATE(103)] = 3151,
[SMALL_STATE(104)] = 3172,
[SMALL_STATE(105)] = 3203,
[SMALL_STATE(106)] = 3223,
[SMALL_STATE(107)] = 3238,
[SMALL_STATE(108)] = 3253,
[SMALL_STATE(109)] = 3268,
[SMALL_STATE(110)] = 3283,
[SMALL_STATE(111)] = 3298,
[SMALL_STATE(112)] = 3313,
[SMALL_STATE(113)] = 3328,
[SMALL_STATE(114)] = 3343,
[SMALL_STATE(115)] = 3358,
[SMALL_STATE(116)] = 3373,
[SMALL_STATE(117)] = 3387,
[SMALL_STATE(118)] = 3401,
[SMALL_STATE(119)] = 3415,
[SMALL_STATE(120)] = 3429,
[SMALL_STATE(121)] = 3443,
[SMALL_STATE(122)] = 3465,
[SMALL_STATE(123)] = 3479,
[SMALL_STATE(124)] = 3498,
[SMALL_STATE(125)] = 3517,
[SMALL_STATE(126)] = 3536,
[SMALL_STATE(127)] = 3549,
[SMALL_STATE(128)] = 3562,
[SMALL_STATE(129)] = 3575,
[SMALL_STATE(130)] = 3588,
[SMALL_STATE(131)] = 3601,
[SMALL_STATE(132)] = 3614,
[SMALL_STATE(133)] = 3627,
[SMALL_STATE(134)] = 3646,
[SMALL_STATE(135)] = 3665,
[SMALL_STATE(136)] = 3684,
[SMALL_STATE(137)] = 3703,
[SMALL_STATE(138)] = 3719,
[SMALL_STATE(139)] = 3735,
[SMALL_STATE(140)] = 3749,
[SMALL_STATE(141)] = 3765,
[SMALL_STATE(142)] = 3779,
[SMALL_STATE(143)] = 3795,
[SMALL_STATE(144)] = 3811,
[SMALL_STATE(145)] = 3827,
[SMALL_STATE(146)] = 3843,
[SMALL_STATE(147)] = 3859,
[SMALL_STATE(148)] = 3875,
[SMALL_STATE(149)] = 3891,
[SMALL_STATE(150)] = 3907,
[SMALL_STATE(151)] = 3921,
[SMALL_STATE(152)] = 3937,
[SMALL_STATE(153)] = 3949,
[SMALL_STATE(154)] = 3965,
[SMALL_STATE(155)] = 3979,
[SMALL_STATE(156)] = 3995,
[SMALL_STATE(157)] = 4011,
[SMALL_STATE(158)] = 4027,
[SMALL_STATE(159)] = 4043,
[SMALL_STATE(160)] = 4059,
[SMALL_STATE(161)] = 4075,
[SMALL_STATE(162)] = 4091,
[SMALL_STATE(163)] = 4107,
[SMALL_STATE(164)] = 4123,
[SMALL_STATE(165)] = 4139,
[SMALL_STATE(166)] = 4155,
[SMALL_STATE(167)] = 4171,
[SMALL_STATE(168)] = 4187,
[SMALL_STATE(169)] = 4200,
[SMALL_STATE(170)] = 4211,
[SMALL_STATE(171)] = 4224,
[SMALL_STATE(172)] = 4237,
[SMALL_STATE(173)] = 4250,
[SMALL_STATE(174)] = 4263,
[SMALL_STATE(175)] = 4274,
[SMALL_STATE(176)] = 4287,
[SMALL_STATE(177)] = 4300,
[SMALL_STATE(178)] = 4313,
[SMALL_STATE(179)] = 4326,
[SMALL_STATE(180)] = 4339,
[SMALL_STATE(181)] = 4352,
[SMALL_STATE(182)] = 4365,
[SMALL_STATE(183)] = 4378,
[SMALL_STATE(184)] = 4391,
[SMALL_STATE(185)] = 4404,
[SMALL_STATE(186)] = 4417,
[SMALL_STATE(187)] = 4430,
[SMALL_STATE(188)] = 4443,
[SMALL_STATE(189)] = 4456,
[SMALL_STATE(190)] = 4469,
[SMALL_STATE(191)] = 4480,
[SMALL_STATE(192)] = 4491,
[SMALL_STATE(193)] = 4504,
[SMALL_STATE(194)] = 4517,
[SMALL_STATE(195)] = 4530,
[SMALL_STATE(196)] = 4543,
[SMALL_STATE(197)] = 4556,
[SMALL_STATE(198)] = 4569,
[SMALL_STATE(199)] = 4582,
[SMALL_STATE(200)] = 4595,
[SMALL_STATE(201)] = 4608,
[SMALL_STATE(202)] = 4621,
[SMALL_STATE(203)] = 4632,
[SMALL_STATE(204)] = 4645,
[SMALL_STATE(205)] = 4656,
[SMALL_STATE(206)] = 4669,
[SMALL_STATE(207)] = 4680,
[SMALL_STATE(208)] = 4693,
[SMALL_STATE(209)] = 4706,
[SMALL_STATE(210)] = 4719,
[SMALL_STATE(211)] = 4732,
[SMALL_STATE(212)] = 4742,
[SMALL_STATE(213)] = 4752,
[SMALL_STATE(214)] = 4762,
[SMALL_STATE(215)] = 4772,
[SMALL_STATE(216)] = 4782,
[SMALL_STATE(217)] = 4792,
[SMALL_STATE(218)] = 4802,
[SMALL_STATE(219)] = 4812,
[SMALL_STATE(220)] = 4822,
[SMALL_STATE(221)] = 4832,
[SMALL_STATE(222)] = 4842,
[SMALL_STATE(223)] = 4852,
[SMALL_STATE(224)] = 4862,
[SMALL_STATE(225)] = 4872,
[SMALL_STATE(226)] = 4882,
[SMALL_STATE(227)] = 4892,
[SMALL_STATE(228)] = 4902,
[SMALL_STATE(229)] = 4912,
[SMALL_STATE(230)] = 4922,
[SMALL_STATE(231)] = 4932,
[SMALL_STATE(232)] = 4942,
[SMALL_STATE(233)] = 4952,
[SMALL_STATE(234)] = 4962,
[SMALL_STATE(235)] = 4972,
[SMALL_STATE(236)] = 4982,
[SMALL_STATE(237)] = 4992,
[SMALL_STATE(238)] = 5002,
[SMALL_STATE(239)] = 5012,
[SMALL_STATE(240)] = 5022,
[SMALL_STATE(241)] = 5032,
[SMALL_STATE(242)] = 5042,
[SMALL_STATE(243)] = 5052,
[SMALL_STATE(244)] = 5062,
[SMALL_STATE(245)] = 5072,
[SMALL_STATE(246)] = 5082,
[SMALL_STATE(247)] = 5092,
[SMALL_STATE(248)] = 5102,
[SMALL_STATE(249)] = 5112,
[SMALL_STATE(250)] = 5122,
};
static const TSParseActionEntry ts_parse_actions[] = {
[0] = {.entry = {.count = 0, .reusable = false}},
[1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
[3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221),
[5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122),
[13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182),
[15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68),
[21] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0),
[23] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(122),
[26] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(182),
[29] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(203),
[32] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(235),
[35] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(68),
[38] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[40] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
[42] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 2, 0, 0),
[44] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 2, 0, 0),
[46] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38),
[48] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[50] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[52] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[54] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_name, 2, 0, 0),
[56] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_name, 2, 0, 0),
[58] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_name, 1, 0, 0),
[60] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_name, 1, 0, 0),
[62] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(248),
[65] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0),
[67] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0),
[69] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotations, 1, 0, 0),
[71] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotations, 1, 0, 0),
[73] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0),
[75] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0), SHIFT_REPEAT(203),
[78] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0),
[80] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 3, 0, 0),
[82] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 3, 0, 0),
[84] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 4, 0, 0),
[86] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 4, 0, 0),
[88] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 7, 0, 0),
[90] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 7, 0, 0),
[92] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 5, 0, 0),
[94] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 5, 0, 0),
[96] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 6, 0, 0),
[98] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 6, 0, 0),
[100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_docstring_block, 1, 0, 0),
[102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_docstring_block_repeat1, 2, 0, 0),
[104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_docstring_block_repeat1, 2, 0, 0), SHIFT_REPEAT(235),
[107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 1, 0, 0),
[109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 1, 0, 0),
[111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
[127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, 0, 0),
[131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, 0, 0),
[133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_annotations_repeat1, 1, 0, 0),
[137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 1, 0, 0),
[139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 2, 0, 0),
[141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 2, 0, 0),
[143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_value, 1, 0, 0),
[145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_value, 1, 0, 0),
[147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 2, 0, 0),
[149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 2, 0, 0),
[151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0),
[153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(143),
[156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(175),
[159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(184),
[162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(185),
[165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(200),
[168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(209),
[171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(188),
[174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(227),
[177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 3, 0, 0),
[179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 3, 0, 0),
[181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 3, 0, 0),
[183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 3, 0, 0),
[185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 4, 0, 0),
[187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 4, 0, 0),
[189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 4, 0, 0),
[191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 4, 0, 0),
[193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_docstring_block_repeat1, 1, 0, 0),
[195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_docstring_block_repeat1, 1, 0, 0),
[197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_docstring, 2, 0, 0),
[199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_docstring, 2, 0, 0),
[201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(233),
[212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
[222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238),
[226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(238),
[229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 10, 0, 0),
[231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_block, 2, 0, 0),
[233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_declaration, 5, 0, 0),
[235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 5, 0, 0),
[237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 5, 0, 0),
[239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 0),
[241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 6, 0, 0),
[243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 3, 0, 0),
[245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 4, 0, 0),
[247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 6, 0, 0),
[249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 6, 0, 0),
[251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_declaration, 6, 0, 0),
[253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 7, 0, 0),
[255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 1, 0, 0),
[257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 4, 0, 0),
[259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 3, 0, 0),
[261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 8, 0, 0),
[263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 0),
[265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 8, 0, 0),
[267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 5, 0, 0),
[269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 9, 0, 0),
[271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 1, 0, 0), REDUCE(aux_sym_docstring_block_repeat1, 1, 0, 0),
[274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3, 0, 0),
[276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(211),
[281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_block, 3, 0, 0),
[283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7, 0, 0),
[285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0), SHIFT_REPEAT(209),
[288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_docstring_block, 1, 0, 0),
[290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_docstring_block_repeat1, 2, 0, 0),
[292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_docstring_block_repeat1, 2, 0, 0), SHIFT_REPEAT(227),
[295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
[303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 1, 0, 0),
[305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 2, 0, 0),
[309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 2, 0, 0),
[311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0),
[313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0),
[315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0),
[319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
[323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(21),
[340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0),
[342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_json_array_repeat1, 2, 0, 0), SHIFT_REPEAT(61),
[349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_json_array_repeat1, 2, 0, 0),
[351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
[353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
[373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_json_object_repeat1, 2, 0, 0), SHIFT_REPEAT(177),
[376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_json_object_repeat1, 2, 0, 0),
[378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_name, 1, 0, 0),
[382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(242),
[387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0),
[389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
[403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
[417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0),
[419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_path, 1, 0, 0),
[441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
[443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0),
[445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object_pair, 3, 0, 0),
[451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250),
[477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
[479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_path, 2, 0, 0),
[483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 3, 0, 0),
[485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93),
[487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_definition, 3, 0, 0),
[489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46),
[503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 2, 0, 0),
[511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[517] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
[527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2, 0, 0),
};
#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_adl(void) {
static const TSLanguage language = {
.abi_version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.supertype_count = SUPERTYPE_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = (const void*)ts_lex_modes,
.lex_fn = ts_lex,
.primary_state_ids = ts_primary_state_ids,
.name = "adl",
.max_reserved_word_set_size = 0,
.metadata = {
.major_version = 0,
.minor_version = 3,
.patch_version = 1,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif