#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 264
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 98
#define ALIAS_COUNT 0
#define TOKEN_COUNT 60
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 0
#define MAX_ALIAS_SEQUENCE_LENGTH 10
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 1
#define SUPERTYPE_COUNT 0
enum ts_symbol_identifiers {
anon_sym_DOT = 1,
anon_sym_module = 2,
anon_sym_LBRACE = 3,
anon_sym_RBRACE_SEMI = 4,
anon_sym_import = 5,
anon_sym_SEMI = 6,
anon_sym_DOT_STAR = 7,
anon_sym_type = 8,
anon_sym_EQ = 9,
anon_sym_newtype = 10,
anon_sym_LT = 11,
anon_sym_COMMA = 12,
anon_sym_GT = 13,
anon_sym_Int8 = 14,
anon_sym_Int16 = 15,
anon_sym_Int32 = 16,
anon_sym_Int64 = 17,
anon_sym_Word8 = 18,
anon_sym_Word16 = 19,
anon_sym_Word32 = 20,
anon_sym_Word64 = 21,
anon_sym_Bool = 22,
anon_sym_Void = 23,
anon_sym_Float = 24,
anon_sym_Double = 25,
anon_sym_String = 26,
anon_sym_Bytes = 27,
anon_sym_Json = 28,
anon_sym_Vector = 29,
anon_sym_StringMap = 30,
anon_sym_Nullable = 31,
anon_sym_TypeToken = 32,
anon_sym_struct = 33,
anon_sym_union = 34,
anon_sym_AT = 35,
anon_sym_annotation = 36,
anon_sym_SLASH_SLASH = 37,
aux_sym_comment_token1 = 38,
anon_sym_SLASH_SLASH_SLASH = 39,
anon_sym_null = 40,
anon_sym_true = 41,
anon_sym_false = 42,
sym_json_number = 43,
anon_sym_DQUOTE = 44,
aux_sym_json_string_token1 = 45,
anon_sym_BSLASH = 46,
anon_sym_SLASH = 47,
anon_sym_b = 48,
anon_sym_f = 49,
anon_sym_n = 50,
anon_sym_r = 51,
anon_sym_t = 52,
anon_sym_u = 53,
aux_sym_json_string_token2 = 54,
anon_sym_LBRACK = 55,
anon_sym_RBRACK = 56,
anon_sym_RBRACE = 57,
anon_sym_COLON = 58,
sym_identifier = 59,
sym_source_file = 60,
sym_scoped_name = 61,
sym_module_definition = 62,
sym_module_body = 63,
sym_import_declaration = 64,
sym_import_path = 65,
sym_type_definition = 66,
sym_newtype_definition = 67,
sym_type_name = 68,
sym_type_parameters = 69,
sym_type_expression = 70,
sym_type_arguments = 71,
sym_primitive_type = 72,
sym_struct_definition = 73,
sym_union_definition = 74,
sym_field_block = 75,
sym_field = 76,
sym_annotation = 77,
sym_annotations = 78,
sym_annotation_declaration = 79,
sym_comment = 80,
sym_docstring = 81,
sym_docstring_block = 82,
sym_json_value = 83,
sym_json_string = 84,
sym_json_array = 85,
sym_json_object = 86,
sym_json_object_pair = 87,
aux_sym_scoped_name_repeat1 = 88,
aux_sym_module_body_repeat1 = 89,
aux_sym_type_parameters_repeat1 = 90,
aux_sym_type_arguments_repeat1 = 91,
aux_sym_field_block_repeat1 = 92,
aux_sym_annotations_repeat1 = 93,
aux_sym_docstring_block_repeat1 = 94,
aux_sym_json_string_repeat1 = 95,
aux_sym_json_array_repeat1 = 96,
aux_sym_json_object_repeat1 = 97,
};
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",
[anon_sym_DQUOTE] = "\"",
[aux_sym_json_string_token1] = "json_string_token1",
[anon_sym_BSLASH] = "\\",
[anon_sym_SLASH] = "/",
[anon_sym_b] = "b",
[anon_sym_f] = "f",
[anon_sym_n] = "n",
[anon_sym_r] = "r",
[anon_sym_t] = "t",
[anon_sym_u] = "u",
[aux_sym_json_string_token2] = "json_string_token2",
[anon_sym_LBRACK] = "[",
[anon_sym_RBRACK] = "]",
[anon_sym_RBRACE] = "}",
[anon_sym_COLON] = ":",
[sym_identifier] = "identifier",
[sym_source_file] = "source_file",
[sym_scoped_name] = "scoped_name",
[sym_module_definition] = "module_definition",
[sym_module_body] = "module_body",
[sym_import_declaration] = "import_declaration",
[sym_import_path] = "import_path",
[sym_type_definition] = "type_definition",
[sym_newtype_definition] = "newtype_definition",
[sym_type_name] = "type_name",
[sym_type_parameters] = "type_parameters",
[sym_type_expression] = "type_expression",
[sym_type_arguments] = "type_arguments",
[sym_primitive_type] = "primitive_type",
[sym_struct_definition] = "struct_definition",
[sym_union_definition] = "union_definition",
[sym_field_block] = "field_block",
[sym_field] = "field",
[sym_annotation] = "annotation",
[sym_annotations] = "annotations",
[sym_annotation_declaration] = "annotation_declaration",
[sym_comment] = "comment",
[sym_docstring] = "docstring",
[sym_docstring_block] = "docstring_block",
[sym_json_value] = "json_value",
[sym_json_string] = "json_string",
[sym_json_array] = "json_array",
[sym_json_object] = "json_object",
[sym_json_object_pair] = "json_object_pair",
[aux_sym_scoped_name_repeat1] = "scoped_name_repeat1",
[aux_sym_module_body_repeat1] = "module_body_repeat1",
[aux_sym_type_parameters_repeat1] = "type_parameters_repeat1",
[aux_sym_type_arguments_repeat1] = "type_arguments_repeat1",
[aux_sym_field_block_repeat1] = "field_block_repeat1",
[aux_sym_annotations_repeat1] = "annotations_repeat1",
[aux_sym_docstring_block_repeat1] = "docstring_block_repeat1",
[aux_sym_json_string_repeat1] = "json_string_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,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[aux_sym_json_string_token1] = aux_sym_json_string_token1,
[anon_sym_BSLASH] = anon_sym_BSLASH,
[anon_sym_SLASH] = anon_sym_SLASH,
[anon_sym_b] = anon_sym_b,
[anon_sym_f] = anon_sym_f,
[anon_sym_n] = anon_sym_n,
[anon_sym_r] = anon_sym_r,
[anon_sym_t] = anon_sym_t,
[anon_sym_u] = anon_sym_u,
[aux_sym_json_string_token2] = aux_sym_json_string_token2,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[anon_sym_COLON] = anon_sym_COLON,
[sym_identifier] = sym_identifier,
[sym_source_file] = sym_source_file,
[sym_scoped_name] = sym_scoped_name,
[sym_module_definition] = sym_module_definition,
[sym_module_body] = sym_module_body,
[sym_import_declaration] = sym_import_declaration,
[sym_import_path] = sym_import_path,
[sym_type_definition] = sym_type_definition,
[sym_newtype_definition] = sym_newtype_definition,
[sym_type_name] = sym_type_name,
[sym_type_parameters] = sym_type_parameters,
[sym_type_expression] = sym_type_expression,
[sym_type_arguments] = sym_type_arguments,
[sym_primitive_type] = sym_primitive_type,
[sym_struct_definition] = sym_struct_definition,
[sym_union_definition] = sym_union_definition,
[sym_field_block] = sym_field_block,
[sym_field] = sym_field,
[sym_annotation] = sym_annotation,
[sym_annotations] = sym_annotations,
[sym_annotation_declaration] = sym_annotation_declaration,
[sym_comment] = sym_comment,
[sym_docstring] = sym_docstring,
[sym_docstring_block] = sym_docstring_block,
[sym_json_value] = sym_json_value,
[sym_json_string] = sym_json_string,
[sym_json_array] = sym_json_array,
[sym_json_object] = sym_json_object,
[sym_json_object_pair] = sym_json_object_pair,
[aux_sym_scoped_name_repeat1] = aux_sym_scoped_name_repeat1,
[aux_sym_module_body_repeat1] = aux_sym_module_body_repeat1,
[aux_sym_type_parameters_repeat1] = aux_sym_type_parameters_repeat1,
[aux_sym_type_arguments_repeat1] = aux_sym_type_arguments_repeat1,
[aux_sym_field_block_repeat1] = aux_sym_field_block_repeat1,
[aux_sym_annotations_repeat1] = aux_sym_annotations_repeat1,
[aux_sym_docstring_block_repeat1] = aux_sym_docstring_block_repeat1,
[aux_sym_json_string_repeat1] = aux_sym_json_string_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,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[aux_sym_json_string_token1] = {
.visible = false,
.named = false,
},
[anon_sym_BSLASH] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH] = {
.visible = true,
.named = false,
},
[anon_sym_b] = {
.visible = true,
.named = false,
},
[anon_sym_f] = {
.visible = true,
.named = false,
},
[anon_sym_n] = {
.visible = true,
.named = false,
},
[anon_sym_r] = {
.visible = true,
.named = false,
},
[anon_sym_t] = {
.visible = true,
.named = false,
},
[anon_sym_u] = {
.visible = true,
.named = false,
},
[aux_sym_json_string_token2] = {
.visible = false,
.named = false,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[sym_identifier] = {
.visible = true,
.named = true,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym_scoped_name] = {
.visible = true,
.named = true,
},
[sym_module_definition] = {
.visible = true,
.named = true,
},
[sym_module_body] = {
.visible = true,
.named = true,
},
[sym_import_declaration] = {
.visible = true,
.named = true,
},
[sym_import_path] = {
.visible = true,
.named = true,
},
[sym_type_definition] = {
.visible = true,
.named = true,
},
[sym_newtype_definition] = {
.visible = true,
.named = true,
},
[sym_type_name] = {
.visible = true,
.named = true,
},
[sym_type_parameters] = {
.visible = true,
.named = true,
},
[sym_type_expression] = {
.visible = true,
.named = true,
},
[sym_type_arguments] = {
.visible = true,
.named = true,
},
[sym_primitive_type] = {
.visible = true,
.named = true,
},
[sym_struct_definition] = {
.visible = true,
.named = true,
},
[sym_union_definition] = {
.visible = true,
.named = true,
},
[sym_field_block] = {
.visible = true,
.named = true,
},
[sym_field] = {
.visible = true,
.named = true,
},
[sym_annotation] = {
.visible = true,
.named = true,
},
[sym_annotations] = {
.visible = true,
.named = true,
},
[sym_annotation_declaration] = {
.visible = true,
.named = true,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[sym_docstring] = {
.visible = true,
.named = true,
},
[sym_docstring_block] = {
.visible = true,
.named = true,
},
[sym_json_value] = {
.visible = true,
.named = true,
},
[sym_json_string] = {
.visible = true,
.named = true,
},
[sym_json_array] = {
.visible = true,
.named = true,
},
[sym_json_object] = {
.visible = true,
.named = true,
},
[sym_json_object_pair] = {
.visible = true,
.named = true,
},
[aux_sym_scoped_name_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_module_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_type_parameters_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_type_arguments_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_field_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_annotations_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_docstring_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_json_string_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_json_array_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_json_object_repeat1] = {
.visible = false,
.named = false,
},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
};
static const uint16_t ts_non_terminal_alias_map[] = {
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 5,
[6] = 6,
[7] = 7,
[8] = 8,
[9] = 9,
[10] = 10,
[11] = 11,
[12] = 12,
[13] = 13,
[14] = 14,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 30,
[31] = 31,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 38,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 42,
[43] = 43,
[44] = 44,
[45] = 45,
[46] = 46,
[47] = 47,
[48] = 48,
[49] = 5,
[50] = 6,
[51] = 7,
[52] = 8,
[53] = 9,
[54] = 54,
[55] = 54,
[56] = 54,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 6,
[67] = 8,
[68] = 7,
[69] = 48,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 73,
[74] = 74,
[75] = 75,
[76] = 76,
[77] = 77,
[78] = 78,
[79] = 79,
[80] = 80,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 85,
[86] = 86,
[87] = 87,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 91,
[92] = 92,
[93] = 93,
[94] = 94,
[95] = 9,
[96] = 96,
[97] = 31,
[98] = 11,
[99] = 99,
[100] = 12,
[101] = 32,
[102] = 102,
[103] = 40,
[104] = 42,
[105] = 45,
[106] = 34,
[107] = 47,
[108] = 38,
[109] = 35,
[110] = 43,
[111] = 39,
[112] = 41,
[113] = 46,
[114] = 44,
[115] = 115,
[116] = 116,
[117] = 117,
[118] = 118,
[119] = 119,
[120] = 120,
[121] = 121,
[122] = 38,
[123] = 44,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 40,
[134] = 42,
[135] = 43,
[136] = 45,
[137] = 41,
[138] = 46,
[139] = 125,
[140] = 140,
[141] = 126,
[142] = 127,
[143] = 143,
[144] = 125,
[145] = 126,
[146] = 127,
[147] = 39,
[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] = 161,
[171] = 160,
[172] = 155,
[173] = 173,
[174] = 174,
[175] = 168,
[176] = 168,
[177] = 161,
[178] = 160,
[179] = 155,
[180] = 180,
[181] = 181,
[182] = 182,
[183] = 183,
[184] = 184,
[185] = 185,
[186] = 186,
[187] = 187,
[188] = 188,
[189] = 189,
[190] = 190,
[191] = 191,
[192] = 192,
[193] = 193,
[194] = 194,
[195] = 195,
[196] = 196,
[197] = 197,
[198] = 198,
[199] = 199,
[200] = 200,
[201] = 201,
[202] = 202,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 206,
[207] = 207,
[208] = 208,
[209] = 209,
[210] = 210,
[211] = 190,
[212] = 212,
[213] = 213,
[214] = 214,
[215] = 215,
[216] = 216,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 220,
[221] = 221,
[222] = 222,
[223] = 223,
[224] = 224,
[225] = 225,
[226] = 226,
[227] = 227,
[228] = 228,
[229] = 229,
[230] = 230,
[231] = 231,
[232] = 224,
[233] = 233,
[234] = 234,
[235] = 235,
[236] = 236,
[237] = 237,
[238] = 238,
[239] = 239,
[240] = 240,
[241] = 241,
[242] = 242,
[243] = 243,
[244] = 244,
[245] = 244,
[246] = 246,
[247] = 247,
[248] = 248,
[249] = 249,
[250] = 250,
[251] = 251,
[252] = 252,
[253] = 224,
[254] = 254,
[255] = 255,
[256] = 256,
[257] = 257,
[258] = 258,
[259] = 259,
[260] = 260,
[261] = 261,
[262] = 262,
[263] = 263,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(125);
ADVANCE_MAP(
'"', 199,
',', 138,
'-', 12,
'.', 127,
'/', 204,
'0', 195,
':', 216,
';', 132,
'<', 137,
'=', 135,
'>', 139,
'@', 180,
'B', 79,
'D', 76,
'F', 60,
'I', 71,
'J', 98,
'N', 112,
'S', 100,
'T', 117,
'V', 35,
'W', 77,
'[', 213,
'\\', 203,
']', 214,
'a', 70,
'b', 205,
'f', 206,
'i', 63,
'm', 73,
'n', 207,
'r', 208,
's', 106,
't', 209,
'u', 211,
'{', 129,
'}', 215,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(0);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(196);
END_STATE();
case 1:
ADVANCE_MAP(
'"', 199,
'-', 12,
'.', 126,
'/', 9,
'0', 195,
'@', 180,
'B', 265,
'D', 263,
'F', 252,
'I', 259,
'J', 275,
'N', 283,
'S', 277,
'T', 286,
'V', 235,
'W', 264,
'[', 213,
'f', 228,
'n', 285,
't', 273,
'{', 129,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(1);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(196);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 2:
ADVANCE_MAP(
'"', 199,
'-', 12,
'.', 126,
'/', 9,
'0', 195,
'@', 180,
'[', 213,
'a', 70,
'f', 25,
'i', 63,
'n', 40,
's', 106,
't', 95,
'u', 69,
'{', 129,
'}', 21,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(2);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(196);
END_STATE();
case 3:
ADVANCE_MAP(
'"', 199,
'-', 12,
'/', 7,
'0', 195,
'[', 213,
']', 214,
'a', 70,
'f', 25,
'n', 40,
's', 106,
't', 95,
'u', 69,
'{', 129,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(3);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(196);
END_STATE();
case 4:
ADVANCE_MAP(
'"', 199,
'/', 204,
'\\', 203,
'b', 205,
'f', 206,
'n', 207,
'r', 208,
't', 209,
'u', 210,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(4);
END_STATE();
case 5:
if (lookahead == '"') ADVANCE(199);
if (lookahead == '/') ADVANCE(201);
if (lookahead == '\\') ADVANCE(203);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(202);
if (lookahead != 0) ADVANCE(200);
END_STATE();
case 6:
ADVANCE_MAP(
',', 138,
'.', 127,
'/', 7,
';', 132,
'<', 137,
'=', 135,
'>', 139,
'{', 129,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(6);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 7:
if (lookahead == '/') ADVANCE(182);
END_STATE();
case 8:
ADVANCE_MAP(
'/', 9,
'@', 180,
'B', 265,
'D', 263,
'F', 252,
'I', 259,
'J', 275,
'N', 283,
'S', 277,
'T', 286,
'V', 235,
'W', 264,
'}', 21,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(8);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 9:
if (lookahead == '/') ADVANCE(183);
END_STATE();
case 10:
ADVANCE_MAP(
'/', 7,
'B', 265,
'D', 263,
'F', 252,
'I', 259,
'J', 275,
'N', 283,
'S', 277,
'T', 286,
'V', 235,
'W', 264,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(10);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 11:
if (lookahead == '/') ADVANCE(7);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(11);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(124);
END_STATE();
case 12:
if (lookahead == '0') ADVANCE(195);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(196);
END_STATE();
case 13:
if (lookahead == '1') ADVANCE(19);
if (lookahead == '3') ADVANCE(15);
if (lookahead == '6') ADVANCE(17);
if (lookahead == '8') ADVANCE(140);
END_STATE();
case 14:
if (lookahead == '1') ADVANCE(20);
if (lookahead == '3') ADVANCE(16);
if (lookahead == '6') ADVANCE(18);
if (lookahead == '8') ADVANCE(148);
END_STATE();
case 15:
if (lookahead == '2') ADVANCE(144);
END_STATE();
case 16:
if (lookahead == '2') ADVANCE(152);
END_STATE();
case 17:
if (lookahead == '4') ADVANCE(146);
END_STATE();
case 18:
if (lookahead == '4') ADVANCE(154);
END_STATE();
case 19:
if (lookahead == '6') ADVANCE(142);
END_STATE();
case 20:
if (lookahead == '6') ADVANCE(150);
END_STATE();
case 21:
if (lookahead == ';') ADVANCE(130);
END_STATE();
case 22:
if (lookahead == 'T') ADVANCE(75);
END_STATE();
case 23:
if (lookahead == 'a') ADVANCE(86);
END_STATE();
case 24:
if (lookahead == 'a') ADVANCE(103);
END_STATE();
case 25:
if (lookahead == 'a') ADVANCE(56);
END_STATE();
case 26:
if (lookahead == 'a') ADVANCE(108);
END_STATE();
case 27:
if (lookahead == 'a') ADVANCE(29);
END_STATE();
case 28:
if (lookahead == 'b') ADVANCE(57);
END_STATE();
case 29:
if (lookahead == 'b') ADVANCE(61);
END_STATE();
case 30:
if (lookahead == 'c') ADVANCE(109);
END_STATE();
case 31:
if (lookahead == 'c') ADVANCE(105);
END_STATE();
case 32:
if (lookahead == 'd') ADVANCE(158);
END_STATE();
case 33:
if (lookahead == 'd') ADVANCE(14);
END_STATE();
case 34:
if (lookahead == 'd') ADVANCE(113);
END_STATE();
case 35:
if (lookahead == 'e') ADVANCE(30);
if (lookahead == 'o') ADVANCE(48);
END_STATE();
case 36:
if (lookahead == 'e') ADVANCE(22);
END_STATE();
case 37:
if (lookahead == 'e') ADVANCE(162);
END_STATE();
case 38:
if (lookahead == 'e') ADVANCE(128);
END_STATE();
case 39:
if (lookahead == 'e') ADVANCE(174);
END_STATE();
case 40:
if (lookahead == 'e') ADVANCE(116);
if (lookahead == 'u') ADVANCE(62);
END_STATE();
case 41:
if (lookahead == 'e') ADVANCE(191);
END_STATE();
case 42:
if (lookahead == 'e') ADVANCE(134);
END_STATE();
case 43:
if (lookahead == 'e') ADVANCE(193);
END_STATE();
case 44:
if (lookahead == 'e') ADVANCE(136);
END_STATE();
case 45:
if (lookahead == 'e') ADVANCE(97);
END_STATE();
case 46:
if (lookahead == 'e') ADVANCE(67);
END_STATE();
case 47:
if (lookahead == 'g') ADVANCE(164);
END_STATE();
case 48:
if (lookahead == 'i') ADVANCE(32);
END_STATE();
case 49:
if (lookahead == 'i') ADVANCE(65);
END_STATE();
case 50:
if (lookahead == 'i') ADVANCE(83);
END_STATE();
case 51:
if (lookahead == 'i') ADVANCE(85);
END_STATE();
case 52:
if (lookahead == 'k') ADVANCE(46);
END_STATE();
case 53:
if (lookahead == 'l') ADVANCE(156);
END_STATE();
case 54:
if (lookahead == 'l') ADVANCE(189);
END_STATE();
case 55:
if (lookahead == 'l') ADVANCE(27);
END_STATE();
case 56:
if (lookahead == 'l') ADVANCE(99);
END_STATE();
case 57:
if (lookahead == 'l') ADVANCE(37);
END_STATE();
case 58:
if (lookahead == 'l') ADVANCE(55);
END_STATE();
case 59:
if (lookahead == 'l') ADVANCE(38);
END_STATE();
case 60:
if (lookahead == 'l') ADVANCE(74);
END_STATE();
case 61:
if (lookahead == 'l') ADVANCE(39);
END_STATE();
case 62:
if (lookahead == 'l') ADVANCE(54);
END_STATE();
case 63:
if (lookahead == 'm') ADVANCE(90);
END_STATE();
case 64:
if (lookahead == 'n') ADVANCE(168);
END_STATE();
case 65:
if (lookahead == 'n') ADVANCE(47);
END_STATE();
case 66:
if (lookahead == 'n') ADVANCE(179);
END_STATE();
case 67:
if (lookahead == 'n') ADVANCE(176);
END_STATE();
case 68:
if (lookahead == 'n') ADVANCE(181);
END_STATE();
case 69:
if (lookahead == 'n') ADVANCE(50);
END_STATE();
case 70:
if (lookahead == 'n') ADVANCE(72);
END_STATE();
case 71:
if (lookahead == 'n') ADVANCE(102);
END_STATE();
case 72:
if (lookahead == 'n') ADVANCE(84);
END_STATE();
case 73:
if (lookahead == 'o') ADVANCE(34);
END_STATE();
case 74:
if (lookahead == 'o') ADVANCE(24);
END_STATE();
case 75:
if (lookahead == 'o') ADVANCE(52);
END_STATE();
case 76:
if (lookahead == 'o') ADVANCE(111);
END_STATE();
case 77:
if (lookahead == 'o') ADVANCE(94);
END_STATE();
case 78:
if (lookahead == 'o') ADVANCE(53);
END_STATE();
case 79:
if (lookahead == 'o') ADVANCE(78);
if (lookahead == 'y') ADVANCE(101);
END_STATE();
case 80:
if (lookahead == 'o') ADVANCE(64);
END_STATE();
case 81:
if (lookahead == 'o') ADVANCE(96);
END_STATE();
case 82:
if (lookahead == 'o') ADVANCE(91);
END_STATE();
case 83:
if (lookahead == 'o') ADVANCE(66);
END_STATE();
case 84:
if (lookahead == 'o') ADVANCE(107);
END_STATE();
case 85:
if (lookahead == 'o') ADVANCE(68);
END_STATE();
case 86:
if (lookahead == 'p') ADVANCE(172);
END_STATE();
case 87:
if (lookahead == 'p') ADVANCE(36);
END_STATE();
case 88:
if (lookahead == 'p') ADVANCE(42);
END_STATE();
case 89:
if (lookahead == 'p') ADVANCE(44);
END_STATE();
case 90:
if (lookahead == 'p') ADVANCE(81);
END_STATE();
case 91:
if (lookahead == 'r') ADVANCE(170);
END_STATE();
case 92:
if (lookahead == 'r') ADVANCE(115);
END_STATE();
case 93:
if (lookahead == 'r') ADVANCE(49);
END_STATE();
case 94:
if (lookahead == 'r') ADVANCE(33);
END_STATE();
case 95:
if (lookahead == 'r') ADVANCE(114);
if (lookahead == 'y') ADVANCE(88);
END_STATE();
case 96:
if (lookahead == 'r') ADVANCE(104);
END_STATE();
case 97:
if (lookahead == 's') ADVANCE(166);
END_STATE();
case 98:
if (lookahead == 's') ADVANCE(80);
END_STATE();
case 99:
if (lookahead == 's') ADVANCE(43);
END_STATE();
case 100:
if (lookahead == 't') ADVANCE(93);
END_STATE();
case 101:
if (lookahead == 't') ADVANCE(45);
END_STATE();
case 102:
if (lookahead == 't') ADVANCE(13);
END_STATE();
case 103:
if (lookahead == 't') ADVANCE(160);
END_STATE();
case 104:
if (lookahead == 't') ADVANCE(131);
END_STATE();
case 105:
if (lookahead == 't') ADVANCE(178);
END_STATE();
case 106:
if (lookahead == 't') ADVANCE(92);
END_STATE();
case 107:
if (lookahead == 't') ADVANCE(26);
END_STATE();
case 108:
if (lookahead == 't') ADVANCE(51);
END_STATE();
case 109:
if (lookahead == 't') ADVANCE(82);
END_STATE();
case 110:
if (lookahead == 't') ADVANCE(118);
END_STATE();
case 111:
if (lookahead == 'u') ADVANCE(28);
END_STATE();
case 112:
if (lookahead == 'u') ADVANCE(58);
END_STATE();
case 113:
if (lookahead == 'u') ADVANCE(59);
END_STATE();
case 114:
if (lookahead == 'u') ADVANCE(41);
END_STATE();
case 115:
if (lookahead == 'u') ADVANCE(31);
END_STATE();
case 116:
if (lookahead == 'w') ADVANCE(110);
END_STATE();
case 117:
if (lookahead == 'y') ADVANCE(87);
END_STATE();
case 118:
if (lookahead == 'y') ADVANCE(89);
END_STATE();
case 119:
if (lookahead == '+' ||
lookahead == '-') ADVANCE(121);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
END_STATE();
case 120:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(197);
END_STATE();
case 121:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
END_STATE();
case 122:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(212);
END_STATE();
case 123:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(122);
END_STATE();
case 124:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(123);
END_STATE();
case 125:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 126:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 127:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '*') ADVANCE(133);
END_STATE();
case 128:
ACCEPT_TOKEN(anon_sym_module);
END_STATE();
case 129:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 130:
ACCEPT_TOKEN(anon_sym_RBRACE_SEMI);
END_STATE();
case 131:
ACCEPT_TOKEN(anon_sym_import);
END_STATE();
case 132:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 133:
ACCEPT_TOKEN(anon_sym_DOT_STAR);
END_STATE();
case 134:
ACCEPT_TOKEN(anon_sym_type);
END_STATE();
case 135:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 136:
ACCEPT_TOKEN(anon_sym_newtype);
END_STATE();
case 137:
ACCEPT_TOKEN(anon_sym_LT);
END_STATE();
case 138:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 139:
ACCEPT_TOKEN(anon_sym_GT);
END_STATE();
case 140:
ACCEPT_TOKEN(anon_sym_Int8);
END_STATE();
case 141:
ACCEPT_TOKEN(anon_sym_Int8);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 142:
ACCEPT_TOKEN(anon_sym_Int16);
END_STATE();
case 143:
ACCEPT_TOKEN(anon_sym_Int16);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_Int32);
END_STATE();
case 145:
ACCEPT_TOKEN(anon_sym_Int32);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 146:
ACCEPT_TOKEN(anon_sym_Int64);
END_STATE();
case 147:
ACCEPT_TOKEN(anon_sym_Int64);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 148:
ACCEPT_TOKEN(anon_sym_Word8);
END_STATE();
case 149:
ACCEPT_TOKEN(anon_sym_Word8);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 150:
ACCEPT_TOKEN(anon_sym_Word16);
END_STATE();
case 151:
ACCEPT_TOKEN(anon_sym_Word16);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 152:
ACCEPT_TOKEN(anon_sym_Word32);
END_STATE();
case 153:
ACCEPT_TOKEN(anon_sym_Word32);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 154:
ACCEPT_TOKEN(anon_sym_Word64);
END_STATE();
case 155:
ACCEPT_TOKEN(anon_sym_Word64);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 156:
ACCEPT_TOKEN(anon_sym_Bool);
END_STATE();
case 157:
ACCEPT_TOKEN(anon_sym_Bool);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 158:
ACCEPT_TOKEN(anon_sym_Void);
END_STATE();
case 159:
ACCEPT_TOKEN(anon_sym_Void);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 160:
ACCEPT_TOKEN(anon_sym_Float);
END_STATE();
case 161:
ACCEPT_TOKEN(anon_sym_Float);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 162:
ACCEPT_TOKEN(anon_sym_Double);
END_STATE();
case 163:
ACCEPT_TOKEN(anon_sym_Double);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 164:
ACCEPT_TOKEN(anon_sym_String);
if (lookahead == 'M') ADVANCE(23);
END_STATE();
case 165:
ACCEPT_TOKEN(anon_sym_String);
if (lookahead == 'M') ADVANCE(226);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 166:
ACCEPT_TOKEN(anon_sym_Bytes);
END_STATE();
case 167:
ACCEPT_TOKEN(anon_sym_Bytes);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 168:
ACCEPT_TOKEN(anon_sym_Json);
END_STATE();
case 169:
ACCEPT_TOKEN(anon_sym_Json);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 170:
ACCEPT_TOKEN(anon_sym_Vector);
END_STATE();
case 171:
ACCEPT_TOKEN(anon_sym_Vector);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 172:
ACCEPT_TOKEN(anon_sym_StringMap);
END_STATE();
case 173:
ACCEPT_TOKEN(anon_sym_StringMap);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 174:
ACCEPT_TOKEN(anon_sym_Nullable);
END_STATE();
case 175:
ACCEPT_TOKEN(anon_sym_Nullable);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 176:
ACCEPT_TOKEN(anon_sym_TypeToken);
END_STATE();
case 177:
ACCEPT_TOKEN(anon_sym_TypeToken);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 178:
ACCEPT_TOKEN(anon_sym_struct);
END_STATE();
case 179:
ACCEPT_TOKEN(anon_sym_union);
END_STATE();
case 180:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 181:
ACCEPT_TOKEN(anon_sym_annotation);
END_STATE();
case 182:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
END_STATE();
case 183:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
if (lookahead == '/') ADVANCE(188);
END_STATE();
case 184:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(187);
END_STATE();
case 185:
ACCEPT_TOKEN(aux_sym_comment_token1);
if (lookahead == '/') ADVANCE(186);
if (lookahead == '\t' ||
(0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(185);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(187);
END_STATE();
case 186:
ACCEPT_TOKEN(aux_sym_comment_token1);
if (lookahead == '/') ADVANCE(184);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(187);
END_STATE();
case 187:
ACCEPT_TOKEN(aux_sym_comment_token1);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(187);
END_STATE();
case 188:
ACCEPT_TOKEN(anon_sym_SLASH_SLASH_SLASH);
END_STATE();
case 189:
ACCEPT_TOKEN(anon_sym_null);
END_STATE();
case 190:
ACCEPT_TOKEN(anon_sym_null);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 191:
ACCEPT_TOKEN(anon_sym_true);
END_STATE();
case 192:
ACCEPT_TOKEN(anon_sym_true);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 193:
ACCEPT_TOKEN(anon_sym_false);
END_STATE();
case 194:
ACCEPT_TOKEN(anon_sym_false);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 195:
ACCEPT_TOKEN(sym_json_number);
if (lookahead == '.') ADVANCE(120);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(119);
END_STATE();
case 196:
ACCEPT_TOKEN(sym_json_number);
if (lookahead == '.') ADVANCE(120);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(119);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(196);
END_STATE();
case 197:
ACCEPT_TOKEN(sym_json_number);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(119);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(197);
END_STATE();
case 198:
ACCEPT_TOKEN(sym_json_number);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(198);
END_STATE();
case 199:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 200:
ACCEPT_TOKEN(aux_sym_json_string_token1);
END_STATE();
case 201:
ACCEPT_TOKEN(aux_sym_json_string_token1);
if (lookahead == '/') ADVANCE(182);
END_STATE();
case 202:
ACCEPT_TOKEN(aux_sym_json_string_token1);
if (lookahead == '/') ADVANCE(201);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(202);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\') ADVANCE(200);
END_STATE();
case 203:
ACCEPT_TOKEN(anon_sym_BSLASH);
END_STATE();
case 204:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '/') ADVANCE(182);
END_STATE();
case 205:
ACCEPT_TOKEN(anon_sym_b);
END_STATE();
case 206:
ACCEPT_TOKEN(anon_sym_f);
END_STATE();
case 207:
ACCEPT_TOKEN(anon_sym_n);
END_STATE();
case 208:
ACCEPT_TOKEN(anon_sym_r);
END_STATE();
case 209:
ACCEPT_TOKEN(anon_sym_t);
END_STATE();
case 210:
ACCEPT_TOKEN(anon_sym_u);
END_STATE();
case 211:
ACCEPT_TOKEN(anon_sym_u);
if (lookahead == 'n') ADVANCE(50);
END_STATE();
case 212:
ACCEPT_TOKEN(aux_sym_json_string_token2);
END_STATE();
case 213:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 214:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 215:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 216:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 217:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '1') ADVANCE(223);
if (lookahead == '3') ADVANCE(219);
if (lookahead == '6') ADVANCE(221);
if (lookahead == '8') ADVANCE(141);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 218:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '1') ADVANCE(224);
if (lookahead == '3') ADVANCE(220);
if (lookahead == '6') ADVANCE(222);
if (lookahead == '8') ADVANCE(149);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 219:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '2') ADVANCE(145);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 220:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '2') ADVANCE(153);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 221:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '4') ADVANCE(147);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 222:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '4') ADVANCE(155);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 223:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '6') ADVANCE(143);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 224:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '6') ADVANCE(151);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 225:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'T') ADVANCE(261);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 226:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(268);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 227:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(280);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 228:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(250);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 229:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(231);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 230:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'b') ADVANCE(251);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 231:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'b') ADVANCE(254);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 232:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(281);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 233:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(159);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 234:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(218);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 235:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(232);
if (lookahead == 'o') ADVANCE(244);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 236:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(225);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 237:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(163);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 238:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(175);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 239:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(192);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 240:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(194);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 241:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(274);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 242:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(258);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 243:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(165);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 244:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(233);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 245:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(257);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 246:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'k') ADVANCE(242);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 247:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(157);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 248:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(190);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 249:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(229);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 250:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(276);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 251:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(237);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 252:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(260);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 253:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(249);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 254:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(238);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 255:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(248);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 256:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(169);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 257:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(243);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 258:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(177);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 259:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(279);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 260:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(227);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 261:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(246);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 262:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(256);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 263:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(282);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 264:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(272);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 265:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(266);
if (lookahead == 'y') ADVANCE(278);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 266:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(247);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 267:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(270);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 268:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(173);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 269:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(236);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 270:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(171);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 271:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(245);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 272:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(234);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 273:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(284);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 274:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(167);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 275:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(262);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 276:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(240);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 277:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(271);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 278:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(241);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 279:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(217);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 280:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(161);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 281:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(267);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 282:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(230);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 283:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(253);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 284:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(239);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 285:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(255);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 286:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'y') ADVANCE(269);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
case 287:
ACCEPT_TOKEN(sym_identifier);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(287);
END_STATE();
default:
return false;
}
}
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[1] = {.lex_state = 0},
[2] = {.lex_state = 8},
[3] = {.lex_state = 8},
[4] = {.lex_state = 8},
[5] = {.lex_state = 1},
[6] = {.lex_state = 1},
[7] = {.lex_state = 1},
[8] = {.lex_state = 1},
[9] = {.lex_state = 1},
[10] = {.lex_state = 8},
[11] = {.lex_state = 8},
[12] = {.lex_state = 8},
[13] = {.lex_state = 10},
[14] = {.lex_state = 10},
[15] = {.lex_state = 10},
[16] = {.lex_state = 10},
[17] = {.lex_state = 10},
[18] = {.lex_state = 8},
[19] = {.lex_state = 10},
[20] = {.lex_state = 10},
[21] = {.lex_state = 10},
[22] = {.lex_state = 10},
[23] = {.lex_state = 8},
[24] = {.lex_state = 10},
[25] = {.lex_state = 10},
[26] = {.lex_state = 10},
[27] = {.lex_state = 8},
[28] = {.lex_state = 8},
[29] = {.lex_state = 8},
[30] = {.lex_state = 8},
[31] = {.lex_state = 8},
[32] = {.lex_state = 8},
[33] = {.lex_state = 2},
[34] = {.lex_state = 8},
[35] = {.lex_state = 8},
[36] = {.lex_state = 2},
[37] = {.lex_state = 2},
[38] = {.lex_state = 8},
[39] = {.lex_state = 8},
[40] = {.lex_state = 8},
[41] = {.lex_state = 8},
[42] = {.lex_state = 8},
[43] = {.lex_state = 8},
[44] = {.lex_state = 8},
[45] = {.lex_state = 8},
[46] = {.lex_state = 8},
[47] = {.lex_state = 8},
[48] = {.lex_state = 8},
[49] = {.lex_state = 2},
[50] = {.lex_state = 2},
[51] = {.lex_state = 2},
[52] = {.lex_state = 2},
[53] = {.lex_state = 2},
[54] = {.lex_state = 3},
[55] = {.lex_state = 3},
[56] = {.lex_state = 3},
[57] = {.lex_state = 3},
[58] = {.lex_state = 3},
[59] = {.lex_state = 3},
[60] = {.lex_state = 3},
[61] = {.lex_state = 3},
[62] = {.lex_state = 3},
[63] = {.lex_state = 3},
[64] = {.lex_state = 3},
[65] = {.lex_state = 3},
[66] = {.lex_state = 6},
[67] = {.lex_state = 6},
[68] = {.lex_state = 6},
[69] = {.lex_state = 2},
[70] = {.lex_state = 2},
[71] = {.lex_state = 2},
[72] = {.lex_state = 2},
[73] = {.lex_state = 2},
[74] = {.lex_state = 2},
[75] = {.lex_state = 2},
[76] = {.lex_state = 2},
[77] = {.lex_state = 4},
[78] = {.lex_state = 2},
[79] = {.lex_state = 2},
[80] = {.lex_state = 2},
[81] = {.lex_state = 2},
[82] = {.lex_state = 2},
[83] = {.lex_state = 2},
[84] = {.lex_state = 2},
[85] = {.lex_state = 2},
[86] = {.lex_state = 2},
[87] = {.lex_state = 2},
[88] = {.lex_state = 2},
[89] = {.lex_state = 2},
[90] = {.lex_state = 2},
[91] = {.lex_state = 2},
[92] = {.lex_state = 2},
[93] = {.lex_state = 2},
[94] = {.lex_state = 2},
[95] = {.lex_state = 6},
[96] = {.lex_state = 2},
[97] = {.lex_state = 2},
[98] = {.lex_state = 2},
[99] = {.lex_state = 2},
[100] = {.lex_state = 2},
[101] = {.lex_state = 2},
[102] = {.lex_state = 6},
[103] = {.lex_state = 2},
[104] = {.lex_state = 2},
[105] = {.lex_state = 2},
[106] = {.lex_state = 2},
[107] = {.lex_state = 2},
[108] = {.lex_state = 2},
[109] = {.lex_state = 2},
[110] = {.lex_state = 2},
[111] = {.lex_state = 2},
[112] = {.lex_state = 2},
[113] = {.lex_state = 2},
[114] = {.lex_state = 2},
[115] = {.lex_state = 3},
[116] = {.lex_state = 6},
[117] = {.lex_state = 6},
[118] = {.lex_state = 6},
[119] = {.lex_state = 6},
[120] = {.lex_state = 6},
[121] = {.lex_state = 6},
[122] = {.lex_state = 0},
[123] = {.lex_state = 0},
[124] = {.lex_state = 5},
[125] = {.lex_state = 5},
[126] = {.lex_state = 0},
[127] = {.lex_state = 5},
[128] = {.lex_state = 0},
[129] = {.lex_state = 3},
[130] = {.lex_state = 0},
[131] = {.lex_state = 0},
[132] = {.lex_state = 0},
[133] = {.lex_state = 0},
[134] = {.lex_state = 0},
[135] = {.lex_state = 0},
[136] = {.lex_state = 0},
[137] = {.lex_state = 0},
[138] = {.lex_state = 0},
[139] = {.lex_state = 5},
[140] = {.lex_state = 0},
[141] = {.lex_state = 0},
[142] = {.lex_state = 5},
[143] = {.lex_state = 0},
[144] = {.lex_state = 5},
[145] = {.lex_state = 0},
[146] = {.lex_state = 5},
[147] = {.lex_state = 0},
[148] = {.lex_state = 0},
[149] = {.lex_state = 0},
[150] = {.lex_state = 6},
[151] = {.lex_state = 5},
[152] = {.lex_state = 0},
[153] = {.lex_state = 0},
[154] = {.lex_state = 0},
[155] = {.lex_state = 0},
[156] = {.lex_state = 0},
[157] = {.lex_state = 0},
[158] = {.lex_state = 0},
[159] = {.lex_state = 5},
[160] = {.lex_state = 0},
[161] = {.lex_state = 0},
[162] = {.lex_state = 0},
[163] = {.lex_state = 0},
[164] = {.lex_state = 5},
[165] = {.lex_state = 0},
[166] = {.lex_state = 0},
[167] = {.lex_state = 0},
[168] = {.lex_state = 0},
[169] = {.lex_state = 0},
[170] = {.lex_state = 0},
[171] = {.lex_state = 0},
[172] = {.lex_state = 0},
[173] = {.lex_state = 0},
[174] = {.lex_state = 0},
[175] = {.lex_state = 0},
[176] = {.lex_state = 0},
[177] = {.lex_state = 0},
[178] = {.lex_state = 0},
[179] = {.lex_state = 0},
[180] = {.lex_state = 0},
[181] = {.lex_state = 6},
[182] = {.lex_state = 6},
[183] = {.lex_state = 6},
[184] = {.lex_state = 6},
[185] = {.lex_state = 6},
[186] = {.lex_state = 6},
[187] = {.lex_state = 0},
[188] = {.lex_state = 0},
[189] = {.lex_state = 6},
[190] = {.lex_state = 6},
[191] = {.lex_state = 6},
[192] = {.lex_state = 6},
[193] = {.lex_state = 0},
[194] = {.lex_state = 0},
[195] = {.lex_state = 0},
[196] = {.lex_state = 6},
[197] = {.lex_state = 0},
[198] = {.lex_state = 0},
[199] = {.lex_state = 0},
[200] = {.lex_state = 0},
[201] = {.lex_state = 0},
[202] = {.lex_state = 0},
[203] = {.lex_state = 0},
[204] = {.lex_state = 0},
[205] = {.lex_state = 6},
[206] = {.lex_state = 6},
[207] = {.lex_state = 0},
[208] = {.lex_state = 0},
[209] = {.lex_state = 0},
[210] = {.lex_state = 0},
[211] = {.lex_state = 6},
[212] = {.lex_state = 0},
[213] = {.lex_state = 6},
[214] = {.lex_state = 6},
[215] = {.lex_state = 0},
[216] = {.lex_state = 6},
[217] = {.lex_state = 6},
[218] = {.lex_state = 0},
[219] = {.lex_state = 0},
[220] = {.lex_state = 0},
[221] = {.lex_state = 0},
[222] = {.lex_state = 6},
[223] = {.lex_state = 0},
[224] = {.lex_state = 6},
[225] = {.lex_state = 0},
[226] = {.lex_state = 0},
[227] = {.lex_state = 6},
[228] = {.lex_state = 0},
[229] = {.lex_state = 0},
[230] = {.lex_state = 6},
[231] = {.lex_state = 0},
[232] = {.lex_state = 6},
[233] = {.lex_state = 6},
[234] = {.lex_state = 0},
[235] = {.lex_state = 0},
[236] = {.lex_state = 0},
[237] = {.lex_state = 0},
[238] = {.lex_state = 0},
[239] = {.lex_state = 0},
[240] = {.lex_state = 6},
[241] = {.lex_state = 6},
[242] = {.lex_state = 11},
[243] = {.lex_state = 0},
[244] = {.lex_state = 185},
[245] = {.lex_state = 185},
[246] = {.lex_state = 0},
[247] = {.lex_state = 185},
[248] = {.lex_state = 0},
[249] = {.lex_state = 0},
[250] = {.lex_state = 0},
[251] = {.lex_state = 0},
[252] = {.lex_state = 0},
[253] = {.lex_state = 6},
[254] = {.lex_state = 0},
[255] = {.lex_state = 0},
[256] = {.lex_state = 0},
[257] = {.lex_state = 0},
[258] = {.lex_state = 0},
[259] = {.lex_state = 0},
[260] = {.lex_state = 0},
[261] = {.lex_state = 0},
[262] = {.lex_state = 0},
[263] = {(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_EQ] = 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),
[sym_json_number] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[anon_sym_BSLASH] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_b] = ACTIONS(1),
[anon_sym_f] = ACTIONS(1),
[anon_sym_n] = ACTIONS(1),
[anon_sym_r] = ACTIONS(1),
[anon_sym_t] = ACTIONS(1),
[anon_sym_u] = 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(255),
[sym_module_definition] = STATE(225),
[sym_comment] = STATE(1),
[anon_sym_module] = ACTIONS(5),
[anon_sym_SLASH_SLASH] = ACTIONS(3),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 19,
ACTIONS(7), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(13), 1,
anon_sym_AT,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(2), 1,
sym_comment,
STATE(3), 1,
aux_sym_field_block_repeat1,
STATE(10), 1,
sym_annotations,
STATE(11), 1,
aux_sym_annotations_repeat1,
STATE(18), 1,
sym_field,
STATE(19), 1,
sym_docstring_block,
STATE(31), 1,
aux_sym_docstring_block_repeat1,
STATE(34), 1,
sym_annotation,
STATE(47), 1,
sym_docstring,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(241), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[75] = 19,
ACTIONS(13), 1,
anon_sym_AT,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
ACTIONS(21), 1,
anon_sym_RBRACE_SEMI,
STATE(3), 1,
sym_comment,
STATE(4), 1,
aux_sym_field_block_repeat1,
STATE(10), 1,
sym_annotations,
STATE(11), 1,
aux_sym_annotations_repeat1,
STATE(18), 1,
sym_field,
STATE(19), 1,
sym_docstring_block,
STATE(31), 1,
aux_sym_docstring_block_repeat1,
STATE(34), 1,
sym_annotation,
STATE(47), 1,
sym_docstring,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(241), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[150] = 18,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(23), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(31), 1,
anon_sym_AT,
ACTIONS(34), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(37), 1,
sym_identifier,
STATE(10), 1,
sym_annotations,
STATE(11), 1,
aux_sym_annotations_repeat1,
STATE(18), 1,
sym_field,
STATE(19), 1,
sym_docstring_block,
STATE(31), 1,
aux_sym_docstring_block_repeat1,
STATE(34), 1,
sym_annotation,
STATE(47), 1,
sym_docstring,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(241), 1,
sym_type_expression,
STATE(4), 2,
sym_comment,
aux_sym_field_block_repeat1,
ACTIONS(28), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(25), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[223] = 11,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(40), 1,
anon_sym_LBRACE,
ACTIONS(48), 1,
sym_json_number,
ACTIONS(50), 1,
anon_sym_DQUOTE,
ACTIONS(52), 1,
anon_sym_LBRACK,
STATE(5), 1,
sym_comment,
STATE(35), 1,
sym_json_value,
ACTIONS(44), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(46), 3,
anon_sym_null,
anon_sym_true,
anon_sym_false,
STATE(39), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(42), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[281] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(54), 1,
anon_sym_DOT,
STATE(6), 1,
sym_comment,
STATE(8), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(56), 6,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
anon_sym_DQUOTE,
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,
[327] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(60), 1,
anon_sym_DOT,
STATE(7), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(63), 6,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
anon_sym_DQUOTE,
anon_sym_LBRACK,
ACTIONS(65), 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,
[371] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(54), 1,
anon_sym_DOT,
STATE(7), 1,
aux_sym_scoped_name_repeat1,
STATE(8), 1,
sym_comment,
ACTIONS(67), 6,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
anon_sym_DQUOTE,
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,
[417] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(9), 1,
sym_comment,
ACTIONS(63), 7,
anon_sym_DOT,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
anon_sym_DQUOTE,
anon_sym_LBRACK,
ACTIONS(65), 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,
[458] = 12,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(10), 1,
sym_comment,
STATE(21), 1,
sym_docstring_block,
STATE(31), 1,
aux_sym_docstring_block_repeat1,
STATE(47), 1,
sym_docstring,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(233), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[512] = 7,
ACTIONS(13), 1,
anon_sym_AT,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(73), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(11), 1,
sym_comment,
STATE(12), 1,
aux_sym_annotations_repeat1,
STATE(34), 1,
sym_annotation,
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,
[553] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(77), 1,
anon_sym_AT,
ACTIONS(80), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(34), 1,
sym_annotation,
STATE(12), 2,
sym_comment,
aux_sym_annotations_repeat1,
ACTIONS(75), 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,
[592] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(13), 1,
sym_comment,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(252), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[634] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(14), 1,
sym_comment,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(226), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[676] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(15), 1,
sym_comment,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(194), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[718] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(16), 1,
sym_comment,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(239), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[760] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(17), 1,
sym_comment,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(199), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[802] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(18), 1,
sym_comment,
ACTIONS(82), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(84), 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,
[836] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(19), 1,
sym_comment,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(233), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[878] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(20), 1,
sym_comment,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(149), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[920] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(21), 1,
sym_comment,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(240), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[962] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(22), 1,
sym_comment,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(218), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[1004] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(23), 1,
sym_comment,
ACTIONS(86), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(88), 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,
[1038] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(24), 1,
sym_comment,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(237), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[1080] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(25), 1,
sym_comment,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(187), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[1122] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(26), 1,
sym_comment,
STATE(102), 1,
sym_scoped_name,
STATE(121), 1,
sym_primitive_type,
STATE(188), 1,
sym_type_expression,
ACTIONS(11), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(9), 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,
[1164] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(27), 1,
sym_comment,
ACTIONS(90), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(92), 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,
[1198] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(28), 1,
sym_comment,
ACTIONS(94), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(96), 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,
[1232] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(29), 1,
sym_comment,
ACTIONS(98), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(100), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1266] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(30), 1,
sym_comment,
ACTIONS(102), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(104), 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,
[1300] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(31), 1,
sym_comment,
STATE(32), 1,
aux_sym_docstring_block_repeat1,
STATE(47), 1,
sym_docstring,
ACTIONS(106), 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,
[1338] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(110), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(47), 1,
sym_docstring,
STATE(32), 2,
sym_comment,
aux_sym_docstring_block_repeat1,
ACTIONS(108), 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,
[1374] = 18,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(113), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(115), 1,
anon_sym_import,
ACTIONS(118), 1,
anon_sym_type,
ACTIONS(121), 1,
anon_sym_newtype,
ACTIONS(124), 1,
anon_sym_struct,
ACTIONS(127), 1,
anon_sym_union,
ACTIONS(130), 1,
anon_sym_AT,
ACTIONS(133), 1,
anon_sym_annotation,
ACTIONS(136), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(87), 1,
sym_docstring,
STATE(97), 1,
aux_sym_docstring_block_repeat1,
STATE(98), 1,
aux_sym_annotations_repeat1,
STATE(99), 1,
sym_annotations,
STATE(106), 1,
sym_annotation,
STATE(115), 1,
sym_docstring_block,
STATE(33), 2,
sym_comment,
aux_sym_module_body_repeat1,
STATE(86), 6,
sym_import_declaration,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1435] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(34), 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,
[1468] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(35), 1,
sym_comment,
ACTIONS(145), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(143), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1501] = 19,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(147), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(149), 1,
anon_sym_import,
ACTIONS(151), 1,
anon_sym_type,
ACTIONS(153), 1,
anon_sym_newtype,
ACTIONS(155), 1,
anon_sym_struct,
ACTIONS(157), 1,
anon_sym_union,
ACTIONS(159), 1,
anon_sym_AT,
ACTIONS(161), 1,
anon_sym_annotation,
ACTIONS(163), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(36), 1,
sym_comment,
STATE(37), 1,
aux_sym_module_body_repeat1,
STATE(87), 1,
sym_docstring,
STATE(97), 1,
aux_sym_docstring_block_repeat1,
STATE(98), 1,
aux_sym_annotations_repeat1,
STATE(99), 1,
sym_annotations,
STATE(106), 1,
sym_annotation,
STATE(115), 1,
sym_docstring_block,
STATE(86), 6,
sym_import_declaration,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1564] = 19,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(149), 1,
anon_sym_import,
ACTIONS(151), 1,
anon_sym_type,
ACTIONS(153), 1,
anon_sym_newtype,
ACTIONS(155), 1,
anon_sym_struct,
ACTIONS(157), 1,
anon_sym_union,
ACTIONS(159), 1,
anon_sym_AT,
ACTIONS(161), 1,
anon_sym_annotation,
ACTIONS(163), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(165), 1,
anon_sym_RBRACE_SEMI,
STATE(33), 1,
aux_sym_module_body_repeat1,
STATE(37), 1,
sym_comment,
STATE(87), 1,
sym_docstring,
STATE(97), 1,
aux_sym_docstring_block_repeat1,
STATE(98), 1,
aux_sym_annotations_repeat1,
STATE(99), 1,
sym_annotations,
STATE(106), 1,
sym_annotation,
STATE(115), 1,
sym_docstring_block,
STATE(86), 6,
sym_import_declaration,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[1627] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(38), 1,
sym_comment,
ACTIONS(169), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(167), 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,
[1660] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(39), 1,
sym_comment,
ACTIONS(173), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(171), 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,
[1693] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(40), 1,
sym_comment,
ACTIONS(177), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(175), 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,
[1726] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(41), 1,
sym_comment,
ACTIONS(181), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(179), 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,
[1759] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(42), 1,
sym_comment,
ACTIONS(185), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(183), 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,
[1792] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(43), 1,
sym_comment,
ACTIONS(189), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(187), 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,
[1825] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(44), 1,
sym_comment,
ACTIONS(193), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(191), 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,
[1858] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(45), 1,
sym_comment,
ACTIONS(197), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(195), 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,
[1891] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(46), 1,
sym_comment,
ACTIONS(201), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(199), 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,
[1924] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(205), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(47), 1,
sym_comment,
ACTIONS(203), 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,
[1956] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(209), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(48), 1,
sym_comment,
ACTIONS(207), 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,
[1988] = 9,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(211), 1,
anon_sym_LBRACE,
ACTIONS(215), 1,
anon_sym_DQUOTE,
ACTIONS(217), 1,
anon_sym_LBRACK,
STATE(49), 1,
sym_comment,
STATE(109), 1,
sym_json_value,
STATE(111), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(213), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
ACTIONS(44), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[2026] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(219), 1,
anon_sym_DOT,
STATE(50), 1,
sym_comment,
STATE(52), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(56), 13,
anon_sym_LBRACE,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
anon_sym_DQUOTE,
anon_sym_LBRACK,
[2054] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(221), 1,
anon_sym_DOT,
STATE(51), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(63), 13,
anon_sym_LBRACE,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
anon_sym_DQUOTE,
anon_sym_LBRACK,
[2080] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(219), 1,
anon_sym_DOT,
STATE(51), 1,
aux_sym_scoped_name_repeat1,
STATE(52), 1,
sym_comment,
ACTIONS(67), 13,
anon_sym_LBRACE,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
anon_sym_DQUOTE,
anon_sym_LBRACK,
[2108] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(53), 1,
sym_comment,
ACTIONS(63), 14,
anon_sym_DOT,
anon_sym_LBRACE,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
anon_sym_DQUOTE,
anon_sym_LBRACK,
[2131] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(230), 1,
anon_sym_LBRACK,
ACTIONS(232), 1,
anon_sym_RBRACK,
STATE(54), 1,
sym_comment,
STATE(177), 1,
sym_json_value,
STATE(147), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(226), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2164] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(230), 1,
anon_sym_LBRACK,
ACTIONS(234), 1,
anon_sym_RBRACK,
STATE(55), 1,
sym_comment,
STATE(161), 1,
sym_json_value,
STATE(147), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(226), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2197] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(230), 1,
anon_sym_LBRACK,
ACTIONS(236), 1,
anon_sym_RBRACK,
STATE(56), 1,
sym_comment,
STATE(170), 1,
sym_json_value,
STATE(147), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(226), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2230] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(230), 1,
anon_sym_LBRACK,
STATE(57), 1,
sym_comment,
STATE(259), 1,
sym_json_value,
STATE(147), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(226), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2260] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(230), 1,
anon_sym_LBRACK,
STATE(58), 1,
sym_comment,
STATE(228), 1,
sym_json_value,
STATE(147), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(226), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2290] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(230), 1,
anon_sym_LBRACK,
STATE(59), 1,
sym_comment,
STATE(261), 1,
sym_json_value,
STATE(147), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(226), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2320] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(230), 1,
anon_sym_LBRACK,
STATE(60), 1,
sym_comment,
STATE(258), 1,
sym_json_value,
STATE(147), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(226), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2350] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(230), 1,
anon_sym_LBRACK,
STATE(61), 1,
sym_comment,
STATE(229), 1,
sym_json_value,
STATE(147), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(226), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2380] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(230), 1,
anon_sym_LBRACK,
STATE(62), 1,
sym_comment,
STATE(231), 1,
sym_json_value,
STATE(147), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(226), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2410] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(230), 1,
anon_sym_LBRACK,
STATE(63), 1,
sym_comment,
STATE(238), 1,
sym_json_value,
STATE(147), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(226), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2440] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(230), 1,
anon_sym_LBRACK,
STATE(64), 1,
sym_comment,
STATE(210), 1,
sym_json_value,
STATE(147), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(226), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2470] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(230), 1,
anon_sym_LBRACK,
STATE(65), 1,
sym_comment,
STATE(215), 1,
sym_json_value,
STATE(147), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(226), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2500] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(238), 1,
anon_sym_DOT,
STATE(66), 1,
sym_comment,
STATE(67), 1,
aux_sym_scoped_name_repeat1,
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,
[2523] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(238), 1,
anon_sym_DOT,
STATE(67), 1,
sym_comment,
STATE(68), 1,
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,
[2546] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(240), 1,
anon_sym_DOT,
STATE(68), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(63), 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,
[2567] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(69), 1,
sym_comment,
ACTIONS(209), 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,
[2585] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(70), 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,
[2603] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(71), 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,
[2621] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(72), 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,
[2639] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(73), 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,
[2657] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(74), 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,
[2675] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(75), 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,
[2693] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(76), 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,
[2711] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(259), 1,
anon_sym_SLASH,
ACTIONS(261), 1,
anon_sym_u,
STATE(77), 1,
sym_comment,
ACTIONS(257), 7,
anon_sym_DQUOTE,
anon_sym_BSLASH,
anon_sym_b,
anon_sym_f,
anon_sym_n,
anon_sym_r,
anon_sym_t,
[2733] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(78), 1,
sym_comment,
ACTIONS(263), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2751] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(79), 1,
sym_comment,
ACTIONS(265), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2769] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(80), 1,
sym_comment,
ACTIONS(267), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2787] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(81), 1,
sym_comment,
ACTIONS(269), 9,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2805] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(82), 1,
sym_comment,
ACTIONS(271), 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,
[2823] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(83), 1,
sym_comment,
ACTIONS(273), 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,
[2841] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(84), 1,
sym_comment,
ACTIONS(275), 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,
[2859] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(85), 1,
sym_comment,
ACTIONS(277), 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,
[2877] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(86), 1,
sym_comment,
ACTIONS(279), 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,
[2895] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(87), 1,
sym_comment,
ACTIONS(279), 3,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_AT,
ACTIONS(281), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[2915] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(88), 1,
sym_comment,
ACTIONS(284), 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,
[2933] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(89), 1,
sym_comment,
ACTIONS(286), 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,
[2951] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(90), 1,
sym_comment,
ACTIONS(288), 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,
[2969] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(91), 1,
sym_comment,
ACTIONS(290), 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,
[2987] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(92), 1,
sym_comment,
ACTIONS(292), 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,
[3005] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(93), 1,
sym_comment,
ACTIONS(294), 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,
[3023] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(94), 1,
sym_comment,
ACTIONS(296), 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,
[3041] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(65), 1,
anon_sym_DOT,
STATE(95), 1,
sym_comment,
ACTIONS(63), 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,
[3061] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(96), 1,
sym_comment,
ACTIONS(298), 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,
[3079] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(163), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(97), 1,
sym_comment,
STATE(101), 1,
aux_sym_docstring_block_repeat1,
STATE(107), 1,
sym_docstring,
ACTIONS(300), 5,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
[3102] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(159), 1,
anon_sym_AT,
STATE(98), 1,
sym_comment,
STATE(100), 1,
aux_sym_annotations_repeat1,
STATE(106), 1,
sym_annotation,
ACTIONS(73), 5,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_SLASH_SLASH_SLASH,
[3125] = 10,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(163), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(302), 1,
anon_sym_type,
ACTIONS(304), 1,
anon_sym_newtype,
ACTIONS(306), 1,
anon_sym_struct,
ACTIONS(308), 1,
anon_sym_union,
STATE(97), 1,
aux_sym_docstring_block_repeat1,
STATE(99), 1,
sym_comment,
STATE(107), 1,
sym_docstring,
STATE(129), 1,
sym_docstring_block,
[3156] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(310), 1,
anon_sym_AT,
STATE(106), 1,
sym_annotation,
STATE(100), 2,
sym_comment,
aux_sym_annotations_repeat1,
ACTIONS(80), 5,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_SLASH_SLASH_SLASH,
[3177] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(315), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(107), 1,
sym_docstring,
STATE(101), 2,
sym_comment,
aux_sym_docstring_block_repeat1,
ACTIONS(313), 5,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
[3198] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(320), 1,
anon_sym_LT,
STATE(102), 1,
sym_comment,
STATE(116), 1,
sym_type_arguments,
ACTIONS(318), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3218] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(103), 1,
sym_comment,
ACTIONS(177), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3233] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(104), 1,
sym_comment,
ACTIONS(185), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3248] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(105), 1,
sym_comment,
ACTIONS(197), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3263] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(106), 1,
sym_comment,
ACTIONS(141), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3278] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(107), 1,
sym_comment,
ACTIONS(205), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[3293] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(108), 1,
sym_comment,
ACTIONS(169), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3308] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(109), 1,
sym_comment,
ACTIONS(145), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3323] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(110), 1,
sym_comment,
ACTIONS(189), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3338] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(111), 1,
sym_comment,
ACTIONS(173), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3353] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(112), 1,
sym_comment,
ACTIONS(181), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3368] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(113), 1,
sym_comment,
ACTIONS(201), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3383] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(114), 1,
sym_comment,
ACTIONS(193), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[3398] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(302), 1,
anon_sym_type,
ACTIONS(304), 1,
anon_sym_newtype,
ACTIONS(306), 1,
anon_sym_struct,
ACTIONS(308), 1,
anon_sym_union,
ACTIONS(322), 1,
anon_sym_annotation,
STATE(115), 1,
sym_comment,
[3420] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(116), 1,
sym_comment,
ACTIONS(324), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3434] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(117), 1,
sym_comment,
ACTIONS(326), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3448] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(118), 1,
sym_comment,
ACTIONS(328), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3462] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(119), 1,
sym_comment,
ACTIONS(330), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3476] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(120), 1,
sym_comment,
ACTIONS(332), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3490] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(121), 1,
sym_comment,
ACTIONS(318), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[3504] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(122), 1,
sym_comment,
ACTIONS(169), 5,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COLON,
[3518] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(123), 1,
sym_comment,
ACTIONS(193), 5,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COLON,
[3532] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(334), 1,
anon_sym_DQUOTE,
ACTIONS(336), 1,
aux_sym_json_string_token1,
ACTIONS(339), 1,
anon_sym_BSLASH,
STATE(124), 2,
sym_comment,
aux_sym_json_string_repeat1,
[3549] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(342), 1,
anon_sym_DQUOTE,
ACTIONS(344), 1,
aux_sym_json_string_token1,
ACTIONS(346), 1,
anon_sym_BSLASH,
STATE(124), 1,
aux_sym_json_string_repeat1,
STATE(125), 1,
sym_comment,
[3568] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(348), 1,
anon_sym_RBRACE,
STATE(126), 1,
sym_comment,
STATE(176), 1,
sym_json_object_pair,
STATE(254), 1,
sym_json_string,
[3587] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(344), 1,
aux_sym_json_string_token1,
ACTIONS(346), 1,
anon_sym_BSLASH,
ACTIONS(350), 1,
anon_sym_DQUOTE,
STATE(127), 1,
sym_comment,
STATE(139), 1,
aux_sym_json_string_repeat1,
[3606] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(352), 1,
anon_sym_LBRACE,
ACTIONS(354), 1,
anon_sym_LT,
STATE(73), 1,
sym_field_block,
STATE(128), 1,
sym_comment,
STATE(207), 1,
sym_type_parameters,
[3625] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(356), 1,
anon_sym_type,
ACTIONS(358), 1,
anon_sym_newtype,
ACTIONS(360), 1,
anon_sym_struct,
ACTIONS(362), 1,
anon_sym_union,
STATE(129), 1,
sym_comment,
[3644] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(352), 1,
anon_sym_LBRACE,
ACTIONS(354), 1,
anon_sym_LT,
STATE(74), 1,
sym_field_block,
STATE(130), 1,
sym_comment,
STATE(208), 1,
sym_type_parameters,
[3663] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(352), 1,
anon_sym_LBRACE,
ACTIONS(354), 1,
anon_sym_LT,
STATE(85), 1,
sym_field_block,
STATE(131), 1,
sym_comment,
STATE(202), 1,
sym_type_parameters,
[3682] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(352), 1,
anon_sym_LBRACE,
ACTIONS(354), 1,
anon_sym_LT,
STATE(79), 1,
sym_field_block,
STATE(132), 1,
sym_comment,
STATE(204), 1,
sym_type_parameters,
[3701] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(133), 1,
sym_comment,
ACTIONS(177), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3714] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(134), 1,
sym_comment,
ACTIONS(185), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3727] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(135), 1,
sym_comment,
ACTIONS(189), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3740] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(136), 1,
sym_comment,
ACTIONS(197), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3753] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(137), 1,
sym_comment,
ACTIONS(181), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3766] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(138), 1,
sym_comment,
ACTIONS(201), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3779] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(344), 1,
aux_sym_json_string_token1,
ACTIONS(346), 1,
anon_sym_BSLASH,
ACTIONS(364), 1,
anon_sym_DQUOTE,
STATE(124), 1,
aux_sym_json_string_repeat1,
STATE(139), 1,
sym_comment,
[3798] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(352), 1,
anon_sym_LBRACE,
ACTIONS(354), 1,
anon_sym_LT,
STATE(90), 1,
sym_field_block,
STATE(140), 1,
sym_comment,
STATE(197), 1,
sym_type_parameters,
[3817] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(366), 1,
anon_sym_RBRACE,
STATE(141), 1,
sym_comment,
STATE(168), 1,
sym_json_object_pair,
STATE(254), 1,
sym_json_string,
[3836] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(344), 1,
aux_sym_json_string_token1,
ACTIONS(346), 1,
anon_sym_BSLASH,
ACTIONS(368), 1,
anon_sym_DQUOTE,
STATE(142), 1,
sym_comment,
STATE(144), 1,
aux_sym_json_string_repeat1,
[3855] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(352), 1,
anon_sym_LBRACE,
ACTIONS(354), 1,
anon_sym_LT,
STATE(91), 1,
sym_field_block,
STATE(143), 1,
sym_comment,
STATE(198), 1,
sym_type_parameters,
[3874] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(344), 1,
aux_sym_json_string_token1,
ACTIONS(346), 1,
anon_sym_BSLASH,
ACTIONS(370), 1,
anon_sym_DQUOTE,
STATE(124), 1,
aux_sym_json_string_repeat1,
STATE(144), 1,
sym_comment,
[3893] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(228), 1,
anon_sym_DQUOTE,
ACTIONS(372), 1,
anon_sym_RBRACE,
STATE(145), 1,
sym_comment,
STATE(175), 1,
sym_json_object_pair,
STATE(254), 1,
sym_json_string,
[3912] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(344), 1,
aux_sym_json_string_token1,
ACTIONS(346), 1,
anon_sym_BSLASH,
ACTIONS(374), 1,
anon_sym_DQUOTE,
STATE(125), 1,
aux_sym_json_string_repeat1,
STATE(146), 1,
sym_comment,
[3931] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(147), 1,
sym_comment,
ACTIONS(173), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[3944] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(376), 1,
anon_sym_COMMA,
ACTIONS(379), 1,
anon_sym_GT,
STATE(148), 2,
sym_comment,
aux_sym_type_parameters_repeat1,
[3958] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(381), 1,
anon_sym_COMMA,
ACTIONS(383), 1,
anon_sym_GT,
STATE(149), 1,
sym_comment,
STATE(154), 1,
aux_sym_type_arguments_repeat1,
[3974] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(385), 1,
sym_identifier,
STATE(150), 1,
sym_comment,
STATE(195), 1,
sym_scoped_name,
STATE(262), 1,
sym_import_path,
[3990] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(151), 1,
sym_comment,
ACTIONS(387), 3,
anon_sym_DQUOTE,
aux_sym_json_string_token1,
anon_sym_BSLASH,
[4002] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(389), 1,
anon_sym_COMMA,
ACTIONS(391), 1,
anon_sym_GT,
STATE(148), 1,
aux_sym_type_parameters_repeat1,
STATE(152), 1,
sym_comment,
[4018] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(393), 1,
anon_sym_COMMA,
ACTIONS(396), 1,
anon_sym_RBRACE,
STATE(153), 2,
sym_comment,
aux_sym_json_object_repeat1,
[4032] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(381), 1,
anon_sym_COMMA,
ACTIONS(398), 1,
anon_sym_GT,
STATE(154), 1,
sym_comment,
STATE(158), 1,
aux_sym_type_arguments_repeat1,
[4048] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(400), 1,
anon_sym_COMMA,
ACTIONS(402), 1,
anon_sym_RBRACK,
STATE(155), 1,
sym_comment,
STATE(156), 1,
aux_sym_json_array_repeat1,
[4064] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(404), 1,
anon_sym_COMMA,
ACTIONS(407), 1,
anon_sym_RBRACK,
STATE(156), 2,
sym_comment,
aux_sym_json_array_repeat1,
[4078] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(228), 1,
anon_sym_DQUOTE,
STATE(157), 1,
sym_comment,
STATE(212), 1,
sym_json_object_pair,
STATE(254), 1,
sym_json_string,
[4094] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(409), 1,
anon_sym_COMMA,
ACTIONS(412), 1,
anon_sym_GT,
STATE(158), 2,
sym_comment,
aux_sym_type_arguments_repeat1,
[4108] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(159), 1,
sym_comment,
ACTIONS(414), 3,
anon_sym_DQUOTE,
aux_sym_json_string_token1,
anon_sym_BSLASH,
[4120] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(416), 1,
anon_sym_COMMA,
ACTIONS(418), 1,
anon_sym_RBRACE,
STATE(153), 1,
aux_sym_json_object_repeat1,
STATE(160), 1,
sym_comment,
[4136] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(400), 1,
anon_sym_COMMA,
ACTIONS(420), 1,
anon_sym_RBRACK,
STATE(155), 1,
aux_sym_json_array_repeat1,
STATE(161), 1,
sym_comment,
[4152] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(354), 1,
anon_sym_LT,
ACTIONS(422), 1,
anon_sym_EQ,
STATE(162), 1,
sym_comment,
STATE(249), 1,
sym_type_parameters,
[4168] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(354), 1,
anon_sym_LT,
ACTIONS(424), 1,
anon_sym_EQ,
STATE(163), 1,
sym_comment,
STATE(256), 1,
sym_type_parameters,
[4184] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(164), 1,
sym_comment,
ACTIONS(334), 3,
anon_sym_DQUOTE,
aux_sym_json_string_token1,
anon_sym_BSLASH,
[4196] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(389), 1,
anon_sym_COMMA,
ACTIONS(426), 1,
anon_sym_GT,
STATE(152), 1,
aux_sym_type_parameters_repeat1,
STATE(165), 1,
sym_comment,
[4212] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(166), 1,
sym_comment,
ACTIONS(428), 3,
anon_sym_LBRACE,
anon_sym_EQ,
anon_sym_LT,
[4224] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(354), 1,
anon_sym_LT,
ACTIONS(430), 1,
anon_sym_EQ,
STATE(167), 1,
sym_comment,
STATE(243), 1,
sym_type_parameters,
[4240] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(416), 1,
anon_sym_COMMA,
ACTIONS(432), 1,
anon_sym_RBRACE,
STATE(168), 1,
sym_comment,
STATE(171), 1,
aux_sym_json_object_repeat1,
[4256] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(354), 1,
anon_sym_LT,
ACTIONS(434), 1,
anon_sym_EQ,
STATE(169), 1,
sym_comment,
STATE(246), 1,
sym_type_parameters,
[4272] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(400), 1,
anon_sym_COMMA,
ACTIONS(436), 1,
anon_sym_RBRACK,
STATE(170), 1,
sym_comment,
STATE(172), 1,
aux_sym_json_array_repeat1,
[4288] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(416), 1,
anon_sym_COMMA,
ACTIONS(438), 1,
anon_sym_RBRACE,
STATE(153), 1,
aux_sym_json_object_repeat1,
STATE(171), 1,
sym_comment,
[4304] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(400), 1,
anon_sym_COMMA,
ACTIONS(440), 1,
anon_sym_RBRACK,
STATE(156), 1,
aux_sym_json_array_repeat1,
STATE(172), 1,
sym_comment,
[4320] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(354), 1,
anon_sym_LT,
ACTIONS(442), 1,
anon_sym_EQ,
STATE(173), 1,
sym_comment,
STATE(235), 1,
sym_type_parameters,
[4336] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(354), 1,
anon_sym_LT,
ACTIONS(444), 1,
anon_sym_EQ,
STATE(174), 1,
sym_comment,
STATE(236), 1,
sym_type_parameters,
[4352] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(416), 1,
anon_sym_COMMA,
ACTIONS(446), 1,
anon_sym_RBRACE,
STATE(175), 1,
sym_comment,
STATE(178), 1,
aux_sym_json_object_repeat1,
[4368] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(416), 1,
anon_sym_COMMA,
ACTIONS(448), 1,
anon_sym_RBRACE,
STATE(160), 1,
aux_sym_json_object_repeat1,
STATE(176), 1,
sym_comment,
[4384] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(400), 1,
anon_sym_COMMA,
ACTIONS(450), 1,
anon_sym_RBRACK,
STATE(177), 1,
sym_comment,
STATE(179), 1,
aux_sym_json_array_repeat1,
[4400] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(416), 1,
anon_sym_COMMA,
ACTIONS(452), 1,
anon_sym_RBRACE,
STATE(153), 1,
aux_sym_json_object_repeat1,
STATE(178), 1,
sym_comment,
[4416] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(400), 1,
anon_sym_COMMA,
ACTIONS(454), 1,
anon_sym_RBRACK,
STATE(156), 1,
aux_sym_json_array_repeat1,
STATE(179), 1,
sym_comment,
[4432] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(456), 1,
anon_sym_SEMI,
ACTIONS(458), 1,
anon_sym_EQ,
STATE(180), 1,
sym_comment,
[4445] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
sym_identifier,
STATE(130), 1,
sym_type_name,
STATE(181), 1,
sym_comment,
[4458] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
sym_identifier,
STATE(162), 1,
sym_type_name,
STATE(182), 1,
sym_comment,
[4471] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
sym_identifier,
STATE(163), 1,
sym_type_name,
STATE(183), 1,
sym_comment,
[4484] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
sym_identifier,
STATE(128), 1,
sym_type_name,
STATE(184), 1,
sym_comment,
[4497] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
sym_identifier,
STATE(140), 1,
sym_type_name,
STATE(185), 1,
sym_comment,
[4510] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
sym_identifier,
STATE(143), 1,
sym_type_name,
STATE(186), 1,
sym_comment,
[4523] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(462), 1,
anon_sym_SEMI,
ACTIONS(464), 1,
anon_sym_EQ,
STATE(187), 1,
sym_comment,
[4536] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(188), 1,
sym_comment,
ACTIONS(412), 2,
anon_sym_COMMA,
anon_sym_GT,
[4547] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
sym_identifier,
STATE(167), 1,
sym_type_name,
STATE(189), 1,
sym_comment,
[4560] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(466), 1,
sym_identifier,
STATE(49), 1,
sym_scoped_name,
STATE(190), 1,
sym_comment,
[4573] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(385), 1,
sym_identifier,
STATE(191), 1,
sym_comment,
STATE(219), 1,
sym_scoped_name,
[4586] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(385), 1,
sym_identifier,
STATE(192), 1,
sym_comment,
STATE(196), 1,
sym_scoped_name,
[4599] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(320), 1,
anon_sym_LT,
STATE(117), 1,
sym_type_arguments,
STATE(193), 1,
sym_comment,
[4612] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(468), 1,
anon_sym_SEMI,
ACTIONS(470), 1,
anon_sym_EQ,
STATE(194), 1,
sym_comment,
[4625] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(472), 1,
anon_sym_SEMI,
ACTIONS(474), 1,
anon_sym_DOT_STAR,
STATE(195), 1,
sym_comment,
[4638] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(385), 1,
sym_identifier,
STATE(196), 1,
sym_comment,
STATE(220), 1,
sym_scoped_name,
[4651] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(352), 1,
anon_sym_LBRACE,
STATE(71), 1,
sym_field_block,
STATE(197), 1,
sym_comment,
[4664] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(352), 1,
anon_sym_LBRACE,
STATE(88), 1,
sym_field_block,
STATE(198), 1,
sym_comment,
[4677] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(476), 1,
anon_sym_SEMI,
ACTIONS(478), 1,
anon_sym_EQ,
STATE(199), 1,
sym_comment,
[4690] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(200), 1,
sym_comment,
ACTIONS(480), 2,
anon_sym_LBRACE,
anon_sym_EQ,
[4701] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(482), 1,
anon_sym_SEMI,
ACTIONS(484), 1,
anon_sym_EQ,
STATE(201), 1,
sym_comment,
[4714] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(352), 1,
anon_sym_LBRACE,
STATE(73), 1,
sym_field_block,
STATE(202), 1,
sym_comment,
[4727] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(486), 1,
anon_sym_LBRACE,
STATE(203), 1,
sym_comment,
STATE(257), 1,
sym_module_body,
[4740] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(352), 1,
anon_sym_LBRACE,
STATE(74), 1,
sym_field_block,
STATE(204), 1,
sym_comment,
[4753] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
sym_identifier,
STATE(173), 1,
sym_type_name,
STATE(205), 1,
sym_comment,
[4766] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
sym_identifier,
STATE(174), 1,
sym_type_name,
STATE(206), 1,
sym_comment,
[4779] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(352), 1,
anon_sym_LBRACE,
STATE(90), 1,
sym_field_block,
STATE(207), 1,
sym_comment,
[4792] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(352), 1,
anon_sym_LBRACE,
STATE(91), 1,
sym_field_block,
STATE(208), 1,
sym_comment,
[4805] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(488), 1,
anon_sym_SEMI,
ACTIONS(490), 1,
anon_sym_EQ,
STATE(209), 1,
sym_comment,
[4818] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(210), 1,
sym_comment,
ACTIONS(492), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[4829] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(494), 1,
sym_identifier,
STATE(5), 1,
sym_scoped_name,
STATE(211), 1,
sym_comment,
[4842] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(212), 1,
sym_comment,
ACTIONS(396), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[4853] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(385), 1,
sym_identifier,
STATE(203), 1,
sym_scoped_name,
STATE(213), 1,
sym_comment,
[4866] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(385), 1,
sym_identifier,
STATE(191), 1,
sym_scoped_name,
STATE(214), 1,
sym_comment,
[4879] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(215), 1,
sym_comment,
ACTIONS(407), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[4890] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
sym_identifier,
STATE(169), 1,
sym_type_name,
STATE(216), 1,
sym_comment,
[4903] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
sym_identifier,
STATE(131), 1,
sym_type_name,
STATE(217), 1,
sym_comment,
[4916] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(496), 1,
anon_sym_SEMI,
ACTIONS(498), 1,
anon_sym_EQ,
STATE(218), 1,
sym_comment,
[4929] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
STATE(219), 1,
sym_comment,
STATE(260), 1,
sym_json_object,
[4942] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(224), 1,
anon_sym_LBRACE,
STATE(220), 1,
sym_comment,
STATE(234), 1,
sym_json_object,
[4955] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(221), 1,
sym_comment,
ACTIONS(500), 2,
anon_sym_LBRACE,
anon_sym_EQ,
[4966] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(460), 1,
sym_identifier,
STATE(132), 1,
sym_type_name,
STATE(222), 1,
sym_comment,
[4979] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(223), 1,
sym_comment,
ACTIONS(379), 2,
anon_sym_COMMA,
anon_sym_GT,
[4990] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(502), 1,
sym_identifier,
STATE(224), 1,
sym_comment,
[5000] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(504), 1,
ts_builtin_sym_end,
STATE(225), 1,
sym_comment,
[5010] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(506), 1,
anon_sym_SEMI,
STATE(226), 1,
sym_comment,
[5020] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(508), 1,
sym_identifier,
STATE(227), 1,
sym_comment,
[5030] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(496), 1,
anon_sym_SEMI,
STATE(228), 1,
sym_comment,
[5040] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(510), 1,
anon_sym_SEMI,
STATE(229), 1,
sym_comment,
[5050] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(512), 1,
sym_identifier,
STATE(230), 1,
sym_comment,
[5060] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(514), 1,
anon_sym_SEMI,
STATE(231), 1,
sym_comment,
[5070] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(516), 1,
sym_identifier,
STATE(232), 1,
sym_comment,
[5080] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(518), 1,
sym_identifier,
STATE(233), 1,
sym_comment,
[5090] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(520), 1,
anon_sym_SEMI,
STATE(234), 1,
sym_comment,
[5100] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(422), 1,
anon_sym_EQ,
STATE(235), 1,
sym_comment,
[5110] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(424), 1,
anon_sym_EQ,
STATE(236), 1,
sym_comment,
[5120] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(522), 1,
anon_sym_SEMI,
STATE(237), 1,
sym_comment,
[5130] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(456), 1,
anon_sym_SEMI,
STATE(238), 1,
sym_comment,
[5140] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(524), 1,
anon_sym_SEMI,
STATE(239), 1,
sym_comment,
[5150] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(526), 1,
sym_identifier,
STATE(240), 1,
sym_comment,
[5160] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(528), 1,
sym_identifier,
STATE(241), 1,
sym_comment,
[5170] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(530), 1,
aux_sym_json_string_token2,
STATE(242), 1,
sym_comment,
[5180] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(442), 1,
anon_sym_EQ,
STATE(243), 1,
sym_comment,
[5190] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(532), 1,
aux_sym_comment_token1,
STATE(244), 1,
sym_comment,
[5200] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(534), 1,
aux_sym_comment_token1,
STATE(245), 1,
sym_comment,
[5210] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(444), 1,
anon_sym_EQ,
STATE(246), 1,
sym_comment,
[5220] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(536), 1,
aux_sym_comment_token1,
STATE(247), 1,
sym_comment,
[5230] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(538), 1,
ts_builtin_sym_end,
STATE(248), 1,
sym_comment,
[5240] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(540), 1,
anon_sym_EQ,
STATE(249), 1,
sym_comment,
[5250] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(542), 1,
ts_builtin_sym_end,
STATE(250), 1,
sym_comment,
[5260] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(544), 1,
anon_sym_SEMI,
STATE(251), 1,
sym_comment,
[5270] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(546), 1,
anon_sym_SEMI,
STATE(252), 1,
sym_comment,
[5280] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(548), 1,
sym_identifier,
STATE(253), 1,
sym_comment,
[5290] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(550), 1,
anon_sym_COLON,
STATE(254), 1,
sym_comment,
[5300] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(552), 1,
ts_builtin_sym_end,
STATE(255), 1,
sym_comment,
[5310] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(554), 1,
anon_sym_EQ,
STATE(256), 1,
sym_comment,
[5320] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(556), 1,
ts_builtin_sym_end,
STATE(257), 1,
sym_comment,
[5330] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(558), 1,
anon_sym_SEMI,
STATE(258), 1,
sym_comment,
[5340] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(462), 1,
anon_sym_SEMI,
STATE(259), 1,
sym_comment,
[5350] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(560), 1,
anon_sym_SEMI,
STATE(260), 1,
sym_comment,
[5360] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(562), 1,
anon_sym_SEMI,
STATE(261), 1,
sym_comment,
[5370] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(564), 1,
anon_sym_SEMI,
STATE(262), 1,
sym_comment,
[5380] = 1,
ACTIONS(566), 1,
ts_builtin_sym_end,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 75,
[SMALL_STATE(4)] = 150,
[SMALL_STATE(5)] = 223,
[SMALL_STATE(6)] = 281,
[SMALL_STATE(7)] = 327,
[SMALL_STATE(8)] = 371,
[SMALL_STATE(9)] = 417,
[SMALL_STATE(10)] = 458,
[SMALL_STATE(11)] = 512,
[SMALL_STATE(12)] = 553,
[SMALL_STATE(13)] = 592,
[SMALL_STATE(14)] = 634,
[SMALL_STATE(15)] = 676,
[SMALL_STATE(16)] = 718,
[SMALL_STATE(17)] = 760,
[SMALL_STATE(18)] = 802,
[SMALL_STATE(19)] = 836,
[SMALL_STATE(20)] = 878,
[SMALL_STATE(21)] = 920,
[SMALL_STATE(22)] = 962,
[SMALL_STATE(23)] = 1004,
[SMALL_STATE(24)] = 1038,
[SMALL_STATE(25)] = 1080,
[SMALL_STATE(26)] = 1122,
[SMALL_STATE(27)] = 1164,
[SMALL_STATE(28)] = 1198,
[SMALL_STATE(29)] = 1232,
[SMALL_STATE(30)] = 1266,
[SMALL_STATE(31)] = 1300,
[SMALL_STATE(32)] = 1338,
[SMALL_STATE(33)] = 1374,
[SMALL_STATE(34)] = 1435,
[SMALL_STATE(35)] = 1468,
[SMALL_STATE(36)] = 1501,
[SMALL_STATE(37)] = 1564,
[SMALL_STATE(38)] = 1627,
[SMALL_STATE(39)] = 1660,
[SMALL_STATE(40)] = 1693,
[SMALL_STATE(41)] = 1726,
[SMALL_STATE(42)] = 1759,
[SMALL_STATE(43)] = 1792,
[SMALL_STATE(44)] = 1825,
[SMALL_STATE(45)] = 1858,
[SMALL_STATE(46)] = 1891,
[SMALL_STATE(47)] = 1924,
[SMALL_STATE(48)] = 1956,
[SMALL_STATE(49)] = 1988,
[SMALL_STATE(50)] = 2026,
[SMALL_STATE(51)] = 2054,
[SMALL_STATE(52)] = 2080,
[SMALL_STATE(53)] = 2108,
[SMALL_STATE(54)] = 2131,
[SMALL_STATE(55)] = 2164,
[SMALL_STATE(56)] = 2197,
[SMALL_STATE(57)] = 2230,
[SMALL_STATE(58)] = 2260,
[SMALL_STATE(59)] = 2290,
[SMALL_STATE(60)] = 2320,
[SMALL_STATE(61)] = 2350,
[SMALL_STATE(62)] = 2380,
[SMALL_STATE(63)] = 2410,
[SMALL_STATE(64)] = 2440,
[SMALL_STATE(65)] = 2470,
[SMALL_STATE(66)] = 2500,
[SMALL_STATE(67)] = 2523,
[SMALL_STATE(68)] = 2546,
[SMALL_STATE(69)] = 2567,
[SMALL_STATE(70)] = 2585,
[SMALL_STATE(71)] = 2603,
[SMALL_STATE(72)] = 2621,
[SMALL_STATE(73)] = 2639,
[SMALL_STATE(74)] = 2657,
[SMALL_STATE(75)] = 2675,
[SMALL_STATE(76)] = 2693,
[SMALL_STATE(77)] = 2711,
[SMALL_STATE(78)] = 2733,
[SMALL_STATE(79)] = 2751,
[SMALL_STATE(80)] = 2769,
[SMALL_STATE(81)] = 2787,
[SMALL_STATE(82)] = 2805,
[SMALL_STATE(83)] = 2823,
[SMALL_STATE(84)] = 2841,
[SMALL_STATE(85)] = 2859,
[SMALL_STATE(86)] = 2877,
[SMALL_STATE(87)] = 2895,
[SMALL_STATE(88)] = 2915,
[SMALL_STATE(89)] = 2933,
[SMALL_STATE(90)] = 2951,
[SMALL_STATE(91)] = 2969,
[SMALL_STATE(92)] = 2987,
[SMALL_STATE(93)] = 3005,
[SMALL_STATE(94)] = 3023,
[SMALL_STATE(95)] = 3041,
[SMALL_STATE(96)] = 3061,
[SMALL_STATE(97)] = 3079,
[SMALL_STATE(98)] = 3102,
[SMALL_STATE(99)] = 3125,
[SMALL_STATE(100)] = 3156,
[SMALL_STATE(101)] = 3177,
[SMALL_STATE(102)] = 3198,
[SMALL_STATE(103)] = 3218,
[SMALL_STATE(104)] = 3233,
[SMALL_STATE(105)] = 3248,
[SMALL_STATE(106)] = 3263,
[SMALL_STATE(107)] = 3278,
[SMALL_STATE(108)] = 3293,
[SMALL_STATE(109)] = 3308,
[SMALL_STATE(110)] = 3323,
[SMALL_STATE(111)] = 3338,
[SMALL_STATE(112)] = 3353,
[SMALL_STATE(113)] = 3368,
[SMALL_STATE(114)] = 3383,
[SMALL_STATE(115)] = 3398,
[SMALL_STATE(116)] = 3420,
[SMALL_STATE(117)] = 3434,
[SMALL_STATE(118)] = 3448,
[SMALL_STATE(119)] = 3462,
[SMALL_STATE(120)] = 3476,
[SMALL_STATE(121)] = 3490,
[SMALL_STATE(122)] = 3504,
[SMALL_STATE(123)] = 3518,
[SMALL_STATE(124)] = 3532,
[SMALL_STATE(125)] = 3549,
[SMALL_STATE(126)] = 3568,
[SMALL_STATE(127)] = 3587,
[SMALL_STATE(128)] = 3606,
[SMALL_STATE(129)] = 3625,
[SMALL_STATE(130)] = 3644,
[SMALL_STATE(131)] = 3663,
[SMALL_STATE(132)] = 3682,
[SMALL_STATE(133)] = 3701,
[SMALL_STATE(134)] = 3714,
[SMALL_STATE(135)] = 3727,
[SMALL_STATE(136)] = 3740,
[SMALL_STATE(137)] = 3753,
[SMALL_STATE(138)] = 3766,
[SMALL_STATE(139)] = 3779,
[SMALL_STATE(140)] = 3798,
[SMALL_STATE(141)] = 3817,
[SMALL_STATE(142)] = 3836,
[SMALL_STATE(143)] = 3855,
[SMALL_STATE(144)] = 3874,
[SMALL_STATE(145)] = 3893,
[SMALL_STATE(146)] = 3912,
[SMALL_STATE(147)] = 3931,
[SMALL_STATE(148)] = 3944,
[SMALL_STATE(149)] = 3958,
[SMALL_STATE(150)] = 3974,
[SMALL_STATE(151)] = 3990,
[SMALL_STATE(152)] = 4002,
[SMALL_STATE(153)] = 4018,
[SMALL_STATE(154)] = 4032,
[SMALL_STATE(155)] = 4048,
[SMALL_STATE(156)] = 4064,
[SMALL_STATE(157)] = 4078,
[SMALL_STATE(158)] = 4094,
[SMALL_STATE(159)] = 4108,
[SMALL_STATE(160)] = 4120,
[SMALL_STATE(161)] = 4136,
[SMALL_STATE(162)] = 4152,
[SMALL_STATE(163)] = 4168,
[SMALL_STATE(164)] = 4184,
[SMALL_STATE(165)] = 4196,
[SMALL_STATE(166)] = 4212,
[SMALL_STATE(167)] = 4224,
[SMALL_STATE(168)] = 4240,
[SMALL_STATE(169)] = 4256,
[SMALL_STATE(170)] = 4272,
[SMALL_STATE(171)] = 4288,
[SMALL_STATE(172)] = 4304,
[SMALL_STATE(173)] = 4320,
[SMALL_STATE(174)] = 4336,
[SMALL_STATE(175)] = 4352,
[SMALL_STATE(176)] = 4368,
[SMALL_STATE(177)] = 4384,
[SMALL_STATE(178)] = 4400,
[SMALL_STATE(179)] = 4416,
[SMALL_STATE(180)] = 4432,
[SMALL_STATE(181)] = 4445,
[SMALL_STATE(182)] = 4458,
[SMALL_STATE(183)] = 4471,
[SMALL_STATE(184)] = 4484,
[SMALL_STATE(185)] = 4497,
[SMALL_STATE(186)] = 4510,
[SMALL_STATE(187)] = 4523,
[SMALL_STATE(188)] = 4536,
[SMALL_STATE(189)] = 4547,
[SMALL_STATE(190)] = 4560,
[SMALL_STATE(191)] = 4573,
[SMALL_STATE(192)] = 4586,
[SMALL_STATE(193)] = 4599,
[SMALL_STATE(194)] = 4612,
[SMALL_STATE(195)] = 4625,
[SMALL_STATE(196)] = 4638,
[SMALL_STATE(197)] = 4651,
[SMALL_STATE(198)] = 4664,
[SMALL_STATE(199)] = 4677,
[SMALL_STATE(200)] = 4690,
[SMALL_STATE(201)] = 4701,
[SMALL_STATE(202)] = 4714,
[SMALL_STATE(203)] = 4727,
[SMALL_STATE(204)] = 4740,
[SMALL_STATE(205)] = 4753,
[SMALL_STATE(206)] = 4766,
[SMALL_STATE(207)] = 4779,
[SMALL_STATE(208)] = 4792,
[SMALL_STATE(209)] = 4805,
[SMALL_STATE(210)] = 4818,
[SMALL_STATE(211)] = 4829,
[SMALL_STATE(212)] = 4842,
[SMALL_STATE(213)] = 4853,
[SMALL_STATE(214)] = 4866,
[SMALL_STATE(215)] = 4879,
[SMALL_STATE(216)] = 4890,
[SMALL_STATE(217)] = 4903,
[SMALL_STATE(218)] = 4916,
[SMALL_STATE(219)] = 4929,
[SMALL_STATE(220)] = 4942,
[SMALL_STATE(221)] = 4955,
[SMALL_STATE(222)] = 4966,
[SMALL_STATE(223)] = 4979,
[SMALL_STATE(224)] = 4990,
[SMALL_STATE(225)] = 5000,
[SMALL_STATE(226)] = 5010,
[SMALL_STATE(227)] = 5020,
[SMALL_STATE(228)] = 5030,
[SMALL_STATE(229)] = 5040,
[SMALL_STATE(230)] = 5050,
[SMALL_STATE(231)] = 5060,
[SMALL_STATE(232)] = 5070,
[SMALL_STATE(233)] = 5080,
[SMALL_STATE(234)] = 5090,
[SMALL_STATE(235)] = 5100,
[SMALL_STATE(236)] = 5110,
[SMALL_STATE(237)] = 5120,
[SMALL_STATE(238)] = 5130,
[SMALL_STATE(239)] = 5140,
[SMALL_STATE(240)] = 5150,
[SMALL_STATE(241)] = 5160,
[SMALL_STATE(242)] = 5170,
[SMALL_STATE(243)] = 5180,
[SMALL_STATE(244)] = 5190,
[SMALL_STATE(245)] = 5200,
[SMALL_STATE(246)] = 5210,
[SMALL_STATE(247)] = 5220,
[SMALL_STATE(248)] = 5230,
[SMALL_STATE(249)] = 5240,
[SMALL_STATE(250)] = 5250,
[SMALL_STATE(251)] = 5260,
[SMALL_STATE(252)] = 5270,
[SMALL_STATE(253)] = 5280,
[SMALL_STATE(254)] = 5290,
[SMALL_STATE(255)] = 5300,
[SMALL_STATE(256)] = 5310,
[SMALL_STATE(257)] = 5320,
[SMALL_STATE(258)] = 5330,
[SMALL_STATE(259)] = 5340,
[SMALL_STATE(260)] = 5350,
[SMALL_STATE(261)] = 5360,
[SMALL_STATE(262)] = 5370,
[SMALL_STATE(263)] = 5380,
};
static const TSParseActionEntry ts_parse_actions[] = {
[0] = {.entry = {.count = 0, .reusable = false}},
[1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
[3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120),
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[23] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0),
[25] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(120),
[28] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(193),
[31] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(211),
[34] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(244),
[37] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 2, 0, 0), SHIFT_REPEAT(66),
[40] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145),
[42] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 2, 0, 0),
[44] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 2, 0, 0),
[46] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39),
[48] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[50] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[52] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[54] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
[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 = 2, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(253),
[63] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0),
[65] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0),
[67] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_name, 2, 0, 0),
[69] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_name, 2, 0, 0),
[71] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotations, 1, 0, 0),
[73] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotations, 1, 0, 0),
[75] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0),
[77] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0), SHIFT_REPEAT(211),
[80] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0),
[82] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_block_repeat1, 1, 0, 0),
[84] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_block_repeat1, 1, 0, 0),
[86] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 3, 0, 0),
[88] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 3, 0, 0),
[90] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 4, 0, 0),
[92] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 4, 0, 0),
[94] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 5, 0, 0),
[96] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 5, 0, 0),
[98] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 6, 0, 0),
[100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 6, 0, 0),
[102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 7, 0, 0),
[104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field, 7, 0, 0),
[106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_docstring_block, 1, 0, 0),
[108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_docstring_block_repeat1, 2, 0, 0),
[110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_docstring_block_repeat1, 2, 0, 0), SHIFT_REPEAT(244),
[113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0),
[115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(150),
[118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(189),
[121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(216),
[124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(217),
[127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(222),
[130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(190),
[133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(192),
[136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(245),
[139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_annotations_repeat1, 1, 0, 0),
[141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 1, 0, 0),
[143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, 0, 0),
[145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, 0, 0),
[147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
[155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217),
[157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
[165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_string, 2, 0, 0),
[169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_string, 2, 0, 0),
[171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_value, 1, 0, 0),
[173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_value, 1, 0, 0),
[175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 2, 0, 0),
[177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 2, 0, 0),
[179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 4, 0, 0),
[181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 4, 0, 0),
[183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 2, 0, 0),
[185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 2, 0, 0),
[187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 3, 0, 0),
[189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 3, 0, 0),
[191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_string, 3, 0, 0),
[193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_string, 3, 0, 0),
[195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 3, 0, 0),
[197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 3, 0, 0),
[199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 4, 0, 0),
[201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 4, 0, 0),
[203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_docstring_block_repeat1, 1, 0, 0),
[205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_docstring_block_repeat1, 1, 0, 0),
[207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_docstring, 2, 0, 0),
[209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_docstring, 2, 0, 0),
[211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
[221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(224),
[224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
[226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
[238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232),
[240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(232),
[243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_declaration, 6, 0, 0),
[245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 6, 0, 0),
[247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 7, 0, 0),
[249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 4, 0, 0),
[251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 4, 0, 0),
[253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7, 0, 0),
[255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 8, 0, 0),
[257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164),
[261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 8, 0, 0),
[265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 3, 0, 0),
[267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 9, 0, 0),
[269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 0),
[271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 10, 0, 0),
[273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 5, 0, 0),
[275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3, 0, 0),
[277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 3, 0, 0),
[279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 1, 0, 0),
[281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 1, 0, 0), REDUCE(aux_sym_docstring_block_repeat1, 1, 0, 0),
[284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 6, 0, 0),
[286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_declaration, 5, 0, 0),
[288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 5, 0, 0),
[290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 5, 0, 0),
[292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 0),
[294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 6, 0, 0),
[296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_block, 2, 0, 0),
[298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_block, 3, 0, 0),
[300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_docstring_block, 1, 0, 0),
[302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
[304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
[306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0), SHIFT_REPEAT(190),
[313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_docstring_block_repeat1, 2, 0, 0),
[315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_docstring_block_repeat1, 2, 0, 0), SHIFT_REPEAT(245),
[318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 1, 0, 0),
[320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 2, 0, 0),
[326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 2, 0, 0),
[328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0),
[330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0),
[332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0),
[334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_json_string_repeat1, 2, 0, 0),
[336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_json_string_repeat1, 2, 0, 0), SHIFT_REPEAT(159),
[339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_json_string_repeat1, 2, 0, 0), SHIFT_REPEAT(77),
[342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44),
[344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159),
[346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77),
[348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108),
[352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230),
[356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114),
[366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122),
[370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123),
[372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38),
[376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(227),
[379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0),
[381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_json_string_repeat1, 3, 0, 0),
[389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_json_object_repeat1, 2, 0, 0), SHIFT_REPEAT(157),
[396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_json_object_repeat1, 2, 0, 0),
[398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_json_array_repeat1, 2, 0, 0), SHIFT_REPEAT(65),
[407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_json_array_repeat1, 2, 0, 0),
[409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(26),
[412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0),
[414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_json_string_repeat1, 1, 0, 0),
[416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_name, 1, 0, 0),
[430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
[438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
[452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
[462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_path, 1, 0, 0),
[474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
[476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0),
[482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object_pair, 3, 0, 0),
[494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0),
[502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
[506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
[510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
[530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48),
[534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69),
[536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263),
[538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 3, 0, 0),
[540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 2, 0, 0),
[544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_path, 2, 0, 0),
[546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[552] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_definition, 3, 0, 0),
[558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[566] = {.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 = 2,
.patch_version = 0,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif