#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 217
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 84
#define ALIAS_COUNT 0
#define TOKEN_COUNT 50
#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_SLASH_SLASH = 37,
aux_sym_comment_token1 = 38,
anon_sym_SLASH_SLASH_SLASH = 39,
anon_sym_null = 40,
anon_sym_true = 41,
anon_sym_false = 42,
sym_json_number = 43,
sym_json_string = 44,
anon_sym_LBRACK = 45,
anon_sym_RBRACK = 46,
anon_sym_RBRACE = 47,
anon_sym_COLON = 48,
sym_identifier = 49,
sym_source_file = 50,
sym_scoped_name = 51,
sym_definition_preamble = 52,
sym_module_definition = 53,
sym_module_body = 54,
sym_import_declaration = 55,
sym_import_path = 56,
sym_type_definition = 57,
sym_newtype_definition = 58,
sym_type_name = 59,
sym_type_parameters = 60,
sym_type_expression = 61,
sym_type_arguments = 62,
sym_primitive_type = 63,
sym_struct_definition = 64,
sym_union_definition = 65,
sym_field_block = 66,
sym_field = 67,
sym_annotation = 68,
sym_annotation_declaration = 69,
sym_comment = 70,
sym_docstring = 71,
sym_json_value = 72,
sym_json_array = 73,
sym_json_object = 74,
sym_json_object_pair = 75,
aux_sym_scoped_name_repeat1 = 76,
aux_sym_definition_preamble_repeat1 = 77,
aux_sym_module_body_repeat1 = 78,
aux_sym_type_parameters_repeat1 = 79,
aux_sym_type_arguments_repeat1 = 80,
aux_sym_field_block_repeat1 = 81,
aux_sym_json_array_repeat1 = 82,
aux_sym_json_object_repeat1 = 83,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[anon_sym_DOT] = ".",
[anon_sym_module] = "module",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE_SEMI] = "};",
[anon_sym_import] = "import",
[anon_sym_SEMI] = ";",
[anon_sym_DOT_STAR] = ".*",
[anon_sym_type] = "type",
[anon_sym_EQ] = "=",
[anon_sym_newtype] = "newtype",
[anon_sym_LT] = "<",
[anon_sym_COMMA] = ",",
[anon_sym_GT] = ">",
[anon_sym_Int8] = "Int8",
[anon_sym_Int16] = "Int16",
[anon_sym_Int32] = "Int32",
[anon_sym_Int64] = "Int64",
[anon_sym_Word8] = "Word8",
[anon_sym_Word16] = "Word16",
[anon_sym_Word32] = "Word32",
[anon_sym_Word64] = "Word64",
[anon_sym_Bool] = "Bool",
[anon_sym_Void] = "Void",
[anon_sym_Float] = "Float",
[anon_sym_Double] = "Double",
[anon_sym_String] = "String",
[anon_sym_Bytes] = "Bytes",
[anon_sym_Json] = "Json",
[anon_sym_Vector] = "Vector",
[anon_sym_StringMap] = "StringMap",
[anon_sym_Nullable] = "Nullable",
[anon_sym_TypeToken] = "TypeToken",
[anon_sym_struct] = "struct",
[anon_sym_union] = "union",
[anon_sym_AT] = "@",
[anon_sym_annotation] = "annotation",
[anon_sym_SLASH_SLASH] = "//",
[aux_sym_comment_token1] = "comment_token1",
[anon_sym_SLASH_SLASH_SLASH] = "///",
[anon_sym_null] = "null",
[anon_sym_true] = "true",
[anon_sym_false] = "false",
[sym_json_number] = "json_number",
[sym_json_string] = "json_string",
[anon_sym_LBRACK] = "[",
[anon_sym_RBRACK] = "]",
[anon_sym_RBRACE] = "}",
[anon_sym_COLON] = ":",
[sym_identifier] = "identifier",
[sym_source_file] = "source_file",
[sym_scoped_name] = "scoped_name",
[sym_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_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_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_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_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_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] = 38,
[39] = 5,
[40] = 8,
[41] = 6,
[42] = 7,
[43] = 9,
[44] = 44,
[45] = 10,
[46] = 11,
[47] = 44,
[48] = 44,
[49] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 53,
[54] = 54,
[55] = 55,
[56] = 56,
[57] = 8,
[58] = 7,
[59] = 6,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 68,
[69] = 9,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 73,
[74] = 74,
[75] = 75,
[76] = 76,
[77] = 77,
[78] = 78,
[79] = 79,
[80] = 6,
[81] = 7,
[82] = 8,
[83] = 83,
[84] = 84,
[85] = 34,
[86] = 30,
[87] = 31,
[88] = 29,
[89] = 27,
[90] = 32,
[91] = 9,
[92] = 26,
[93] = 35,
[94] = 33,
[95] = 28,
[96] = 96,
[97] = 97,
[98] = 98,
[99] = 99,
[100] = 100,
[101] = 101,
[102] = 102,
[103] = 103,
[104] = 31,
[105] = 28,
[106] = 32,
[107] = 34,
[108] = 35,
[109] = 33,
[110] = 30,
[111] = 111,
[112] = 112,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 116,
[117] = 117,
[118] = 115,
[119] = 119,
[120] = 120,
[121] = 121,
[122] = 116,
[123] = 123,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 133,
[134] = 134,
[135] = 115,
[136] = 136,
[137] = 131,
[138] = 132,
[139] = 121,
[140] = 116,
[141] = 131,
[142] = 132,
[143] = 121,
[144] = 144,
[145] = 145,
[146] = 146,
[147] = 147,
[148] = 148,
[149] = 149,
[150] = 150,
[151] = 151,
[152] = 152,
[153] = 153,
[154] = 154,
[155] = 155,
[156] = 156,
[157] = 157,
[158] = 158,
[159] = 159,
[160] = 160,
[161] = 161,
[162] = 162,
[163] = 163,
[164] = 164,
[165] = 165,
[166] = 166,
[167] = 167,
[168] = 168,
[169] = 169,
[170] = 170,
[171] = 171,
[172] = 172,
[173] = 173,
[174] = 174,
[175] = 175,
[176] = 176,
[177] = 173,
[178] = 178,
[179] = 179,
[180] = 180,
[181] = 181,
[182] = 182,
[183] = 183,
[184] = 184,
[185] = 185,
[186] = 186,
[187] = 187,
[188] = 188,
[189] = 189,
[190] = 190,
[191] = 191,
[192] = 192,
[193] = 193,
[194] = 194,
[195] = 195,
[196] = 196,
[197] = 197,
[198] = 198,
[199] = 183,
[200] = 182,
[201] = 201,
[202] = 202,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 206,
[207] = 182,
[208] = 208,
[209] = 209,
[210] = 210,
[211] = 211,
[212] = 212,
[213] = 213,
[214] = 182,
[215] = 215,
[216] = 216,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(128);
ADVANCE_MAP(
'"', 3,
',', 141,
'-', 10,
'.', 130,
'/', 8,
'0', 198,
':', 206,
';', 135,
'<', 140,
'=', 138,
'>', 142,
'@', 183,
'B', 77,
'D', 74,
'F', 56,
'I', 69,
'J', 98,
'N', 112,
'S', 99,
'T', 117,
'V', 33,
'W', 76,
'[', 203,
']', 204,
'a', 70,
'f', 21,
'i', 62,
'm', 72,
'n', 35,
's', 105,
't', 91,
'u', 68,
'{', 132,
'}', 205,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(0);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(199);
END_STATE();
case 1:
ADVANCE_MAP(
'"', 3,
'-', 10,
'.', 129,
'/', 8,
'0', 198,
'@', 183,
'B', 255,
'D', 253,
'F', 242,
'I', 249,
'J', 265,
'N', 273,
'S', 267,
'T', 276,
'V', 225,
'W', 254,
'[', 203,
'f', 218,
'n', 275,
't', 263,
'{', 132,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(1);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(199);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 2:
ADVANCE_MAP(
'"', 3,
'-', 10,
'.', 129,
'/', 9,
'0', 198,
'[', 203,
']', 204,
'a', 70,
'f', 21,
'm', 72,
'n', 35,
's', 105,
't', 91,
'u', 68,
'{', 132,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(2);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(199);
END_STATE();
case 3:
if (lookahead == '"') ADVANCE(202);
if (lookahead == '\\') ADVANCE(110);
if (lookahead != 0) ADVANCE(3);
END_STATE();
case 4:
if (lookahead == '*') ADVANCE(136);
END_STATE();
case 5:
ADVANCE_MAP(
',', 141,
'.', 130,
'/', 9,
';', 135,
'<', 140,
'=', 138,
'>', 142,
'{', 132,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(5);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 6:
ADVANCE_MAP(
'/', 8,
'@', 183,
'B', 255,
'D', 253,
'F', 242,
'I', 249,
'J', 265,
'N', 273,
'S', 267,
'T', 276,
'V', 225,
'W', 254,
'}', 19,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(6);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 7:
ADVANCE_MAP(
'/', 8,
'@', 183,
'a', 70,
'i', 62,
'n', 34,
's', 105,
't', 118,
'u', 68,
'}', 19,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(7);
END_STATE();
case 8:
if (lookahead == '/') ADVANCE(186);
END_STATE();
case 9:
if (lookahead == '/') ADVANCE(185);
END_STATE();
case 10:
if (lookahead == '0') ADVANCE(198);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(199);
END_STATE();
case 11:
if (lookahead == '1') ADVANCE(17);
if (lookahead == '3') ADVANCE(13);
if (lookahead == '6') ADVANCE(15);
if (lookahead == '8') ADVANCE(143);
END_STATE();
case 12:
if (lookahead == '1') ADVANCE(18);
if (lookahead == '3') ADVANCE(14);
if (lookahead == '6') ADVANCE(16);
if (lookahead == '8') ADVANCE(151);
END_STATE();
case 13:
if (lookahead == '2') ADVANCE(147);
END_STATE();
case 14:
if (lookahead == '2') ADVANCE(155);
END_STATE();
case 15:
if (lookahead == '4') ADVANCE(149);
END_STATE();
case 16:
if (lookahead == '4') ADVANCE(157);
END_STATE();
case 17:
if (lookahead == '6') ADVANCE(145);
END_STATE();
case 18:
if (lookahead == '6') ADVANCE(153);
END_STATE();
case 19:
if (lookahead == ';') ADVANCE(133);
END_STATE();
case 20:
if (lookahead == 'T') ADVANCE(73);
END_STATE();
case 21:
if (lookahead == 'a') ADVANCE(54);
END_STATE();
case 22:
if (lookahead == 'a') ADVANCE(85);
END_STATE();
case 23:
if (lookahead == 'a') ADVANCE(102);
END_STATE();
case 24:
if (lookahead == 'a') ADVANCE(107);
END_STATE();
case 25:
if (lookahead == 'a') ADVANCE(27);
END_STATE();
case 26:
if (lookahead == 'b') ADVANCE(59);
END_STATE();
case 27:
if (lookahead == 'b') ADVANCE(61);
END_STATE();
case 28:
if (lookahead == 'c') ADVANCE(108);
END_STATE();
case 29:
if (lookahead == 'c') ADVANCE(104);
END_STATE();
case 30:
if (lookahead == 'd') ADVANCE(161);
END_STATE();
case 31:
if (lookahead == 'd') ADVANCE(12);
END_STATE();
case 32:
if (lookahead == 'd') ADVANCE(114);
END_STATE();
case 33:
if (lookahead == 'e') ADVANCE(28);
if (lookahead == 'o') ADVANCE(47);
END_STATE();
case 34:
if (lookahead == 'e') ADVANCE(116);
END_STATE();
case 35:
if (lookahead == 'e') ADVANCE(116);
if (lookahead == 'u') ADVANCE(58);
END_STATE();
case 36:
if (lookahead == 'e') ADVANCE(20);
END_STATE();
case 37:
if (lookahead == 'e') ADVANCE(194);
END_STATE();
case 38:
if (lookahead == 'e') ADVANCE(137);
END_STATE();
case 39:
if (lookahead == 'e') ADVANCE(196);
END_STATE();
case 40:
if (lookahead == 'e') ADVANCE(165);
END_STATE();
case 41:
if (lookahead == 'e') ADVANCE(131);
END_STATE();
case 42:
if (lookahead == 'e') ADVANCE(139);
END_STATE();
case 43:
if (lookahead == 'e') ADVANCE(177);
END_STATE();
case 44:
if (lookahead == 'e') ADVANCE(96);
END_STATE();
case 45:
if (lookahead == 'e') ADVANCE(66);
END_STATE();
case 46:
if (lookahead == 'g') ADVANCE(168);
END_STATE();
case 47:
if (lookahead == 'i') ADVANCE(30);
END_STATE();
case 48:
if (lookahead == 'i') ADVANCE(64);
END_STATE();
case 49:
if (lookahead == 'i') ADVANCE(82);
END_STATE();
case 50:
if (lookahead == 'i') ADVANCE(84);
END_STATE();
case 51:
if (lookahead == 'k') ADVANCE(45);
END_STATE();
case 52:
if (lookahead == 'l') ADVANCE(159);
END_STATE();
case 53:
if (lookahead == 'l') ADVANCE(192);
END_STATE();
case 54:
if (lookahead == 'l') ADVANCE(97);
END_STATE();
case 55:
if (lookahead == 'l') ADVANCE(25);
END_STATE();
case 56:
if (lookahead == 'l') ADVANCE(75);
END_STATE();
case 57:
if (lookahead == 'l') ADVANCE(55);
END_STATE();
case 58:
if (lookahead == 'l') ADVANCE(53);
END_STATE();
case 59:
if (lookahead == 'l') ADVANCE(40);
END_STATE();
case 60:
if (lookahead == 'l') ADVANCE(41);
END_STATE();
case 61:
if (lookahead == 'l') ADVANCE(43);
END_STATE();
case 62:
if (lookahead == 'm') ADVANCE(89);
END_STATE();
case 63:
if (lookahead == 'n') ADVANCE(171);
END_STATE();
case 64:
if (lookahead == 'n') ADVANCE(46);
END_STATE();
case 65:
if (lookahead == 'n') ADVANCE(182);
END_STATE();
case 66:
if (lookahead == 'n') ADVANCE(179);
END_STATE();
case 67:
if (lookahead == 'n') ADVANCE(184);
END_STATE();
case 68:
if (lookahead == 'n') ADVANCE(49);
END_STATE();
case 69:
if (lookahead == 'n') ADVANCE(101);
END_STATE();
case 70:
if (lookahead == 'n') ADVANCE(71);
END_STATE();
case 71:
if (lookahead == 'n') ADVANCE(83);
END_STATE();
case 72:
if (lookahead == 'o') ADVANCE(32);
END_STATE();
case 73:
if (lookahead == 'o') ADVANCE(51);
END_STATE();
case 74:
if (lookahead == 'o') ADVANCE(111);
END_STATE();
case 75:
if (lookahead == 'o') ADVANCE(23);
END_STATE();
case 76:
if (lookahead == 'o') ADVANCE(93);
END_STATE();
case 77:
if (lookahead == 'o') ADVANCE(78);
if (lookahead == 'y') ADVANCE(100);
END_STATE();
case 78:
if (lookahead == 'o') ADVANCE(52);
END_STATE();
case 79:
if (lookahead == 'o') ADVANCE(95);
END_STATE();
case 80:
if (lookahead == 'o') ADVANCE(63);
END_STATE();
case 81:
if (lookahead == 'o') ADVANCE(90);
END_STATE();
case 82:
if (lookahead == 'o') ADVANCE(65);
END_STATE();
case 83:
if (lookahead == 'o') ADVANCE(106);
END_STATE();
case 84:
if (lookahead == 'o') ADVANCE(67);
END_STATE();
case 85:
if (lookahead == 'p') ADVANCE(175);
END_STATE();
case 86:
if (lookahead == 'p') ADVANCE(36);
END_STATE();
case 87:
if (lookahead == 'p') ADVANCE(38);
END_STATE();
case 88:
if (lookahead == 'p') ADVANCE(42);
END_STATE();
case 89:
if (lookahead == 'p') ADVANCE(79);
END_STATE();
case 90:
if (lookahead == 'r') ADVANCE(173);
END_STATE();
case 91:
if (lookahead == 'r') ADVANCE(113);
if (lookahead == 'y') ADVANCE(87);
END_STATE();
case 92:
if (lookahead == 'r') ADVANCE(48);
END_STATE();
case 93:
if (lookahead == 'r') ADVANCE(31);
END_STATE();
case 94:
if (lookahead == 'r') ADVANCE(115);
END_STATE();
case 95:
if (lookahead == 'r') ADVANCE(103);
END_STATE();
case 96:
if (lookahead == 's') ADVANCE(169);
END_STATE();
case 97:
if (lookahead == 's') ADVANCE(39);
END_STATE();
case 98:
if (lookahead == 's') ADVANCE(80);
END_STATE();
case 99:
if (lookahead == 't') ADVANCE(92);
END_STATE();
case 100:
if (lookahead == 't') ADVANCE(44);
END_STATE();
case 101:
if (lookahead == 't') ADVANCE(11);
END_STATE();
case 102:
if (lookahead == 't') ADVANCE(163);
END_STATE();
case 103:
if (lookahead == 't') ADVANCE(134);
END_STATE();
case 104:
if (lookahead == 't') ADVANCE(181);
END_STATE();
case 105:
if (lookahead == 't') ADVANCE(94);
END_STATE();
case 106:
if (lookahead == 't') ADVANCE(24);
END_STATE();
case 107:
if (lookahead == 't') ADVANCE(50);
END_STATE();
case 108:
if (lookahead == 't') ADVANCE(81);
END_STATE();
case 109:
if (lookahead == 't') ADVANCE(119);
END_STATE();
case 110:
ADVANCE_MAP(
'u', 126,
'"', 3,
'/', 3,
'\\', 3,
'b', 3,
'f', 3,
'n', 3,
'r', 3,
't', 3,
);
END_STATE();
case 111:
if (lookahead == 'u') ADVANCE(26);
END_STATE();
case 112:
if (lookahead == 'u') ADVANCE(57);
END_STATE();
case 113:
if (lookahead == 'u') ADVANCE(37);
END_STATE();
case 114:
if (lookahead == 'u') ADVANCE(60);
END_STATE();
case 115:
if (lookahead == 'u') ADVANCE(29);
END_STATE();
case 116:
if (lookahead == 'w') ADVANCE(109);
END_STATE();
case 117:
if (lookahead == 'y') ADVANCE(86);
END_STATE();
case 118:
if (lookahead == 'y') ADVANCE(87);
END_STATE();
case 119:
if (lookahead == 'y') ADVANCE(88);
END_STATE();
case 120:
if (lookahead == '+' ||
lookahead == '-') ADVANCE(122);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(201);
END_STATE();
case 121:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(200);
END_STATE();
case 122:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(201);
END_STATE();
case 123:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(3);
END_STATE();
case 124:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(123);
END_STATE();
case 125:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(124);
END_STATE();
case 126:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(125);
END_STATE();
case 127:
if (eof) ADVANCE(128);
ADVANCE_MAP(
'"', 3,
',', 141,
'.', 4,
'/', 9,
':', 206,
';', 135,
'<', 140,
'=', 138,
'>', 142,
'B', 255,
'D', 253,
'F', 242,
'I', 249,
'J', 265,
'N', 273,
'S', 267,
'T', 276,
'V', 225,
'W', 254,
']', 204,
'{', 132,
'}', 205,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(127);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 128:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 129:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 130:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '*') ADVANCE(136);
END_STATE();
case 131:
ACCEPT_TOKEN(anon_sym_module);
END_STATE();
case 132:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 133:
ACCEPT_TOKEN(anon_sym_RBRACE_SEMI);
END_STATE();
case 134:
ACCEPT_TOKEN(anon_sym_import);
END_STATE();
case 135:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 136:
ACCEPT_TOKEN(anon_sym_DOT_STAR);
END_STATE();
case 137:
ACCEPT_TOKEN(anon_sym_type);
END_STATE();
case 138:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 139:
ACCEPT_TOKEN(anon_sym_newtype);
END_STATE();
case 140:
ACCEPT_TOKEN(anon_sym_LT);
END_STATE();
case 141:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 142:
ACCEPT_TOKEN(anon_sym_GT);
END_STATE();
case 143:
ACCEPT_TOKEN(anon_sym_Int8);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_Int8);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 145:
ACCEPT_TOKEN(anon_sym_Int16);
END_STATE();
case 146:
ACCEPT_TOKEN(anon_sym_Int16);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 147:
ACCEPT_TOKEN(anon_sym_Int32);
END_STATE();
case 148:
ACCEPT_TOKEN(anon_sym_Int32);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 149:
ACCEPT_TOKEN(anon_sym_Int64);
END_STATE();
case 150:
ACCEPT_TOKEN(anon_sym_Int64);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 151:
ACCEPT_TOKEN(anon_sym_Word8);
END_STATE();
case 152:
ACCEPT_TOKEN(anon_sym_Word8);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 153:
ACCEPT_TOKEN(anon_sym_Word16);
END_STATE();
case 154:
ACCEPT_TOKEN(anon_sym_Word16);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 155:
ACCEPT_TOKEN(anon_sym_Word32);
END_STATE();
case 156:
ACCEPT_TOKEN(anon_sym_Word32);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 157:
ACCEPT_TOKEN(anon_sym_Word64);
END_STATE();
case 158:
ACCEPT_TOKEN(anon_sym_Word64);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 159:
ACCEPT_TOKEN(anon_sym_Bool);
END_STATE();
case 160:
ACCEPT_TOKEN(anon_sym_Bool);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 161:
ACCEPT_TOKEN(anon_sym_Void);
END_STATE();
case 162:
ACCEPT_TOKEN(anon_sym_Void);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 163:
ACCEPT_TOKEN(anon_sym_Float);
END_STATE();
case 164:
ACCEPT_TOKEN(anon_sym_Float);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 165:
ACCEPT_TOKEN(anon_sym_Double);
END_STATE();
case 166:
ACCEPT_TOKEN(anon_sym_Double);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 167:
ACCEPT_TOKEN(anon_sym_String);
if (lookahead == 'M') ADVANCE(216);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 168:
ACCEPT_TOKEN(anon_sym_String);
if (lookahead == 'M') ADVANCE(22);
END_STATE();
case 169:
ACCEPT_TOKEN(anon_sym_Bytes);
END_STATE();
case 170:
ACCEPT_TOKEN(anon_sym_Bytes);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 171:
ACCEPT_TOKEN(anon_sym_Json);
END_STATE();
case 172:
ACCEPT_TOKEN(anon_sym_Json);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 173:
ACCEPT_TOKEN(anon_sym_Vector);
END_STATE();
case 174:
ACCEPT_TOKEN(anon_sym_Vector);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 175:
ACCEPT_TOKEN(anon_sym_StringMap);
END_STATE();
case 176:
ACCEPT_TOKEN(anon_sym_StringMap);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 177:
ACCEPT_TOKEN(anon_sym_Nullable);
END_STATE();
case 178:
ACCEPT_TOKEN(anon_sym_Nullable);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 179:
ACCEPT_TOKEN(anon_sym_TypeToken);
END_STATE();
case 180:
ACCEPT_TOKEN(anon_sym_TypeToken);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 181:
ACCEPT_TOKEN(anon_sym_struct);
END_STATE();
case 182:
ACCEPT_TOKEN(anon_sym_union);
END_STATE();
case 183:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 184:
ACCEPT_TOKEN(anon_sym_annotation);
END_STATE();
case 185:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
END_STATE();
case 186:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
if (lookahead == '/') ADVANCE(191);
END_STATE();
case 187:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(190);
END_STATE();
case 188:
ACCEPT_TOKEN(aux_sym_comment_token1);
if (lookahead == '/') ADVANCE(189);
if (lookahead == '\t' ||
(0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(188);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(190);
END_STATE();
case 189:
ACCEPT_TOKEN(aux_sym_comment_token1);
if (lookahead == '/') ADVANCE(187);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(190);
END_STATE();
case 190:
ACCEPT_TOKEN(aux_sym_comment_token1);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(190);
END_STATE();
case 191:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH_SLASH);
END_STATE();
case 192:
ACCEPT_TOKEN(anon_sym_null);
END_STATE();
case 193:
ACCEPT_TOKEN(anon_sym_null);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 194:
ACCEPT_TOKEN(anon_sym_true);
END_STATE();
case 195:
ACCEPT_TOKEN(anon_sym_true);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 196:
ACCEPT_TOKEN(anon_sym_false);
END_STATE();
case 197:
ACCEPT_TOKEN(anon_sym_false);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 198:
ACCEPT_TOKEN(sym_json_number);
if (lookahead == '.') ADVANCE(121);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(120);
END_STATE();
case 199:
ACCEPT_TOKEN(sym_json_number);
if (lookahead == '.') ADVANCE(121);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(120);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(199);
END_STATE();
case 200:
ACCEPT_TOKEN(sym_json_number);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(120);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(200);
END_STATE();
case 201:
ACCEPT_TOKEN(sym_json_number);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(201);
END_STATE();
case 202:
ACCEPT_TOKEN(sym_json_string);
END_STATE();
case 203:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 204:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 205:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 206:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 207:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '1') ADVANCE(213);
if (lookahead == '3') ADVANCE(209);
if (lookahead == '6') ADVANCE(211);
if (lookahead == '8') ADVANCE(144);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 208:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '1') ADVANCE(214);
if (lookahead == '3') ADVANCE(210);
if (lookahead == '6') ADVANCE(212);
if (lookahead == '8') ADVANCE(152);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 209:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '2') ADVANCE(148);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 210:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '2') ADVANCE(156);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 211:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '4') ADVANCE(150);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 212:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '4') ADVANCE(158);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 213:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '6') ADVANCE(146);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 214:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '6') ADVANCE(154);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 215:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'T') ADVANCE(251);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 216:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(258);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 217:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(270);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 218:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(240);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 219:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(221);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 220:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'b') ADVANCE(241);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 221:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'b') ADVANCE(244);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 222:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(271);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 223:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(162);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 224:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(208);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 225:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(222);
if (lookahead == 'o') ADVANCE(234);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 226:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(215);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 227:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(166);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 228:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(178);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 229:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(195);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 230:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(197);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 231:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(264);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 232:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(248);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 233:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(167);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 234:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(223);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 235:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(247);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 236:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'k') ADVANCE(232);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 237:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(160);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 238:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(193);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 239:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(219);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 240:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(266);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 241:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(227);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 242:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(250);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 243:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(239);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 244:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(228);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 245:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(238);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 246:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(172);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 247:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(233);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 248:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(180);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 249:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(269);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 250:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(217);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 251:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(236);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 252:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(246);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 253:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(272);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 254:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(262);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 255:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(256);
if (lookahead == 'y') ADVANCE(268);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 256:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(237);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 257:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(260);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 258:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(176);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 259:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(226);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 260:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 261:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(235);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 262:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(224);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 263:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(274);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 264:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(170);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 265:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(252);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 266:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(230);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 267:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(261);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 268:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(231);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 269:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(207);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 270:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(164);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 271:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(257);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 272:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(220);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 273:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(243);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 274:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(229);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 275:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(245);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 276:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'y') ADVANCE(259);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
END_STATE();
case 277:
ACCEPT_TOKEN(sym_identifier);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(277);
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 = 6},
[13] = {.lex_state = 127},
[14] = {.lex_state = 127},
[15] = {.lex_state = 127},
[16] = {.lex_state = 6},
[17] = {.lex_state = 127},
[18] = {.lex_state = 127},
[19] = {.lex_state = 127},
[20] = {.lex_state = 127},
[21] = {.lex_state = 6},
[22] = {.lex_state = 6},
[23] = {.lex_state = 6},
[24] = {.lex_state = 127},
[25] = {.lex_state = 127},
[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 = 7},
[39] = {.lex_state = 0},
[40] = {.lex_state = 0},
[41] = {.lex_state = 0},
[42] = {.lex_state = 0},
[43] = {.lex_state = 0},
[44] = {.lex_state = 2},
[45] = {.lex_state = 0},
[46] = {.lex_state = 0},
[47] = {.lex_state = 2},
[48] = {.lex_state = 2},
[49] = {.lex_state = 2},
[50] = {.lex_state = 2},
[51] = {.lex_state = 2},
[52] = {.lex_state = 2},
[53] = {.lex_state = 2},
[54] = {.lex_state = 2},
[55] = {.lex_state = 2},
[56] = {.lex_state = 2},
[57] = {.lex_state = 5},
[58] = {.lex_state = 5},
[59] = {.lex_state = 5},
[60] = {.lex_state = 2},
[61] = {.lex_state = 7},
[62] = {.lex_state = 7},
[63] = {.lex_state = 7},
[64] = {.lex_state = 7},
[65] = {.lex_state = 7},
[66] = {.lex_state = 7},
[67] = {.lex_state = 7},
[68] = {.lex_state = 7},
[69] = {.lex_state = 5},
[70] = {.lex_state = 7},
[71] = {.lex_state = 7},
[72] = {.lex_state = 7},
[73] = {.lex_state = 7},
[74] = {.lex_state = 7},
[75] = {.lex_state = 7},
[76] = {.lex_state = 7},
[77] = {.lex_state = 7},
[78] = {.lex_state = 7},
[79] = {.lex_state = 7},
[80] = {.lex_state = 2},
[81] = {.lex_state = 2},
[82] = {.lex_state = 2},
[83] = {.lex_state = 7},
[84] = {.lex_state = 7},
[85] = {.lex_state = 0},
[86] = {.lex_state = 0},
[87] = {.lex_state = 0},
[88] = {.lex_state = 0},
[89] = {.lex_state = 0},
[90] = {.lex_state = 0},
[91] = {.lex_state = 2},
[92] = {.lex_state = 0},
[93] = {.lex_state = 0},
[94] = {.lex_state = 0},
[95] = {.lex_state = 0},
[96] = {.lex_state = 5},
[97] = {.lex_state = 5},
[98] = {.lex_state = 5},
[99] = {.lex_state = 2},
[100] = {.lex_state = 5},
[101] = {.lex_state = 5},
[102] = {.lex_state = 5},
[103] = {.lex_state = 5},
[104] = {.lex_state = 127},
[105] = {.lex_state = 127},
[106] = {.lex_state = 127},
[107] = {.lex_state = 127},
[108] = {.lex_state = 127},
[109] = {.lex_state = 127},
[110] = {.lex_state = 127},
[111] = {.lex_state = 127},
[112] = {.lex_state = 127},
[113] = {.lex_state = 127},
[114] = {.lex_state = 127},
[115] = {.lex_state = 127},
[116] = {.lex_state = 127},
[117] = {.lex_state = 127},
[118] = {.lex_state = 127},
[119] = {.lex_state = 127},
[120] = {.lex_state = 127},
[121] = {.lex_state = 127},
[122] = {.lex_state = 127},
[123] = {.lex_state = 127},
[124] = {.lex_state = 5},
[125] = {.lex_state = 127},
[126] = {.lex_state = 127},
[127] = {.lex_state = 127},
[128] = {.lex_state = 127},
[129] = {.lex_state = 127},
[130] = {.lex_state = 127},
[131] = {.lex_state = 127},
[132] = {.lex_state = 127},
[133] = {.lex_state = 127},
[134] = {.lex_state = 127},
[135] = {.lex_state = 127},
[136] = {.lex_state = 127},
[137] = {.lex_state = 127},
[138] = {.lex_state = 127},
[139] = {.lex_state = 127},
[140] = {.lex_state = 127},
[141] = {.lex_state = 127},
[142] = {.lex_state = 127},
[143] = {.lex_state = 127},
[144] = {.lex_state = 5},
[145] = {.lex_state = 127},
[146] = {.lex_state = 127},
[147] = {.lex_state = 127},
[148] = {.lex_state = 127},
[149] = {.lex_state = 127},
[150] = {.lex_state = 5},
[151] = {.lex_state = 127},
[152] = {.lex_state = 127},
[153] = {.lex_state = 5},
[154] = {.lex_state = 5},
[155] = {.lex_state = 5},
[156] = {.lex_state = 5},
[157] = {.lex_state = 5},
[158] = {.lex_state = 5},
[159] = {.lex_state = 5},
[160] = {.lex_state = 5},
[161] = {.lex_state = 127},
[162] = {.lex_state = 127},
[163] = {.lex_state = 5},
[164] = {.lex_state = 127},
[165] = {.lex_state = 127},
[166] = {.lex_state = 5},
[167] = {.lex_state = 5},
[168] = {.lex_state = 127},
[169] = {.lex_state = 127},
[170] = {.lex_state = 127},
[171] = {.lex_state = 127},
[172] = {.lex_state = 127},
[173] = {.lex_state = 5},
[174] = {.lex_state = 127},
[175] = {.lex_state = 127},
[176] = {.lex_state = 5},
[177] = {.lex_state = 5},
[178] = {.lex_state = 127},
[179] = {.lex_state = 127},
[180] = {.lex_state = 127},
[181] = {.lex_state = 127},
[182] = {.lex_state = 5},
[183] = {.lex_state = 188},
[184] = {.lex_state = 127},
[185] = {.lex_state = 127},
[186] = {.lex_state = 127},
[187] = {.lex_state = 127},
[188] = {.lex_state = 5},
[189] = {.lex_state = 127},
[190] = {.lex_state = 127},
[191] = {.lex_state = 127},
[192] = {.lex_state = 5},
[193] = {.lex_state = 127},
[194] = {.lex_state = 127},
[195] = {.lex_state = 127},
[196] = {.lex_state = 127},
[197] = {.lex_state = 127},
[198] = {.lex_state = 127},
[199] = {.lex_state = 188},
[200] = {.lex_state = 5},
[201] = {.lex_state = 127},
[202] = {.lex_state = 127},
[203] = {.lex_state = 127},
[204] = {.lex_state = 127},
[205] = {.lex_state = 127},
[206] = {.lex_state = 2},
[207] = {.lex_state = 5},
[208] = {.lex_state = 188},
[209] = {.lex_state = 127},
[210] = {.lex_state = 5},
[211] = {.lex_state = 5},
[212] = {.lex_state = 127},
[213] = {.lex_state = 127},
[214] = {.lex_state = 5},
[215] = {.lex_state = 127},
[216] = {(TSStateId)(-1),},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[STATE(0)] = {
[sym_comment] = STATE(0),
[ts_builtin_sym_end] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[anon_sym_module] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_import] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
[anon_sym_DOT_STAR] = ACTIONS(1),
[anon_sym_type] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_newtype] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_GT] = ACTIONS(1),
[anon_sym_Int8] = ACTIONS(1),
[anon_sym_Int16] = ACTIONS(1),
[anon_sym_Int32] = ACTIONS(1),
[anon_sym_Int64] = ACTIONS(1),
[anon_sym_Word8] = ACTIONS(1),
[anon_sym_Word16] = ACTIONS(1),
[anon_sym_Word32] = ACTIONS(1),
[anon_sym_Word64] = ACTIONS(1),
[anon_sym_Bool] = ACTIONS(1),
[anon_sym_Void] = ACTIONS(1),
[anon_sym_Float] = ACTIONS(1),
[anon_sym_Double] = ACTIONS(1),
[anon_sym_String] = ACTIONS(1),
[anon_sym_Bytes] = ACTIONS(1),
[anon_sym_Json] = ACTIONS(1),
[anon_sym_Vector] = ACTIONS(1),
[anon_sym_StringMap] = ACTIONS(1),
[anon_sym_Nullable] = ACTIONS(1),
[anon_sym_TypeToken] = ACTIONS(1),
[anon_sym_struct] = ACTIONS(1),
[anon_sym_union] = ACTIONS(1),
[anon_sym_AT] = ACTIONS(1),
[anon_sym_annotation] = ACTIONS(1),
[anon_sym_SLASH_SLASH] = ACTIONS(3),
[anon_sym_SLASH_SLASH_SLASH] = ACTIONS(1),
[anon_sym_null] = ACTIONS(1),
[anon_sym_true] = ACTIONS(1),
[anon_sym_false] = ACTIONS(1),
[sym_json_number] = ACTIONS(1),
[sym_json_string] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
},
[STATE(1)] = {
[sym_source_file] = STATE(197),
[sym_definition_preamble] = STATE(206),
[sym_module_definition] = STATE(186),
[sym_annotation] = STATE(92),
[sym_comment] = STATE(1),
[sym_docstring] = STATE(92),
[aux_sym_definition_preamble_repeat1] = STATE(45),
[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(3), 1,
aux_sym_field_block_repeat1,
STATE(10), 1,
aux_sym_definition_preamble_repeat1,
STATE(15), 1,
sym_definition_preamble,
STATE(16), 1,
sym_field,
STATE(96), 1,
sym_scoped_name,
STATE(100), 1,
sym_primitive_type,
STATE(188), 1,
sym_type_expression,
STATE(26), 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(3), 1,
sym_comment,
STATE(4), 1,
aux_sym_field_block_repeat1,
STATE(10), 1,
aux_sym_definition_preamble_repeat1,
STATE(15), 1,
sym_definition_preamble,
STATE(16), 1,
sym_field,
STATE(96), 1,
sym_scoped_name,
STATE(100), 1,
sym_primitive_type,
STATE(188), 1,
sym_type_expression,
STATE(26), 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(15), 1,
sym_definition_preamble,
STATE(16), 1,
sym_field,
STATE(96), 1,
sym_scoped_name,
STATE(100), 1,
sym_primitive_type,
STATE(188), 1,
sym_type_expression,
STATE(4), 2,
sym_comment,
aux_sym_field_block_repeat1,
STATE(26), 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(27), 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(28), 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(26), 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(26), 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] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(12), 1,
sym_comment,
ACTIONS(81), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(83), 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,
[547] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(13), 1,
sym_comment,
STATE(96), 1,
sym_scoped_name,
STATE(100), 1,
sym_primitive_type,
STATE(203), 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,
[589] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(14), 1,
sym_comment,
STATE(96), 1,
sym_scoped_name,
STATE(100), 1,
sym_primitive_type,
STATE(147), 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,
[631] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(15), 1,
sym_comment,
STATE(96), 1,
sym_scoped_name,
STATE(100), 1,
sym_primitive_type,
STATE(210), 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,
[673] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(16), 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,
[707] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(17), 1,
sym_comment,
STATE(96), 1,
sym_scoped_name,
STATE(100), 1,
sym_primitive_type,
STATE(149), 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,
[749] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(18), 1,
sym_comment,
STATE(96), 1,
sym_scoped_name,
STATE(100), 1,
sym_primitive_type,
STATE(119), 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] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(19), 1,
sym_comment,
STATE(96), 1,
sym_scoped_name,
STATE(100), 1,
sym_primitive_type,
STATE(145), 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,
[833] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(20), 1,
sym_comment,
STATE(96), 1,
sym_scoped_name,
STATE(100), 1,
sym_primitive_type,
STATE(196), 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,
[875] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(21), 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,
[909] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(22), 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,
[943] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(23), 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,
[977] = 8,
ACTIONS(21), 1,
sym_identifier,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(24), 1,
sym_comment,
STATE(96), 1,
sym_scoped_name,
STATE(100), 1,
sym_primitive_type,
STATE(169), 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(85), 1,
anon_sym_SLASH_SLASH,
STATE(25), 1,
sym_comment,
STATE(96), 1,
sym_scoped_name,
STATE(100), 1,
sym_primitive_type,
STATE(212), 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] = 15,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(143), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(145), 1,
anon_sym_import,
ACTIONS(148), 1,
anon_sym_type,
ACTIONS(151), 1,
anon_sym_newtype,
ACTIONS(154), 1,
anon_sym_struct,
ACTIONS(157), 1,
anon_sym_union,
ACTIONS(160), 1,
anon_sym_AT,
ACTIONS(163), 1,
anon_sym_annotation,
ACTIONS(166), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(45), 1,
aux_sym_definition_preamble_repeat1,
STATE(99), 1,
sym_definition_preamble,
STATE(36), 2,
sym_comment,
aux_sym_module_body_repeat1,
STATE(92), 2,
sym_annotation,
sym_docstring,
STATE(62), 6,
sym_import_declaration,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1444] = 16,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(7), 1,
anon_sym_AT,
ACTIONS(9), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(169), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(171), 1,
anon_sym_import,
ACTIONS(173), 1,
anon_sym_type,
ACTIONS(175), 1,
anon_sym_newtype,
ACTIONS(177), 1,
anon_sym_struct,
ACTIONS(179), 1,
anon_sym_union,
ACTIONS(181), 1,
anon_sym_annotation,
STATE(36), 1,
aux_sym_module_body_repeat1,
STATE(37), 1,
sym_comment,
STATE(45), 1,
aux_sym_definition_preamble_repeat1,
STATE(99), 1,
sym_definition_preamble,
STATE(92), 2,
sym_annotation,
sym_docstring,
STATE(62), 6,
sym_import_declaration,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1499] = 16,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(7), 1,
anon_sym_AT,
ACTIONS(9), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(171), 1,
anon_sym_import,
ACTIONS(173), 1,
anon_sym_type,
ACTIONS(175), 1,
anon_sym_newtype,
ACTIONS(177), 1,
anon_sym_struct,
ACTIONS(179), 1,
anon_sym_union,
ACTIONS(181), 1,
anon_sym_annotation,
ACTIONS(183), 1,
anon_sym_RBRACE_SEMI,
STATE(37), 1,
aux_sym_module_body_repeat1,
STATE(38), 1,
sym_comment,
STATE(45), 1,
aux_sym_definition_preamble_repeat1,
STATE(99), 1,
sym_definition_preamble,
STATE(92), 2,
sym_annotation,
sym_docstring,
STATE(62), 6,
sym_import_declaration,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1554] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(185), 1,
anon_sym_LBRACE,
ACTIONS(189), 1,
anon_sym_LBRACK,
STATE(39), 1,
sym_comment,
STATE(89), 1,
sym_json_value,
STATE(95), 2,
sym_json_array,
sym_json_object,
ACTIONS(187), 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,
[1591] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(191), 1,
anon_sym_DOT,
STATE(40), 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,
[1619] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(194), 1,
anon_sym_DOT,
STATE(41), 1,
sym_comment,
STATE(42), 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,
[1649] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(194), 1,
anon_sym_DOT,
STATE(40), 1,
aux_sym_scoped_name_repeat1,
STATE(42), 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,
[1679] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(43), 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,
[1704] = 8,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(196), 1,
anon_sym_LBRACE,
ACTIONS(200), 1,
anon_sym_LBRACK,
ACTIONS(202), 1,
anon_sym_RBRACK,
STATE(44), 1,
sym_comment,
STATE(132), 1,
sym_json_value,
STATE(105), 2,
sym_json_array,
sym_json_object,
ACTIONS(198), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[1734] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(7), 1,
anon_sym_AT,
ACTIONS(9), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(45), 1,
sym_comment,
STATE(46), 1,
aux_sym_definition_preamble_repeat1,
STATE(92), 2,
sym_annotation,
sym_docstring,
ACTIONS(204), 6,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
[1762] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(208), 1,
anon_sym_AT,
ACTIONS(211), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(46), 2,
sym_comment,
aux_sym_definition_preamble_repeat1,
STATE(92), 2,
sym_annotation,
sym_docstring,
ACTIONS(206), 6,
anon_sym_module,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
[1788] = 8,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(196), 1,
anon_sym_LBRACE,
ACTIONS(200), 1,
anon_sym_LBRACK,
ACTIONS(214), 1,
anon_sym_RBRACK,
STATE(47), 1,
sym_comment,
STATE(138), 1,
sym_json_value,
STATE(105), 2,
sym_json_array,
sym_json_object,
ACTIONS(198), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[1818] = 8,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(196), 1,
anon_sym_LBRACE,
ACTIONS(200), 1,
anon_sym_LBRACK,
ACTIONS(216), 1,
anon_sym_RBRACK,
STATE(48), 1,
sym_comment,
STATE(142), 1,
sym_json_value,
STATE(105), 2,
sym_json_array,
sym_json_object,
ACTIONS(198), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[1848] = 7,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(196), 1,
anon_sym_LBRACE,
ACTIONS(200), 1,
anon_sym_LBRACK,
STATE(49), 1,
sym_comment,
STATE(191), 1,
sym_json_value,
STATE(105), 2,
sym_json_array,
sym_json_object,
ACTIONS(198), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[1875] = 7,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(196), 1,
anon_sym_LBRACE,
ACTIONS(200), 1,
anon_sym_LBRACK,
STATE(50), 1,
sym_comment,
STATE(185), 1,
sym_json_value,
STATE(105), 2,
sym_json_array,
sym_json_object,
ACTIONS(198), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[1902] = 7,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(196), 1,
anon_sym_LBRACE,
ACTIONS(200), 1,
anon_sym_LBRACK,
STATE(51), 1,
sym_comment,
STATE(205), 1,
sym_json_value,
STATE(105), 2,
sym_json_array,
sym_json_object,
ACTIONS(198), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[1929] = 7,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(196), 1,
anon_sym_LBRACE,
ACTIONS(200), 1,
anon_sym_LBRACK,
STATE(52), 1,
sym_comment,
STATE(215), 1,
sym_json_value,
STATE(105), 2,
sym_json_array,
sym_json_object,
ACTIONS(198), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[1956] = 7,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(196), 1,
anon_sym_LBRACE,
ACTIONS(200), 1,
anon_sym_LBRACK,
STATE(53), 1,
sym_comment,
STATE(202), 1,
sym_json_value,
STATE(105), 2,
sym_json_array,
sym_json_object,
ACTIONS(198), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[1983] = 7,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(196), 1,
anon_sym_LBRACE,
ACTIONS(200), 1,
anon_sym_LBRACK,
STATE(54), 1,
sym_comment,
STATE(204), 1,
sym_json_value,
STATE(105), 2,
sym_json_array,
sym_json_object,
ACTIONS(198), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2010] = 7,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(196), 1,
anon_sym_LBRACE,
ACTIONS(200), 1,
anon_sym_LBRACK,
STATE(55), 1,
sym_comment,
STATE(162), 1,
sym_json_value,
STATE(105), 2,
sym_json_array,
sym_json_object,
ACTIONS(198), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2037] = 7,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(196), 1,
anon_sym_LBRACE,
ACTIONS(200), 1,
anon_sym_LBRACK,
STATE(56), 1,
sym_comment,
STATE(180), 1,
sym_json_value,
STATE(105), 2,
sym_json_array,
sym_json_object,
ACTIONS(198), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2064] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(218), 1,
anon_sym_DOT,
STATE(57), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(67), 8,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_DOT_STAR,
anon_sym_EQ,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2085] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(221), 1,
anon_sym_DOT,
STATE(57), 1,
aux_sym_scoped_name_repeat1,
STATE(58), 1,
sym_comment,
ACTIONS(60), 8,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_DOT_STAR,
anon_sym_EQ,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2108] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(221), 1,
anon_sym_DOT,
STATE(58), 1,
aux_sym_scoped_name_repeat1,
STATE(59), 1,
sym_comment,
ACTIONS(56), 8,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_DOT_STAR,
anon_sym_EQ,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2131] = 7,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(196), 1,
anon_sym_LBRACE,
ACTIONS(200), 1,
anon_sym_LBRACK,
STATE(60), 1,
sym_comment,
STATE(193), 1,
sym_json_value,
STATE(105), 2,
sym_json_array,
sym_json_object,
ACTIONS(198), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
sym_json_string,
[2158] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(61), 1,
sym_comment,
ACTIONS(223), 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,
[2176] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(62), 1,
sym_comment,
ACTIONS(225), 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,
[2194] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(63), 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,
[2212] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(64), 1,
sym_comment,
ACTIONS(229), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2230] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(65), 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,
[2248] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(66), 1,
sym_comment,
ACTIONS(233), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2266] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(67), 1,
sym_comment,
ACTIONS(235), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2284] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(68), 1,
sym_comment,
ACTIONS(237), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2302] = 4,
ACTIONS(69), 1,
anon_sym_DOT,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(69), 1,
sym_comment,
ACTIONS(67), 8,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_DOT_STAR,
anon_sym_EQ,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2322] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(70), 1,
sym_comment,
ACTIONS(239), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2340] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(71), 1,
sym_comment,
ACTIONS(241), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2358] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(72), 1,
sym_comment,
ACTIONS(243), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2376] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(73), 1,
sym_comment,
ACTIONS(245), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2394] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(74), 1,
sym_comment,
ACTIONS(247), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2412] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(75), 1,
sym_comment,
ACTIONS(249), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2430] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(76), 1,
sym_comment,
ACTIONS(251), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2448] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(77), 1,
sym_comment,
ACTIONS(253), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2466] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(78), 1,
sym_comment,
ACTIONS(255), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2484] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(79), 1,
sym_comment,
ACTIONS(257), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2502] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(259), 1,
anon_sym_DOT,
STATE(80), 1,
sym_comment,
STATE(81), 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,
[2524] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(259), 1,
anon_sym_DOT,
STATE(81), 1,
sym_comment,
STATE(82), 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,
[2546] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(261), 1,
anon_sym_DOT,
STATE(82), 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,
[2566] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(83), 1,
sym_comment,
ACTIONS(264), 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,
[2584] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(84), 1,
sym_comment,
ACTIONS(266), 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,
[2602] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(85), 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,
[2619] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(86), 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,
[2636] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(87), 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,
[2653] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(88), 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,
[2670] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(89), 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,
[2687] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(90), 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,
[2704] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(91), 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,
[2721] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(92), 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,
[2738] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(93), 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,
[2755] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(94), 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,
[2772] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(95), 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,
[2789] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(270), 1,
anon_sym_LT,
STATE(96), 1,
sym_comment,
STATE(97), 1,
sym_type_arguments,
ACTIONS(268), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2809] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(97), 1,
sym_comment,
ACTIONS(272), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2823] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(98), 1,
sym_comment,
ACTIONS(274), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2837] = 7,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(276), 1,
anon_sym_type,
ACTIONS(278), 1,
anon_sym_newtype,
ACTIONS(280), 1,
anon_sym_struct,
ACTIONS(282), 1,
anon_sym_union,
ACTIONS(284), 1,
anon_sym_annotation,
STATE(99), 1,
sym_comment,
[2859] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(100), 1,
sym_comment,
ACTIONS(268), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2873] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(101), 1,
sym_comment,
ACTIONS(286), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2887] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(102), 1,
sym_comment,
ACTIONS(288), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2901] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(103), 1,
sym_comment,
ACTIONS(290), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[2915] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(104), 1,
sym_comment,
ACTIONS(125), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[2928] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(105), 1,
sym_comment,
ACTIONS(113), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[2941] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(106), 1,
sym_comment,
ACTIONS(129), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[2954] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(107), 1,
sym_comment,
ACTIONS(137), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[2967] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(108), 1,
sym_comment,
ACTIONS(141), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[2980] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(109), 1,
sym_comment,
ACTIONS(133), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[2993] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(110), 1,
sym_comment,
ACTIONS(121), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3006] = 6,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(292), 1,
anon_sym_LBRACE,
ACTIONS(294), 1,
anon_sym_LT,
STATE(77), 1,
sym_field_block,
STATE(111), 1,
sym_comment,
STATE(148), 1,
sym_type_parameters,
[3025] = 6,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(292), 1,
anon_sym_LBRACE,
ACTIONS(294), 1,
anon_sym_LT,
STATE(75), 1,
sym_field_block,
STATE(112), 1,
sym_comment,
STATE(172), 1,
sym_type_parameters,
[3044] = 6,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(292), 1,
anon_sym_LBRACE,
ACTIONS(294), 1,
anon_sym_LT,
STATE(74), 1,
sym_field_block,
STATE(113), 1,
sym_comment,
STATE(171), 1,
sym_type_parameters,
[3063] = 6,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(292), 1,
anon_sym_LBRACE,
ACTIONS(294), 1,
anon_sym_LT,
STATE(78), 1,
sym_field_block,
STATE(114), 1,
sym_comment,
STATE(152), 1,
sym_type_parameters,
[3082] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(296), 1,
sym_json_string,
ACTIONS(298), 1,
anon_sym_RBRACE,
STATE(115), 1,
sym_comment,
STATE(141), 1,
sym_json_object_pair,
[3098] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(300), 1,
anon_sym_COMMA,
ACTIONS(302), 1,
anon_sym_RBRACK,
STATE(116), 1,
sym_comment,
STATE(129), 1,
aux_sym_json_array_repeat1,
[3114] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(304), 1,
anon_sym_COMMA,
ACTIONS(306), 1,
anon_sym_GT,
STATE(117), 1,
sym_comment,
STATE(120), 1,
aux_sym_type_parameters_repeat1,
[3130] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(296), 1,
sym_json_string,
ACTIONS(308), 1,
anon_sym_RBRACE,
STATE(118), 1,
sym_comment,
STATE(131), 1,
sym_json_object_pair,
[3146] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(310), 1,
anon_sym_COMMA,
ACTIONS(312), 1,
anon_sym_GT,
STATE(119), 1,
sym_comment,
STATE(123), 1,
aux_sym_type_arguments_repeat1,
[3162] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(314), 1,
anon_sym_COMMA,
ACTIONS(317), 1,
anon_sym_GT,
STATE(120), 2,
sym_comment,
aux_sym_type_parameters_repeat1,
[3176] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_COMMA,
ACTIONS(321), 1,
anon_sym_RBRACE,
STATE(121), 1,
sym_comment,
STATE(128), 1,
aux_sym_json_object_repeat1,
[3192] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(300), 1,
anon_sym_COMMA,
ACTIONS(323), 1,
anon_sym_RBRACK,
STATE(122), 1,
sym_comment,
STATE(129), 1,
aux_sym_json_array_repeat1,
[3208] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(310), 1,
anon_sym_COMMA,
ACTIONS(325), 1,
anon_sym_GT,
STATE(123), 1,
sym_comment,
STATE(125), 1,
aux_sym_type_arguments_repeat1,
[3224] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(327), 1,
sym_identifier,
STATE(124), 1,
sym_comment,
STATE(170), 1,
sym_scoped_name,
STATE(190), 1,
sym_import_path,
[3240] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(329), 1,
anon_sym_COMMA,
ACTIONS(332), 1,
anon_sym_GT,
STATE(125), 2,
sym_comment,
aux_sym_type_arguments_repeat1,
[3254] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(294), 1,
anon_sym_LT,
ACTIONS(334), 1,
anon_sym_EQ,
STATE(126), 1,
sym_comment,
STATE(194), 1,
sym_type_parameters,
[3270] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(294), 1,
anon_sym_LT,
ACTIONS(336), 1,
anon_sym_EQ,
STATE(127), 1,
sym_comment,
STATE(195), 1,
sym_type_parameters,
[3286] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(338), 1,
anon_sym_COMMA,
ACTIONS(341), 1,
anon_sym_RBRACE,
STATE(128), 2,
sym_comment,
aux_sym_json_object_repeat1,
[3300] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(343), 1,
anon_sym_COMMA,
ACTIONS(346), 1,
anon_sym_RBRACK,
STATE(129), 2,
sym_comment,
aux_sym_json_array_repeat1,
[3314] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(304), 1,
anon_sym_COMMA,
ACTIONS(348), 1,
anon_sym_GT,
STATE(117), 1,
aux_sym_type_parameters_repeat1,
STATE(130), 1,
sym_comment,
[3330] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_COMMA,
ACTIONS(350), 1,
anon_sym_RBRACE,
STATE(121), 1,
aux_sym_json_object_repeat1,
STATE(131), 1,
sym_comment,
[3346] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(300), 1,
anon_sym_COMMA,
ACTIONS(352), 1,
anon_sym_RBRACK,
STATE(122), 1,
aux_sym_json_array_repeat1,
STATE(132), 1,
sym_comment,
[3362] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(133), 1,
sym_comment,
ACTIONS(354), 3,
anon_sym_LBRACE,
anon_sym_EQ,
anon_sym_LT,
[3374] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(294), 1,
anon_sym_LT,
ACTIONS(356), 1,
anon_sym_EQ,
STATE(134), 1,
sym_comment,
STATE(184), 1,
sym_type_parameters,
[3390] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(296), 1,
sym_json_string,
ACTIONS(358), 1,
anon_sym_RBRACE,
STATE(135), 1,
sym_comment,
STATE(137), 1,
sym_json_object_pair,
[3406] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(294), 1,
anon_sym_LT,
ACTIONS(360), 1,
anon_sym_EQ,
STATE(136), 1,
sym_comment,
STATE(201), 1,
sym_type_parameters,
[3422] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_COMMA,
ACTIONS(362), 1,
anon_sym_RBRACE,
STATE(137), 1,
sym_comment,
STATE(139), 1,
aux_sym_json_object_repeat1,
[3438] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(300), 1,
anon_sym_COMMA,
ACTIONS(364), 1,
anon_sym_RBRACK,
STATE(138), 1,
sym_comment,
STATE(140), 1,
aux_sym_json_array_repeat1,
[3454] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_COMMA,
ACTIONS(366), 1,
anon_sym_RBRACE,
STATE(128), 1,
aux_sym_json_object_repeat1,
STATE(139), 1,
sym_comment,
[3470] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(300), 1,
anon_sym_COMMA,
ACTIONS(368), 1,
anon_sym_RBRACK,
STATE(129), 1,
aux_sym_json_array_repeat1,
STATE(140), 1,
sym_comment,
[3486] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_COMMA,
ACTIONS(370), 1,
anon_sym_RBRACE,
STATE(141), 1,
sym_comment,
STATE(143), 1,
aux_sym_json_object_repeat1,
[3502] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(300), 1,
anon_sym_COMMA,
ACTIONS(372), 1,
anon_sym_RBRACK,
STATE(116), 1,
aux_sym_json_array_repeat1,
STATE(142), 1,
sym_comment,
[3518] = 5,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(319), 1,
anon_sym_COMMA,
ACTIONS(374), 1,
anon_sym_RBRACE,
STATE(128), 1,
aux_sym_json_object_repeat1,
STATE(143), 1,
sym_comment,
[3534] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(376), 1,
sym_identifier,
STATE(49), 1,
sym_scoped_name,
STATE(144), 1,
sym_comment,
[3547] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(378), 1,
anon_sym_SEMI,
ACTIONS(380), 1,
anon_sym_EQ,
STATE(145), 1,
sym_comment,
[3560] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(382), 1,
anon_sym_LBRACE,
STATE(146), 1,
sym_comment,
STATE(209), 1,
sym_module_body,
[3573] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(384), 1,
anon_sym_SEMI,
ACTIONS(386), 1,
anon_sym_EQ,
STATE(147), 1,
sym_comment,
[3586] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(292), 1,
anon_sym_LBRACE,
STATE(74), 1,
sym_field_block,
STATE(148), 1,
sym_comment,
[3599] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(149), 1,
sym_comment,
ACTIONS(332), 2,
anon_sym_COMMA,
anon_sym_GT,
[3610] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(388), 1,
sym_identifier,
STATE(134), 1,
sym_type_name,
STATE(150), 1,
sym_comment,
[3623] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(390), 1,
anon_sym_SEMI,
ACTIONS(392), 1,
anon_sym_EQ,
STATE(151), 1,
sym_comment,
[3636] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(292), 1,
anon_sym_LBRACE,
STATE(75), 1,
sym_field_block,
STATE(152), 1,
sym_comment,
[3649] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(388), 1,
sym_identifier,
STATE(136), 1,
sym_type_name,
STATE(153), 1,
sym_comment,
[3662] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(388), 1,
sym_identifier,
STATE(111), 1,
sym_type_name,
STATE(154), 1,
sym_comment,
[3675] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(388), 1,
sym_identifier,
STATE(112), 1,
sym_type_name,
STATE(155), 1,
sym_comment,
[3688] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(327), 1,
sym_identifier,
STATE(144), 1,
sym_scoped_name,
STATE(156), 1,
sym_comment,
[3701] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(388), 1,
sym_identifier,
STATE(114), 1,
sym_type_name,
STATE(157), 1,
sym_comment,
[3714] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(327), 1,
sym_identifier,
STATE(158), 1,
sym_comment,
STATE(159), 1,
sym_scoped_name,
[3727] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(376), 1,
sym_identifier,
STATE(60), 1,
sym_scoped_name,
STATE(159), 1,
sym_comment,
[3740] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(388), 1,
sym_identifier,
STATE(113), 1,
sym_type_name,
STATE(160), 1,
sym_comment,
[3753] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(161), 1,
sym_comment,
ACTIONS(341), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[3764] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(162), 1,
sym_comment,
ACTIONS(346), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[3775] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(327), 1,
sym_identifier,
STATE(163), 1,
sym_comment,
STATE(178), 1,
sym_scoped_name,
[3788] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(164), 1,
sym_comment,
ACTIONS(394), 2,
anon_sym_LBRACE,
anon_sym_EQ,
[3799] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(270), 1,
anon_sym_LT,
STATE(103), 1,
sym_type_arguments,
STATE(165), 1,
sym_comment,
[3812] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(388), 1,
sym_identifier,
STATE(126), 1,
sym_type_name,
STATE(166), 1,
sym_comment,
[3825] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(327), 1,
sym_identifier,
STATE(146), 1,
sym_scoped_name,
STATE(167), 1,
sym_comment,
[3838] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(296), 1,
sym_json_string,
STATE(161), 1,
sym_json_object_pair,
STATE(168), 1,
sym_comment,
[3851] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(396), 1,
anon_sym_SEMI,
ACTIONS(398), 1,
anon_sym_EQ,
STATE(169), 1,
sym_comment,
[3864] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(400), 1,
anon_sym_SEMI,
ACTIONS(402), 1,
anon_sym_DOT_STAR,
STATE(170), 1,
sym_comment,
[3877] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(292), 1,
anon_sym_LBRACE,
STATE(68), 1,
sym_field_block,
STATE(171), 1,
sym_comment,
[3890] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(292), 1,
anon_sym_LBRACE,
STATE(71), 1,
sym_field_block,
STATE(172), 1,
sym_comment,
[3903] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(404), 1,
sym_identifier,
STATE(5), 1,
sym_scoped_name,
STATE(173), 1,
sym_comment,
[3916] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(174), 1,
sym_comment,
ACTIONS(317), 2,
anon_sym_COMMA,
anon_sym_GT,
[3927] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(175), 1,
sym_comment,
ACTIONS(406), 2,
anon_sym_LBRACE,
anon_sym_EQ,
[3938] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(388), 1,
sym_identifier,
STATE(127), 1,
sym_type_name,
STATE(176), 1,
sym_comment,
[3951] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(408), 1,
sym_identifier,
STATE(39), 1,
sym_scoped_name,
STATE(177), 1,
sym_comment,
[3964] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(382), 1,
anon_sym_LBRACE,
STATE(178), 1,
sym_comment,
STATE(187), 1,
sym_module_body,
[3977] = 4,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(410), 1,
anon_sym_SEMI,
ACTIONS(412), 1,
anon_sym_EQ,
STATE(179), 1,
sym_comment,
[3990] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
STATE(180), 1,
sym_comment,
ACTIONS(414), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[4001] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(416), 1,
anon_sym_COLON,
STATE(181), 1,
sym_comment,
[4011] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(418), 1,
sym_identifier,
STATE(182), 1,
sym_comment,
[4021] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(420), 1,
aux_sym_comment_token1,
STATE(183), 1,
sym_comment,
[4031] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(334), 1,
anon_sym_EQ,
STATE(184), 1,
sym_comment,
[4041] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(422), 1,
anon_sym_SEMI,
STATE(185), 1,
sym_comment,
[4051] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(424), 1,
ts_builtin_sym_end,
STATE(186), 1,
sym_comment,
[4061] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(426), 1,
ts_builtin_sym_end,
STATE(187), 1,
sym_comment,
[4071] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(428), 1,
sym_identifier,
STATE(188), 1,
sym_comment,
[4081] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(430), 1,
ts_builtin_sym_end,
STATE(189), 1,
sym_comment,
[4091] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(432), 1,
anon_sym_SEMI,
STATE(190), 1,
sym_comment,
[4101] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(434), 1,
anon_sym_SEMI,
STATE(191), 1,
sym_comment,
[4111] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(436), 1,
sym_identifier,
STATE(192), 1,
sym_comment,
[4121] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(438), 1,
anon_sym_SEMI,
STATE(193), 1,
sym_comment,
[4131] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(440), 1,
anon_sym_EQ,
STATE(194), 1,
sym_comment,
[4141] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(442), 1,
anon_sym_EQ,
STATE(195), 1,
sym_comment,
[4151] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(444), 1,
anon_sym_SEMI,
STATE(196), 1,
sym_comment,
[4161] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(446), 1,
ts_builtin_sym_end,
STATE(197), 1,
sym_comment,
[4171] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(448), 1,
ts_builtin_sym_end,
STATE(198), 1,
sym_comment,
[4181] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(450), 1,
aux_sym_comment_token1,
STATE(199), 1,
sym_comment,
[4191] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(452), 1,
sym_identifier,
STATE(200), 1,
sym_comment,
[4201] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(336), 1,
anon_sym_EQ,
STATE(201), 1,
sym_comment,
[4211] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(454), 1,
anon_sym_SEMI,
STATE(202), 1,
sym_comment,
[4221] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(456), 1,
anon_sym_SEMI,
STATE(203), 1,
sym_comment,
[4231] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(458), 1,
anon_sym_SEMI,
STATE(204), 1,
sym_comment,
[4241] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(378), 1,
anon_sym_SEMI,
STATE(205), 1,
sym_comment,
[4251] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
anon_sym_module,
STATE(206), 1,
sym_comment,
[4261] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(462), 1,
sym_identifier,
STATE(207), 1,
sym_comment,
[4271] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(464), 1,
aux_sym_comment_token1,
STATE(208), 1,
sym_comment,
[4281] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(466), 1,
ts_builtin_sym_end,
STATE(209), 1,
sym_comment,
[4291] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(468), 1,
sym_identifier,
STATE(210), 1,
sym_comment,
[4301] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(470), 1,
sym_identifier,
STATE(211), 1,
sym_comment,
[4311] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(472), 1,
anon_sym_SEMI,
STATE(212), 1,
sym_comment,
[4321] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(474), 1,
anon_sym_SEMI,
STATE(213), 1,
sym_comment,
[4331] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(476), 1,
sym_identifier,
STATE(214), 1,
sym_comment,
[4341] = 3,
ACTIONS(85), 1,
anon_sym_SLASH_SLASH,
ACTIONS(478), 1,
anon_sym_SEMI,
STATE(215), 1,
sym_comment,
[4351] = 1,
ACTIONS(480), 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)] = 547,
[SMALL_STATE(14)] = 589,
[SMALL_STATE(15)] = 631,
[SMALL_STATE(16)] = 673,
[SMALL_STATE(17)] = 707,
[SMALL_STATE(18)] = 749,
[SMALL_STATE(19)] = 791,
[SMALL_STATE(20)] = 833,
[SMALL_STATE(21)] = 875,
[SMALL_STATE(22)] = 909,
[SMALL_STATE(23)] = 943,
[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)] = 1444,
[SMALL_STATE(38)] = 1499,
[SMALL_STATE(39)] = 1554,
[SMALL_STATE(40)] = 1591,
[SMALL_STATE(41)] = 1619,
[SMALL_STATE(42)] = 1649,
[SMALL_STATE(43)] = 1679,
[SMALL_STATE(44)] = 1704,
[SMALL_STATE(45)] = 1734,
[SMALL_STATE(46)] = 1762,
[SMALL_STATE(47)] = 1788,
[SMALL_STATE(48)] = 1818,
[SMALL_STATE(49)] = 1848,
[SMALL_STATE(50)] = 1875,
[SMALL_STATE(51)] = 1902,
[SMALL_STATE(52)] = 1929,
[SMALL_STATE(53)] = 1956,
[SMALL_STATE(54)] = 1983,
[SMALL_STATE(55)] = 2010,
[SMALL_STATE(56)] = 2037,
[SMALL_STATE(57)] = 2064,
[SMALL_STATE(58)] = 2085,
[SMALL_STATE(59)] = 2108,
[SMALL_STATE(60)] = 2131,
[SMALL_STATE(61)] = 2158,
[SMALL_STATE(62)] = 2176,
[SMALL_STATE(63)] = 2194,
[SMALL_STATE(64)] = 2212,
[SMALL_STATE(65)] = 2230,
[SMALL_STATE(66)] = 2248,
[SMALL_STATE(67)] = 2266,
[SMALL_STATE(68)] = 2284,
[SMALL_STATE(69)] = 2302,
[SMALL_STATE(70)] = 2322,
[SMALL_STATE(71)] = 2340,
[SMALL_STATE(72)] = 2358,
[SMALL_STATE(73)] = 2376,
[SMALL_STATE(74)] = 2394,
[SMALL_STATE(75)] = 2412,
[SMALL_STATE(76)] = 2430,
[SMALL_STATE(77)] = 2448,
[SMALL_STATE(78)] = 2466,
[SMALL_STATE(79)] = 2484,
[SMALL_STATE(80)] = 2502,
[SMALL_STATE(81)] = 2524,
[SMALL_STATE(82)] = 2546,
[SMALL_STATE(83)] = 2566,
[SMALL_STATE(84)] = 2584,
[SMALL_STATE(85)] = 2602,
[SMALL_STATE(86)] = 2619,
[SMALL_STATE(87)] = 2636,
[SMALL_STATE(88)] = 2653,
[SMALL_STATE(89)] = 2670,
[SMALL_STATE(90)] = 2687,
[SMALL_STATE(91)] = 2704,
[SMALL_STATE(92)] = 2721,
[SMALL_STATE(93)] = 2738,
[SMALL_STATE(94)] = 2755,
[SMALL_STATE(95)] = 2772,
[SMALL_STATE(96)] = 2789,
[SMALL_STATE(97)] = 2809,
[SMALL_STATE(98)] = 2823,
[SMALL_STATE(99)] = 2837,
[SMALL_STATE(100)] = 2859,
[SMALL_STATE(101)] = 2873,
[SMALL_STATE(102)] = 2887,
[SMALL_STATE(103)] = 2901,
[SMALL_STATE(104)] = 2915,
[SMALL_STATE(105)] = 2928,
[SMALL_STATE(106)] = 2941,
[SMALL_STATE(107)] = 2954,
[SMALL_STATE(108)] = 2967,
[SMALL_STATE(109)] = 2980,
[SMALL_STATE(110)] = 2993,
[SMALL_STATE(111)] = 3006,
[SMALL_STATE(112)] = 3025,
[SMALL_STATE(113)] = 3044,
[SMALL_STATE(114)] = 3063,
[SMALL_STATE(115)] = 3082,
[SMALL_STATE(116)] = 3098,
[SMALL_STATE(117)] = 3114,
[SMALL_STATE(118)] = 3130,
[SMALL_STATE(119)] = 3146,
[SMALL_STATE(120)] = 3162,
[SMALL_STATE(121)] = 3176,
[SMALL_STATE(122)] = 3192,
[SMALL_STATE(123)] = 3208,
[SMALL_STATE(124)] = 3224,
[SMALL_STATE(125)] = 3240,
[SMALL_STATE(126)] = 3254,
[SMALL_STATE(127)] = 3270,
[SMALL_STATE(128)] = 3286,
[SMALL_STATE(129)] = 3300,
[SMALL_STATE(130)] = 3314,
[SMALL_STATE(131)] = 3330,
[SMALL_STATE(132)] = 3346,
[SMALL_STATE(133)] = 3362,
[SMALL_STATE(134)] = 3374,
[SMALL_STATE(135)] = 3390,
[SMALL_STATE(136)] = 3406,
[SMALL_STATE(137)] = 3422,
[SMALL_STATE(138)] = 3438,
[SMALL_STATE(139)] = 3454,
[SMALL_STATE(140)] = 3470,
[SMALL_STATE(141)] = 3486,
[SMALL_STATE(142)] = 3502,
[SMALL_STATE(143)] = 3518,
[SMALL_STATE(144)] = 3534,
[SMALL_STATE(145)] = 3547,
[SMALL_STATE(146)] = 3560,
[SMALL_STATE(147)] = 3573,
[SMALL_STATE(148)] = 3586,
[SMALL_STATE(149)] = 3599,
[SMALL_STATE(150)] = 3610,
[SMALL_STATE(151)] = 3623,
[SMALL_STATE(152)] = 3636,
[SMALL_STATE(153)] = 3649,
[SMALL_STATE(154)] = 3662,
[SMALL_STATE(155)] = 3675,
[SMALL_STATE(156)] = 3688,
[SMALL_STATE(157)] = 3701,
[SMALL_STATE(158)] = 3714,
[SMALL_STATE(159)] = 3727,
[SMALL_STATE(160)] = 3740,
[SMALL_STATE(161)] = 3753,
[SMALL_STATE(162)] = 3764,
[SMALL_STATE(163)] = 3775,
[SMALL_STATE(164)] = 3788,
[SMALL_STATE(165)] = 3799,
[SMALL_STATE(166)] = 3812,
[SMALL_STATE(167)] = 3825,
[SMALL_STATE(168)] = 3838,
[SMALL_STATE(169)] = 3851,
[SMALL_STATE(170)] = 3864,
[SMALL_STATE(171)] = 3877,
[SMALL_STATE(172)] = 3890,
[SMALL_STATE(173)] = 3903,
[SMALL_STATE(174)] = 3916,
[SMALL_STATE(175)] = 3927,
[SMALL_STATE(176)] = 3938,
[SMALL_STATE(177)] = 3951,
[SMALL_STATE(178)] = 3964,
[SMALL_STATE(179)] = 3977,
[SMALL_STATE(180)] = 3990,
[SMALL_STATE(181)] = 4001,
[SMALL_STATE(182)] = 4011,
[SMALL_STATE(183)] = 4021,
[SMALL_STATE(184)] = 4031,
[SMALL_STATE(185)] = 4041,
[SMALL_STATE(186)] = 4051,
[SMALL_STATE(187)] = 4061,
[SMALL_STATE(188)] = 4071,
[SMALL_STATE(189)] = 4081,
[SMALL_STATE(190)] = 4091,
[SMALL_STATE(191)] = 4101,
[SMALL_STATE(192)] = 4111,
[SMALL_STATE(193)] = 4121,
[SMALL_STATE(194)] = 4131,
[SMALL_STATE(195)] = 4141,
[SMALL_STATE(196)] = 4151,
[SMALL_STATE(197)] = 4161,
[SMALL_STATE(198)] = 4171,
[SMALL_STATE(199)] = 4181,
[SMALL_STATE(200)] = 4191,
[SMALL_STATE(201)] = 4201,
[SMALL_STATE(202)] = 4211,
[SMALL_STATE(203)] = 4221,
[SMALL_STATE(204)] = 4231,
[SMALL_STATE(205)] = 4241,
[SMALL_STATE(206)] = 4251,
[SMALL_STATE(207)] = 4261,
[SMALL_STATE(208)] = 4271,
[SMALL_STATE(209)] = 4281,
[SMALL_STATE(210)] = 4291,
[SMALL_STATE(211)] = 4301,
[SMALL_STATE(212)] = 4311,
[SMALL_STATE(213)] = 4321,
[SMALL_STATE(214)] = 4331,
[SMALL_STATE(215)] = 4341,
[SMALL_STATE(216)] = 4351,
};
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(208),
[5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[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(102),
[30] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(165),
[33] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(173),
[36] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(199),
[39] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(59),
[42] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[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(28),
[50] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[52] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[54] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[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(214),
[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(173),
[78] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_preamble_repeat1, 2, 0, 0), SHIFT_REPEAT(199),
[81] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 4, 0, 0),
[83] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 4, 0, 0),
[85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
[87] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 1, 0, 0),
[89] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 1, 0, 0),
[91] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 3, 0, 0),
[93] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 3, 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(sym_field, 6, 0, 0),
[101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 6, 0, 0),
[103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_definition_preamble_repeat1, 1, 0, 0),
[105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_definition_preamble_repeat1, 1, 0, 0),
[107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, 0, 0),
[109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, 0, 0),
[111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_value, 1, 0, 0),
[113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_value, 1, 0, 0),
[115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_docstring, 2, 0, 0),
[117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_docstring, 2, 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_json_array, 2, 0, 0),
[125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 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, 3, 0, 0),
[133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 3, 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, 4, 0, 0),
[141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 4, 0, 0),
[143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0),
[145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(124),
[148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(150),
[151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(153),
[154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(154),
[157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(157),
[160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(177),
[163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(158),
[166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(183),
[169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
[171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(200),
[194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
[202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_definition_preamble, 1, 0, 0),
[206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_definition_preamble_repeat1, 2, 0, 0),
[208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_preamble_repeat1, 2, 0, 0), SHIFT_REPEAT(177),
[211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_preamble_repeat1, 2, 0, 0), SHIFT_REPEAT(183),
[214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(182),
[221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182),
[223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 8, 0, 0),
[225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 1, 0, 0),
[227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7, 0, 0),
[229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_declaration, 5, 0, 0),
[231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_block, 2, 0, 0),
[233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 5, 0, 0),
[235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 9, 0, 0),
[237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 5, 0, 0),
[239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3, 0, 0),
[241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 5, 0, 0),
[243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 0),
[245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 6, 0, 0),
[247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 4, 0, 0),
[249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 4, 0, 0),
[251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 0),
[253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 3, 0, 0),
[255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 3, 0, 0),
[257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_block, 3, 0, 0),
[259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(207),
[264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_declaration, 6, 0, 0),
[266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 7, 0, 0),
[268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 1, 0, 0),
[270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 2, 0, 0),
[274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0),
[276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
[278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0),
[288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0),
[290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 2, 0, 0),
[292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(192),
[317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0),
[319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(17),
[332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0),
[334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_json_object_repeat1, 2, 0, 0), SHIFT_REPEAT(168),
[341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_json_object_repeat1, 2, 0, 0),
[343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_json_array_repeat1, 2, 0, 0), SHIFT_REPEAT(55),
[346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_json_array_repeat1, 2, 0, 0),
[348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_name, 1, 0, 0),
[356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0),
[396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_path, 1, 0, 0),
[402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0),
[408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object_pair, 3, 0, 0),
[416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88),
[422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
[426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_definition, 4, 0, 0),
[428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 2, 0, 0),
[432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[446] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 3, 0, 0),
[450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29),
[452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216),
[466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_definition, 3, 0, 0),
[468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_path, 2, 0, 0),
[476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[480] = {.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