#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 294
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 104
#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_struct_body = 74,
sym_struct_field = 75,
sym_union_definition = 76,
sym_union_body = 77,
sym_union_field = 78,
sym_field_type = 79,
sym_field_name = 80,
sym_annotations = 81,
sym_annotation_name = 82,
sym_annotation = 83,
sym_annotation_declaration = 84,
sym_comment = 85,
sym_docstring = 86,
sym_docstring_block = 87,
sym_json_value = 88,
sym_json_string = 89,
sym_json_array = 90,
sym_json_object = 91,
sym_json_object_pair = 92,
aux_sym_scoped_name_repeat1 = 93,
aux_sym_module_body_repeat1 = 94,
aux_sym_type_parameters_repeat1 = 95,
aux_sym_type_arguments_repeat1 = 96,
aux_sym_struct_body_repeat1 = 97,
aux_sym_union_body_repeat1 = 98,
aux_sym_annotations_repeat1 = 99,
aux_sym_docstring_block_repeat1 = 100,
aux_sym_json_string_repeat1 = 101,
aux_sym_json_array_repeat1 = 102,
aux_sym_json_object_repeat1 = 103,
};
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_struct_body] = "struct_body",
[sym_struct_field] = "struct_field",
[sym_union_definition] = "union_definition",
[sym_union_body] = "union_body",
[sym_union_field] = "union_field",
[sym_field_type] = "field_type",
[sym_field_name] = "field_name",
[sym_annotations] = "annotations",
[sym_annotation_name] = "annotation_name",
[sym_annotation] = "annotation",
[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_struct_body_repeat1] = "struct_body_repeat1",
[aux_sym_union_body_repeat1] = "union_body_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_struct_body] = sym_struct_body,
[sym_struct_field] = sym_struct_field,
[sym_union_definition] = sym_union_definition,
[sym_union_body] = sym_union_body,
[sym_union_field] = sym_union_field,
[sym_field_type] = sym_field_type,
[sym_field_name] = sym_field_name,
[sym_annotations] = sym_annotations,
[sym_annotation_name] = sym_annotation_name,
[sym_annotation] = sym_annotation,
[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_struct_body_repeat1] = aux_sym_struct_body_repeat1,
[aux_sym_union_body_repeat1] = aux_sym_union_body_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_struct_body] = {
.visible = true,
.named = true,
},
[sym_struct_field] = {
.visible = true,
.named = true,
},
[sym_union_definition] = {
.visible = true,
.named = true,
},
[sym_union_body] = {
.visible = true,
.named = true,
},
[sym_union_field] = {
.visible = true,
.named = true,
},
[sym_field_type] = {
.visible = true,
.named = true,
},
[sym_field_name] = {
.visible = true,
.named = true,
},
[sym_annotations] = {
.visible = true,
.named = true,
},
[sym_annotation_name] = {
.visible = true,
.named = true,
},
[sym_annotation] = {
.visible = true,
.named = true,
},
[sym_annotation_declaration] = {
.visible = true,
.named = true,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[sym_docstring] = {
.visible = true,
.named = true,
},
[sym_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_struct_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_union_body_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] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 53,
[54] = 54,
[55] = 55,
[56] = 56,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 8,
[63] = 11,
[64] = 9,
[65] = 10,
[66] = 12,
[67] = 13,
[68] = 68,
[69] = 68,
[70] = 68,
[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] = 10,
[84] = 9,
[85] = 11,
[86] = 86,
[87] = 87,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 91,
[92] = 92,
[93] = 93,
[94] = 94,
[95] = 95,
[96] = 96,
[97] = 97,
[98] = 12,
[99] = 99,
[100] = 100,
[101] = 101,
[102] = 102,
[103] = 103,
[104] = 104,
[105] = 105,
[106] = 106,
[107] = 107,
[108] = 108,
[109] = 109,
[110] = 60,
[111] = 111,
[112] = 112,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 37,
[117] = 20,
[118] = 16,
[119] = 119,
[120] = 41,
[121] = 121,
[122] = 54,
[123] = 59,
[124] = 47,
[125] = 61,
[126] = 52,
[127] = 55,
[128] = 46,
[129] = 58,
[130] = 53,
[131] = 56,
[132] = 50,
[133] = 57,
[134] = 53,
[135] = 135,
[136] = 136,
[137] = 137,
[138] = 138,
[139] = 139,
[140] = 140,
[141] = 56,
[142] = 142,
[143] = 54,
[144] = 144,
[145] = 145,
[146] = 146,
[147] = 147,
[148] = 144,
[149] = 149,
[150] = 150,
[151] = 151,
[152] = 152,
[153] = 55,
[154] = 57,
[155] = 52,
[156] = 58,
[157] = 59,
[158] = 47,
[159] = 159,
[160] = 160,
[161] = 146,
[162] = 147,
[163] = 144,
[164] = 146,
[165] = 147,
[166] = 166,
[167] = 167,
[168] = 168,
[169] = 169,
[170] = 170,
[171] = 171,
[172] = 172,
[173] = 170,
[174] = 174,
[175] = 175,
[176] = 176,
[177] = 177,
[178] = 178,
[179] = 179,
[180] = 180,
[181] = 181,
[182] = 182,
[183] = 183,
[184] = 184,
[185] = 181,
[186] = 186,
[187] = 187,
[188] = 188,
[189] = 177,
[190] = 190,
[191] = 190,
[192] = 169,
[193] = 170,
[194] = 194,
[195] = 195,
[196] = 177,
[197] = 197,
[198] = 190,
[199] = 169,
[200] = 200,
[201] = 201,
[202] = 202,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 206,
[207] = 207,
[208] = 208,
[209] = 209,
[210] = 210,
[211] = 211,
[212] = 212,
[213] = 213,
[214] = 214,
[215] = 215,
[216] = 216,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 220,
[221] = 221,
[222] = 222,
[223] = 223,
[224] = 224,
[225] = 225,
[226] = 226,
[227] = 227,
[228] = 228,
[229] = 229,
[230] = 230,
[231] = 231,
[232] = 232,
[233] = 233,
[234] = 234,
[235] = 235,
[236] = 236,
[237] = 237,
[238] = 238,
[239] = 239,
[240] = 240,
[241] = 241,
[242] = 242,
[243] = 243,
[244] = 244,
[245] = 245,
[246] = 246,
[247] = 247,
[248] = 248,
[249] = 249,
[250] = 250,
[251] = 251,
[252] = 252,
[253] = 253,
[254] = 254,
[255] = 255,
[256] = 256,
[257] = 257,
[258] = 258,
[259] = 259,
[260] = 260,
[261] = 261,
[262] = 262,
[263] = 263,
[264] = 264,
[265] = 265,
[266] = 266,
[267] = 267,
[268] = 268,
[269] = 269,
[270] = 270,
[271] = 271,
[272] = 272,
[273] = 273,
[274] = 254,
[275] = 275,
[276] = 276,
[277] = 277,
[278] = 278,
[279] = 279,
[280] = 280,
[281] = 281,
[282] = 282,
[283] = 283,
[284] = 283,
[285] = 285,
[286] = 286,
[287] = 287,
[288] = 288,
[289] = 289,
[290] = 290,
[291] = 291,
[292] = 283,
[293] = 293,
};
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 = 8},
[6] = {.lex_state = 8},
[7] = {.lex_state = 8},
[8] = {.lex_state = 1},
[9] = {.lex_state = 1},
[10] = {.lex_state = 1},
[11] = {.lex_state = 1},
[12] = {.lex_state = 1},
[13] = {.lex_state = 1},
[14] = {.lex_state = 8},
[15] = {.lex_state = 8},
[16] = {.lex_state = 8},
[17] = {.lex_state = 10},
[18] = {.lex_state = 10},
[19] = {.lex_state = 10},
[20] = {.lex_state = 8},
[21] = {.lex_state = 10},
[22] = {.lex_state = 10},
[23] = {.lex_state = 10},
[24] = {.lex_state = 10},
[25] = {.lex_state = 8},
[26] = {.lex_state = 8},
[27] = {.lex_state = 10},
[28] = {.lex_state = 10},
[29] = {.lex_state = 10},
[30] = {.lex_state = 8},
[31] = {.lex_state = 8},
[32] = {.lex_state = 8},
[33] = {.lex_state = 8},
[34] = {.lex_state = 8},
[35] = {.lex_state = 8},
[36] = {.lex_state = 10},
[37] = {.lex_state = 8},
[38] = {.lex_state = 8},
[39] = {.lex_state = 10},
[40] = {.lex_state = 8},
[41] = {.lex_state = 8},
[42] = {.lex_state = 8},
[43] = {.lex_state = 8},
[44] = {.lex_state = 10},
[45] = {.lex_state = 10},
[46] = {.lex_state = 8},
[47] = {.lex_state = 8},
[48] = {.lex_state = 2},
[49] = {.lex_state = 2},
[50] = {.lex_state = 8},
[51] = {.lex_state = 2},
[52] = {.lex_state = 8},
[53] = {.lex_state = 8},
[54] = {.lex_state = 8},
[55] = {.lex_state = 8},
[56] = {.lex_state = 8},
[57] = {.lex_state = 8},
[58] = {.lex_state = 8},
[59] = {.lex_state = 8},
[60] = {.lex_state = 8},
[61] = {.lex_state = 8},
[62] = {.lex_state = 2},
[63] = {.lex_state = 2},
[64] = {.lex_state = 2},
[65] = {.lex_state = 2},
[66] = {.lex_state = 2},
[67] = {.lex_state = 2},
[68] = {.lex_state = 3},
[69] = {.lex_state = 3},
[70] = {.lex_state = 3},
[71] = {.lex_state = 3},
[72] = {.lex_state = 3},
[73] = {.lex_state = 3},
[74] = {.lex_state = 3},
[75] = {.lex_state = 3},
[76] = {.lex_state = 3},
[77] = {.lex_state = 3},
[78] = {.lex_state = 3},
[79] = {.lex_state = 3},
[80] = {.lex_state = 3},
[81] = {.lex_state = 3},
[82] = {.lex_state = 3},
[83] = {.lex_state = 6},
[84] = {.lex_state = 6},
[85] = {.lex_state = 6},
[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 = 2},
[96] = {.lex_state = 2},
[97] = {.lex_state = 2},
[98] = {.lex_state = 6},
[99] = {.lex_state = 2},
[100] = {.lex_state = 2},
[101] = {.lex_state = 2},
[102] = {.lex_state = 2},
[103] = {.lex_state = 2},
[104] = {.lex_state = 2},
[105] = {.lex_state = 4},
[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 = 2},
[116] = {.lex_state = 2},
[117] = {.lex_state = 2},
[118] = {.lex_state = 2},
[119] = {.lex_state = 2},
[120] = {.lex_state = 2},
[121] = {.lex_state = 6},
[122] = {.lex_state = 2},
[123] = {.lex_state = 2},
[124] = {.lex_state = 2},
[125] = {.lex_state = 2},
[126] = {.lex_state = 2},
[127] = {.lex_state = 2},
[128] = {.lex_state = 2},
[129] = {.lex_state = 2},
[130] = {.lex_state = 2},
[131] = {.lex_state = 2},
[132] = {.lex_state = 2},
[133] = {.lex_state = 2},
[134] = {.lex_state = 0},
[135] = {.lex_state = 6},
[136] = {.lex_state = 6},
[137] = {.lex_state = 6},
[138] = {.lex_state = 6},
[139] = {.lex_state = 3},
[140] = {.lex_state = 6},
[141] = {.lex_state = 0},
[142] = {.lex_state = 6},
[143] = {.lex_state = 0},
[144] = {.lex_state = 5},
[145] = {.lex_state = 5},
[146] = {.lex_state = 0},
[147] = {.lex_state = 5},
[148] = {.lex_state = 5},
[149] = {.lex_state = 0},
[150] = {.lex_state = 0},
[151] = {.lex_state = 0},
[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 = 0},
[160] = {.lex_state = 3},
[161] = {.lex_state = 0},
[162] = {.lex_state = 5},
[163] = {.lex_state = 5},
[164] = {.lex_state = 0},
[165] = {.lex_state = 5},
[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 = 5},
[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 = 6},
[180] = {.lex_state = 5},
[181] = {.lex_state = 6},
[182] = {.lex_state = 0},
[183] = {.lex_state = 0},
[184] = {.lex_state = 0},
[185] = {.lex_state = 6},
[186] = {.lex_state = 0},
[187] = {.lex_state = 0},
[188] = {.lex_state = 0},
[189] = {.lex_state = 0},
[190] = {.lex_state = 0},
[191] = {.lex_state = 0},
[192] = {.lex_state = 0},
[193] = {.lex_state = 0},
[194] = {.lex_state = 0},
[195] = {.lex_state = 5},
[196] = {.lex_state = 0},
[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 = 6},
[204] = {.lex_state = 0},
[205] = {.lex_state = 6},
[206] = {.lex_state = 0},
[207] = {.lex_state = 0},
[208] = {.lex_state = 0},
[209] = {.lex_state = 0},
[210] = {.lex_state = 6},
[211] = {.lex_state = 6},
[212] = {.lex_state = 6},
[213] = {.lex_state = 6},
[214] = {.lex_state = 6},
[215] = {.lex_state = 0},
[216] = {.lex_state = 0},
[217] = {.lex_state = 0},
[218] = {.lex_state = 0},
[219] = {.lex_state = 0},
[220] = {.lex_state = 6},
[221] = {.lex_state = 0},
[222] = {.lex_state = 0},
[223] = {.lex_state = 0},
[224] = {.lex_state = 6},
[225] = {.lex_state = 6},
[226] = {.lex_state = 6},
[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 = 6},
[235] = {.lex_state = 6},
[236] = {.lex_state = 6},
[237] = {.lex_state = 0},
[238] = {.lex_state = 6},
[239] = {.lex_state = 0},
[240] = {.lex_state = 0},
[241] = {.lex_state = 0},
[242] = {.lex_state = 0},
[243] = {.lex_state = 6},
[244] = {.lex_state = 0},
[245] = {.lex_state = 0},
[246] = {.lex_state = 0},
[247] = {.lex_state = 6},
[248] = {.lex_state = 0},
[249] = {.lex_state = 0},
[250] = {.lex_state = 6},
[251] = {.lex_state = 6},
[252] = {.lex_state = 0},
[253] = {.lex_state = 0},
[254] = {.lex_state = 185},
[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] = {.lex_state = 6},
[264] = {.lex_state = 0},
[265] = {.lex_state = 0},
[266] = {.lex_state = 0},
[267] = {.lex_state = 6},
[268] = {.lex_state = 0},
[269] = {.lex_state = 0},
[270] = {.lex_state = 0},
[271] = {.lex_state = 0},
[272] = {.lex_state = 185},
[273] = {.lex_state = 0},
[274] = {.lex_state = 185},
[275] = {.lex_state = 0},
[276] = {.lex_state = 0},
[277] = {.lex_state = 6},
[278] = {.lex_state = 11},
[279] = {.lex_state = 0},
[280] = {.lex_state = 0},
[281] = {.lex_state = 0},
[282] = {.lex_state = 0},
[283] = {.lex_state = 6},
[284] = {.lex_state = 6},
[285] = {.lex_state = 0},
[286] = {.lex_state = 0},
[287] = {.lex_state = 0},
[288] = {.lex_state = 0},
[289] = {.lex_state = 0},
[290] = {.lex_state = 0},
[291] = {.lex_state = 0},
[292] = {.lex_state = 6},
[293] = {(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(285),
[sym_module_definition] = STATE(291),
[sym_comment] = STATE(1),
[anon_sym_module] = ACTIONS(5),
[anon_sym_SLASH_SLASH] = ACTIONS(3),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 20,
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(4), 1,
aux_sym_struct_body_repeat1,
STATE(14), 1,
sym_annotations,
STATE(16), 1,
aux_sym_annotations_repeat1,
STATE(18), 1,
sym_docstring_block,
STATE(37), 1,
aux_sym_docstring_block_repeat1,
STATE(43), 1,
sym_struct_field,
STATE(50), 1,
sym_annotation,
STATE(61), 1,
sym_docstring,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(247), 1,
sym_field_type,
STATE(277), 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,
[78] = 19,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(21), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(29), 1,
anon_sym_AT,
ACTIONS(32), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(35), 1,
sym_identifier,
STATE(14), 1,
sym_annotations,
STATE(16), 1,
aux_sym_annotations_repeat1,
STATE(18), 1,
sym_docstring_block,
STATE(37), 1,
aux_sym_docstring_block_repeat1,
STATE(43), 1,
sym_struct_field,
STATE(50), 1,
sym_annotation,
STATE(61), 1,
sym_docstring,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(247), 1,
sym_field_type,
STATE(277), 1,
sym_type_expression,
STATE(3), 2,
sym_comment,
aux_sym_struct_body_repeat1,
ACTIONS(26), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(23), 15,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
[154] = 20,
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(38), 1,
anon_sym_RBRACE_SEMI,
STATE(3), 1,
aux_sym_struct_body_repeat1,
STATE(4), 1,
sym_comment,
STATE(14), 1,
sym_annotations,
STATE(16), 1,
aux_sym_annotations_repeat1,
STATE(18), 1,
sym_docstring_block,
STATE(37), 1,
aux_sym_docstring_block_repeat1,
STATE(43), 1,
sym_struct_field,
STATE(50), 1,
sym_annotation,
STATE(61), 1,
sym_docstring,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(247), 1,
sym_field_type,
STATE(277), 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,
[232] = 20,
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(40), 1,
anon_sym_RBRACE_SEMI,
STATE(5), 1,
sym_comment,
STATE(6), 1,
aux_sym_union_body_repeat1,
STATE(15), 1,
sym_annotations,
STATE(16), 1,
aux_sym_annotations_repeat1,
STATE(19), 1,
sym_docstring_block,
STATE(37), 1,
aux_sym_docstring_block_repeat1,
STATE(40), 1,
sym_union_field,
STATE(50), 1,
sym_annotation,
STATE(61), 1,
sym_docstring,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(205), 1,
sym_field_type,
STATE(277), 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,
[310] = 19,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(42), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(50), 1,
anon_sym_AT,
ACTIONS(53), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(56), 1,
sym_identifier,
STATE(15), 1,
sym_annotations,
STATE(16), 1,
aux_sym_annotations_repeat1,
STATE(19), 1,
sym_docstring_block,
STATE(37), 1,
aux_sym_docstring_block_repeat1,
STATE(40), 1,
sym_union_field,
STATE(50), 1,
sym_annotation,
STATE(61), 1,
sym_docstring,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(205), 1,
sym_field_type,
STATE(277), 1,
sym_type_expression,
STATE(6), 2,
sym_comment,
aux_sym_union_body_repeat1,
ACTIONS(47), 4,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
ACTIONS(44), 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,
[386] = 20,
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(59), 1,
anon_sym_RBRACE_SEMI,
STATE(5), 1,
aux_sym_union_body_repeat1,
STATE(7), 1,
sym_comment,
STATE(15), 1,
sym_annotations,
STATE(16), 1,
aux_sym_annotations_repeat1,
STATE(19), 1,
sym_docstring_block,
STATE(37), 1,
aux_sym_docstring_block_repeat1,
STATE(40), 1,
sym_union_field,
STATE(50), 1,
sym_annotation,
STATE(61), 1,
sym_docstring,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(205), 1,
sym_field_type,
STATE(277), 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,
[464] = 11,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(61), 1,
anon_sym_LBRACE,
ACTIONS(69), 1,
sym_json_number,
ACTIONS(71), 1,
anon_sym_DQUOTE,
ACTIONS(73), 1,
anon_sym_LBRACK,
STATE(8), 1,
sym_comment,
STATE(46), 1,
sym_json_value,
ACTIONS(65), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(67), 3,
anon_sym_null,
anon_sym_true,
anon_sym_false,
STATE(54), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(63), 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,
[522] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(75), 1,
anon_sym_DOT,
STATE(9), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(78), 6,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
anon_sym_DQUOTE,
anon_sym_LBRACK,
ACTIONS(80), 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,
[566] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(82), 1,
anon_sym_DOT,
STATE(10), 1,
sym_comment,
STATE(11), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(84), 6,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
anon_sym_DQUOTE,
anon_sym_LBRACK,
ACTIONS(86), 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,
[612] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(82), 1,
anon_sym_DOT,
STATE(9), 1,
aux_sym_scoped_name_repeat1,
STATE(11), 1,
sym_comment,
ACTIONS(88), 6,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
anon_sym_DQUOTE,
anon_sym_LBRACK,
ACTIONS(90), 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,
[658] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(12), 1,
sym_comment,
ACTIONS(78), 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(80), 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,
[699] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(13), 1,
sym_comment,
ACTIONS(92), 6,
anon_sym_LBRACE,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
sym_json_number,
anon_sym_DQUOTE,
anon_sym_LBRACK,
ACTIONS(94), 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,
[739] = 13,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(14), 1,
sym_comment,
STATE(21), 1,
sym_docstring_block,
STATE(37), 1,
aux_sym_docstring_block_repeat1,
STATE(61), 1,
sym_docstring,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(213), 1,
sym_field_type,
STATE(277), 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,
[796] = 13,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(15), 1,
sym_comment,
STATE(17), 1,
sym_docstring_block,
STATE(37), 1,
aux_sym_docstring_block_repeat1,
STATE(61), 1,
sym_docstring,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(211), 1,
sym_field_type,
STATE(277), 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,
[853] = 7,
ACTIONS(13), 1,
anon_sym_AT,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(98), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(16), 1,
sym_comment,
STATE(20), 1,
aux_sym_annotations_repeat1,
STATE(50), 1,
sym_annotation,
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,
[894] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(17), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(238), 1,
sym_field_type,
STATE(277), 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,
[939] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(18), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(213), 1,
sym_field_type,
STATE(277), 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,
[984] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(19), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(211), 1,
sym_field_type,
STATE(277), 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,
[1029] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(102), 1,
anon_sym_AT,
ACTIONS(105), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(50), 1,
sym_annotation,
STATE(20), 2,
sym_comment,
aux_sym_annotations_repeat1,
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,
[1068] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(21), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(230), 1,
sym_field_type,
STATE(277), 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,
[1113] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(22), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(288), 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,
[1155] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(23), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(279), 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,
[1197] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(24), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(245), 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,
[1239] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(25), 1,
sym_comment,
ACTIONS(107), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(109), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1273] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(26), 1,
sym_comment,
ACTIONS(111), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(113), 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,
[1307] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(27), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(281), 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,
[1349] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(28), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(208), 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,
[1391] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(29), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(209), 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,
[1433] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(30), 1,
sym_comment,
ACTIONS(115), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(117), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1467] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(31), 1,
sym_comment,
ACTIONS(119), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(121), 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] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(32), 1,
sym_comment,
ACTIONS(123), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(125), 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,
[1535] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(33), 1,
sym_comment,
ACTIONS(127), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(129), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1569] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(34), 1,
sym_comment,
ACTIONS(131), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(133), 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,
[1603] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(35), 1,
sym_comment,
ACTIONS(135), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(137), 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,
[1637] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(36), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(270), 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,
[1679] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(17), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(37), 1,
sym_comment,
STATE(41), 1,
aux_sym_docstring_block_repeat1,
STATE(61), 1,
sym_docstring,
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,
[1717] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(38), 1,
sym_comment,
ACTIONS(141), 3,
anon_sym_RBRACE_SEMI,
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,
[1751] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(39), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(248), 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,
[1793] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(40), 1,
sym_comment,
ACTIONS(145), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(147), 20,
anon_sym_Int8,
anon_sym_Int16,
anon_sym_Int32,
anon_sym_Int64,
anon_sym_Word8,
anon_sym_Word16,
anon_sym_Word32,
anon_sym_Word64,
anon_sym_Bool,
anon_sym_Void,
anon_sym_Float,
anon_sym_Double,
anon_sym_String,
anon_sym_Bytes,
anon_sym_Json,
anon_sym_Vector,
anon_sym_StringMap,
anon_sym_Nullable,
anon_sym_TypeToken,
sym_identifier,
[1827] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(151), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(61), 1,
sym_docstring,
STATE(41), 2,
sym_comment,
aux_sym_docstring_block_repeat1,
ACTIONS(149), 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,
[1863] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(42), 1,
sym_comment,
ACTIONS(154), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(156), 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,
[1897] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(43), 1,
sym_comment,
ACTIONS(158), 3,
anon_sym_RBRACE_SEMI,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(160), 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,
[1931] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(44), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(182), 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,
[1973] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(19), 1,
sym_identifier,
STATE(45), 1,
sym_comment,
STATE(121), 1,
sym_scoped_name,
STATE(137), 1,
sym_primitive_type,
STATE(231), 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,
[2015] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(46), 1,
sym_comment,
ACTIONS(164), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(162), 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,
[2048] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(47), 1,
sym_comment,
ACTIONS(168), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(166), 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,
[2081] = 19,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(170), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(172), 1,
anon_sym_import,
ACTIONS(174), 1,
anon_sym_type,
ACTIONS(176), 1,
anon_sym_newtype,
ACTIONS(178), 1,
anon_sym_struct,
ACTIONS(180), 1,
anon_sym_union,
ACTIONS(182), 1,
anon_sym_AT,
ACTIONS(184), 1,
anon_sym_annotation,
ACTIONS(186), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(48), 1,
sym_comment,
STATE(49), 1,
aux_sym_module_body_repeat1,
STATE(92), 1,
sym_docstring,
STATE(116), 1,
aux_sym_docstring_block_repeat1,
STATE(118), 1,
aux_sym_annotations_repeat1,
STATE(119), 1,
sym_annotations,
STATE(132), 1,
sym_annotation,
STATE(139), 1,
sym_docstring_block,
STATE(87), 6,
sym_import_declaration,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[2144] = 19,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(172), 1,
anon_sym_import,
ACTIONS(174), 1,
anon_sym_type,
ACTIONS(176), 1,
anon_sym_newtype,
ACTIONS(178), 1,
anon_sym_struct,
ACTIONS(180), 1,
anon_sym_union,
ACTIONS(182), 1,
anon_sym_AT,
ACTIONS(184), 1,
anon_sym_annotation,
ACTIONS(186), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(188), 1,
anon_sym_RBRACE_SEMI,
STATE(49), 1,
sym_comment,
STATE(51), 1,
aux_sym_module_body_repeat1,
STATE(92), 1,
sym_docstring,
STATE(116), 1,
aux_sym_docstring_block_repeat1,
STATE(118), 1,
aux_sym_annotations_repeat1,
STATE(119), 1,
sym_annotations,
STATE(132), 1,
sym_annotation,
STATE(139), 1,
sym_docstring_block,
STATE(87), 6,
sym_import_declaration,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[2207] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(50), 1,
sym_comment,
ACTIONS(192), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(190), 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,
[2240] = 18,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(194), 1,
anon_sym_RBRACE_SEMI,
ACTIONS(196), 1,
anon_sym_import,
ACTIONS(199), 1,
anon_sym_type,
ACTIONS(202), 1,
anon_sym_newtype,
ACTIONS(205), 1,
anon_sym_struct,
ACTIONS(208), 1,
anon_sym_union,
ACTIONS(211), 1,
anon_sym_AT,
ACTIONS(214), 1,
anon_sym_annotation,
ACTIONS(217), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(92), 1,
sym_docstring,
STATE(116), 1,
aux_sym_docstring_block_repeat1,
STATE(118), 1,
aux_sym_annotations_repeat1,
STATE(119), 1,
sym_annotations,
STATE(132), 1,
sym_annotation,
STATE(139), 1,
sym_docstring_block,
STATE(51), 2,
sym_comment,
aux_sym_module_body_repeat1,
STATE(87), 6,
sym_import_declaration,
sym_type_definition,
sym_newtype_definition,
sym_struct_definition,
sym_union_definition,
sym_annotation_declaration,
[2301] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(52), 1,
sym_comment,
ACTIONS(222), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(220), 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,
[2334] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(53), 1,
sym_comment,
ACTIONS(226), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(224), 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,
[2367] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(54), 1,
sym_comment,
ACTIONS(230), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(228), 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,
[2400] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(55), 1,
sym_comment,
ACTIONS(234), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(232), 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,
[2433] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(56), 1,
sym_comment,
ACTIONS(238), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(236), 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,
[2466] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(57), 1,
sym_comment,
ACTIONS(242), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(240), 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,
[2499] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(58), 1,
sym_comment,
ACTIONS(246), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(244), 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,
[2532] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(59), 1,
sym_comment,
ACTIONS(250), 2,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(248), 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,
[2565] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(254), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(60), 1,
sym_comment,
ACTIONS(252), 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,
[2597] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(258), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(61), 1,
sym_comment,
ACTIONS(256), 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,
[2629] = 9,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(260), 1,
anon_sym_LBRACE,
ACTIONS(264), 1,
anon_sym_DQUOTE,
ACTIONS(266), 1,
anon_sym_LBRACK,
STATE(62), 1,
sym_comment,
STATE(128), 1,
sym_json_value,
STATE(122), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(262), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
ACTIONS(65), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[2667] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(268), 1,
anon_sym_DOT,
STATE(63), 1,
sym_comment,
STATE(64), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(88), 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,
[2695] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(270), 1,
anon_sym_DOT,
STATE(64), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(78), 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,
[2721] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(268), 1,
anon_sym_DOT,
STATE(63), 1,
aux_sym_scoped_name_repeat1,
STATE(65), 1,
sym_comment,
ACTIONS(84), 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,
[2749] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(66), 1,
sym_comment,
ACTIONS(78), 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,
[2772] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(67), 1,
sym_comment,
ACTIONS(92), 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,
[2794] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
ACTIONS(281), 1,
anon_sym_RBRACK,
STATE(68), 1,
sym_comment,
STATE(190), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2827] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
ACTIONS(283), 1,
anon_sym_RBRACK,
STATE(69), 1,
sym_comment,
STATE(198), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2860] = 9,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
ACTIONS(285), 1,
anon_sym_RBRACK,
STATE(70), 1,
sym_comment,
STATE(191), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2893] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
STATE(71), 1,
sym_comment,
STATE(260), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2923] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
STATE(72), 1,
sym_comment,
STATE(258), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2953] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
STATE(73), 1,
sym_comment,
STATE(256), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[2983] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
STATE(74), 1,
sym_comment,
STATE(289), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[3013] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
STATE(75), 1,
sym_comment,
STATE(244), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[3043] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
STATE(76), 1,
sym_comment,
STATE(271), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[3073] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
STATE(77), 1,
sym_comment,
STATE(239), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[3103] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
STATE(78), 1,
sym_comment,
STATE(290), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[3133] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
STATE(79), 1,
sym_comment,
STATE(255), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[3163] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
STATE(80), 1,
sym_comment,
STATE(276), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[3193] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
STATE(81), 1,
sym_comment,
STATE(282), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[3223] = 8,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(279), 1,
anon_sym_LBRACK,
STATE(82), 1,
sym_comment,
STATE(287), 1,
sym_json_value,
STATE(143), 3,
sym_json_string,
sym_json_array,
sym_json_object,
ACTIONS(275), 4,
anon_sym_null,
anon_sym_true,
anon_sym_false,
sym_json_number,
[3253] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(287), 1,
anon_sym_DOT,
STATE(83), 1,
sym_comment,
STATE(85), 1,
aux_sym_scoped_name_repeat1,
ACTIONS(84), 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,
[3276] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(289), 1,
anon_sym_DOT,
STATE(84), 2,
sym_comment,
aux_sym_scoped_name_repeat1,
ACTIONS(78), 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,
[3297] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(287), 1,
anon_sym_DOT,
STATE(84), 1,
aux_sym_scoped_name_repeat1,
STATE(85), 1,
sym_comment,
ACTIONS(88), 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,
[3320] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(86), 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,
[3338] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(87), 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,
[3356] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(88), 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,
[3374] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(89), 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,
[3392] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(90), 1,
sym_comment,
ACTIONS(300), 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,
[3410] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(91), 1,
sym_comment,
ACTIONS(302), 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,
[3428] = 4,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(92), 1,
sym_comment,
ACTIONS(294), 3,
anon_sym_RBRACE_SEMI,
anon_sym_import,
anon_sym_AT,
ACTIONS(304), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[3448] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(93), 1,
sym_comment,
ACTIONS(307), 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,
[3466] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(94), 1,
sym_comment,
ACTIONS(309), 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,
[3484] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(95), 1,
sym_comment,
ACTIONS(311), 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,
[3502] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(96), 1,
sym_comment,
ACTIONS(313), 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,
[3520] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(97), 1,
sym_comment,
ACTIONS(315), 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,
[3538] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(80), 1,
anon_sym_DOT,
STATE(98), 1,
sym_comment,
ACTIONS(78), 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,
[3558] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(99), 1,
sym_comment,
ACTIONS(317), 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,
[3576] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(100), 1,
sym_comment,
ACTIONS(319), 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,
[3594] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(101), 1,
sym_comment,
ACTIONS(321), 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,
[3612] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(102), 1,
sym_comment,
ACTIONS(323), 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,
[3630] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(103), 1,
sym_comment,
ACTIONS(325), 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,
[3648] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(104), 1,
sym_comment,
ACTIONS(327), 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,
[3666] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(331), 1,
anon_sym_SLASH,
ACTIONS(333), 1,
anon_sym_u,
STATE(105), 1,
sym_comment,
ACTIONS(329), 7,
anon_sym_DQUOTE,
anon_sym_BSLASH,
anon_sym_b,
anon_sym_f,
anon_sym_n,
anon_sym_r,
anon_sym_t,
[3688] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(106), 1,
sym_comment,
ACTIONS(335), 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,
[3706] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(107), 1,
sym_comment,
ACTIONS(337), 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,
[3724] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(108), 1,
sym_comment,
ACTIONS(339), 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,
[3742] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(109), 1,
sym_comment,
ACTIONS(341), 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,
[3760] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(110), 1,
sym_comment,
ACTIONS(254), 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,
[3778] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(111), 1,
sym_comment,
ACTIONS(343), 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,
[3796] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(112), 1,
sym_comment,
ACTIONS(345), 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,
[3814] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(113), 1,
sym_comment,
ACTIONS(347), 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,
[3832] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(114), 1,
sym_comment,
ACTIONS(349), 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,
[3850] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(115), 1,
sym_comment,
ACTIONS(351), 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,
[3868] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(186), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(116), 1,
sym_comment,
STATE(120), 1,
aux_sym_docstring_block_repeat1,
STATE(125), 1,
sym_docstring,
ACTIONS(353), 5,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
[3891] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(355), 1,
anon_sym_AT,
STATE(132), 1,
sym_annotation,
STATE(117), 2,
sym_comment,
aux_sym_annotations_repeat1,
ACTIONS(105), 5,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_SLASH_SLASH_SLASH,
[3912] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(182), 1,
anon_sym_AT,
STATE(117), 1,
aux_sym_annotations_repeat1,
STATE(118), 1,
sym_comment,
STATE(132), 1,
sym_annotation,
ACTIONS(98), 5,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_SLASH_SLASH_SLASH,
[3935] = 10,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(186), 1,
anon_sym_SLASH_SLASH_SLASH,
ACTIONS(358), 1,
anon_sym_type,
ACTIONS(360), 1,
anon_sym_newtype,
ACTIONS(362), 1,
anon_sym_struct,
ACTIONS(364), 1,
anon_sym_union,
STATE(116), 1,
aux_sym_docstring_block_repeat1,
STATE(119), 1,
sym_comment,
STATE(125), 1,
sym_docstring,
STATE(160), 1,
sym_docstring_block,
[3966] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(368), 1,
anon_sym_SLASH_SLASH_SLASH,
STATE(125), 1,
sym_docstring,
STATE(120), 2,
sym_comment,
aux_sym_docstring_block_repeat1,
ACTIONS(366), 5,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
[3987] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(373), 1,
anon_sym_LT,
STATE(121), 1,
sym_comment,
STATE(135), 1,
sym_type_arguments,
ACTIONS(371), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[4007] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(122), 1,
sym_comment,
ACTIONS(230), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[4022] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(123), 1,
sym_comment,
ACTIONS(250), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[4037] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(124), 1,
sym_comment,
ACTIONS(168), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[4052] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(125), 1,
sym_comment,
ACTIONS(258), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_annotation,
anon_sym_SLASH_SLASH_SLASH,
[4067] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(126), 1,
sym_comment,
ACTIONS(222), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[4082] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(127), 1,
sym_comment,
ACTIONS(234), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[4097] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(128), 1,
sym_comment,
ACTIONS(164), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[4112] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(129), 1,
sym_comment,
ACTIONS(246), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[4127] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(130), 1,
sym_comment,
ACTIONS(226), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[4142] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(131), 1,
sym_comment,
ACTIONS(238), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[4157] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(132), 1,
sym_comment,
ACTIONS(192), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[4172] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(133), 1,
sym_comment,
ACTIONS(242), 6,
anon_sym_type,
anon_sym_newtype,
anon_sym_struct,
anon_sym_union,
anon_sym_AT,
anon_sym_SLASH_SLASH_SLASH,
[4187] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(134), 1,
sym_comment,
ACTIONS(226), 5,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COLON,
[4201] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(135), 1,
sym_comment,
ACTIONS(375), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[4215] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(136), 1,
sym_comment,
ACTIONS(377), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[4229] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(137), 1,
sym_comment,
ACTIONS(371), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[4243] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(138), 1,
sym_comment,
ACTIONS(379), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[4257] = 7,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(358), 1,
anon_sym_type,
ACTIONS(360), 1,
anon_sym_newtype,
ACTIONS(362), 1,
anon_sym_struct,
ACTIONS(364), 1,
anon_sym_union,
ACTIONS(381), 1,
anon_sym_annotation,
STATE(139), 1,
sym_comment,
[4279] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(140), 1,
sym_comment,
ACTIONS(383), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[4293] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(141), 1,
sym_comment,
ACTIONS(238), 5,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COLON,
[4307] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(142), 1,
sym_comment,
ACTIONS(385), 5,
anon_sym_SEMI,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_GT,
sym_identifier,
[4321] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(143), 1,
sym_comment,
ACTIONS(230), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[4334] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(387), 1,
anon_sym_DQUOTE,
ACTIONS(389), 1,
aux_sym_json_string_token1,
ACTIONS(391), 1,
anon_sym_BSLASH,
STATE(144), 1,
sym_comment,
STATE(145), 1,
aux_sym_json_string_repeat1,
[4353] = 5,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(393), 1,
anon_sym_DQUOTE,
ACTIONS(395), 1,
aux_sym_json_string_token1,
ACTIONS(398), 1,
anon_sym_BSLASH,
STATE(145), 2,
sym_comment,
aux_sym_json_string_repeat1,
[4370] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(401), 1,
anon_sym_RBRACE,
STATE(146), 1,
sym_comment,
STATE(177), 1,
sym_json_object_pair,
STATE(280), 1,
sym_json_string,
[4389] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(389), 1,
aux_sym_json_string_token1,
ACTIONS(391), 1,
anon_sym_BSLASH,
ACTIONS(403), 1,
anon_sym_DQUOTE,
STATE(147), 1,
sym_comment,
STATE(148), 1,
aux_sym_json_string_repeat1,
[4408] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(389), 1,
aux_sym_json_string_token1,
ACTIONS(391), 1,
anon_sym_BSLASH,
ACTIONS(405), 1,
anon_sym_DQUOTE,
STATE(145), 1,
aux_sym_json_string_repeat1,
STATE(148), 1,
sym_comment,
[4427] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(407), 1,
anon_sym_LBRACE,
ACTIONS(409), 1,
anon_sym_LT,
STATE(94), 1,
sym_struct_body,
STATE(149), 1,
sym_comment,
STATE(249), 1,
sym_type_parameters,
[4446] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(409), 1,
anon_sym_LT,
ACTIONS(411), 1,
anon_sym_LBRACE,
STATE(100), 1,
sym_union_body,
STATE(150), 1,
sym_comment,
STATE(206), 1,
sym_type_parameters,
[4465] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(407), 1,
anon_sym_LBRACE,
ACTIONS(409), 1,
anon_sym_LT,
STATE(112), 1,
sym_struct_body,
STATE(151), 1,
sym_comment,
STATE(217), 1,
sym_type_parameters,
[4484] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(409), 1,
anon_sym_LT,
ACTIONS(411), 1,
anon_sym_LBRACE,
STATE(113), 1,
sym_union_body,
STATE(152), 1,
sym_comment,
STATE(219), 1,
sym_type_parameters,
[4503] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(153), 1,
sym_comment,
ACTIONS(234), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[4516] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(154), 1,
sym_comment,
ACTIONS(242), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[4529] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(155), 1,
sym_comment,
ACTIONS(222), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[4542] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(156), 1,
sym_comment,
ACTIONS(246), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[4555] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(157), 1,
sym_comment,
ACTIONS(250), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[4568] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(158), 1,
sym_comment,
ACTIONS(168), 4,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[4581] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(409), 1,
anon_sym_LT,
ACTIONS(411), 1,
anon_sym_LBRACE,
STATE(101), 1,
sym_union_body,
STATE(159), 1,
sym_comment,
STATE(221), 1,
sym_type_parameters,
[4600] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(413), 1,
anon_sym_type,
ACTIONS(415), 1,
anon_sym_newtype,
ACTIONS(417), 1,
anon_sym_struct,
ACTIONS(419), 1,
anon_sym_union,
STATE(160), 1,
sym_comment,
[4619] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(421), 1,
anon_sym_RBRACE,
STATE(161), 1,
sym_comment,
STATE(189), 1,
sym_json_object_pair,
STATE(280), 1,
sym_json_string,
[4638] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(389), 1,
aux_sym_json_string_token1,
ACTIONS(391), 1,
anon_sym_BSLASH,
ACTIONS(423), 1,
anon_sym_DQUOTE,
STATE(162), 1,
sym_comment,
STATE(163), 1,
aux_sym_json_string_repeat1,
[4657] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(389), 1,
aux_sym_json_string_token1,
ACTIONS(391), 1,
anon_sym_BSLASH,
ACTIONS(425), 1,
anon_sym_DQUOTE,
STATE(145), 1,
aux_sym_json_string_repeat1,
STATE(163), 1,
sym_comment,
[4676] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(277), 1,
anon_sym_DQUOTE,
ACTIONS(427), 1,
anon_sym_RBRACE,
STATE(164), 1,
sym_comment,
STATE(196), 1,
sym_json_object_pair,
STATE(280), 1,
sym_json_string,
[4695] = 6,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(389), 1,
aux_sym_json_string_token1,
ACTIONS(391), 1,
anon_sym_BSLASH,
ACTIONS(429), 1,
anon_sym_DQUOTE,
STATE(144), 1,
aux_sym_json_string_repeat1,
STATE(165), 1,
sym_comment,
[4714] = 6,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(407), 1,
anon_sym_LBRACE,
ACTIONS(409), 1,
anon_sym_LT,
STATE(95), 1,
sym_struct_body,
STATE(166), 1,
sym_comment,
STATE(218), 1,
sym_type_parameters,
[4733] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(431), 1,
anon_sym_COMMA,
ACTIONS(434), 1,
anon_sym_RBRACE,
STATE(167), 2,
sym_comment,
aux_sym_json_object_repeat1,
[4747] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(409), 1,
anon_sym_LT,
ACTIONS(436), 1,
anon_sym_EQ,
STATE(168), 1,
sym_comment,
STATE(262), 1,
sym_type_parameters,
[4763] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(438), 1,
anon_sym_COMMA,
ACTIONS(440), 1,
anon_sym_RBRACE,
STATE(167), 1,
aux_sym_json_object_repeat1,
STATE(169), 1,
sym_comment,
[4779] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(442), 1,
anon_sym_COMMA,
ACTIONS(444), 1,
anon_sym_RBRACK,
STATE(170), 1,
sym_comment,
STATE(197), 1,
aux_sym_json_array_repeat1,
[4795] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(446), 1,
anon_sym_COMMA,
ACTIONS(448), 1,
anon_sym_GT,
STATE(171), 1,
sym_comment,
STATE(175), 1,
aux_sym_type_arguments_repeat1,
[4811] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(172), 1,
sym_comment,
ACTIONS(393), 3,
anon_sym_DQUOTE,
aux_sym_json_string_token1,
anon_sym_BSLASH,
[4823] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(442), 1,
anon_sym_COMMA,
ACTIONS(450), 1,
anon_sym_RBRACK,
STATE(173), 1,
sym_comment,
STATE(197), 1,
aux_sym_json_array_repeat1,
[4839] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(452), 1,
anon_sym_COMMA,
ACTIONS(455), 1,
anon_sym_GT,
STATE(174), 2,
sym_comment,
aux_sym_type_parameters_repeat1,
[4853] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(457), 1,
anon_sym_COMMA,
ACTIONS(460), 1,
anon_sym_GT,
STATE(175), 2,
sym_comment,
aux_sym_type_arguments_repeat1,
[4867] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(277), 1,
anon_sym_DQUOTE,
STATE(176), 1,
sym_comment,
STATE(241), 1,
sym_json_object_pair,
STATE(280), 1,
sym_json_string,
[4883] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(438), 1,
anon_sym_COMMA,
ACTIONS(462), 1,
anon_sym_RBRACE,
STATE(169), 1,
aux_sym_json_object_repeat1,
STATE(177), 1,
sym_comment,
[4899] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(464), 1,
anon_sym_COMMA,
ACTIONS(466), 1,
anon_sym_GT,
STATE(178), 1,
sym_comment,
STATE(200), 1,
aux_sym_type_parameters_repeat1,
[4915] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(468), 1,
sym_identifier,
STATE(179), 1,
sym_comment,
STATE(216), 1,
sym_scoped_name,
STATE(257), 1,
sym_import_path,
[4931] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(180), 1,
sym_comment,
ACTIONS(470), 3,
anon_sym_DQUOTE,
aux_sym_json_string_token1,
anon_sym_BSLASH,
[4943] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(472), 1,
sym_identifier,
STATE(62), 1,
sym_annotation_name,
STATE(67), 1,
sym_scoped_name,
STATE(181), 1,
sym_comment,
[4959] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(446), 1,
anon_sym_COMMA,
ACTIONS(474), 1,
anon_sym_GT,
STATE(171), 1,
aux_sym_type_arguments_repeat1,
STATE(182), 1,
sym_comment,
[4975] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(409), 1,
anon_sym_LT,
ACTIONS(476), 1,
anon_sym_EQ,
STATE(183), 1,
sym_comment,
STATE(261), 1,
sym_type_parameters,
[4991] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(409), 1,
anon_sym_LT,
ACTIONS(478), 1,
anon_sym_EQ,
STATE(184), 1,
sym_comment,
STATE(266), 1,
sym_type_parameters,
[5007] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(480), 1,
sym_identifier,
STATE(8), 1,
sym_annotation_name,
STATE(13), 1,
sym_scoped_name,
STATE(185), 1,
sym_comment,
[5023] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(186), 1,
sym_comment,
ACTIONS(482), 3,
anon_sym_LBRACE,
anon_sym_EQ,
anon_sym_LT,
[5035] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(409), 1,
anon_sym_LT,
ACTIONS(484), 1,
anon_sym_EQ,
STATE(187), 1,
sym_comment,
STATE(259), 1,
sym_type_parameters,
[5051] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(409), 1,
anon_sym_LT,
ACTIONS(486), 1,
anon_sym_EQ,
STATE(188), 1,
sym_comment,
STATE(268), 1,
sym_type_parameters,
[5067] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(438), 1,
anon_sym_COMMA,
ACTIONS(488), 1,
anon_sym_RBRACE,
STATE(189), 1,
sym_comment,
STATE(192), 1,
aux_sym_json_object_repeat1,
[5083] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(442), 1,
anon_sym_COMMA,
ACTIONS(490), 1,
anon_sym_RBRACK,
STATE(173), 1,
aux_sym_json_array_repeat1,
STATE(190), 1,
sym_comment,
[5099] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(442), 1,
anon_sym_COMMA,
ACTIONS(492), 1,
anon_sym_RBRACK,
STATE(191), 1,
sym_comment,
STATE(193), 1,
aux_sym_json_array_repeat1,
[5115] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(438), 1,
anon_sym_COMMA,
ACTIONS(494), 1,
anon_sym_RBRACE,
STATE(167), 1,
aux_sym_json_object_repeat1,
STATE(192), 1,
sym_comment,
[5131] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(442), 1,
anon_sym_COMMA,
ACTIONS(496), 1,
anon_sym_RBRACK,
STATE(193), 1,
sym_comment,
STATE(197), 1,
aux_sym_json_array_repeat1,
[5147] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(409), 1,
anon_sym_LT,
ACTIONS(498), 1,
anon_sym_EQ,
STATE(194), 1,
sym_comment,
STATE(253), 1,
sym_type_parameters,
[5163] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
STATE(195), 1,
sym_comment,
ACTIONS(500), 3,
anon_sym_DQUOTE,
aux_sym_json_string_token1,
anon_sym_BSLASH,
[5175] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(438), 1,
anon_sym_COMMA,
ACTIONS(502), 1,
anon_sym_RBRACE,
STATE(196), 1,
sym_comment,
STATE(199), 1,
aux_sym_json_object_repeat1,
[5191] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(504), 1,
anon_sym_COMMA,
ACTIONS(507), 1,
anon_sym_RBRACK,
STATE(197), 2,
sym_comment,
aux_sym_json_array_repeat1,
[5205] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(442), 1,
anon_sym_COMMA,
ACTIONS(509), 1,
anon_sym_RBRACK,
STATE(170), 1,
aux_sym_json_array_repeat1,
STATE(198), 1,
sym_comment,
[5221] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(438), 1,
anon_sym_COMMA,
ACTIONS(511), 1,
anon_sym_RBRACE,
STATE(167), 1,
aux_sym_json_object_repeat1,
STATE(199), 1,
sym_comment,
[5237] = 5,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(464), 1,
anon_sym_COMMA,
ACTIONS(513), 1,
anon_sym_GT,
STATE(174), 1,
aux_sym_type_parameters_repeat1,
STATE(200), 1,
sym_comment,
[5253] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
STATE(201), 1,
sym_comment,
STATE(265), 1,
sym_json_object,
[5266] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(515), 1,
anon_sym_SEMI,
ACTIONS(517), 1,
anon_sym_EQ,
STATE(202), 1,
sym_comment,
[5279] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(519), 1,
sym_identifier,
STATE(152), 1,
sym_type_name,
STATE(203), 1,
sym_comment,
[5292] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(521), 1,
anon_sym_SEMI,
ACTIONS(523), 1,
anon_sym_EQ,
STATE(204), 1,
sym_comment,
[5305] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(525), 1,
sym_identifier,
STATE(202), 1,
sym_field_name,
STATE(205), 1,
sym_comment,
[5318] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(411), 1,
anon_sym_LBRACE,
STATE(101), 1,
sym_union_body,
STATE(206), 1,
sym_comment,
[5331] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(527), 1,
anon_sym_SEMI,
ACTIONS(529), 1,
anon_sym_EQ,
STATE(207), 1,
sym_comment,
[5344] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(531), 1,
anon_sym_SEMI,
ACTIONS(533), 1,
anon_sym_EQ,
STATE(208), 1,
sym_comment,
[5357] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(209), 1,
sym_comment,
ACTIONS(460), 2,
anon_sym_COMMA,
anon_sym_GT,
[5368] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(468), 1,
sym_identifier,
STATE(210), 1,
sym_comment,
STATE(228), 1,
sym_scoped_name,
[5381] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(525), 1,
sym_identifier,
STATE(211), 1,
sym_comment,
STATE(237), 1,
sym_field_name,
[5394] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(519), 1,
sym_identifier,
STATE(149), 1,
sym_type_name,
STATE(212), 1,
sym_comment,
[5407] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(525), 1,
sym_identifier,
STATE(213), 1,
sym_comment,
STATE(229), 1,
sym_field_name,
[5420] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(468), 1,
sym_identifier,
STATE(214), 1,
sym_comment,
STATE(225), 1,
sym_scoped_name,
[5433] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(373), 1,
anon_sym_LT,
STATE(142), 1,
sym_type_arguments,
STATE(215), 1,
sym_comment,
[5446] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(535), 1,
anon_sym_SEMI,
ACTIONS(537), 1,
anon_sym_DOT_STAR,
STATE(216), 1,
sym_comment,
[5459] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(407), 1,
anon_sym_LBRACE,
STATE(86), 1,
sym_struct_body,
STATE(217), 1,
sym_comment,
[5472] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(407), 1,
anon_sym_LBRACE,
STATE(112), 1,
sym_struct_body,
STATE(218), 1,
sym_comment,
[5485] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(411), 1,
anon_sym_LBRACE,
STATE(90), 1,
sym_union_body,
STATE(219), 1,
sym_comment,
[5498] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(519), 1,
sym_identifier,
STATE(150), 1,
sym_type_name,
STATE(220), 1,
sym_comment,
[5511] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(411), 1,
anon_sym_LBRACE,
STATE(113), 1,
sym_union_body,
STATE(221), 1,
sym_comment,
[5524] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(222), 1,
sym_comment,
ACTIONS(455), 2,
anon_sym_COMMA,
anon_sym_GT,
[5535] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(223), 1,
sym_comment,
ACTIONS(539), 2,
anon_sym_LBRACE,
anon_sym_EQ,
[5546] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(519), 1,
sym_identifier,
STATE(183), 1,
sym_type_name,
STATE(224), 1,
sym_comment,
[5559] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(468), 1,
sym_identifier,
STATE(201), 1,
sym_scoped_name,
STATE(225), 1,
sym_comment,
[5572] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(519), 1,
sym_identifier,
STATE(187), 1,
sym_type_name,
STATE(226), 1,
sym_comment,
[5585] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(519), 1,
sym_identifier,
STATE(168), 1,
sym_type_name,
STATE(227), 1,
sym_comment,
[5598] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(273), 1,
anon_sym_LBRACE,
STATE(228), 1,
sym_comment,
STATE(275), 1,
sym_json_object,
[5611] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(541), 1,
anon_sym_SEMI,
ACTIONS(543), 1,
anon_sym_EQ,
STATE(229), 1,
sym_comment,
[5624] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(525), 1,
sym_identifier,
STATE(204), 1,
sym_field_name,
STATE(230), 1,
sym_comment,
[5637] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(545), 1,
anon_sym_SEMI,
ACTIONS(547), 1,
anon_sym_EQ,
STATE(231), 1,
sym_comment,
[5650] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(519), 1,
sym_identifier,
STATE(184), 1,
sym_type_name,
STATE(232), 1,
sym_comment,
[5663] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(519), 1,
sym_identifier,
STATE(188), 1,
sym_type_name,
STATE(233), 1,
sym_comment,
[5676] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(519), 1,
sym_identifier,
STATE(166), 1,
sym_type_name,
STATE(234), 1,
sym_comment,
[5689] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(519), 1,
sym_identifier,
STATE(159), 1,
sym_type_name,
STATE(235), 1,
sym_comment,
[5702] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(468), 1,
sym_identifier,
STATE(236), 1,
sym_comment,
STATE(246), 1,
sym_scoped_name,
[5715] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(549), 1,
anon_sym_SEMI,
ACTIONS(551), 1,
anon_sym_EQ,
STATE(237), 1,
sym_comment,
[5728] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(525), 1,
sym_identifier,
STATE(207), 1,
sym_field_name,
STATE(238), 1,
sym_comment,
[5741] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(239), 1,
sym_comment,
ACTIONS(553), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[5752] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(240), 1,
sym_comment,
ACTIONS(555), 2,
anon_sym_LBRACE,
anon_sym_EQ,
[5763] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(241), 1,
sym_comment,
ACTIONS(434), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[5774] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(557), 1,
anon_sym_SEMI,
ACTIONS(559), 1,
anon_sym_EQ,
STATE(242), 1,
sym_comment,
[5787] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(519), 1,
sym_identifier,
STATE(194), 1,
sym_type_name,
STATE(243), 1,
sym_comment,
[5800] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(244), 1,
sym_comment,
ACTIONS(507), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[5811] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(561), 1,
anon_sym_SEMI,
ACTIONS(563), 1,
anon_sym_EQ,
STATE(245), 1,
sym_comment,
[5824] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(565), 1,
anon_sym_LBRACE,
STATE(246), 1,
sym_comment,
STATE(286), 1,
sym_module_body,
[5837] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(525), 1,
sym_identifier,
STATE(242), 1,
sym_field_name,
STATE(247), 1,
sym_comment,
[5850] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(567), 1,
anon_sym_SEMI,
ACTIONS(569), 1,
anon_sym_EQ,
STATE(248), 1,
sym_comment,
[5863] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(407), 1,
anon_sym_LBRACE,
STATE(95), 1,
sym_struct_body,
STATE(249), 1,
sym_comment,
[5876] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(468), 1,
sym_identifier,
STATE(210), 1,
sym_scoped_name,
STATE(250), 1,
sym_comment,
[5889] = 4,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(519), 1,
sym_identifier,
STATE(151), 1,
sym_type_name,
STATE(251), 1,
sym_comment,
[5902] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
STATE(252), 1,
sym_comment,
ACTIONS(571), 2,
anon_sym_SEMI,
anon_sym_EQ,
[5913] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(486), 1,
anon_sym_EQ,
STATE(253), 1,
sym_comment,
[5923] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(573), 1,
aux_sym_comment_token1,
STATE(254), 1,
sym_comment,
[5933] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(527), 1,
anon_sym_SEMI,
STATE(255), 1,
sym_comment,
[5943] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(575), 1,
anon_sym_SEMI,
STATE(256), 1,
sym_comment,
[5953] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(577), 1,
anon_sym_SEMI,
STATE(257), 1,
sym_comment,
[5963] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(579), 1,
anon_sym_SEMI,
STATE(258), 1,
sym_comment,
[5973] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(478), 1,
anon_sym_EQ,
STATE(259), 1,
sym_comment,
[5983] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(581), 1,
anon_sym_SEMI,
STATE(260), 1,
sym_comment,
[5993] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(583), 1,
anon_sym_EQ,
STATE(261), 1,
sym_comment,
[6003] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(585), 1,
anon_sym_EQ,
STATE(262), 1,
sym_comment,
[6013] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(587), 1,
sym_identifier,
STATE(263), 1,
sym_comment,
[6023] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(589), 1,
anon_sym_SEMI,
STATE(264), 1,
sym_comment,
[6033] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(591), 1,
anon_sym_SEMI,
STATE(265), 1,
sym_comment,
[6043] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(476), 1,
anon_sym_EQ,
STATE(266), 1,
sym_comment,
[6053] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(593), 1,
sym_identifier,
STATE(267), 1,
sym_comment,
[6063] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(436), 1,
anon_sym_EQ,
STATE(268), 1,
sym_comment,
[6073] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(595), 1,
ts_builtin_sym_end,
STATE(269), 1,
sym_comment,
[6083] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(597), 1,
anon_sym_SEMI,
STATE(270), 1,
sym_comment,
[6093] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(531), 1,
anon_sym_SEMI,
STATE(271), 1,
sym_comment,
[6103] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(599), 1,
aux_sym_comment_token1,
STATE(272), 1,
sym_comment,
[6113] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(601), 1,
ts_builtin_sym_end,
STATE(273), 1,
sym_comment,
[6123] = 3,
ACTIONS(15), 1,
anon_sym_SLASH_SLASH,
ACTIONS(603), 1,
aux_sym_comment_token1,
STATE(274), 1,
sym_comment,
[6133] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(605), 1,
anon_sym_SEMI,
STATE(275), 1,
sym_comment,
[6143] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(607), 1,
anon_sym_SEMI,
STATE(276), 1,
sym_comment,
[6153] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(609), 1,
sym_identifier,
STATE(277), 1,
sym_comment,
[6163] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(611), 1,
aux_sym_json_string_token2,
STATE(278), 1,
sym_comment,
[6173] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(613), 1,
anon_sym_SEMI,
STATE(279), 1,
sym_comment,
[6183] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(615), 1,
anon_sym_COLON,
STATE(280), 1,
sym_comment,
[6193] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(617), 1,
anon_sym_SEMI,
STATE(281), 1,
sym_comment,
[6203] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(619), 1,
anon_sym_SEMI,
STATE(282), 1,
sym_comment,
[6213] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(621), 1,
sym_identifier,
STATE(283), 1,
sym_comment,
[6223] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(623), 1,
sym_identifier,
STATE(284), 1,
sym_comment,
[6233] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(625), 1,
ts_builtin_sym_end,
STATE(285), 1,
sym_comment,
[6243] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(627), 1,
ts_builtin_sym_end,
STATE(286), 1,
sym_comment,
[6253] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(629), 1,
anon_sym_SEMI,
STATE(287), 1,
sym_comment,
[6263] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(631), 1,
anon_sym_SEMI,
STATE(288), 1,
sym_comment,
[6273] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(561), 1,
anon_sym_SEMI,
STATE(289), 1,
sym_comment,
[6283] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(521), 1,
anon_sym_SEMI,
STATE(290), 1,
sym_comment,
[6293] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(633), 1,
ts_builtin_sym_end,
STATE(291), 1,
sym_comment,
[6303] = 3,
ACTIONS(3), 1,
anon_sym_SLASH_SLASH,
ACTIONS(635), 1,
sym_identifier,
STATE(292), 1,
sym_comment,
[6313] = 1,
ACTIONS(637), 1,
ts_builtin_sym_end,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 78,
[SMALL_STATE(4)] = 154,
[SMALL_STATE(5)] = 232,
[SMALL_STATE(6)] = 310,
[SMALL_STATE(7)] = 386,
[SMALL_STATE(8)] = 464,
[SMALL_STATE(9)] = 522,
[SMALL_STATE(10)] = 566,
[SMALL_STATE(11)] = 612,
[SMALL_STATE(12)] = 658,
[SMALL_STATE(13)] = 699,
[SMALL_STATE(14)] = 739,
[SMALL_STATE(15)] = 796,
[SMALL_STATE(16)] = 853,
[SMALL_STATE(17)] = 894,
[SMALL_STATE(18)] = 939,
[SMALL_STATE(19)] = 984,
[SMALL_STATE(20)] = 1029,
[SMALL_STATE(21)] = 1068,
[SMALL_STATE(22)] = 1113,
[SMALL_STATE(23)] = 1155,
[SMALL_STATE(24)] = 1197,
[SMALL_STATE(25)] = 1239,
[SMALL_STATE(26)] = 1273,
[SMALL_STATE(27)] = 1307,
[SMALL_STATE(28)] = 1349,
[SMALL_STATE(29)] = 1391,
[SMALL_STATE(30)] = 1433,
[SMALL_STATE(31)] = 1467,
[SMALL_STATE(32)] = 1501,
[SMALL_STATE(33)] = 1535,
[SMALL_STATE(34)] = 1569,
[SMALL_STATE(35)] = 1603,
[SMALL_STATE(36)] = 1637,
[SMALL_STATE(37)] = 1679,
[SMALL_STATE(38)] = 1717,
[SMALL_STATE(39)] = 1751,
[SMALL_STATE(40)] = 1793,
[SMALL_STATE(41)] = 1827,
[SMALL_STATE(42)] = 1863,
[SMALL_STATE(43)] = 1897,
[SMALL_STATE(44)] = 1931,
[SMALL_STATE(45)] = 1973,
[SMALL_STATE(46)] = 2015,
[SMALL_STATE(47)] = 2048,
[SMALL_STATE(48)] = 2081,
[SMALL_STATE(49)] = 2144,
[SMALL_STATE(50)] = 2207,
[SMALL_STATE(51)] = 2240,
[SMALL_STATE(52)] = 2301,
[SMALL_STATE(53)] = 2334,
[SMALL_STATE(54)] = 2367,
[SMALL_STATE(55)] = 2400,
[SMALL_STATE(56)] = 2433,
[SMALL_STATE(57)] = 2466,
[SMALL_STATE(58)] = 2499,
[SMALL_STATE(59)] = 2532,
[SMALL_STATE(60)] = 2565,
[SMALL_STATE(61)] = 2597,
[SMALL_STATE(62)] = 2629,
[SMALL_STATE(63)] = 2667,
[SMALL_STATE(64)] = 2695,
[SMALL_STATE(65)] = 2721,
[SMALL_STATE(66)] = 2749,
[SMALL_STATE(67)] = 2772,
[SMALL_STATE(68)] = 2794,
[SMALL_STATE(69)] = 2827,
[SMALL_STATE(70)] = 2860,
[SMALL_STATE(71)] = 2893,
[SMALL_STATE(72)] = 2923,
[SMALL_STATE(73)] = 2953,
[SMALL_STATE(74)] = 2983,
[SMALL_STATE(75)] = 3013,
[SMALL_STATE(76)] = 3043,
[SMALL_STATE(77)] = 3073,
[SMALL_STATE(78)] = 3103,
[SMALL_STATE(79)] = 3133,
[SMALL_STATE(80)] = 3163,
[SMALL_STATE(81)] = 3193,
[SMALL_STATE(82)] = 3223,
[SMALL_STATE(83)] = 3253,
[SMALL_STATE(84)] = 3276,
[SMALL_STATE(85)] = 3297,
[SMALL_STATE(86)] = 3320,
[SMALL_STATE(87)] = 3338,
[SMALL_STATE(88)] = 3356,
[SMALL_STATE(89)] = 3374,
[SMALL_STATE(90)] = 3392,
[SMALL_STATE(91)] = 3410,
[SMALL_STATE(92)] = 3428,
[SMALL_STATE(93)] = 3448,
[SMALL_STATE(94)] = 3466,
[SMALL_STATE(95)] = 3484,
[SMALL_STATE(96)] = 3502,
[SMALL_STATE(97)] = 3520,
[SMALL_STATE(98)] = 3538,
[SMALL_STATE(99)] = 3558,
[SMALL_STATE(100)] = 3576,
[SMALL_STATE(101)] = 3594,
[SMALL_STATE(102)] = 3612,
[SMALL_STATE(103)] = 3630,
[SMALL_STATE(104)] = 3648,
[SMALL_STATE(105)] = 3666,
[SMALL_STATE(106)] = 3688,
[SMALL_STATE(107)] = 3706,
[SMALL_STATE(108)] = 3724,
[SMALL_STATE(109)] = 3742,
[SMALL_STATE(110)] = 3760,
[SMALL_STATE(111)] = 3778,
[SMALL_STATE(112)] = 3796,
[SMALL_STATE(113)] = 3814,
[SMALL_STATE(114)] = 3832,
[SMALL_STATE(115)] = 3850,
[SMALL_STATE(116)] = 3868,
[SMALL_STATE(117)] = 3891,
[SMALL_STATE(118)] = 3912,
[SMALL_STATE(119)] = 3935,
[SMALL_STATE(120)] = 3966,
[SMALL_STATE(121)] = 3987,
[SMALL_STATE(122)] = 4007,
[SMALL_STATE(123)] = 4022,
[SMALL_STATE(124)] = 4037,
[SMALL_STATE(125)] = 4052,
[SMALL_STATE(126)] = 4067,
[SMALL_STATE(127)] = 4082,
[SMALL_STATE(128)] = 4097,
[SMALL_STATE(129)] = 4112,
[SMALL_STATE(130)] = 4127,
[SMALL_STATE(131)] = 4142,
[SMALL_STATE(132)] = 4157,
[SMALL_STATE(133)] = 4172,
[SMALL_STATE(134)] = 4187,
[SMALL_STATE(135)] = 4201,
[SMALL_STATE(136)] = 4215,
[SMALL_STATE(137)] = 4229,
[SMALL_STATE(138)] = 4243,
[SMALL_STATE(139)] = 4257,
[SMALL_STATE(140)] = 4279,
[SMALL_STATE(141)] = 4293,
[SMALL_STATE(142)] = 4307,
[SMALL_STATE(143)] = 4321,
[SMALL_STATE(144)] = 4334,
[SMALL_STATE(145)] = 4353,
[SMALL_STATE(146)] = 4370,
[SMALL_STATE(147)] = 4389,
[SMALL_STATE(148)] = 4408,
[SMALL_STATE(149)] = 4427,
[SMALL_STATE(150)] = 4446,
[SMALL_STATE(151)] = 4465,
[SMALL_STATE(152)] = 4484,
[SMALL_STATE(153)] = 4503,
[SMALL_STATE(154)] = 4516,
[SMALL_STATE(155)] = 4529,
[SMALL_STATE(156)] = 4542,
[SMALL_STATE(157)] = 4555,
[SMALL_STATE(158)] = 4568,
[SMALL_STATE(159)] = 4581,
[SMALL_STATE(160)] = 4600,
[SMALL_STATE(161)] = 4619,
[SMALL_STATE(162)] = 4638,
[SMALL_STATE(163)] = 4657,
[SMALL_STATE(164)] = 4676,
[SMALL_STATE(165)] = 4695,
[SMALL_STATE(166)] = 4714,
[SMALL_STATE(167)] = 4733,
[SMALL_STATE(168)] = 4747,
[SMALL_STATE(169)] = 4763,
[SMALL_STATE(170)] = 4779,
[SMALL_STATE(171)] = 4795,
[SMALL_STATE(172)] = 4811,
[SMALL_STATE(173)] = 4823,
[SMALL_STATE(174)] = 4839,
[SMALL_STATE(175)] = 4853,
[SMALL_STATE(176)] = 4867,
[SMALL_STATE(177)] = 4883,
[SMALL_STATE(178)] = 4899,
[SMALL_STATE(179)] = 4915,
[SMALL_STATE(180)] = 4931,
[SMALL_STATE(181)] = 4943,
[SMALL_STATE(182)] = 4959,
[SMALL_STATE(183)] = 4975,
[SMALL_STATE(184)] = 4991,
[SMALL_STATE(185)] = 5007,
[SMALL_STATE(186)] = 5023,
[SMALL_STATE(187)] = 5035,
[SMALL_STATE(188)] = 5051,
[SMALL_STATE(189)] = 5067,
[SMALL_STATE(190)] = 5083,
[SMALL_STATE(191)] = 5099,
[SMALL_STATE(192)] = 5115,
[SMALL_STATE(193)] = 5131,
[SMALL_STATE(194)] = 5147,
[SMALL_STATE(195)] = 5163,
[SMALL_STATE(196)] = 5175,
[SMALL_STATE(197)] = 5191,
[SMALL_STATE(198)] = 5205,
[SMALL_STATE(199)] = 5221,
[SMALL_STATE(200)] = 5237,
[SMALL_STATE(201)] = 5253,
[SMALL_STATE(202)] = 5266,
[SMALL_STATE(203)] = 5279,
[SMALL_STATE(204)] = 5292,
[SMALL_STATE(205)] = 5305,
[SMALL_STATE(206)] = 5318,
[SMALL_STATE(207)] = 5331,
[SMALL_STATE(208)] = 5344,
[SMALL_STATE(209)] = 5357,
[SMALL_STATE(210)] = 5368,
[SMALL_STATE(211)] = 5381,
[SMALL_STATE(212)] = 5394,
[SMALL_STATE(213)] = 5407,
[SMALL_STATE(214)] = 5420,
[SMALL_STATE(215)] = 5433,
[SMALL_STATE(216)] = 5446,
[SMALL_STATE(217)] = 5459,
[SMALL_STATE(218)] = 5472,
[SMALL_STATE(219)] = 5485,
[SMALL_STATE(220)] = 5498,
[SMALL_STATE(221)] = 5511,
[SMALL_STATE(222)] = 5524,
[SMALL_STATE(223)] = 5535,
[SMALL_STATE(224)] = 5546,
[SMALL_STATE(225)] = 5559,
[SMALL_STATE(226)] = 5572,
[SMALL_STATE(227)] = 5585,
[SMALL_STATE(228)] = 5598,
[SMALL_STATE(229)] = 5611,
[SMALL_STATE(230)] = 5624,
[SMALL_STATE(231)] = 5637,
[SMALL_STATE(232)] = 5650,
[SMALL_STATE(233)] = 5663,
[SMALL_STATE(234)] = 5676,
[SMALL_STATE(235)] = 5689,
[SMALL_STATE(236)] = 5702,
[SMALL_STATE(237)] = 5715,
[SMALL_STATE(238)] = 5728,
[SMALL_STATE(239)] = 5741,
[SMALL_STATE(240)] = 5752,
[SMALL_STATE(241)] = 5763,
[SMALL_STATE(242)] = 5774,
[SMALL_STATE(243)] = 5787,
[SMALL_STATE(244)] = 5800,
[SMALL_STATE(245)] = 5811,
[SMALL_STATE(246)] = 5824,
[SMALL_STATE(247)] = 5837,
[SMALL_STATE(248)] = 5850,
[SMALL_STATE(249)] = 5863,
[SMALL_STATE(250)] = 5876,
[SMALL_STATE(251)] = 5889,
[SMALL_STATE(252)] = 5902,
[SMALL_STATE(253)] = 5913,
[SMALL_STATE(254)] = 5923,
[SMALL_STATE(255)] = 5933,
[SMALL_STATE(256)] = 5943,
[SMALL_STATE(257)] = 5953,
[SMALL_STATE(258)] = 5963,
[SMALL_STATE(259)] = 5973,
[SMALL_STATE(260)] = 5983,
[SMALL_STATE(261)] = 5993,
[SMALL_STATE(262)] = 6003,
[SMALL_STATE(263)] = 6013,
[SMALL_STATE(264)] = 6023,
[SMALL_STATE(265)] = 6033,
[SMALL_STATE(266)] = 6043,
[SMALL_STATE(267)] = 6053,
[SMALL_STATE(268)] = 6063,
[SMALL_STATE(269)] = 6073,
[SMALL_STATE(270)] = 6083,
[SMALL_STATE(271)] = 6093,
[SMALL_STATE(272)] = 6103,
[SMALL_STATE(273)] = 6113,
[SMALL_STATE(274)] = 6123,
[SMALL_STATE(275)] = 6133,
[SMALL_STATE(276)] = 6143,
[SMALL_STATE(277)] = 6153,
[SMALL_STATE(278)] = 6163,
[SMALL_STATE(279)] = 6173,
[SMALL_STATE(280)] = 6183,
[SMALL_STATE(281)] = 6193,
[SMALL_STATE(282)] = 6203,
[SMALL_STATE(283)] = 6213,
[SMALL_STATE(284)] = 6223,
[SMALL_STATE(285)] = 6233,
[SMALL_STATE(286)] = 6243,
[SMALL_STATE(287)] = 6253,
[SMALL_STATE(288)] = 6263,
[SMALL_STATE(289)] = 6273,
[SMALL_STATE(290)] = 6283,
[SMALL_STATE(291)] = 6293,
[SMALL_STATE(292)] = 6303,
[SMALL_STATE(293)] = 6313,
};
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(272),
[5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136),
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83),
[21] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_body_repeat1, 2, 0, 0),
[23] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_struct_body_repeat1, 2, 0, 0), SHIFT_REPEAT(136),
[26] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_struct_body_repeat1, 2, 0, 0), SHIFT_REPEAT(215),
[29] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_body_repeat1, 2, 0, 0), SHIFT_REPEAT(185),
[32] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_body_repeat1, 2, 0, 0), SHIFT_REPEAT(274),
[35] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_struct_body_repeat1, 2, 0, 0), SHIFT_REPEAT(83),
[38] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[40] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[42] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_union_body_repeat1, 2, 0, 0),
[44] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_union_body_repeat1, 2, 0, 0), SHIFT_REPEAT(136),
[47] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_union_body_repeat1, 2, 0, 0), SHIFT_REPEAT(215),
[50] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_body_repeat1, 2, 0, 0), SHIFT_REPEAT(185),
[53] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_body_repeat1, 2, 0, 0), SHIFT_REPEAT(274),
[56] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_union_body_repeat1, 2, 0, 0), SHIFT_REPEAT(83),
[59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[63] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 2, 0, 0),
[65] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 2, 0, 0),
[67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54),
[69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[75] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(283),
[78] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0),
[80] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0),
[82] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283),
[84] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_name, 1, 0, 0),
[86] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_name, 1, 0, 0),
[88] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_name, 2, 0, 0),
[90] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_name, 2, 0, 0),
[92] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_name, 1, 0, 0),
[94] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_name, 1, 0, 0),
[96] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotations, 1, 0, 0),
[98] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotations, 1, 0, 0),
[100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0),
[102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0), SHIFT_REPEAT(185),
[105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0),
[107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_field, 3, 0, 0),
[109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field, 3, 0, 0),
[111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_field, 3, 0, 0),
[113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_field, 3, 0, 0),
[115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_field, 4, 0, 0),
[117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field, 4, 0, 0),
[119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_field, 4, 0, 0),
[121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_field, 4, 0, 0),
[123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_field, 5, 0, 0),
[125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field, 5, 0, 0),
[127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_field, 5, 0, 0),
[129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_field, 5, 0, 0),
[131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_field, 7, 0, 0),
[133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field, 7, 0, 0),
[135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_field, 6, 0, 0),
[137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field, 6, 0, 0),
[139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_docstring_block, 1, 0, 0),
[141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_field, 7, 0, 0),
[143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_field, 7, 0, 0),
[145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_union_body_repeat1, 1, 0, 0),
[147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_union_body_repeat1, 1, 0, 0),
[149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_docstring_block_repeat1, 2, 0, 0),
[151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_docstring_block_repeat1, 2, 0, 0), SHIFT_REPEAT(274),
[154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_field, 6, 0, 0),
[156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_field, 6, 0, 0),
[158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_body_repeat1, 1, 0, 0),
[160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_struct_body_repeat1, 1, 0, 0),
[162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, 0, 0),
[164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, 0, 0),
[166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 4, 0, 0),
[168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 4, 0, 0),
[170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269),
[172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
[178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220),
[182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
[188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
[190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_annotations_repeat1, 1, 0, 0),
[192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 1, 0, 0),
[194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0),
[196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(179),
[199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(226),
[202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(243),
[205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(212),
[208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(220),
[211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(181),
[214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(214),
[217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(254),
[220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 3, 0, 0),
[222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 3, 0, 0),
[224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_string, 3, 0, 0),
[226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_string, 3, 0, 0),
[228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_value, 1, 0, 0),
[230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_value, 1, 0, 0),
[232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 2, 0, 0),
[234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 2, 0, 0),
[236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_string, 2, 0, 0),
[238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_string, 2, 0, 0),
[240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 2, 0, 0),
[242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 2, 0, 0),
[244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 3, 0, 0),
[246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 3, 0, 0),
[248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 4, 0, 0),
[250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 4, 0, 0),
[252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_docstring, 2, 0, 0),
[254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_docstring, 2, 0, 0),
[256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_docstring_block_repeat1, 1, 0, 0),
[258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_docstring_block_repeat1, 1, 0, 0),
[260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
[270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(292),
[273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
[279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284),
[289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_scoped_name_repeat1, 2, 0, 0), SHIFT_REPEAT(284),
[292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 6, 0, 0),
[294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 1, 0, 0),
[296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_body, 2, 0, 0),
[298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3, 0, 0),
[300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 6, 0, 0),
[302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_declaration, 6, 0, 0),
[304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 1, 0, 0), REDUCE(aux_sym_docstring_block_repeat1, 1, 0, 0),
[307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 7, 0, 0),
[309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 3, 0, 0),
[311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 4, 0, 0),
[313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_body, 2, 0, 0),
[315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7, 0, 0),
[317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 8, 0, 0),
[319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 3, 0, 0),
[321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 4, 0, 0),
[323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 8, 0, 0),
[325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 9, 0, 0),
[327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 10, 0, 0),
[329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172),
[333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
[335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, 0, 0),
[337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 5, 0, 0),
[339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_body, 3, 0, 0),
[341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_body, 3, 0, 0),
[343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_declaration, 5, 0, 0),
[345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_definition, 5, 0, 0),
[347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_definition, 5, 0, 0),
[349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, 0, 0),
[351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_newtype_definition, 6, 0, 0),
[353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_docstring_block, 1, 0, 0),
[355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0), SHIFT_REPEAT(181),
[358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
[360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
[364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
[366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_docstring_block_repeat1, 2, 0, 0),
[368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_docstring_block_repeat1, 2, 0, 0), SHIFT_REPEAT(254),
[371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 1, 0, 0),
[373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 2, 0, 0),
[377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0),
[379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0),
[381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0),
[385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 2, 0, 0),
[387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53),
[389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180),
[391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105),
[393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_json_string_repeat1, 2, 0, 0),
[395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_json_string_repeat1, 2, 0, 0), SHIFT_REPEAT(180),
[398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_json_string_repeat1, 2, 0, 0), SHIFT_REPEAT(105),
[401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131),
[405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130),
[407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263),
[411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
[415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
[419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141),
[425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134),
[427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56),
[431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_json_object_repeat1, 2, 0, 0), SHIFT_REPEAT(176),
[434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_json_object_repeat1, 2, 0, 0),
[436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
[446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(267),
[455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0),
[457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(29),
[460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0),
[462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267),
[466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_json_string_repeat1, 1, 0, 0),
[472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_name, 1, 0, 0),
[484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
[500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_json_string_repeat1, 3, 0, 0),
[502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_json_array_repeat1, 2, 0, 0), SHIFT_REPEAT(75),
[507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_json_array_repeat1, 2, 0, 0),
[509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
[515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
[527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_path, 1, 0, 0),
[537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264),
[539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0),
[541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object_pair, 3, 0, 0),
[555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0),
[557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_name, 1, 0, 0),
[573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110),
[575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_path, 2, 0, 0),
[591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 2, 0, 0),
[597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293),
[601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 3, 0, 0),
[603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60),
[605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_type, 1, 0, 0),
[611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[625] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_definition, 3, 0, 0),
[629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
[635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[637] = {.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 = 1,
.patch_version = 0,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif