#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 232
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 86
#define ALIAS_COUNT 0
#define TOKEN_COUNT 51
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 0
#define MAX_ALIAS_SEQUENCE_LENGTH 9
#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_COLON_COLON = 37,
anon_sym_SLASH_SLASH = 38,
aux_sym_comment_token1 = 39,
anon_sym_SLASH_SLASH_SLASH = 40,
anon_sym_null = 41,
anon_sym_true = 42,
anon_sym_false = 43,
sym_json_number = 44,
sym_json_string = 45,
anon_sym_LBRACK = 46,
anon_sym_RBRACK = 47,
anon_sym_RBRACE = 48,
anon_sym_COLON = 49,
sym_identifier = 50,
sym_source_file = 51,
sym_scoped_name = 52,
sym_definition_preamble = 53,
sym_module_definition = 54,
sym_module_body = 55,
sym_import_declaration = 56,
sym_import_path = 57,
sym_type_definition = 58,
sym_newtype_definition = 59,
sym_type_name = 60,
sym_type_parameters = 61,
sym_type_expression = 62,
sym_type_arguments = 63,
sym_primitive_type = 64,
sym_struct_definition = 65,
sym_union_definition = 66,
sym_field_block = 67,
sym_field = 68,
sym_annotation = 69,
sym_annotation_declaration = 70,
sym_comment = 71,
sym_docstring = 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_definition_preamble_repeat1 = 78,
aux_sym_module_body_repeat1 = 79,
aux_sym_module_body_repeat2 = 80,
aux_sym_type_parameters_repeat1 = 81,
aux_sym_type_arguments_repeat1 = 82,
aux_sym_field_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_COLON_COLON] = "::",
[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_definition_preamble] = "definition_preamble",
[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_annotation_declaration] = "annotation_declaration",
[sym_comment] = "comment",
[sym_docstring] = "docstring",
[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_definition_preamble_repeat1] = "definition_preamble_repeat1",
[aux_sym_module_body_repeat1] = "module_body_repeat1",
[aux_sym_module_body_repeat2] = "module_body_repeat2",
[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_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_COLON_COLON] = anon_sym_COLON_COLON,
[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_definition_preamble] = sym_definition_preamble,
[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_annotation_declaration] = sym_annotation_declaration,
[sym_comment] = sym_comment,
[sym_docstring] = sym_docstring,
[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_definition_preamble_repeat1] = aux_sym_definition_preamble_repeat1,
[aux_sym_module_body_repeat1] = aux_sym_module_body_repeat1,
[aux_sym_module_body_repeat2] = aux_sym_module_body_repeat2,
[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_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_COLON_COLON] = {
.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_definition_preamble] = {
.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_annotation_declaration] = {
.visible = true,
.named = true,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[sym_docstring] = {
.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_definition_preamble_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_module_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_module_body_repeat2] = {
.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_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] = 5,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 8,
[43] = 6,
[44] = 7,
[45] = 9,
[46] = 46,
[47] = 6,
[48] = 10,
[49] = 49,
[50] = 46,
[51] = 8,
[52] = 46,
[53] = 11,
[54] = 7,
[55] = 55,
[56] = 56,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 9,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 6,
[69] = 7,
[70] = 70,
[71] = 8,
[72] = 72,
[73] = 73,
[74] = 30,
[75] = 75,
[76] = 33,
[77] = 77,
[78] = 78,
[79] = 79,
[80] = 27,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 85,
[86] = 32,
[87] = 28,
[88] = 88,
[89] = 89,
[90] = 35,
[91] = 31,
[92] = 92,
[93] = 93,
[94] = 94,
[95] = 95,
[96] = 96,
[97] = 34,
[98] = 98,
[99] = 99,
[100] = 9,
[101] = 101,
[102] = 29,
[103] = 26,
[104] = 104,
[105] = 105,
[106] = 106,
[107] = 107,
[108] = 108,
[109] = 109,
[110] = 110,
[111] = 111,
[112] = 34,
[113] = 113,
[114] = 114,
[115] = 26,
[116] = 29,
[117] = 117,
[118] = 118,
[119] = 33,
[120] = 30,
[121] = 32,
[122] = 35,
[123] = 123,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 124,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 133,
[134] = 134,
[135] = 135,
[136] = 136,
[137] = 137,
[138] = 138,
[139] = 139,
[140] = 140,
[141] = 141,
[142] = 142,
[143] = 143,
[144] = 143,
[145] = 145,
[146] = 137,
[147] = 139,
[148] = 125,
[149] = 124,
[150] = 143,
[151] = 137,
[152] = 139,
[153] = 125,
[154] = 154,
[155] = 155,
[156] = 156,
[157] = 157,
[158] = 158,
[159] = 159,
[160] = 160,
[161] = 161,
[162] = 162,
[163] = 163,
[164] = 164,
[165] = 165,
[166] = 166,
[167] = 167,
[168] = 168,
[169] = 169,
[170] = 170,
[171] = 171,
[172] = 172,
[173] = 173,
[174] = 174,
[175] = 175,
[176] = 176,
[177] = 177,
[178] = 178,
[179] = 179,
[180] = 180,
[181] = 167,
[182] = 182,
[183] = 183,
[184] = 184,
[185] = 185,
[186] = 186,
[187] = 187,
[188] = 188,
[189] = 189,
[190] = 190,
[191] = 191,
[192] = 192,
[193] = 193,
[194] = 194,
[195] = 195,
[196] = 196,
[197] = 197,
[198] = 198,
[199] = 199,
[200] = 200,
[201] = 201,
[202] = 202,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 206,
[207] = 207,
[208] = 208,
[209] = 209,
[210] = 210,
[211] = 211,
[212] = 212,
[213] = 213,
[214] = 196,
[215] = 215,
[216] = 216,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 220,
[221] = 221,
[222] = 215,
[223] = 223,
[224] = 224,
[225] = 225,
[226] = 226,
[227] = 227,
[228] = 228,
[229] = 215,
[230] = 215,
[231] = 231,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(129);
ADVANCE_MAP(
'"', 3,
',', 142,
'-', 10,
'.', 131,
'/', 8,
'0', 200,
':', 209,
';', 136,
'<', 141,
'=', 139,
'>', 143,
'@', 184,
'B', 78,
'D', 75,
'F', 57,
'I', 70,
'J', 99,
'N', 113,
'S', 100,
'T', 118,
'V', 34,
'W', 77,
'[', 205,
']', 206,
'a', 71,
'f', 22,
'i', 63,
'm', 73,
'n', 36,
's', 106,
't', 92,
'u', 69,
'{', 133,
'}', 207,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(0);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(201);
END_STATE();
case 1:
ADVANCE_MAP(
'"', 3,
'-', 10,
'.', 130,
'/', 8,
'0', 200,
'@', 184,
'B', 258,
'D', 256,
'F', 245,
'I', 252,
'J', 268,
'N', 276,
'S', 270,
'T', 279,
'V', 228,
'W', 257,
'[', 205,
'f', 221,
'n', 278,
't', 266,
'{', 133,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(1);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(201);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 2:
ADVANCE_MAP(
'"', 3,
'-', 10,
'.', 130,
'/', 9,
'0', 200,
'[', 205,
']', 206,
'a', 71,
'f', 22,
'm', 73,
'n', 36,
's', 106,
't', 92,
'u', 69,
'{', 133,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(2);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(201);
END_STATE();
case 3:
if (lookahead == '"') ADVANCE(204);
if (lookahead == '\\') ADVANCE(111);
if (lookahead != 0) ADVANCE(3);
END_STATE();
case 4:
if (lookahead == '*') ADVANCE(137);
END_STATE();
case 5:
ADVANCE_MAP(
',', 142,
'.', 131,
'/', 9,
':', 19,
';', 136,
'<', 141,
'=', 139,
'>', 143,
'{', 133,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(5);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 6:
ADVANCE_MAP(
'/', 8,
'@', 184,
'B', 258,
'D', 256,
'F', 245,
'I', 252,
'J', 268,
'N', 276,
'S', 270,
'T', 279,
'V', 228,
'W', 257,
'}', 20,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(6);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 7:
ADVANCE_MAP(
'/', 8,
'@', 184,
'a', 71,
'i', 63,
'n', 35,
's', 106,
't', 119,
'u', 69,
'}', 20,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(7);
END_STATE();
case 8:
if (lookahead == '/') ADVANCE(188);
END_STATE();
case 9:
if (lookahead == '/') ADVANCE(187);
END_STATE();
case 10:
if (lookahead == '0') ADVANCE(200);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(201);
END_STATE();
case 11:
if (lookahead == '1') ADVANCE(17);
if (lookahead == '3') ADVANCE(13);
if (lookahead == '6') ADVANCE(15);
if (lookahead == '8') ADVANCE(144);
END_STATE();
case 12:
if (lookahead == '1') ADVANCE(18);
if (lookahead == '3') ADVANCE(14);
if (lookahead == '6') ADVANCE(16);
if (lookahead == '8') ADVANCE(152);
END_STATE();
case 13:
if (lookahead == '2') ADVANCE(148);
END_STATE();
case 14:
if (lookahead == '2') ADVANCE(156);
END_STATE();
case 15:
if (lookahead == '4') ADVANCE(150);
END_STATE();
case 16:
if (lookahead == '4') ADVANCE(158);
END_STATE();
case 17:
if (lookahead == '6') ADVANCE(146);
END_STATE();
case 18:
if (lookahead == '6') ADVANCE(154);
END_STATE();
case 19:
if (lookahead == ':') ADVANCE(186);
END_STATE();
case 20:
if (lookahead == ';') ADVANCE(134);
END_STATE();
case 21:
if (lookahead == 'T') ADVANCE(74);
END_STATE();
case 22:
if (lookahead == 'a') ADVANCE(55);
END_STATE();
case 23:
if (lookahead == 'a') ADVANCE(86);
END_STATE();
case 24:
if (lookahead == 'a') ADVANCE(103);
END_STATE();
case 25:
if (lookahead == 'a') ADVANCE(108);
END_STATE();
case 26:
if (lookahead == 'a') ADVANCE(28);
END_STATE();
case 27:
if (lookahead == 'b') ADVANCE(60);
END_STATE();
case 28:
if (lookahead == 'b') ADVANCE(62);
END_STATE();
case 29:
if (lookahead == 'c') ADVANCE(109);
END_STATE();
case 30:
if (lookahead == 'c') ADVANCE(105);
END_STATE();
case 31:
if (lookahead == 'd') ADVANCE(162);
END_STATE();
case 32:
if (lookahead == 'd') ADVANCE(12);
END_STATE();
case 33:
if (lookahead == 'd') ADVANCE(115);
END_STATE();
case 34:
if (lookahead == 'e') ADVANCE(29);
if (lookahead == 'o') ADVANCE(48);
END_STATE();
case 35:
if (lookahead == 'e') ADVANCE(117);
END_STATE();
case 36:
if (lookahead == 'e') ADVANCE(117);
if (lookahead == 'u') ADVANCE(59);
END_STATE();
case 37:
if (lookahead == 'e') ADVANCE(21);
END_STATE();
case 38:
if (lookahead == 'e') ADVANCE(196);
END_STATE();
case 39:
if (lookahead == 'e') ADVANCE(138);
END_STATE();
case 40:
if (lookahead == 'e') ADVANCE(198);
END_STATE();
case 41:
if (lookahead == 'e') ADVANCE(166);
END_STATE();
case 42:
if (lookahead == 'e') ADVANCE(132);
END_STATE();
case 43:
if (lookahead == 'e') ADVANCE(140);
END_STATE();
case 44:
if (lookahead == 'e') ADVANCE(178);
END_STATE();
case 45:
if (lookahead == 'e') ADVANCE(97);
END_STATE();
case 46:
if (lookahead == 'e') ADVANCE(67);
END_STATE();
case 47:
if (lookahead == 'g') ADVANCE(169);
END_STATE();
case 48:
if (lookahead == 'i') ADVANCE(31);
END_STATE();
case 49:
if (lookahead == 'i') ADVANCE(65);
END_STATE();
case 50:
if (lookahead == 'i') ADVANCE(83);
END_STATE();
case 51:
if (lookahead == 'i') ADVANCE(85);
END_STATE();
case 52:
if (lookahead == 'k') ADVANCE(46);
END_STATE();
case 53:
if (lookahead == 'l') ADVANCE(160);
END_STATE();
case 54:
if (lookahead == 'l') ADVANCE(194);
END_STATE();
case 55:
if (lookahead == 'l') ADVANCE(98);
END_STATE();
case 56:
if (lookahead == 'l') ADVANCE(26);
END_STATE();
case 57:
if (lookahead == 'l') ADVANCE(76);
END_STATE();
case 58:
if (lookahead == 'l') ADVANCE(56);
END_STATE();
case 59:
if (lookahead == 'l') ADVANCE(54);
END_STATE();
case 60:
if (lookahead == 'l') ADVANCE(41);
END_STATE();
case 61:
if (lookahead == 'l') ADVANCE(42);
END_STATE();
case 62:
if (lookahead == 'l') ADVANCE(44);
END_STATE();
case 63:
if (lookahead == 'm') ADVANCE(90);
END_STATE();
case 64:
if (lookahead == 'n') ADVANCE(172);
END_STATE();
case 65:
if (lookahead == 'n') ADVANCE(47);
END_STATE();
case 66:
if (lookahead == 'n') ADVANCE(183);
END_STATE();
case 67:
if (lookahead == 'n') ADVANCE(180);
END_STATE();
case 68:
if (lookahead == 'n') ADVANCE(185);
END_STATE();
case 69:
if (lookahead == 'n') ADVANCE(50);
END_STATE();
case 70:
if (lookahead == 'n') ADVANCE(102);
END_STATE();
case 71:
if (lookahead == 'n') ADVANCE(72);
END_STATE();
case 72:
if (lookahead == 'n') ADVANCE(84);
END_STATE();
case 73:
if (lookahead == 'o') ADVANCE(33);
END_STATE();
case 74:
if (lookahead == 'o') ADVANCE(52);
END_STATE();
case 75:
if (lookahead == 'o') ADVANCE(112);
END_STATE();
case 76:
if (lookahead == 'o') ADVANCE(24);
END_STATE();
case 77:
if (lookahead == 'o') ADVANCE(94);
END_STATE();
case 78:
if (lookahead == 'o') ADVANCE(79);
if (lookahead == 'y') ADVANCE(101);
END_STATE();
case 79:
if (lookahead == 'o') ADVANCE(53);
END_STATE();
case 80:
if (lookahead == 'o') ADVANCE(96);
END_STATE();
case 81:
if (lookahead == 'o') ADVANCE(64);
END_STATE();
case 82:
if (lookahead == 'o') ADVANCE(91);
END_STATE();
case 83:
if (lookahead == 'o') ADVANCE(66);
END_STATE();
case 84:
if (lookahead == 'o') ADVANCE(107);
END_STATE();
case 85:
if (lookahead == 'o') ADVANCE(68);
END_STATE();
case 86:
if (lookahead == 'p') ADVANCE(176);
END_STATE();
case 87:
if (lookahead == 'p') ADVANCE(37);
END_STATE();
case 88:
if (lookahead == 'p') ADVANCE(39);
END_STATE();
case 89:
if (lookahead == 'p') ADVANCE(43);
END_STATE();
case 90:
if (lookahead == 'p') ADVANCE(80);
END_STATE();
case 91:
if (lookahead == 'r') ADVANCE(174);
END_STATE();
case 92:
if (lookahead == 'r') ADVANCE(114);
if (lookahead == 'y') ADVANCE(88);
END_STATE();
case 93:
if (lookahead == 'r') ADVANCE(49);
END_STATE();
case 94:
if (lookahead == 'r') ADVANCE(32);
END_STATE();
case 95:
if (lookahead == 'r') ADVANCE(116);
END_STATE();
case 96:
if (lookahead == 'r') ADVANCE(104);
END_STATE();
case 97:
if (lookahead == 's') ADVANCE(170);
END_STATE();
case 98:
if (lookahead == 's') ADVANCE(40);
END_STATE();
case 99:
if (lookahead == 's') ADVANCE(81);
END_STATE();
case 100:
if (lookahead == 't') ADVANCE(93);
END_STATE();
case 101:
if (lookahead == 't') ADVANCE(45);
END_STATE();
case 102:
if (lookahead == 't') ADVANCE(11);
END_STATE();
case 103:
if (lookahead == 't') ADVANCE(164);
END_STATE();
case 104:
if (lookahead == 't') ADVANCE(135);
END_STATE();
case 105:
if (lookahead == 't') ADVANCE(182);
END_STATE();
case 106:
if (lookahead == 't') ADVANCE(95);
END_STATE();
case 107:
if (lookahead == 't') ADVANCE(25);
END_STATE();
case 108:
if (lookahead == 't') ADVANCE(51);
END_STATE();
case 109:
if (lookahead == 't') ADVANCE(82);
END_STATE();
case 110:
if (lookahead == 't') ADVANCE(120);
END_STATE();
case 111:
ADVANCE_MAP(
'u', 127,
'"', 3,
'/', 3,
'\\', 3,
'b', 3,
'f', 3,
'n', 3,
'r', 3,
't', 3,
);
END_STATE();
case 112:
if (lookahead == 'u') ADVANCE(27);
END_STATE();
case 113:
if (lookahead == 'u') ADVANCE(58);
END_STATE();
case 114:
if (lookahead == 'u') ADVANCE(38);
END_STATE();
case 115:
if (lookahead == 'u') ADVANCE(61);
END_STATE();
case 116:
if (lookahead == 'u') ADVANCE(30);
END_STATE();
case 117:
if (lookahead == 'w') ADVANCE(110);
END_STATE();
case 118:
if (lookahead == 'y') ADVANCE(87);
END_STATE();
case 119:
if (lookahead == 'y') ADVANCE(88);
END_STATE();
case 120:
if (lookahead == 'y') ADVANCE(89);
END_STATE();
case 121:
if (lookahead == '+' ||
lookahead == '-') ADVANCE(123);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(203);
END_STATE();
case 122:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(202);
END_STATE();
case 123:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(203);
END_STATE();
case 124:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(3);
END_STATE();
case 125:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(124);
END_STATE();
case 126:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(125);
END_STATE();
case 127:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(126);
END_STATE();
case 128:
if (eof) ADVANCE(129);
ADVANCE_MAP(
'"', 3,
',', 142,
'.', 4,
'/', 9,
':', 208,
';', 136,
'<', 141,
'=', 139,
'>', 143,
'B', 258,
'D', 256,
'F', 245,
'I', 252,
'J', 268,
'N', 276,
'S', 270,
'T', 279,
'V', 228,
'W', 257,
']', 206,
'{', 133,
'}', 207,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(128);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 129:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 130:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 131:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '*') ADVANCE(137);
END_STATE();
case 132:
ACCEPT_TOKEN(anon_sym_module);
END_STATE();
case 133:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 134:
ACCEPT_TOKEN(anon_sym_RBRACE_SEMI);
END_STATE();
case 135:
ACCEPT_TOKEN(anon_sym_import);
END_STATE();
case 136:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 137:
ACCEPT_TOKEN(anon_sym_DOT_STAR);
END_STATE();
case 138:
ACCEPT_TOKEN(anon_sym_type);
END_STATE();
case 139:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 140:
ACCEPT_TOKEN(anon_sym_newtype);
END_STATE();
case 141:
ACCEPT_TOKEN(anon_sym_LT);
END_STATE();
case 142:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 143:
ACCEPT_TOKEN(anon_sym_GT);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_Int8);
END_STATE();
case 145:
ACCEPT_TOKEN(anon_sym_Int8);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 146:
ACCEPT_TOKEN(anon_sym_Int16);
END_STATE();
case 147:
ACCEPT_TOKEN(anon_sym_Int16);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 148:
ACCEPT_TOKEN(anon_sym_Int32);
END_STATE();
case 149:
ACCEPT_TOKEN(anon_sym_Int32);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 150:
ACCEPT_TOKEN(anon_sym_Int64);
END_STATE();
case 151:
ACCEPT_TOKEN(anon_sym_Int64);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 152:
ACCEPT_TOKEN(anon_sym_Word8);
END_STATE();
case 153:
ACCEPT_TOKEN(anon_sym_Word8);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 154:
ACCEPT_TOKEN(anon_sym_Word16);
END_STATE();
case 155:
ACCEPT_TOKEN(anon_sym_Word16);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 156:
ACCEPT_TOKEN(anon_sym_Word32);
END_STATE();
case 157:
ACCEPT_TOKEN(anon_sym_Word32);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 158:
ACCEPT_TOKEN(anon_sym_Word64);
END_STATE();
case 159:
ACCEPT_TOKEN(anon_sym_Word64);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 160:
ACCEPT_TOKEN(anon_sym_Bool);
END_STATE();
case 161:
ACCEPT_TOKEN(anon_sym_Bool);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 162:
ACCEPT_TOKEN(anon_sym_Void);
END_STATE();
case 163:
ACCEPT_TOKEN(anon_sym_Void);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 164:
ACCEPT_TOKEN(anon_sym_Float);
END_STATE();
case 165:
ACCEPT_TOKEN(anon_sym_Float);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 166:
ACCEPT_TOKEN(anon_sym_Double);
END_STATE();
case 167:
ACCEPT_TOKEN(anon_sym_Double);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 168:
ACCEPT_TOKEN(anon_sym_String);
if (lookahead == 'M') ADVANCE(219);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 169:
ACCEPT_TOKEN(anon_sym_String);
if (lookahead == 'M') ADVANCE(23);
END_STATE();
case 170:
ACCEPT_TOKEN(anon_sym_Bytes);
END_STATE();
case 171:
ACCEPT_TOKEN(anon_sym_Bytes);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 172:
ACCEPT_TOKEN(anon_sym_Json);
END_STATE();
case 173:
ACCEPT_TOKEN(anon_sym_Json);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 174:
ACCEPT_TOKEN(anon_sym_Vector);
END_STATE();
case 175:
ACCEPT_TOKEN(anon_sym_Vector);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 176:
ACCEPT_TOKEN(anon_sym_StringMap);
END_STATE();
case 177:
ACCEPT_TOKEN(anon_sym_StringMap);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 178:
ACCEPT_TOKEN(anon_sym_Nullable);
END_STATE();
case 179:
ACCEPT_TOKEN(anon_sym_Nullable);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 180:
ACCEPT_TOKEN(anon_sym_TypeToken);
END_STATE();
case 181:
ACCEPT_TOKEN(anon_sym_TypeToken);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 182:
ACCEPT_TOKEN(anon_sym_struct);
END_STATE();
case 183:
ACCEPT_TOKEN(anon_sym_union);
END_STATE();
case 184:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 185:
ACCEPT_TOKEN(anon_sym_annotation);
END_STATE();
case 186:
ACCEPT_TOKEN(anon_sym_COLON_COLON);
END_STATE();
case 187:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
END_STATE();
case 188:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
if (lookahead == '/') ADVANCE(193);
END_STATE();
case 189:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(192);
END_STATE();
case 190:
ACCEPT_TOKEN(aux_sym_comment_token1);
if (lookahead == '/') ADVANCE(191);
if (lookahead == '\t' ||
(0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(190);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(192);
END_STATE();
case 191:
ACCEPT_TOKEN(aux_sym_comment_token1);
if (lookahead == '/') ADVANCE(189);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(192);
END_STATE();
case 192:
ACCEPT_TOKEN(aux_sym_comment_token1);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(192);
END_STATE();
case 193:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH_SLASH);
END_STATE();
case 194:
ACCEPT_TOKEN(anon_sym_null);
END_STATE();
case 195:
ACCEPT_TOKEN(anon_sym_null);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 196:
ACCEPT_TOKEN(anon_sym_true);
END_STATE();
case 197:
ACCEPT_TOKEN(anon_sym_true);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 198:
ACCEPT_TOKEN(anon_sym_false);
END_STATE();
case 199:
ACCEPT_TOKEN(anon_sym_false);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 200:
ACCEPT_TOKEN(sym_json_number);
if (lookahead == '.') ADVANCE(122);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(121);
END_STATE();
case 201:
ACCEPT_TOKEN(sym_json_number);
if (lookahead == '.') ADVANCE(122);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(121);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(201);
END_STATE();
case 202:
ACCEPT_TOKEN(sym_json_number);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(121);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(202);
END_STATE();
case 203:
ACCEPT_TOKEN(sym_json_number);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(203);
END_STATE();
case 204:
ACCEPT_TOKEN(sym_json_string);
END_STATE();
case 205:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 206:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 207:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 208:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 209:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == ':') ADVANCE(186);
END_STATE();
case 210:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '1') ADVANCE(216);
if (lookahead == '3') ADVANCE(212);
if (lookahead == '6') ADVANCE(214);
if (lookahead == '8') ADVANCE(145);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 211:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '1') ADVANCE(217);
if (lookahead == '3') ADVANCE(213);
if (lookahead == '6') ADVANCE(215);
if (lookahead == '8') ADVANCE(153);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 212:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '2') ADVANCE(149);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 213:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '2') ADVANCE(157);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 214:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '4') ADVANCE(151);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 215:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '4') ADVANCE(159);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 216:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '6') ADVANCE(147);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 217:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '6') ADVANCE(155);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 218:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'T') ADVANCE(254);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 219:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(261);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 220:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(273);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 221:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(243);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 222:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(224);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 223:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'b') ADVANCE(244);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 224:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'b') ADVANCE(247);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 225:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(274);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 226:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(163);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 227:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(211);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 228:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(225);
if (lookahead == 'o') ADVANCE(237);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 229:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(218);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 230:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(167);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 231:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(179);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 232:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(197);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 233:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(199);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 234:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(267);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 235:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(251);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 236:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(168);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 237:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(226);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 238:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(250);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 239:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'k') ADVANCE(235);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 240:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(161);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 241:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(195);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 242:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(222);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 243:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(269);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 244:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(230);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 245:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(253);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 246:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(242);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 247:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(231);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 248:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(241);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 249:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(173);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 250:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(236);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 251:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(181);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 252:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(272);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 253:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(220);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 254:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(239);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 255:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(249);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 256:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(275);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 257:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(265);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 258:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(259);
if (lookahead == 'y') ADVANCE(271);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 259:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(240);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 260:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(263);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 261:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(177);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 262:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(229);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 263:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(175);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 264:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(238);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 265:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(227);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 266:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(277);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 267:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(171);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 268:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(255);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 269:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(233);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 270:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(264);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 271:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(234);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 272:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(210);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 273:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(165);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 274:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(260);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 275:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(223);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 276:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(246);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 277:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(232);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 278:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(248);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 279:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'y') ADVANCE(262);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
case 280:
ACCEPT_TOKEN(sym_identifier);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(280);
END_STATE();
default:
return false;
}
}
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[1] = {.lex_state = 0},
[2] = {.lex_state = 6},
[3] = {.lex_state = 6},
[4] = {.lex_state = 6},
[5] = {.lex_state = 1},
[6] = {.lex_state = 1},
[7] = {.lex_state = 1},
[8] = {.lex_state = 1},
[9] = {.lex_state = 1},
[10] = {.lex_state = 6},
[11] = {.lex_state = 6},
[12] = {.lex_state = 128},
[13] = {.lex_state = 128},
[14] = {.lex_state = 128},
[15] = {.lex_state = 128},
[16] = {.lex_state = 6},
[17] = {.lex_state = 6},
[18] = {.lex_state = 128},
[19] = {.lex_state = 6},
[20] = {.lex_state = 6},
[21] = {.lex_state = 128},
[22] = {.lex_state = 6},
[23] = {.lex_state = 128},
[24] = {.lex_state = 128},
[25] = {.lex_state = 128},
[26] = {.lex_state = 6},
[27] = {.lex_state = 6},
[28] = {.lex_state = 6},
[29] = {.lex_state = 6},
[30] = {.lex_state = 6},
[31] = {.lex_state = 6},
[32] = {.lex_state = 6},
[33] = {.lex_state = 6},
[34] = {.lex_state = 6},
[35] = {.lex_state = 6},
[36] = {.lex_state = 7},
[37] = {.lex_state = 7},
[38] = {.lex_state = 0},
[39] = {.lex_state = 7},
[40] = {.lex_state = 7},
[41] = {.lex_state = 7},
[42] = {.lex_state = 0},
[43] = {.lex_state = 0},
[44] = {.lex_state = 0},
[45] = {.lex_state = 0},
[46] = {.lex_state = 2},
[47] = {.lex_state = 5},
[48] = {.lex_state = 0},
[49] = {.lex_state = 7},
[50] = {.lex_state = 2},
[51] = {.lex_state = 5},
[52] = {.lex_state = 2},
[53] = {.lex_state = 0},
[54] = {.lex_state = 5},
[55] = {.lex_state = 2},
[56] = {.lex_state = 2},
[57] = {.lex_state = 2},
[58] = {.lex_state = 2},
[59] = {.lex_state = 2},
[60] = {.lex_state = 5},
[61] = {.lex_state = 2},
[62] = {.lex_state = 2},
[63] = {.lex_state = 2},
[64] = {.lex_state = 2},
[65] = {.lex_state = 2},
[66] = {.lex_state = 2},
[67] = {.lex_state = 7},
[68] = {.lex_state = 2},
[69] = {.lex_state = 2},
[70] = {.lex_state = 7},
[71] = {.lex_state = 2},
[72] = {.lex_state = 7},
[73] = {.lex_state = 7},
[74] = {.lex_state = 0},
[75] = {.lex_state = 7},
[76] = {.lex_state = 0},
[77] = {.lex_state = 7},
[78] = {.lex_state = 7},
[79] = {.lex_state = 7},
[80] = {.lex_state = 0},
[81] = {.lex_state = 7},
[82] = {.lex_state = 7},
[83] = {.lex_state = 7},
[84] = {.lex_state = 7},
[85] = {.lex_state = 7},
[86] = {.lex_state = 0},
[87] = {.lex_state = 0},
[88] = {.lex_state = 7},
[89] = {.lex_state = 7},
[90] = {.lex_state = 0},
[91] = {.lex_state = 0},
[92] = {.lex_state = 7},
[93] = {.lex_state = 7},
[94] = {.lex_state = 7},
[95] = {.lex_state = 7},
[96] = {.lex_state = 7},
[97] = {.lex_state = 0},
[98] = {.lex_state = 7},
[99] = {.lex_state = 7},
[100] = {.lex_state = 2},
[101] = {.lex_state = 7},
[102] = {.lex_state = 0},
[103] = {.lex_state = 0},
[104] = {.lex_state = 5},
[105] = {.lex_state = 5},
[106] = {.lex_state = 5},
[107] = {.lex_state = 5},
[108] = {.lex_state = 5},
[109] = {.lex_state = 5},
[110] = {.lex_state = 2},
[111] = {.lex_state = 5},
[112] = {.lex_state = 128},
[113] = {.lex_state = 128},
[114] = {.lex_state = 128},
[115] = {.lex_state = 128},
[116] = {.lex_state = 128},
[117] = {.lex_state = 128},
[118] = {.lex_state = 128},
[119] = {.lex_state = 128},
[120] = {.lex_state = 128},
[121] = {.lex_state = 128},
[122] = {.lex_state = 128},
[123] = {.lex_state = 128},
[124] = {.lex_state = 128},
[125] = {.lex_state = 128},
[126] = {.lex_state = 128},
[127] = {.lex_state = 128},
[128] = {.lex_state = 5},
[129] = {.lex_state = 128},
[130] = {.lex_state = 128},
[131] = {.lex_state = 128},
[132] = {.lex_state = 128},
[133] = {.lex_state = 128},
[134] = {.lex_state = 5},
[135] = {.lex_state = 128},
[136] = {.lex_state = 128},
[137] = {.lex_state = 128},
[138] = {.lex_state = 128},
[139] = {.lex_state = 128},
[140] = {.lex_state = 128},
[141] = {.lex_state = 128},
[142] = {.lex_state = 128},
[143] = {.lex_state = 128},
[144] = {.lex_state = 128},
[145] = {.lex_state = 5},
[146] = {.lex_state = 128},
[147] = {.lex_state = 128},
[148] = {.lex_state = 128},
[149] = {.lex_state = 128},
[150] = {.lex_state = 128},
[151] = {.lex_state = 128},
[152] = {.lex_state = 128},
[153] = {.lex_state = 128},
[154] = {.lex_state = 5},
[155] = {.lex_state = 128},
[156] = {.lex_state = 5},
[157] = {.lex_state = 5},
[158] = {.lex_state = 128},
[159] = {.lex_state = 5},
[160] = {.lex_state = 128},
[161] = {.lex_state = 128},
[162] = {.lex_state = 5},
[163] = {.lex_state = 128},
[164] = {.lex_state = 128},
[165] = {.lex_state = 128},
[166] = {.lex_state = 128},
[167] = {.lex_state = 5},
[168] = {.lex_state = 128},
[169] = {.lex_state = 128},
[170] = {.lex_state = 5},
[171] = {.lex_state = 128},
[172] = {.lex_state = 5},
[173] = {.lex_state = 128},
[174] = {.lex_state = 128},
[175] = {.lex_state = 128},
[176] = {.lex_state = 5},
[177] = {.lex_state = 5},
[178] = {.lex_state = 128},
[179] = {.lex_state = 128},
[180] = {.lex_state = 5},
[181] = {.lex_state = 5},
[182] = {.lex_state = 128},
[183] = {.lex_state = 128},
[184] = {.lex_state = 128},
[185] = {.lex_state = 5},
[186] = {.lex_state = 5},
[187] = {.lex_state = 5},
[188] = {.lex_state = 128},
[189] = {.lex_state = 5},
[190] = {.lex_state = 128},
[191] = {.lex_state = 128},
[192] = {.lex_state = 128},
[193] = {.lex_state = 128},
[194] = {.lex_state = 5},
[195] = {.lex_state = 128},
[196] = {.lex_state = 190},
[197] = {.lex_state = 5},
[198] = {.lex_state = 128},
[199] = {.lex_state = 128},
[200] = {.lex_state = 128},
[201] = {.lex_state = 5},
[202] = {.lex_state = 5},
[203] = {.lex_state = 128},
[204] = {.lex_state = 128},
[205] = {.lex_state = 128},
[206] = {.lex_state = 128},
[207] = {.lex_state = 128},
[208] = {.lex_state = 128},
[209] = {.lex_state = 128},
[210] = {.lex_state = 2},
[211] = {.lex_state = 128},
[212] = {.lex_state = 5},
[213] = {.lex_state = 128},
[214] = {.lex_state = 190},
[215] = {.lex_state = 5},
[216] = {.lex_state = 128},
[217] = {.lex_state = 128},
[218] = {.lex_state = 128},
[219] = {.lex_state = 128},
[220] = {.lex_state = 128},
[221] = {.lex_state = 128},
[222] = {.lex_state = 5},
[223] = {.lex_state = 128},
[224] = {.lex_state = 128},
[225] = {.lex_state = 128},
[226] = {.lex_state = 5},
[227] = {.lex_state = 190},
[228] = {.lex_state = 128},
[229] = {.lex_state = 5},
[230] = {.lex_state = 5},
[231] = {(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_COLON_COLON] = 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(223),
[sym_definition_preamble] = STATE(210),
[sym_module_definition] = STATE(218),
[sym_annotation] = STATE(80),
[sym_comment] = STATE(1),
[sym_docstring] = STATE(80),
[aux_sym_definition_preamble_repeat1] = STATE(48),
[anon_sym_module] = ACTIONS(5),
[anon_sym_AT] = ACTIONS(7),
[anon_sym_SLASH_SLASH] = ACTIONS(3),
[anon_sym_SLASH_SLASH_SLASH] = ACTIONS(9),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 16,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(11), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(17), 1,
anon_sym_AT,
ACTIONS(19), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(21), 1,
sym_identifier,
STATE(2), 1,
sym_comment,
STATE(4), 1,
aux_sym_field_block_repeat1,
STATE(10), 1,
aux_sym_definition_preamble_repeat1,
STATE(22), 1,
sym_field,
STATE(24), 1,
sym_definition_preamble,
STATE(104), 1,
sym_scoped_name,
STATE(105), 1,
sym_primitive_type,
STATE(201), 1,
sym_type_expression,
STATE(27), 2,
sym_annotation,
sym_docstring,
ACTIONS(15), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(13), 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,
[67] = 16,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_AT,
ACTIONS(19), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(23), 1,
anon_sym_RBRACE_SEMI,
STATE(2), 1,
aux_sym_field_block_repeat1,
STATE(3), 1,
sym_comment,
STATE(10), 1,
aux_sym_definition_preamble_repeat1,
STATE(22), 1,
sym_field,
STATE(24), 1,
sym_definition_preamble,
STATE(104), 1,
sym_scoped_name,
STATE(105), 1,
sym_primitive_type,
STATE(201), 1,
sym_type_expression,
STATE(27), 2,
sym_annotation,
sym_docstring,
ACTIONS(15), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(13), 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,
[134] = 15,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(25), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(33), 1,
anon_sym_AT,
ACTIONS(36), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(39), 1,
sym_identifier,
STATE(10), 1,
aux_sym_definition_preamble_repeat1,
STATE(22), 1,
sym_field,
STATE(24), 1,
sym_definition_preamble,
STATE(104), 1,
sym_scoped_name,
STATE(105), 1,
sym_primitive_type,
STATE(201), 1,
sym_type_expression,
STATE(4), 2,
sym_comment,
aux_sym_field_block_repeat1,
STATE(27), 2,
sym_annotation,
sym_docstring,
ACTIONS(30), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(27), 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,
[199] = 10,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(42), 1,
anon_sym_LBRACE,
ACTIONS(52), 1,
anon_sym_LBRACK,
STATE(5), 1,
sym_comment,
STATE(28), 1,
sym_json_value,
ACTIONS(46), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(50), 2,
sym_json_number,
sym_json_string,
STATE(29), 2,
sym_json_array,
sym_json_object,
ACTIONS(48), 3,
anon_sym_null,
anon_sym_true,
anon_sym_false,
ACTIONS(44), 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,
[254] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(54), 1,
anon_sym_DOT,
STATE(6), 1,
sym_comment,
STATE(7), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(56), 6,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
ACTIONS(58), 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,
[300] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(54), 1,
anon_sym_DOT,
STATE(7), 1,
sym_comment,
STATE(8), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(60), 6,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
ACTIONS(62), 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,
[346] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(64), 1,
anon_sym_DOT,
STATE(8), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(67), 6,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
ACTIONS(69), 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,
[390] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(9), 1,
sym_comment,
ACTIONS(67), 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(69), 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,
[431] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_AT,
ACTIONS(19), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(10), 1,
sym_comment,
STATE(11), 1,
aux_sym_definition_preamble_repeat1,
STATE(27), 2,
sym_annotation,
sym_docstring,
ACTIONS(71), 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,
[473] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(75), 1,
anon_sym_AT,
ACTIONS(78), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(11), 2,
sym_comment,
aux_sym_definition_preamble_repeat1,
STATE(27), 2,
sym_annotation,
sym_docstring,
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,
[513] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(12), 1,
sym_comment,
STATE(104), 1,
sym_scoped_name,
STATE(105), 1,
sym_primitive_type,
STATE(155), 1,
sym_type_expression,
ACTIONS(15), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(13), 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,
[555] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(13), 1,
sym_comment,
STATE(104), 1,
sym_scoped_name,
STATE(105), 1,
sym_primitive_type,
STATE(193), 1,
sym_type_expression,
ACTIONS(15), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(13), 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,
[597] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(14), 1,
sym_comment,
STATE(104), 1,
sym_scoped_name,
STATE(105), 1,
sym_primitive_type,
STATE(174), 1,
sym_type_expression,
ACTIONS(15), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(13), 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,
[639] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(15), 1,
sym_comment,
STATE(104), 1,
sym_scoped_name,
STATE(105), 1,
sym_primitive_type,
STATE(216), 1,
sym_type_expression,
ACTIONS(15), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(13), 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,
[681] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(16), 1,
sym_comment,
ACTIONS(83), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(85), 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,
[715] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(17), 1,
sym_comment,
ACTIONS(87), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(89), 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,
[749] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(18), 1,
sym_comment,
STATE(104), 1,
sym_scoped_name,
STATE(105), 1,
sym_primitive_type,
STATE(161), 1,
sym_type_expression,
ACTIONS(15), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(13), 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,
[791] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(19), 1,
sym_comment,
ACTIONS(91), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(93), 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,
[825] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(20), 1,
sym_comment,
ACTIONS(95), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(97), 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,
[859] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(21), 1,
sym_comment,
STATE(104), 1,
sym_scoped_name,
STATE(105), 1,
sym_primitive_type,
STATE(220), 1,
sym_type_expression,
ACTIONS(15), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(13), 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,
[901] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(22), 1,
sym_comment,
ACTIONS(99), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(101), 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,
[935] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(23), 1,
sym_comment,
STATE(104), 1,
sym_scoped_name,
STATE(105), 1,
sym_primitive_type,
STATE(163), 1,
sym_type_expression,
ACTIONS(15), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(13), 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,
[977] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(24), 1,
sym_comment,
STATE(104), 1,
sym_scoped_name,
STATE(105), 1,
sym_primitive_type,
STATE(197), 1,
sym_type_expression,
ACTIONS(15), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(13), 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,
[1019] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(25), 1,
sym_comment,
STATE(104), 1,
sym_scoped_name,
STATE(105), 1,
sym_primitive_type,
STATE(126), 1,
sym_type_expression,
ACTIONS(15), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(13), 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,
[1061] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(26), 1,
sym_comment,
ACTIONS(105), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(103), 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,
[1094] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(27), 1,
sym_comment,
ACTIONS(109), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(107), 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,
[1127] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(28), 1,
sym_comment,
ACTIONS(113), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(111), 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,
[1160] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(29), 1,
sym_comment,
ACTIONS(117), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(115), 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,
[1193] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(30), 1,
sym_comment,
ACTIONS(121), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(119), 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,
[1226] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(31), 1,
sym_comment,
ACTIONS(125), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(123), 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,
[1259] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(32), 1,
sym_comment,
ACTIONS(129), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(127), 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,
[1292] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(33), 1,
sym_comment,
ACTIONS(133), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(131), 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,
[1325] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(34), 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,
[1358] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(35), 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,
[1391] = 18,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(7), 1,
anon_sym_AT,
ACTIONS(9), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(143), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(145), 1,
anon_sym_import,
ACTIONS(147), 1,
anon_sym_type,
ACTIONS(149), 1,
anon_sym_newtype,
ACTIONS(151), 1,
anon_sym_struct,
ACTIONS(153), 1,
anon_sym_union,
ACTIONS(155), 1,
anon_sym_annotation,
STATE(36), 1,
sym_comment,
STATE(37), 1,
aux_sym_module_body_repeat1,
STATE(39), 1,
aux_sym_module_body_repeat2,
STATE(48), 1,
aux_sym_definition_preamble_repeat1,
STATE(70), 1,
sym_import_declaration,
STATE(110), 1,
sym_definition_preamble,
STATE(80), 2,
sym_annotation,
sym_docstring,
STATE(89), 5,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1451] = 18,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(7), 1,
anon_sym_AT,
ACTIONS(9), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(145), 1,
anon_sym_import,
ACTIONS(147), 1,
anon_sym_type,
ACTIONS(149), 1,
anon_sym_newtype,
ACTIONS(151), 1,
anon_sym_struct,
ACTIONS(153), 1,
anon_sym_union,
ACTIONS(155), 1,
anon_sym_annotation,
ACTIONS(157), 1,
anon_sym_RBRACE_SEMI,
STATE(37), 1,
sym_comment,
STATE(40), 1,
aux_sym_module_body_repeat2,
STATE(48), 1,
aux_sym_definition_preamble_repeat1,
STATE(49), 1,
aux_sym_module_body_repeat1,
STATE(70), 1,
sym_import_declaration,
STATE(110), 1,
sym_definition_preamble,
STATE(80), 2,
sym_annotation,
sym_docstring,
STATE(89), 5,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1511] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(159), 1,
anon_sym_LBRACE,
ACTIONS(163), 1,
anon_sym_LBRACK,
STATE(38), 1,
sym_comment,
STATE(87), 1,
sym_json_value,
STATE(102), 2,
sym_json_array,
sym_json_object,
ACTIONS(161), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
ACTIONS(46), 8,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[1548] = 15,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(7), 1,
anon_sym_AT,
ACTIONS(9), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(147), 1,
anon_sym_type,
ACTIONS(149), 1,
anon_sym_newtype,
ACTIONS(151), 1,
anon_sym_struct,
ACTIONS(153), 1,
anon_sym_union,
ACTIONS(155), 1,
anon_sym_annotation,
ACTIONS(157), 1,
anon_sym_RBRACE_SEMI,
STATE(39), 1,
sym_comment,
STATE(41), 1,
aux_sym_module_body_repeat2,
STATE(48), 1,
aux_sym_definition_preamble_repeat1,
STATE(110), 1,
sym_definition_preamble,
STATE(80), 2,
sym_annotation,
sym_docstring,
STATE(89), 5,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1599] = 15,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(7), 1,
anon_sym_AT,
ACTIONS(9), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(147), 1,
anon_sym_type,
ACTIONS(149), 1,
anon_sym_newtype,
ACTIONS(151), 1,
anon_sym_struct,
ACTIONS(153), 1,
anon_sym_union,
ACTIONS(155), 1,
anon_sym_annotation,
ACTIONS(165), 1,
anon_sym_RBRACE_SEMI,
STATE(40), 1,
sym_comment,
STATE(41), 1,
aux_sym_module_body_repeat2,
STATE(48), 1,
aux_sym_definition_preamble_repeat1,
STATE(110), 1,
sym_definition_preamble,
STATE(80), 2,
sym_annotation,
sym_docstring,
STATE(89), 5,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1650] = 14,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(167), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(169), 1,
anon_sym_type,
ACTIONS(172), 1,
anon_sym_newtype,
ACTIONS(175), 1,
anon_sym_struct,
ACTIONS(178), 1,
anon_sym_union,
ACTIONS(181), 1,
anon_sym_AT,
ACTIONS(184), 1,
anon_sym_annotation,
ACTIONS(187), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(48), 1,
aux_sym_definition_preamble_repeat1,
STATE(110), 1,
sym_definition_preamble,
STATE(41), 2,
sym_comment,
aux_sym_module_body_repeat2,
STATE(80), 2,
sym_annotation,
sym_docstring,
STATE(89), 5,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1699] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(190), 1,
anon_sym_DOT,
STATE(42), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(67), 15,
anon_sym_module,
anon_sym_LBRACE,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[1727] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(193), 1,
anon_sym_DOT,
STATE(43), 1,
sym_comment,
STATE(44), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(56), 15,
anon_sym_module,
anon_sym_LBRACE,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[1757] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(193), 1,
anon_sym_DOT,
STATE(42), 1,
aux_sym_scoped_name_repeat1,
STATE(44), 1,
sym_comment,
ACTIONS(60), 15,
anon_sym_module,
anon_sym_LBRACE,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[1787] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(45), 1,
sym_comment,
ACTIONS(67), 16,
anon_sym_DOT,
anon_sym_module,
anon_sym_LBRACE,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[1812] = 8,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
ACTIONS(201), 1,
anon_sym_RBRACK,
STATE(46), 1,
sym_comment,
STATE(152), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[1842] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(203), 1,
anon_sym_DOT,
STATE(47), 1,
sym_comment,
STATE(54), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(56), 9,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_DOT_STAR,
anon_sym_EQ,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_GT,
anon_sym_COLON_COLON,
sym_identifier,
[1866] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(7), 1,
anon_sym_AT,
ACTIONS(9), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(48), 1,
sym_comment,
STATE(53), 1,
aux_sym_definition_preamble_repeat1,
STATE(80), 2,
sym_annotation,
sym_docstring,
ACTIONS(205), 6,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
[1894] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(209), 1,
anon_sym_import,
STATE(70), 1,
sym_import_declaration,
STATE(49), 2,
sym_comment,
aux_sym_module_body_repeat1,
ACTIONS(207), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[1918] = 8,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
ACTIONS(212), 1,
anon_sym_RBRACK,
STATE(50), 1,
sym_comment,
STATE(139), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[1948] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(214), 1,
anon_sym_DOT,
STATE(51), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(67), 9,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_DOT_STAR,
anon_sym_EQ,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_GT,
anon_sym_COLON_COLON,
sym_identifier,
[1970] = 8,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
ACTIONS(217), 1,
anon_sym_RBRACK,
STATE(52), 1,
sym_comment,
STATE(147), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2000] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(221), 1,
anon_sym_AT,
ACTIONS(224), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(53), 2,
sym_comment,
aux_sym_definition_preamble_repeat1,
STATE(80), 2,
sym_annotation,
sym_docstring,
ACTIONS(219), 6,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
[2026] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(203), 1,
anon_sym_DOT,
STATE(51), 1,
aux_sym_scoped_name_repeat1,
STATE(54), 1,
sym_comment,
ACTIONS(60), 9,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_DOT_STAR,
anon_sym_EQ,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_GT,
anon_sym_COLON_COLON,
sym_identifier,
[2050] = 7,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
STATE(55), 1,
sym_comment,
STATE(195), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2077] = 7,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
STATE(56), 1,
sym_comment,
STATE(228), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2104] = 7,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
STATE(57), 1,
sym_comment,
STATE(199), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2131] = 7,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
STATE(58), 1,
sym_comment,
STATE(206), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2158] = 7,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
STATE(59), 1,
sym_comment,
STATE(217), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2185] = 4,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(60), 1,
sym_comment,
ACTIONS(67), 9,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_DOT_STAR,
anon_sym_EQ,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_GT,
anon_sym_COLON_COLON,
sym_identifier,
[2206] = 7,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
STATE(61), 1,
sym_comment,
STATE(205), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2233] = 7,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
STATE(62), 1,
sym_comment,
STATE(168), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2260] = 7,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
STATE(63), 1,
sym_comment,
STATE(211), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2287] = 7,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
STATE(64), 1,
sym_comment,
STATE(221), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2314] = 7,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
STATE(65), 1,
sym_comment,
STATE(165), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2341] = 7,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(195), 1,
anon_sym_LBRACE,
ACTIONS(199), 1,
anon_sym_LBRACK,
STATE(66), 1,
sym_comment,
STATE(207), 1,
sym_json_value,
STATE(116), 2,
sym_json_array,
sym_json_object,
ACTIONS(197), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2368] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(67), 1,
sym_comment,
ACTIONS(227), 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,
[2386] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(229), 1,
anon_sym_DOT,
STATE(68), 1,
sym_comment,
STATE(69), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(56), 7,
anon_sym_LBRACE,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[2408] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(229), 1,
anon_sym_DOT,
STATE(69), 1,
sym_comment,
STATE(71), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(60), 7,
anon_sym_LBRACE,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[2430] = 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,
[2448] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(233), 1,
anon_sym_DOT,
STATE(71), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(67), 7,
anon_sym_LBRACE,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
anon_sym_LBRACK,
[2468] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(72), 1,
sym_comment,
ACTIONS(236), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2485] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(73), 1,
sym_comment,
ACTIONS(238), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2502] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(74), 1,
sym_comment,
ACTIONS(121), 8,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2519] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(75), 1,
sym_comment,
ACTIONS(240), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2536] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(76), 1,
sym_comment,
ACTIONS(133), 8,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2553] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(77), 1,
sym_comment,
ACTIONS(242), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2570] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(78), 1,
sym_comment,
ACTIONS(244), 8,
anon_sym_RBRACE_SEMI,
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(79), 1,
sym_comment,
ACTIONS(246), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2604] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(80), 1,
sym_comment,
ACTIONS(109), 8,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2621] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(81), 1,
sym_comment,
ACTIONS(248), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2638] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(82), 1,
sym_comment,
ACTIONS(250), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2655] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(83), 1,
sym_comment,
ACTIONS(252), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2672] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(84), 1,
sym_comment,
ACTIONS(254), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2689] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(85), 1,
sym_comment,
ACTIONS(256), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2706] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(86), 1,
sym_comment,
ACTIONS(129), 8,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2723] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(87), 1,
sym_comment,
ACTIONS(113), 8,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2740] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(88), 1,
sym_comment,
ACTIONS(258), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2757] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(89), 1,
sym_comment,
ACTIONS(260), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2774] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(90), 1,
sym_comment,
ACTIONS(141), 8,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2791] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(91), 1,
sym_comment,
ACTIONS(125), 8,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2808] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(92), 1,
sym_comment,
ACTIONS(262), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2825] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(93), 1,
sym_comment,
ACTIONS(264), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2842] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(94), 1,
sym_comment,
ACTIONS(266), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2859] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(95), 1,
sym_comment,
ACTIONS(268), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2876] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(96), 1,
sym_comment,
ACTIONS(270), 8,
anon_sym_RBRACE_SEMI,
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(97), 1,
sym_comment,
ACTIONS(137), 8,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2910] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(98), 1,
sym_comment,
ACTIONS(272), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2927] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(99), 1,
sym_comment,
ACTIONS(274), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2944] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(100), 1,
sym_comment,
ACTIONS(67), 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,
[2961] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(101), 1,
sym_comment,
ACTIONS(276), 8,
anon_sym_RBRACE_SEMI,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2978] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(102), 1,
sym_comment,
ACTIONS(117), 8,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2995] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(103), 1,
sym_comment,
ACTIONS(105), 8,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[3012] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(280), 1,
anon_sym_LT,
STATE(104), 1,
sym_comment,
STATE(108), 1,
sym_type_arguments,
ACTIONS(278), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3032] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(105), 1,
sym_comment,
ACTIONS(278), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3046] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(106), 1,
sym_comment,
ACTIONS(282), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3060] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(107), 1,
sym_comment,
ACTIONS(284), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3074] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(108), 1,
sym_comment,
ACTIONS(286), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3088] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(109), 1,
sym_comment,
ACTIONS(288), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3102] = 7,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(290), 1,
anon_sym_type,
ACTIONS(292), 1,
anon_sym_newtype,
ACTIONS(294), 1,
anon_sym_struct,
ACTIONS(296), 1,
anon_sym_union,
ACTIONS(298), 1,
anon_sym_annotation,
STATE(110), 1,
sym_comment,
[3124] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(111), 1,
sym_comment,
ACTIONS(300), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3138] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(112), 1,
sym_comment,
ACTIONS(137), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3151] = 6,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(302), 1,
anon_sym_LBRACE,
ACTIONS(304), 1,
anon_sym_LT,
STATE(94), 1,
sym_field_block,
STATE(113), 1,
sym_comment,
STATE(158), 1,
sym_type_parameters,
[3170] = 6,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(302), 1,
anon_sym_LBRACE,
ACTIONS(304), 1,
anon_sym_LT,
STATE(95), 1,
sym_field_block,
STATE(114), 1,
sym_comment,
STATE(160), 1,
sym_type_parameters,
[3189] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(115), 1,
sym_comment,
ACTIONS(105), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3202] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(116), 1,
sym_comment,
ACTIONS(117), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3215] = 6,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(302), 1,
anon_sym_LBRACE,
ACTIONS(304), 1,
anon_sym_LT,
STATE(101), 1,
sym_field_block,
STATE(117), 1,
sym_comment,
STATE(179), 1,
sym_type_parameters,
[3234] = 6,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(302), 1,
anon_sym_LBRACE,
ACTIONS(304), 1,
anon_sym_LT,
STATE(99), 1,
sym_field_block,
STATE(118), 1,
sym_comment,
STATE(178), 1,
sym_type_parameters,
[3253] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(119), 1,
sym_comment,
ACTIONS(133), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3266] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(120), 1,
sym_comment,
ACTIONS(121), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3279] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(121), 1,
sym_comment,
ACTIONS(129), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3292] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(122), 1,
sym_comment,
ACTIONS(141), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3305] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(306), 1,
anon_sym_COMMA,
ACTIONS(308), 1,
anon_sym_GT,
STATE(123), 1,
sym_comment,
STATE(127), 1,
aux_sym_type_parameters_repeat1,
[3321] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(310), 1,
anon_sym_COMMA,
ACTIONS(312), 1,
anon_sym_RBRACK,
STATE(124), 1,
sym_comment,
STATE(136), 1,
aux_sym_json_array_repeat1,
[3337] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(314), 1,
anon_sym_COMMA,
ACTIONS(316), 1,
anon_sym_RBRACE,
STATE(125), 1,
sym_comment,
STATE(135), 1,
aux_sym_json_object_repeat1,
[3353] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(318), 1,
anon_sym_COMMA,
ACTIONS(320), 1,
anon_sym_GT,
STATE(126), 1,
sym_comment,
STATE(130), 1,
aux_sym_type_arguments_repeat1,
[3369] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(322), 1,
anon_sym_COMMA,
ACTIONS(325), 1,
anon_sym_GT,
STATE(127), 2,
sym_comment,
aux_sym_type_parameters_repeat1,
[3383] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(327), 1,
sym_identifier,
STATE(128), 1,
sym_comment,
STATE(175), 1,
sym_scoped_name,
STATE(200), 1,
sym_import_path,
[3399] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(310), 1,
anon_sym_COMMA,
ACTIONS(329), 1,
anon_sym_RBRACK,
STATE(129), 1,
sym_comment,
STATE(136), 1,
aux_sym_json_array_repeat1,
[3415] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(318), 1,
anon_sym_COMMA,
ACTIONS(331), 1,
anon_sym_GT,
STATE(130), 1,
sym_comment,
STATE(131), 1,
aux_sym_type_arguments_repeat1,
[3431] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(333), 1,
anon_sym_COMMA,
ACTIONS(336), 1,
anon_sym_GT,
STATE(131), 2,
sym_comment,
aux_sym_type_arguments_repeat1,
[3445] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(304), 1,
anon_sym_LT,
ACTIONS(338), 1,
anon_sym_EQ,
STATE(132), 1,
sym_comment,
STATE(208), 1,
sym_type_parameters,
[3461] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(304), 1,
anon_sym_LT,
ACTIONS(340), 1,
anon_sym_EQ,
STATE(133), 1,
sym_comment,
STATE(209), 1,
sym_type_parameters,
[3477] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(342), 1,
anon_sym_COLON_COLON,
ACTIONS(344), 1,
sym_identifier,
STATE(61), 1,
sym_scoped_name,
STATE(134), 1,
sym_comment,
[3493] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(346), 1,
anon_sym_COMMA,
ACTIONS(349), 1,
anon_sym_RBRACE,
STATE(135), 2,
sym_comment,
aux_sym_json_object_repeat1,
[3507] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(351), 1,
anon_sym_COMMA,
ACTIONS(354), 1,
anon_sym_RBRACK,
STATE(136), 2,
sym_comment,
aux_sym_json_array_repeat1,
[3521] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(314), 1,
anon_sym_COMMA,
ACTIONS(356), 1,
anon_sym_RBRACE,
STATE(125), 1,
aux_sym_json_object_repeat1,
STATE(137), 1,
sym_comment,
[3537] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(306), 1,
anon_sym_COMMA,
ACTIONS(358), 1,
anon_sym_GT,
STATE(123), 1,
aux_sym_type_parameters_repeat1,
STATE(138), 1,
sym_comment,
[3553] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(310), 1,
anon_sym_COMMA,
ACTIONS(360), 1,
anon_sym_RBRACK,
STATE(129), 1,
aux_sym_json_array_repeat1,
STATE(139), 1,
sym_comment,
[3569] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(140), 1,
sym_comment,
ACTIONS(362), 3,
anon_sym_LBRACE,
anon_sym_EQ,
anon_sym_LT,
[3581] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(304), 1,
anon_sym_LT,
ACTIONS(364), 1,
anon_sym_EQ,
STATE(141), 1,
sym_comment,
STATE(204), 1,
sym_type_parameters,
[3597] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(304), 1,
anon_sym_LT,
ACTIONS(366), 1,
anon_sym_EQ,
STATE(142), 1,
sym_comment,
STATE(219), 1,
sym_type_parameters,
[3613] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(368), 1,
sym_json_string,
ACTIONS(370), 1,
anon_sym_RBRACE,
STATE(137), 1,
sym_json_object_pair,
STATE(143), 1,
sym_comment,
[3629] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(368), 1,
sym_json_string,
ACTIONS(372), 1,
anon_sym_RBRACE,
STATE(144), 1,
sym_comment,
STATE(146), 1,
sym_json_object_pair,
[3645] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(344), 1,
sym_identifier,
ACTIONS(374), 1,
anon_sym_COLON_COLON,
STATE(66), 1,
sym_scoped_name,
STATE(145), 1,
sym_comment,
[3661] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(314), 1,
anon_sym_COMMA,
ACTIONS(376), 1,
anon_sym_RBRACE,
STATE(146), 1,
sym_comment,
STATE(148), 1,
aux_sym_json_object_repeat1,
[3677] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(310), 1,
anon_sym_COMMA,
ACTIONS(378), 1,
anon_sym_RBRACK,
STATE(147), 1,
sym_comment,
STATE(149), 1,
aux_sym_json_array_repeat1,
[3693] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(314), 1,
anon_sym_COMMA,
ACTIONS(380), 1,
anon_sym_RBRACE,
STATE(135), 1,
aux_sym_json_object_repeat1,
STATE(148), 1,
sym_comment,
[3709] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(310), 1,
anon_sym_COMMA,
ACTIONS(382), 1,
anon_sym_RBRACK,
STATE(136), 1,
aux_sym_json_array_repeat1,
STATE(149), 1,
sym_comment,
[3725] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(368), 1,
sym_json_string,
ACTIONS(384), 1,
anon_sym_RBRACE,
STATE(150), 1,
sym_comment,
STATE(151), 1,
sym_json_object_pair,
[3741] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(314), 1,
anon_sym_COMMA,
ACTIONS(386), 1,
anon_sym_RBRACE,
STATE(151), 1,
sym_comment,
STATE(153), 1,
aux_sym_json_object_repeat1,
[3757] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(310), 1,
anon_sym_COMMA,
ACTIONS(388), 1,
anon_sym_RBRACK,
STATE(124), 1,
aux_sym_json_array_repeat1,
STATE(152), 1,
sym_comment,
[3773] = 5,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(314), 1,
anon_sym_COMMA,
ACTIONS(390), 1,
anon_sym_RBRACE,
STATE(135), 1,
aux_sym_json_object_repeat1,
STATE(153), 1,
sym_comment,
[3789] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(392), 1,
sym_identifier,
STATE(133), 1,
sym_type_name,
STATE(154), 1,
sym_comment,
[3802] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(394), 1,
anon_sym_SEMI,
ACTIONS(396), 1,
anon_sym_EQ,
STATE(155), 1,
sym_comment,
[3815] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(392), 1,
sym_identifier,
STATE(113), 1,
sym_type_name,
STATE(156), 1,
sym_comment,
[3828] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(392), 1,
sym_identifier,
STATE(114), 1,
sym_type_name,
STATE(157), 1,
sym_comment,
[3841] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(302), 1,
anon_sym_LBRACE,
STATE(99), 1,
sym_field_block,
STATE(158), 1,
sym_comment,
[3854] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(327), 1,
sym_identifier,
STATE(145), 1,
sym_scoped_name,
STATE(159), 1,
sym_comment,
[3867] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(302), 1,
anon_sym_LBRACE,
STATE(101), 1,
sym_field_block,
STATE(160), 1,
sym_comment,
[3880] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(161), 1,
sym_comment,
ACTIONS(336), 2,
anon_sym_COMMA,
anon_sym_GT,
[3891] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(327), 1,
sym_identifier,
STATE(162), 1,
sym_comment,
STATE(169), 1,
sym_scoped_name,
[3904] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(398), 1,
anon_sym_SEMI,
ACTIONS(400), 1,
anon_sym_EQ,
STATE(163), 1,
sym_comment,
[3917] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(402), 1,
anon_sym_SEMI,
ACTIONS(404), 1,
anon_sym_EQ,
STATE(164), 1,
sym_comment,
[3930] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(165), 1,
sym_comment,
ACTIONS(406), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[3941] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(166), 1,
sym_comment,
ACTIONS(349), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[3952] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(408), 1,
sym_identifier,
STATE(38), 1,
sym_scoped_name,
STATE(167), 1,
sym_comment,
[3965] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(168), 1,
sym_comment,
ACTIONS(354), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[3976] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(410), 1,
anon_sym_LBRACE,
STATE(169), 1,
sym_comment,
STATE(198), 1,
sym_module_body,
[3989] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(392), 1,
sym_identifier,
STATE(142), 1,
sym_type_name,
STATE(170), 1,
sym_comment,
[4002] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(410), 1,
anon_sym_LBRACE,
STATE(171), 1,
sym_comment,
STATE(191), 1,
sym_module_body,
[4015] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(392), 1,
sym_identifier,
STATE(118), 1,
sym_type_name,
STATE(172), 1,
sym_comment,
[4028] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(368), 1,
sym_json_string,
STATE(166), 1,
sym_json_object_pair,
STATE(173), 1,
sym_comment,
[4041] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(412), 1,
anon_sym_SEMI,
ACTIONS(414), 1,
anon_sym_EQ,
STATE(174), 1,
sym_comment,
[4054] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(416), 1,
anon_sym_SEMI,
ACTIONS(418), 1,
anon_sym_DOT_STAR,
STATE(175), 1,
sym_comment,
[4067] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(344), 1,
sym_identifier,
STATE(56), 1,
sym_scoped_name,
STATE(176), 1,
sym_comment,
[4080] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(344), 1,
sym_identifier,
STATE(63), 1,
sym_scoped_name,
STATE(177), 1,
sym_comment,
[4093] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(302), 1,
anon_sym_LBRACE,
STATE(92), 1,
sym_field_block,
STATE(178), 1,
sym_comment,
[4106] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(302), 1,
anon_sym_LBRACE,
STATE(93), 1,
sym_field_block,
STATE(179), 1,
sym_comment,
[4119] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(327), 1,
sym_identifier,
STATE(171), 1,
sym_scoped_name,
STATE(180), 1,
sym_comment,
[4132] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(420), 1,
sym_identifier,
STATE(5), 1,
sym_scoped_name,
STATE(181), 1,
sym_comment,
[4145] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(182), 1,
sym_comment,
ACTIONS(422), 2,
anon_sym_LBRACE,
anon_sym_EQ,
[4156] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(183), 1,
sym_comment,
ACTIONS(325), 2,
anon_sym_COMMA,
anon_sym_GT,
[4167] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
STATE(184), 1,
sym_comment,
ACTIONS(424), 2,
anon_sym_LBRACE,
anon_sym_EQ,
[4178] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(392), 1,
sym_identifier,
STATE(117), 1,
sym_type_name,
STATE(185), 1,
sym_comment,
[4191] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(327), 1,
sym_identifier,
STATE(134), 1,
sym_scoped_name,
STATE(186), 1,
sym_comment,
[4204] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(392), 1,
sym_identifier,
STATE(132), 1,
sym_type_name,
STATE(187), 1,
sym_comment,
[4217] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(426), 1,
anon_sym_SEMI,
ACTIONS(428), 1,
anon_sym_EQ,
STATE(188), 1,
sym_comment,
[4230] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(392), 1,
sym_identifier,
STATE(141), 1,
sym_type_name,
STATE(189), 1,
sym_comment,
[4243] = 4,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(280), 1,
anon_sym_LT,
STATE(107), 1,
sym_type_arguments,
STATE(190), 1,
sym_comment,
[4256] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(430), 1,
ts_builtin_sym_end,
STATE(191), 1,
sym_comment,
[4266] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(432), 1,
ts_builtin_sym_end,
STATE(192), 1,
sym_comment,
[4276] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(434), 1,
anon_sym_SEMI,
STATE(193), 1,
sym_comment,
[4286] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(436), 1,
sym_identifier,
STATE(194), 1,
sym_comment,
[4296] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(438), 1,
anon_sym_SEMI,
STATE(195), 1,
sym_comment,
[4306] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(440), 1,
aux_sym_comment_token1,
STATE(196), 1,
sym_comment,
[4316] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(442), 1,
sym_identifier,
STATE(197), 1,
sym_comment,
[4326] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(444), 1,
ts_builtin_sym_end,
STATE(198), 1,
sym_comment,
[4336] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(446), 1,
anon_sym_SEMI,
STATE(199), 1,
sym_comment,
[4346] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(448), 1,
anon_sym_SEMI,
STATE(200), 1,
sym_comment,
[4356] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(450), 1,
sym_identifier,
STATE(201), 1,
sym_comment,
[4366] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(452), 1,
sym_identifier,
STATE(202), 1,
sym_comment,
[4376] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(454), 1,
ts_builtin_sym_end,
STATE(203), 1,
sym_comment,
[4386] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(338), 1,
anon_sym_EQ,
STATE(204), 1,
sym_comment,
[4396] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(456), 1,
anon_sym_SEMI,
STATE(205), 1,
sym_comment,
[4406] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(458), 1,
anon_sym_SEMI,
STATE(206), 1,
sym_comment,
[4416] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
anon_sym_SEMI,
STATE(207), 1,
sym_comment,
[4426] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(462), 1,
anon_sym_EQ,
STATE(208), 1,
sym_comment,
[4436] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(464), 1,
anon_sym_EQ,
STATE(209), 1,
sym_comment,
[4446] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(466), 1,
anon_sym_module,
STATE(210), 1,
sym_comment,
[4456] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(468), 1,
anon_sym_SEMI,
STATE(211), 1,
sym_comment,
[4466] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(470), 1,
sym_identifier,
STATE(212), 1,
sym_comment,
[4476] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(472), 1,
ts_builtin_sym_end,
STATE(213), 1,
sym_comment,
[4486] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(474), 1,
aux_sym_comment_token1,
STATE(214), 1,
sym_comment,
[4496] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(476), 1,
sym_identifier,
STATE(215), 1,
sym_comment,
[4506] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(478), 1,
anon_sym_SEMI,
STATE(216), 1,
sym_comment,
[4516] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(480), 1,
anon_sym_SEMI,
STATE(217), 1,
sym_comment,
[4526] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(482), 1,
ts_builtin_sym_end,
STATE(218), 1,
sym_comment,
[4536] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(340), 1,
anon_sym_EQ,
STATE(219), 1,
sym_comment,
[4546] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(484), 1,
anon_sym_SEMI,
STATE(220), 1,
sym_comment,
[4556] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(394), 1,
anon_sym_SEMI,
STATE(221), 1,
sym_comment,
[4566] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(486), 1,
sym_identifier,
STATE(222), 1,
sym_comment,
[4576] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(488), 1,
ts_builtin_sym_end,
STATE(223), 1,
sym_comment,
[4586] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(490), 1,
anon_sym_COLON,
STATE(224), 1,
sym_comment,
[4596] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(492), 1,
anon_sym_SEMI,
STATE(225), 1,
sym_comment,
[4606] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(494), 1,
sym_identifier,
STATE(226), 1,
sym_comment,
[4616] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(496), 1,
aux_sym_comment_token1,
STATE(227), 1,
sym_comment,
[4626] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(498), 1,
anon_sym_SEMI,
STATE(228), 1,
sym_comment,
[4636] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(500), 1,
sym_identifier,
STATE(229), 1,
sym_comment,
[4646] = 3,
ACTIONS(81), 1,
anon_sym_SLASH_SLASH,
ACTIONS(502), 1,
sym_identifier,
STATE(230), 1,
sym_comment,
[4656] = 1,
ACTIONS(504), 1,
ts_builtin_sym_end,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 67,
[SMALL_STATE(4)] = 134,
[SMALL_STATE(5)] = 199,
[SMALL_STATE(6)] = 254,
[SMALL_STATE(7)] = 300,
[SMALL_STATE(8)] = 346,
[SMALL_STATE(9)] = 390,
[SMALL_STATE(10)] = 431,
[SMALL_STATE(11)] = 473,
[SMALL_STATE(12)] = 513,
[SMALL_STATE(13)] = 555,
[SMALL_STATE(14)] = 597,
[SMALL_STATE(15)] = 639,
[SMALL_STATE(16)] = 681,
[SMALL_STATE(17)] = 715,
[SMALL_STATE(18)] = 749,
[SMALL_STATE(19)] = 791,
[SMALL_STATE(20)] = 825,
[SMALL_STATE(21)] = 859,
[SMALL_STATE(22)] = 901,
[SMALL_STATE(23)] = 935,
[SMALL_STATE(24)] = 977,
[SMALL_STATE(25)] = 1019,
[SMALL_STATE(26)] = 1061,
[SMALL_STATE(27)] = 1094,
[SMALL_STATE(28)] = 1127,
[SMALL_STATE(29)] = 1160,
[SMALL_STATE(30)] = 1193,
[SMALL_STATE(31)] = 1226,
[SMALL_STATE(32)] = 1259,
[SMALL_STATE(33)] = 1292,
[SMALL_STATE(34)] = 1325,
[SMALL_STATE(35)] = 1358,
[SMALL_STATE(36)] = 1391,
[SMALL_STATE(37)] = 1451,
[SMALL_STATE(38)] = 1511,
[SMALL_STATE(39)] = 1548,
[SMALL_STATE(40)] = 1599,
[SMALL_STATE(41)] = 1650,
[SMALL_STATE(42)] = 1699,
[SMALL_STATE(43)] = 1727,
[SMALL_STATE(44)] = 1757,
[SMALL_STATE(45)] = 1787,
[SMALL_STATE(46)] = 1812,
[SMALL_STATE(47)] = 1842,
[SMALL_STATE(48)] = 1866,
[SMALL_STATE(49)] = 1894,
[SMALL_STATE(50)] = 1918,
[SMALL_STATE(51)] = 1948,
[SMALL_STATE(52)] = 1970,
[SMALL_STATE(53)] = 2000,
[SMALL_STATE(54)] = 2026,
[SMALL_STATE(55)] = 2050,
[SMALL_STATE(56)] = 2077,
[SMALL_STATE(57)] = 2104,
[SMALL_STATE(58)] = 2131,
[SMALL_STATE(59)] = 2158,
[SMALL_STATE(60)] = 2185,
[SMALL_STATE(61)] = 2206,
[SMALL_STATE(62)] = 2233,
[SMALL_STATE(63)] = 2260,
[SMALL_STATE(64)] = 2287,
[SMALL_STATE(65)] = 2314,
[SMALL_STATE(66)] = 2341,
[SMALL_STATE(67)] = 2368,
[SMALL_STATE(68)] = 2386,
[SMALL_STATE(69)] = 2408,
[SMALL_STATE(70)] = 2430,
[SMALL_STATE(71)] = 2448,
[SMALL_STATE(72)] = 2468,
[SMALL_STATE(73)] = 2485,
[SMALL_STATE(74)] = 2502,
[SMALL_STATE(75)] = 2519,
[SMALL_STATE(76)] = 2536,
[SMALL_STATE(77)] = 2553,
[SMALL_STATE(78)] = 2570,
[SMALL_STATE(79)] = 2587,
[SMALL_STATE(80)] = 2604,
[SMALL_STATE(81)] = 2621,
[SMALL_STATE(82)] = 2638,
[SMALL_STATE(83)] = 2655,
[SMALL_STATE(84)] = 2672,
[SMALL_STATE(85)] = 2689,
[SMALL_STATE(86)] = 2706,
[SMALL_STATE(87)] = 2723,
[SMALL_STATE(88)] = 2740,
[SMALL_STATE(89)] = 2757,
[SMALL_STATE(90)] = 2774,
[SMALL_STATE(91)] = 2791,
[SMALL_STATE(92)] = 2808,
[SMALL_STATE(93)] = 2825,
[SMALL_STATE(94)] = 2842,
[SMALL_STATE(95)] = 2859,
[SMALL_STATE(96)] = 2876,
[SMALL_STATE(97)] = 2893,
[SMALL_STATE(98)] = 2910,
[SMALL_STATE(99)] = 2927,
[SMALL_STATE(100)] = 2944,
[SMALL_STATE(101)] = 2961,
[SMALL_STATE(102)] = 2978,
[SMALL_STATE(103)] = 2995,
[SMALL_STATE(104)] = 3012,
[SMALL_STATE(105)] = 3032,
[SMALL_STATE(106)] = 3046,
[SMALL_STATE(107)] = 3060,
[SMALL_STATE(108)] = 3074,
[SMALL_STATE(109)] = 3088,
[SMALL_STATE(110)] = 3102,
[SMALL_STATE(111)] = 3124,
[SMALL_STATE(112)] = 3138,
[SMALL_STATE(113)] = 3151,
[SMALL_STATE(114)] = 3170,
[SMALL_STATE(115)] = 3189,
[SMALL_STATE(116)] = 3202,
[SMALL_STATE(117)] = 3215,
[SMALL_STATE(118)] = 3234,
[SMALL_STATE(119)] = 3253,
[SMALL_STATE(120)] = 3266,
[SMALL_STATE(121)] = 3279,
[SMALL_STATE(122)] = 3292,
[SMALL_STATE(123)] = 3305,
[SMALL_STATE(124)] = 3321,
[SMALL_STATE(125)] = 3337,
[SMALL_STATE(126)] = 3353,
[SMALL_STATE(127)] = 3369,
[SMALL_STATE(128)] = 3383,
[SMALL_STATE(129)] = 3399,
[SMALL_STATE(130)] = 3415,
[SMALL_STATE(131)] = 3431,
[SMALL_STATE(132)] = 3445,
[SMALL_STATE(133)] = 3461,
[SMALL_STATE(134)] = 3477,
[SMALL_STATE(135)] = 3493,
[SMALL_STATE(136)] = 3507,
[SMALL_STATE(137)] = 3521,
[SMALL_STATE(138)] = 3537,
[SMALL_STATE(139)] = 3553,
[SMALL_STATE(140)] = 3569,
[SMALL_STATE(141)] = 3581,
[SMALL_STATE(142)] = 3597,
[SMALL_STATE(143)] = 3613,
[SMALL_STATE(144)] = 3629,
[SMALL_STATE(145)] = 3645,
[SMALL_STATE(146)] = 3661,
[SMALL_STATE(147)] = 3677,
[SMALL_STATE(148)] = 3693,
[SMALL_STATE(149)] = 3709,
[SMALL_STATE(150)] = 3725,
[SMALL_STATE(151)] = 3741,
[SMALL_STATE(152)] = 3757,
[SMALL_STATE(153)] = 3773,
[SMALL_STATE(154)] = 3789,
[SMALL_STATE(155)] = 3802,
[SMALL_STATE(156)] = 3815,
[SMALL_STATE(157)] = 3828,
[SMALL_STATE(158)] = 3841,
[SMALL_STATE(159)] = 3854,
[SMALL_STATE(160)] = 3867,
[SMALL_STATE(161)] = 3880,
[SMALL_STATE(162)] = 3891,
[SMALL_STATE(163)] = 3904,
[SMALL_STATE(164)] = 3917,
[SMALL_STATE(165)] = 3930,
[SMALL_STATE(166)] = 3941,
[SMALL_STATE(167)] = 3952,
[SMALL_STATE(168)] = 3965,
[SMALL_STATE(169)] = 3976,
[SMALL_STATE(170)] = 3989,
[SMALL_STATE(171)] = 4002,
[SMALL_STATE(172)] = 4015,
[SMALL_STATE(173)] = 4028,
[SMALL_STATE(174)] = 4041,
[SMALL_STATE(175)] = 4054,
[SMALL_STATE(176)] = 4067,
[SMALL_STATE(177)] = 4080,
[SMALL_STATE(178)] = 4093,
[SMALL_STATE(179)] = 4106,
[SMALL_STATE(180)] = 4119,
[SMALL_STATE(181)] = 4132,
[SMALL_STATE(182)] = 4145,
[SMALL_STATE(183)] = 4156,
[SMALL_STATE(184)] = 4167,
[SMALL_STATE(185)] = 4178,
[SMALL_STATE(186)] = 4191,
[SMALL_STATE(187)] = 4204,
[SMALL_STATE(188)] = 4217,
[SMALL_STATE(189)] = 4230,
[SMALL_STATE(190)] = 4243,
[SMALL_STATE(191)] = 4256,
[SMALL_STATE(192)] = 4266,
[SMALL_STATE(193)] = 4276,
[SMALL_STATE(194)] = 4286,
[SMALL_STATE(195)] = 4296,
[SMALL_STATE(196)] = 4306,
[SMALL_STATE(197)] = 4316,
[SMALL_STATE(198)] = 4326,
[SMALL_STATE(199)] = 4336,
[SMALL_STATE(200)] = 4346,
[SMALL_STATE(201)] = 4356,
[SMALL_STATE(202)] = 4366,
[SMALL_STATE(203)] = 4376,
[SMALL_STATE(204)] = 4386,
[SMALL_STATE(205)] = 4396,
[SMALL_STATE(206)] = 4406,
[SMALL_STATE(207)] = 4416,
[SMALL_STATE(208)] = 4426,
[SMALL_STATE(209)] = 4436,
[SMALL_STATE(210)] = 4446,
[SMALL_STATE(211)] = 4456,
[SMALL_STATE(212)] = 4466,
[SMALL_STATE(213)] = 4476,
[SMALL_STATE(214)] = 4486,
[SMALL_STATE(215)] = 4496,
[SMALL_STATE(216)] = 4506,
[SMALL_STATE(217)] = 4516,
[SMALL_STATE(218)] = 4526,
[SMALL_STATE(219)] = 4536,
[SMALL_STATE(220)] = 4546,
[SMALL_STATE(221)] = 4556,
[SMALL_STATE(222)] = 4566,
[SMALL_STATE(223)] = 4576,
[SMALL_STATE(224)] = 4586,
[SMALL_STATE(225)] = 4596,
[SMALL_STATE(226)] = 4606,
[SMALL_STATE(227)] = 4616,
[SMALL_STATE(228)] = 4626,
[SMALL_STATE(229)] = 4636,
[SMALL_STATE(230)] = 4646,
[SMALL_STATE(231)] = 4656,
};
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(227),
[5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[25] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0),
[27] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(111),
[30] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(190),
[33] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(181),
[36] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(214),
[39] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(47),
[42] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[44] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 2, 0, 0),
[46] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 2, 0, 0),
[48] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29),
[50] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[52] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[54] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
[56] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_name, 1, 0, 0),
[58] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_name, 1, 0, 0),
[60] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_name, 2, 0, 0),
[62] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_name, 2, 0, 0),
[64] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(229),
[67] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0),
[69] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0),
[71] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_definition_preamble, 1, 0, 0),
[73] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_definition_preamble_repeat1, 2, 0, 0),
[75] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_preamble_repeat1, 2, 0, 0), SHIFT_REPEAT(181),
[78] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_preamble_repeat1, 2, 0, 0), SHIFT_REPEAT(214),
[81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[83] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 6, 0, 0),
[85] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 6, 0, 0),
[87] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 3, 0, 0),
[89] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 3, 0, 0),
[91] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 4, 0, 0),
[93] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 4, 0, 0),
[95] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 5, 0, 0),
[97] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 5, 0, 0),
[99] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 1, 0, 0),
[101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 1, 0, 0),
[103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 4, 0, 0),
[105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 4, 0, 0),
[107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_definition_preamble_repeat1, 1, 0, 0),
[109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_definition_preamble_repeat1, 1, 0, 0),
[111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, 0, 0),
[113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, 0, 0),
[115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_value, 1, 0, 0),
[117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_value, 1, 0, 0),
[119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 2, 0, 0),
[121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 2, 0, 0),
[123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_docstring, 2, 0, 0),
[125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_docstring, 2, 0, 0),
[127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 3, 0, 0),
[129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 3, 0, 0),
[131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 2, 0, 0),
[133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 2, 0, 0),
[135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 4, 0, 0),
[137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 4, 0, 0),
[139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 3, 0, 0),
[141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 3, 0, 0),
[143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat2, 2, 0, 0),
[169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat2, 2, 0, 0), SHIFT_REPEAT(189),
[172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat2, 2, 0, 0), SHIFT_REPEAT(170),
[175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat2, 2, 0, 0), SHIFT_REPEAT(156),
[178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat2, 2, 0, 0), SHIFT_REPEAT(157),
[181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat2, 2, 0, 0), SHIFT_REPEAT(167),
[184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat2, 2, 0, 0), SHIFT_REPEAT(159),
[187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat2, 2, 0, 0), SHIFT_REPEAT(196),
[190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(215),
[193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
[195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230),
[205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_definition_preamble, 1, 0, 0),
[207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0),
[209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(128),
[212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(230),
[217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_definition_preamble_repeat1, 2, 0, 0),
[221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_preamble_repeat1, 2, 0, 0), SHIFT_REPEAT(167),
[224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_preamble_repeat1, 2, 0, 0), SHIFT_REPEAT(196),
[227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3, 0, 0),
[229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 1, 0, 0),
[233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(222),
[236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_declaration, 8, 0, 0),
[238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_declaration, 6, 0, 0),
[240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 7, 0, 0),
[242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_declaration, 7, 0, 0),
[244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7, 0, 0),
[246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 8, 0, 0),
[248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 9, 0, 0),
[250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 0),
[252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 5, 0, 0),
[254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_block, 2, 0, 0),
[256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_block, 3, 0, 0),
[258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_declaration, 5, 0, 0),
[260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat2, 1, 0, 0),
[262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 5, 0, 0),
[264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 5, 0, 0),
[266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 3, 0, 0),
[268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 3, 0, 0),
[270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 0),
[272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 6, 0, 0),
[274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 4, 0, 0),
[276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 4, 0, 0),
[278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 1, 0, 0),
[280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0),
[284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 2, 0, 0),
[286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 2, 0, 0),
[288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0),
[290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
[292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0),
[302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3),
[304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(202),
[325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0),
[327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
[329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(18),
[336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0),
[338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_json_object_repeat1, 2, 0, 0), SHIFT_REPEAT(173),
[349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_json_object_repeat1, 2, 0, 0),
[351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_json_array_repeat1, 2, 0, 0), SHIFT_REPEAT(62),
[354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_json_array_repeat1, 2, 0, 0),
[356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_name, 1, 0, 0),
[364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
[370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object_pair, 3, 0, 0),
[408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_path, 1, 0, 0),
[418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
[420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0),
[424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0),
[426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_definition, 3, 0, 0),
[432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 3, 0, 0),
[434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91),
[442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
[444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_definition, 4, 0, 0),
[446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 2, 0, 0),
[456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
[468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 4, 0, 0),
[474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31),
[476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
[478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
[484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[488] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_path, 2, 0, 0),
[494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231),
[498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[504] = {.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 = 4,
.patch_version = 0,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif