#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 15
#define STATE_COUNT 217
#define LARGE_STATE_COUNT 4
#define SYMBOL_COUNT 83
#define ALIAS_COUNT 0
#define TOKEN_COUNT 38
#define EXTERNAL_TOKEN_COUNT 4
#define FIELD_COUNT 4
#define MAX_ALIAS_SEQUENCE_LENGTH 4
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 6
#define SUPERTYPE_COUNT 0
enum ts_symbol_identifiers {
sym__key_segment = 1,
sym__newline = 2,
sym_comment = 3,
sym_sep_raw = 4,
sym_sep_string = 5,
anon_sym_DOT = 6,
anon_sym_LBRACE_RBRACE = 7,
anon_sym_LBRACK_RBRACK = 8,
anon_sym_LPAREN_RPAREN = 9,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN = 10,
sym_open_brace = 11,
anon_sym_RBRACE = 12,
sym_open_bracket = 13,
anon_sym_RBRACK = 14,
sym_open_paren = 15,
sym_open_dparen = 16,
anon_sym_LBRACE = 17,
anon_sym_RBRACE2 = 18,
anon_sym_LBRACK = 19,
anon_sym_RBRACK2 = 20,
anon_sym_COMMA = 21,
sym_escape_sequence = 22,
sym__inline_scalar_head = 23,
sym__inline_scalar_text = 24,
sym__top_scalar_text = 25,
sym_multiline_content_line = 26,
sym__raw_scalar_text = 27,
sym__scalar_text = 28,
sym_integer = 29,
sym_float = 30,
sym_kw_null = 31,
sym_kw_true = 32,
sym_kw_false = 33,
sym__marker_ws = 34,
sym__strict_eol = 35,
sym__stripped_close = 36,
sym__verbatim_close = 37,
sym_source_file = 38,
sym__line = 39,
sym_blank_line = 40,
sym_object_pair = 41,
sym_key = 42,
sym__spaced_key = 43,
sym_dotted_key = 44,
sym__value_line = 45,
sym_empty_value = 46,
sym_empty_object = 47,
sym_empty_array = 48,
sym_empty_paren = 49,
sym_empty_double_paren = 50,
sym_close_brace = 51,
sym_close_bracket = 52,
sym_close_paren = 53,
sym_close_dparen = 54,
sym_compound_object = 55,
sym_compound_array = 56,
sym_inline_object = 57,
sym_inline_array = 58,
sym__inline_pair_list = 59,
sym_inline_pair = 60,
sym__inline_item_list = 61,
sym_inline_value = 62,
sym_nested_inline_object = 63,
sym_nested_inline_array = 64,
sym_inline_scalar = 65,
sym_array_item = 66,
sym_top_array_item = 67,
sym_top_scalar = 68,
sym_multiline_stripped = 69,
sym_multiline_verbatim = 70,
sym_scalar = 71,
sym_raw_scalar = 72,
sym_keyword = 73,
aux_sym_source_file_repeat1 = 74,
aux_sym__spaced_key_repeat1 = 75,
aux_sym_dotted_key_repeat1 = 76,
aux_sym_compound_object_repeat1 = 77,
aux_sym_compound_array_repeat1 = 78,
aux_sym__inline_pair_list_repeat1 = 79,
aux_sym__inline_item_list_repeat1 = 80,
aux_sym_inline_scalar_repeat1 = 81,
aux_sym_multiline_stripped_repeat1 = 82,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym__key_segment] = "_key_segment",
[sym__newline] = "_newline",
[sym_comment] = "comment",
[sym_sep_raw] = "sep_raw",
[sym_sep_string] = "sep_string",
[anon_sym_DOT] = ".",
[anon_sym_LBRACE_RBRACE] = "{}",
[anon_sym_LBRACK_RBRACK] = "[]",
[anon_sym_LPAREN_RPAREN] = "()",
[anon_sym_LPAREN_LPAREN_RPAREN_RPAREN] = "(())",
[sym_open_brace] = "open_brace",
[anon_sym_RBRACE] = "}",
[sym_open_bracket] = "open_bracket",
[anon_sym_RBRACK] = "]",
[sym_open_paren] = "open_paren",
[sym_open_dparen] = "open_dparen",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE2] = "}",
[anon_sym_LBRACK] = "[",
[anon_sym_RBRACK2] = "]",
[anon_sym_COMMA] = ",",
[sym_escape_sequence] = "escape_sequence",
[sym__inline_scalar_head] = "_inline_scalar_head",
[sym__inline_scalar_text] = "_inline_scalar_text",
[sym__top_scalar_text] = "_top_scalar_text",
[sym_multiline_content_line] = "multiline_content_line",
[sym__raw_scalar_text] = "_raw_scalar_text",
[sym__scalar_text] = "_scalar_text",
[sym_integer] = "integer",
[sym_float] = "float",
[sym_kw_null] = "kw_null",
[sym_kw_true] = "kw_true",
[sym_kw_false] = "kw_false",
[sym__marker_ws] = "_marker_ws",
[sym__strict_eol] = "_strict_eol",
[sym__stripped_close] = "_stripped_close",
[sym__verbatim_close] = "_verbatim_close",
[sym_source_file] = "source_file",
[sym__line] = "_line",
[sym_blank_line] = "blank_line",
[sym_object_pair] = "object_pair",
[sym_key] = "key",
[sym__spaced_key] = "_spaced_key",
[sym_dotted_key] = "dotted_key",
[sym__value_line] = "_value_line",
[sym_empty_value] = "empty_value",
[sym_empty_object] = "empty_object",
[sym_empty_array] = "empty_array",
[sym_empty_paren] = "empty_paren",
[sym_empty_double_paren] = "empty_double_paren",
[sym_close_brace] = "close_brace",
[sym_close_bracket] = "close_bracket",
[sym_close_paren] = "close_paren",
[sym_close_dparen] = "close_dparen",
[sym_compound_object] = "compound_object",
[sym_compound_array] = "compound_array",
[sym_inline_object] = "inline_object",
[sym_inline_array] = "inline_array",
[sym__inline_pair_list] = "_inline_pair_list",
[sym_inline_pair] = "inline_pair",
[sym__inline_item_list] = "_inline_item_list",
[sym_inline_value] = "inline_value",
[sym_nested_inline_object] = "nested_inline_object",
[sym_nested_inline_array] = "nested_inline_array",
[sym_inline_scalar] = "inline_scalar",
[sym_array_item] = "array_item",
[sym_top_array_item] = "top_array_item",
[sym_top_scalar] = "top_scalar",
[sym_multiline_stripped] = "multiline_stripped",
[sym_multiline_verbatim] = "multiline_verbatim",
[sym_scalar] = "scalar",
[sym_raw_scalar] = "raw_scalar",
[sym_keyword] = "keyword",
[aux_sym_source_file_repeat1] = "source_file_repeat1",
[aux_sym__spaced_key_repeat1] = "_spaced_key_repeat1",
[aux_sym_dotted_key_repeat1] = "dotted_key_repeat1",
[aux_sym_compound_object_repeat1] = "compound_object_repeat1",
[aux_sym_compound_array_repeat1] = "compound_array_repeat1",
[aux_sym__inline_pair_list_repeat1] = "_inline_pair_list_repeat1",
[aux_sym__inline_item_list_repeat1] = "_inline_item_list_repeat1",
[aux_sym_inline_scalar_repeat1] = "inline_scalar_repeat1",
[aux_sym_multiline_stripped_repeat1] = "multiline_stripped_repeat1",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym__key_segment] = sym__key_segment,
[sym__newline] = sym__newline,
[sym_comment] = sym_comment,
[sym_sep_raw] = sym_sep_raw,
[sym_sep_string] = sym_sep_string,
[anon_sym_DOT] = anon_sym_DOT,
[anon_sym_LBRACE_RBRACE] = anon_sym_LBRACE_RBRACE,
[anon_sym_LBRACK_RBRACK] = anon_sym_LBRACK_RBRACK,
[anon_sym_LPAREN_RPAREN] = anon_sym_LPAREN_RPAREN,
[anon_sym_LPAREN_LPAREN_RPAREN_RPAREN] = anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
[sym_open_brace] = sym_open_brace,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[sym_open_bracket] = sym_open_bracket,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[sym_open_paren] = sym_open_paren,
[sym_open_dparen] = sym_open_dparen,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE2] = anon_sym_RBRACE,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_RBRACK2] = anon_sym_RBRACK,
[anon_sym_COMMA] = anon_sym_COMMA,
[sym_escape_sequence] = sym_escape_sequence,
[sym__inline_scalar_head] = sym__inline_scalar_head,
[sym__inline_scalar_text] = sym__inline_scalar_text,
[sym__top_scalar_text] = sym__top_scalar_text,
[sym_multiline_content_line] = sym_multiline_content_line,
[sym__raw_scalar_text] = sym__raw_scalar_text,
[sym__scalar_text] = sym__scalar_text,
[sym_integer] = sym_integer,
[sym_float] = sym_float,
[sym_kw_null] = sym_kw_null,
[sym_kw_true] = sym_kw_true,
[sym_kw_false] = sym_kw_false,
[sym__marker_ws] = sym__marker_ws,
[sym__strict_eol] = sym__strict_eol,
[sym__stripped_close] = sym__stripped_close,
[sym__verbatim_close] = sym__verbatim_close,
[sym_source_file] = sym_source_file,
[sym__line] = sym__line,
[sym_blank_line] = sym_blank_line,
[sym_object_pair] = sym_object_pair,
[sym_key] = sym_key,
[sym__spaced_key] = sym__spaced_key,
[sym_dotted_key] = sym_dotted_key,
[sym__value_line] = sym__value_line,
[sym_empty_value] = sym_empty_value,
[sym_empty_object] = sym_empty_object,
[sym_empty_array] = sym_empty_array,
[sym_empty_paren] = sym_empty_paren,
[sym_empty_double_paren] = sym_empty_double_paren,
[sym_close_brace] = sym_close_brace,
[sym_close_bracket] = sym_close_bracket,
[sym_close_paren] = sym_close_paren,
[sym_close_dparen] = sym_close_dparen,
[sym_compound_object] = sym_compound_object,
[sym_compound_array] = sym_compound_array,
[sym_inline_object] = sym_inline_object,
[sym_inline_array] = sym_inline_array,
[sym__inline_pair_list] = sym__inline_pair_list,
[sym_inline_pair] = sym_inline_pair,
[sym__inline_item_list] = sym__inline_item_list,
[sym_inline_value] = sym_inline_value,
[sym_nested_inline_object] = sym_nested_inline_object,
[sym_nested_inline_array] = sym_nested_inline_array,
[sym_inline_scalar] = sym_inline_scalar,
[sym_array_item] = sym_array_item,
[sym_top_array_item] = sym_top_array_item,
[sym_top_scalar] = sym_top_scalar,
[sym_multiline_stripped] = sym_multiline_stripped,
[sym_multiline_verbatim] = sym_multiline_verbatim,
[sym_scalar] = sym_scalar,
[sym_raw_scalar] = sym_raw_scalar,
[sym_keyword] = sym_keyword,
[aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
[aux_sym__spaced_key_repeat1] = aux_sym__spaced_key_repeat1,
[aux_sym_dotted_key_repeat1] = aux_sym_dotted_key_repeat1,
[aux_sym_compound_object_repeat1] = aux_sym_compound_object_repeat1,
[aux_sym_compound_array_repeat1] = aux_sym_compound_array_repeat1,
[aux_sym__inline_pair_list_repeat1] = aux_sym__inline_pair_list_repeat1,
[aux_sym__inline_item_list_repeat1] = aux_sym__inline_item_list_repeat1,
[aux_sym_inline_scalar_repeat1] = aux_sym_inline_scalar_repeat1,
[aux_sym_multiline_stripped_repeat1] = aux_sym_multiline_stripped_repeat1,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym__key_segment] = {
.visible = false,
.named = true,
},
[sym__newline] = {
.visible = false,
.named = true,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[sym_sep_raw] = {
.visible = true,
.named = true,
},
[sym_sep_string] = {
.visible = true,
.named = true,
},
[anon_sym_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACK_RBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN_LPAREN_RPAREN_RPAREN] = {
.visible = true,
.named = false,
},
[sym_open_brace] = {
.visible = true,
.named = true,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[sym_open_bracket] = {
.visible = true,
.named = true,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[sym_open_paren] = {
.visible = true,
.named = true,
},
[sym_open_dparen] = {
.visible = true,
.named = true,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE2] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK2] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[sym_escape_sequence] = {
.visible = true,
.named = true,
},
[sym__inline_scalar_head] = {
.visible = false,
.named = true,
},
[sym__inline_scalar_text] = {
.visible = false,
.named = true,
},
[sym__top_scalar_text] = {
.visible = false,
.named = true,
},
[sym_multiline_content_line] = {
.visible = true,
.named = true,
},
[sym__raw_scalar_text] = {
.visible = false,
.named = true,
},
[sym__scalar_text] = {
.visible = false,
.named = true,
},
[sym_integer] = {
.visible = true,
.named = true,
},
[sym_float] = {
.visible = true,
.named = true,
},
[sym_kw_null] = {
.visible = true,
.named = true,
},
[sym_kw_true] = {
.visible = true,
.named = true,
},
[sym_kw_false] = {
.visible = true,
.named = true,
},
[sym__marker_ws] = {
.visible = false,
.named = true,
},
[sym__strict_eol] = {
.visible = false,
.named = true,
},
[sym__stripped_close] = {
.visible = false,
.named = true,
},
[sym__verbatim_close] = {
.visible = false,
.named = true,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym__line] = {
.visible = false,
.named = true,
},
[sym_blank_line] = {
.visible = true,
.named = true,
},
[sym_object_pair] = {
.visible = true,
.named = true,
},
[sym_key] = {
.visible = true,
.named = true,
},
[sym__spaced_key] = {
.visible = false,
.named = true,
},
[sym_dotted_key] = {
.visible = true,
.named = true,
},
[sym__value_line] = {
.visible = false,
.named = true,
},
[sym_empty_value] = {
.visible = true,
.named = true,
},
[sym_empty_object] = {
.visible = true,
.named = true,
},
[sym_empty_array] = {
.visible = true,
.named = true,
},
[sym_empty_paren] = {
.visible = true,
.named = true,
},
[sym_empty_double_paren] = {
.visible = true,
.named = true,
},
[sym_close_brace] = {
.visible = true,
.named = true,
},
[sym_close_bracket] = {
.visible = true,
.named = true,
},
[sym_close_paren] = {
.visible = true,
.named = true,
},
[sym_close_dparen] = {
.visible = true,
.named = true,
},
[sym_compound_object] = {
.visible = true,
.named = true,
},
[sym_compound_array] = {
.visible = true,
.named = true,
},
[sym_inline_object] = {
.visible = true,
.named = true,
},
[sym_inline_array] = {
.visible = true,
.named = true,
},
[sym__inline_pair_list] = {
.visible = false,
.named = true,
},
[sym_inline_pair] = {
.visible = true,
.named = true,
},
[sym__inline_item_list] = {
.visible = false,
.named = true,
},
[sym_inline_value] = {
.visible = true,
.named = true,
},
[sym_nested_inline_object] = {
.visible = true,
.named = true,
},
[sym_nested_inline_array] = {
.visible = true,
.named = true,
},
[sym_inline_scalar] = {
.visible = true,
.named = true,
},
[sym_array_item] = {
.visible = true,
.named = true,
},
[sym_top_array_item] = {
.visible = true,
.named = true,
},
[sym_top_scalar] = {
.visible = true,
.named = true,
},
[sym_multiline_stripped] = {
.visible = true,
.named = true,
},
[sym_multiline_verbatim] = {
.visible = true,
.named = true,
},
[sym_scalar] = {
.visible = true,
.named = true,
},
[sym_raw_scalar] = {
.visible = true,
.named = true,
},
[sym_keyword] = {
.visible = true,
.named = true,
},
[aux_sym_source_file_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__spaced_key_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_dotted_key_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_compound_object_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_compound_array_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__inline_pair_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__inline_item_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_inline_scalar_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_multiline_stripped_repeat1] = {
.visible = false,
.named = false,
},
};
enum ts_field_identifiers {
field_key = 1,
field_marker = 2,
field_separator = 3,
field_value = 4,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_key] = "key",
[field_marker] = "marker",
[field_separator] = "separator",
[field_value] = "value",
};
static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 1},
[2] = {.index = 1, .length = 2},
[3] = {.index = 3, .length = 2},
[4] = {.index = 5, .length = 3},
[5] = {.index = 8, .length = 3},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_value, 0},
[1] =
{field_marker, 0},
{field_value, 2},
[3] =
{field_key, 0},
{field_separator, 1},
[5] =
{field_key, 0},
{field_separator, 1},
{field_value, 2},
[8] =
{field_key, 0},
{field_separator, 1},
{field_value, 3},
};
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] = 4,
[6] = 6,
[7] = 6,
[8] = 4,
[9] = 6,
[10] = 10,
[11] = 11,
[12] = 11,
[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] = 15,
[43] = 22,
[44] = 36,
[45] = 45,
[46] = 18,
[47] = 25,
[48] = 30,
[49] = 35,
[50] = 37,
[51] = 38,
[52] = 41,
[53] = 53,
[54] = 16,
[55] = 17,
[56] = 19,
[57] = 21,
[58] = 13,
[59] = 23,
[60] = 24,
[61] = 26,
[62] = 27,
[63] = 28,
[64] = 29,
[65] = 31,
[66] = 32,
[67] = 33,
[68] = 40,
[69] = 69,
[70] = 69,
[71] = 71,
[72] = 71,
[73] = 71,
[74] = 69,
[75] = 75,
[76] = 76,
[77] = 77,
[78] = 78,
[79] = 78,
[80] = 78,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 85,
[86] = 84,
[87] = 84,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 91,
[92] = 92,
[93] = 93,
[94] = 94,
[95] = 33,
[96] = 96,
[97] = 97,
[98] = 98,
[99] = 99,
[100] = 100,
[101] = 101,
[102] = 102,
[103] = 97,
[104] = 104,
[105] = 34,
[106] = 18,
[107] = 25,
[108] = 30,
[109] = 35,
[110] = 37,
[111] = 38,
[112] = 40,
[113] = 41,
[114] = 96,
[115] = 15,
[116] = 16,
[117] = 117,
[118] = 17,
[119] = 19,
[120] = 21,
[121] = 13,
[122] = 23,
[123] = 36,
[124] = 24,
[125] = 26,
[126] = 27,
[127] = 28,
[128] = 29,
[129] = 31,
[130] = 32,
[131] = 117,
[132] = 132,
[133] = 22,
[134] = 98,
[135] = 101,
[136] = 96,
[137] = 98,
[138] = 101,
[139] = 139,
[140] = 117,
[141] = 141,
[142] = 142,
[143] = 143,
[144] = 144,
[145] = 145,
[146] = 142,
[147] = 147,
[148] = 148,
[149] = 149,
[150] = 150,
[151] = 151,
[152] = 152,
[153] = 153,
[154] = 154,
[155] = 155,
[156] = 156,
[157] = 157,
[158] = 158,
[159] = 159,
[160] = 159,
[161] = 161,
[162] = 162,
[163] = 163,
[164] = 164,
[165] = 165,
[166] = 166,
[167] = 167,
[168] = 168,
[169] = 169,
[170] = 170,
[171] = 171,
[172] = 162,
[173] = 173,
[174] = 174,
[175] = 175,
[176] = 162,
[177] = 177,
[178] = 165,
[179] = 173,
[180] = 180,
[181] = 180,
[182] = 182,
[183] = 183,
[184] = 184,
[185] = 185,
[186] = 184,
[187] = 177,
[188] = 167,
[189] = 168,
[190] = 169,
[191] = 170,
[192] = 185,
[193] = 169,
[194] = 170,
[195] = 168,
[196] = 175,
[197] = 175,
[198] = 182,
[199] = 165,
[200] = 173,
[201] = 167,
[202] = 180,
[203] = 182,
[204] = 185,
[205] = 205,
[206] = 177,
[207] = 207,
[208] = 208,
[209] = 209,
[210] = 163,
[211] = 166,
[212] = 205,
[213] = 183,
[214] = 163,
[215] = 166,
[216] = 205,
};
static const TSCharacterRange sym__key_segment_character_set_1[] = {
{0, 0x08}, {0x0e, 0x1f}, {'!', '"'}, {'$', '\''}, {'*', '+'}, {'-', '-'}, {'/', '9'}, {';', 'Z'},
{'\\', '\\'}, {'^', 'z'}, {'|', '|'}, {'~', 0x10ffff},
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(48);
ADVANCE_MAP(
'\n', 49,
'\r', 1,
'(', 8,
',', 108,
'.', 53,
':', 52,
'[', 106,
'\\', 12,
']', 97,
'f', 78,
'n', 87,
't', 84,
'{', 102,
'}', 95,
'\t', 4,
' ', 4,
0x0b, 13,
'\f', 13,
'#', 13,
')', 13,
);
if (lookahead != 0) ADVANCE(88);
END_STATE();
case 1:
if (lookahead == '\n') ADVANCE(49);
END_STATE();
case 2:
ADVANCE_MAP(
'\n', 49,
'\r', 1,
'#', 126,
'(', 22,
'0', 116,
':', 128,
'[', 105,
']', 97,
'f', 129,
'n', 138,
't', 135,
'{', 101,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(2);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(127);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(117);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(146);
END_STATE();
case 3:
ADVANCE_MAP(
'\n', 49,
'\r', 1,
'#', 40,
',', 108,
'.', 53,
':', 52,
'\\', 46,
']', 107,
'}', 95,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(3);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '[' || ']' < lookahead) &&
lookahead != '{') ADVANCE(89);
END_STATE();
case 4:
ADVANCE_MAP(
'\n', 49,
'\r', 1,
'(', 8,
',', 108,
'.', 53,
':', 52,
'[', 106,
'\\', 12,
']', 97,
'f', 78,
'n', 87,
't', 84,
'{', 102,
'}', 95,
'\t', 4,
' ', 4,
0x0b, 13,
'\f', 13,
'#', 13,
')', 13,
);
if (lookahead != 0) ADVANCE(88);
END_STATE();
case 5:
ADVANCE_MAP(
'\n', 49,
'\r', 1,
'(', 22,
'0', 116,
'[', 105,
'f', 129,
'n', 138,
't', 135,
'{', 101,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(5);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(127);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(117);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(146);
END_STATE();
case 6:
if (lookahead == '\n') ADVANCE(49);
if (lookahead == '\r') ADVANCE(1);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(6);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(115);
END_STATE();
case 7:
if (lookahead == '\n') ADVANCE(114);
END_STATE();
case 8:
if (lookahead == '\n') ADVANCE(114);
if (lookahead == '\r') ADVANCE(7);
if (lookahead == '(') ADVANCE(10);
if (lookahead == ')') ADVANCE(92);
if (lookahead != 0) ADVANCE(13);
END_STATE();
case 9:
if (lookahead == '\n') ADVANCE(114);
if (lookahead == '\r') ADVANCE(7);
if (lookahead == ')') ADVANCE(93);
if (lookahead != 0) ADVANCE(13);
END_STATE();
case 10:
if (lookahead == '\n') ADVANCE(114);
if (lookahead == '\r') ADVANCE(7);
if (lookahead == ')') ADVANCE(9);
if (lookahead != 0) ADVANCE(13);
END_STATE();
case 11:
if (lookahead == '\n') ADVANCE(114);
if (lookahead == '\r') ADVANCE(7);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(11);
if (lookahead != 0) ADVANCE(13);
END_STATE();
case 12:
if (lookahead == '\n') ADVANCE(114);
if (lookahead == '\r') ADVANCE(7);
if (lookahead == ',' ||
lookahead == '.' ||
lookahead == ':' ||
('[' <= lookahead && lookahead <= ']') ||
lookahead == 'n' ||
lookahead == 'r' ||
lookahead == '{' ||
lookahead == '}') ADVANCE(88);
if (lookahead != 0) ADVANCE(13);
END_STATE();
case 13:
if (lookahead == '\n') ADVANCE(114);
if (lookahead == '\r') ADVANCE(7);
if (lookahead != 0) ADVANCE(13);
END_STATE();
case 14:
if (lookahead == '\n') ADVANCE(113);
END_STATE();
case 15:
if (lookahead == '\n') ADVANCE(113);
if (lookahead == '\r') ADVANCE(14);
if (lookahead == '#') ADVANCE(31);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(20);
END_STATE();
case 16:
if (lookahead == '\n') ADVANCE(113);
if (lookahead == '\r') ADVANCE(14);
if (lookahead == ':') ADVANCE(89);
if (lookahead == ',' ||
lookahead == '.' ||
('[' <= lookahead && lookahead <= ']') ||
lookahead == 'n' ||
lookahead == 'r' ||
lookahead == '{' ||
lookahead == '}') ADVANCE(71);
if (lookahead != 0) ADVANCE(20);
END_STATE();
case 17:
if (lookahead == '\n') ADVANCE(113);
if (lookahead == '\r') ADVANCE(14);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(19);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(38);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(20);
END_STATE();
case 18:
if (lookahead == '\n') ADVANCE(113);
if (lookahead == '\r') ADVANCE(14);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(37);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(20);
END_STATE();
case 19:
if (lookahead == '\n') ADVANCE(113);
if (lookahead == '\r') ADVANCE(14);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(38);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(20);
END_STATE();
case 20:
if (lookahead == '\n') ADVANCE(113);
if (lookahead == '\r') ADVANCE(14);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(20);
END_STATE();
case 21:
if (lookahead == '\n') ADVANCE(98);
END_STATE();
case 22:
if (lookahead == '\n') ADVANCE(98);
if (lookahead == '\r') ADVANCE(21);
if (lookahead == '(') ADVANCE(34);
if (lookahead == ')') ADVANCE(92);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(23);
END_STATE();
case 23:
if (lookahead == '\n') ADVANCE(98);
if (lookahead == '\r') ADVANCE(21);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(23);
END_STATE();
case 24:
if (lookahead == '\n') ADVANCE(147);
END_STATE();
case 25:
if (lookahead == '\n') ADVANCE(147);
if (lookahead == '\r') ADVANCE(24);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(25);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(20);
END_STATE();
case 26:
if (lookahead == '\n') ADVANCE(96);
END_STATE();
case 27:
if (lookahead == '\n') ADVANCE(96);
if (lookahead == '\r') ADVANCE(26);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(27);
END_STATE();
case 28:
if (lookahead == '\n') ADVANCE(94);
END_STATE();
case 29:
if (lookahead == '\n') ADVANCE(94);
if (lookahead == '\r') ADVANCE(28);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(29);
END_STATE();
case 30:
if (lookahead == '\n') ADVANCE(50);
END_STATE();
case 31:
if (lookahead == '\n') ADVANCE(50);
if (lookahead == '\r') ADVANCE(30);
if (lookahead == ':') ADVANCE(32);
if (lookahead != 0) ADVANCE(31);
END_STATE();
case 32:
if (lookahead == '\n') ADVANCE(50);
if (lookahead == '\r') ADVANCE(30);
if (lookahead != 0) ADVANCE(32);
END_STATE();
case 33:
if (lookahead == '\n') ADVANCE(99);
END_STATE();
case 34:
if (lookahead == '\n') ADVANCE(99);
if (lookahead == '\r') ADVANCE(33);
if (lookahead == ')') ADVANCE(41);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(35);
END_STATE();
case 35:
if (lookahead == '\n') ADVANCE(99);
if (lookahead == '\r') ADVANCE(33);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(35);
END_STATE();
case 36:
if (lookahead == '\n') ADVANCE(148);
END_STATE();
case 37:
if (lookahead == '\n') ADVANCE(148);
if (lookahead == '\r') ADVANCE(36);
if (lookahead == '_') ADVANCE(18);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(39);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(17);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(37);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(20);
END_STATE();
case 38:
if (lookahead == '\n') ADVANCE(148);
if (lookahead == '\r') ADVANCE(36);
if (lookahead == '_') ADVANCE(19);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(39);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(38);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(20);
END_STATE();
case 39:
if (lookahead == '\n') ADVANCE(148);
if (lookahead == '\r') ADVANCE(36);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(39);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(20);
END_STATE();
case 40:
if (lookahead == '#') ADVANCE(32);
END_STATE();
case 41:
if (lookahead == ')') ADVANCE(93);
END_STATE();
case 42:
if (lookahead == ',') ADVANCE(108);
if (lookahead == '[') ADVANCE(104);
if (lookahead == '\\') ADVANCE(45);
if (lookahead == ']') ADVANCE(107);
if (lookahead == '{') ADVANCE(100);
if (lookahead == '}') ADVANCE(103);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(42);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(110);
END_STATE();
case 43:
if (lookahead == ',') ADVANCE(108);
if (lookahead == '\\') ADVANCE(45);
if (lookahead == ']') ADVANCE(107);
if (lookahead == '}') ADVANCE(103);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(111);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(112);
END_STATE();
case 44:
if (lookahead == '\\') ADVANCE(46);
if (lookahead == '}') ADVANCE(103);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(44);
if ((!eof && set_contains(sym__key_segment_character_set_1, 12, lookahead))) ADVANCE(89);
END_STATE();
case 45:
if (lookahead == ',' ||
lookahead == '.' ||
lookahead == ':' ||
('[' <= lookahead && lookahead <= ']') ||
lookahead == 'n' ||
lookahead == 'r' ||
lookahead == '{' ||
lookahead == '}') ADVANCE(109);
END_STATE();
case 46:
if (lookahead == ',' ||
lookahead == '.' ||
lookahead == ':' ||
('[' <= lookahead && lookahead <= ']') ||
lookahead == 'n' ||
lookahead == 'r' ||
lookahead == '{' ||
lookahead == '}') ADVANCE(89);
END_STATE();
case 47:
if (eof) ADVANCE(48);
ADVANCE_MAP(
'\n', 49,
'\r', 1,
'#', 15,
'(', 22,
'0', 72,
':', 52,
'[', 105,
'\\', 16,
'f', 55,
'n', 64,
't', 61,
'{', 101,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(47);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(54);
if (lookahead == ')' ||
(',' <= lookahead && lookahead <= '.') ||
lookahead == ']' ||
lookahead == '}') ADVANCE(20);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(73);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(71);
END_STATE();
case 48:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 49:
ACCEPT_TOKEN(sym__newline);
END_STATE();
case 50:
ACCEPT_TOKEN(sym_comment);
END_STATE();
case 51:
ACCEPT_TOKEN(sym_sep_raw);
END_STATE();
case 52:
ACCEPT_TOKEN(sym_sep_string);
if (lookahead == ':') ADVANCE(51);
END_STATE();
case 53:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 54:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\n') ADVANCE(113);
if (lookahead == '\r') ADVANCE(14);
if (lookahead == '0') ADVANCE(72);
if (lookahead == '\\') ADVANCE(16);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(73);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ' ||
lookahead == '#' ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == ',' ||
lookahead == '.' ||
('[' <= lookahead && lookahead <= ']') ||
lookahead == '{' ||
lookahead == '}') ADVANCE(20);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(71);
END_STATE();
case 55:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 113,
'\r', 14,
'\\', 16,
'a', 59,
'\t', 20,
0x0b, 20,
'\f', 20,
' ', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 56:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 113,
'\r', 14,
'\\', 16,
'e', 150,
'\t', 20,
0x0b, 20,
'\f', 20,
' ', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 57:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 113,
'\r', 14,
'\\', 16,
'e', 151,
'\t', 20,
0x0b, 20,
'\f', 20,
' ', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 58:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 113,
'\r', 14,
'\\', 16,
'l', 149,
'\t', 20,
0x0b, 20,
'\f', 20,
' ', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 59:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 113,
'\r', 14,
'\\', 16,
'l', 62,
'\t', 20,
0x0b, 20,
'\f', 20,
' ', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 60:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 113,
'\r', 14,
'\\', 16,
'l', 58,
'\t', 20,
0x0b, 20,
'\f', 20,
' ', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 61:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 113,
'\r', 14,
'\\', 16,
'r', 63,
'\t', 20,
0x0b, 20,
'\f', 20,
' ', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 62:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 113,
'\r', 14,
'\\', 16,
's', 57,
'\t', 20,
0x0b, 20,
'\f', 20,
' ', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 63:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 113,
'\r', 14,
'\\', 16,
'u', 56,
'\t', 20,
0x0b, 20,
'\f', 20,
' ', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 64:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 113,
'\r', 14,
'\\', 16,
'u', 60,
'\t', 20,
0x0b, 20,
'\f', 20,
' ', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 65:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\n') ADVANCE(113);
if (lookahead == '\r') ADVANCE(14);
if (lookahead == '\\') ADVANCE(16);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(69);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(77);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ' ||
lookahead == '#' ||
lookahead == '(' ||
lookahead == ')' ||
(',' <= lookahead && lookahead <= '.') ||
('[' <= lookahead && lookahead <= ']') ||
lookahead == '{' ||
lookahead == '}') ADVANCE(20);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(71);
END_STATE();
case 66:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 113,
'\r', 14,
'\\', 16,
'0', 74,
'1', 74,
'\t', 20,
0x0b, 20,
'\f', 20,
' ', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 67:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\n') ADVANCE(113);
if (lookahead == '\r') ADVANCE(14);
if (lookahead == '\\') ADVANCE(16);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(75);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ' ||
lookahead == '#' ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == ',' ||
lookahead == '.' ||
('[' <= lookahead && lookahead <= ']') ||
lookahead == '{' ||
lookahead == '}') ADVANCE(20);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 68:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\n') ADVANCE(113);
if (lookahead == '\r') ADVANCE(14);
if (lookahead == '\\') ADVANCE(16);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ' ||
lookahead == '#' ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == ',' ||
lookahead == '.' ||
('[' <= lookahead && lookahead <= ']') ||
lookahead == '{' ||
lookahead == '}') ADVANCE(20);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(71);
END_STATE();
case 69:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\n') ADVANCE(113);
if (lookahead == '\r') ADVANCE(14);
if (lookahead == '\\') ADVANCE(16);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(77);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ' ||
lookahead == '#' ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == ',' ||
lookahead == '.' ||
('[' <= lookahead && lookahead <= ']') ||
lookahead == '{' ||
lookahead == '}') ADVANCE(20);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(71);
END_STATE();
case 70:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 113,
'\r', 14,
'\\', 16,
'\t', 20,
0x0b, 20,
'\f', 20,
' ', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(76);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(71);
END_STATE();
case 71:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 113,
'\r', 14,
'\\', 16,
'\t', 20,
0x0b, 20,
'\f', 20,
' ', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 72:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 147,
'\r', 24,
'.', 18,
'\\', 16,
'_', 68,
'b', 66,
'o', 67,
'x', 70,
'\t', 25,
' ', 25,
'E', 65,
'e', 65,
0x0b, 20,
'\f', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(71);
END_STATE();
case 73:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 147,
'\r', 24,
'.', 18,
'\\', 16,
'_', 68,
'\t', 25,
' ', 25,
'E', 65,
'e', 65,
0x0b, 20,
'\f', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(71);
END_STATE();
case 74:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 147,
'\r', 24,
'\\', 16,
'_', 66,
'\t', 25,
' ', 25,
'0', 74,
'1', 74,
0x0b, 20,
'\f', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 75:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\n') ADVANCE(147);
if (lookahead == '\r') ADVANCE(24);
if (lookahead == '\\') ADVANCE(16);
if (lookahead == '_') ADVANCE(67);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(25);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(75);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '#' ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == ',' ||
lookahead == '.' ||
('[' <= lookahead && lookahead <= ']') ||
lookahead == '{' ||
lookahead == '}') ADVANCE(20);
if (lookahead != 0 &&
lookahead != ':') ADVANCE(71);
END_STATE();
case 76:
ACCEPT_TOKEN(sym__key_segment);
ADVANCE_MAP(
'\n', 147,
'\r', 24,
'\\', 16,
'_', 70,
'\t', 25,
' ', 25,
0x0b, 20,
'\f', 20,
'#', 20,
'(', 20,
')', 20,
',', 20,
'.', 20,
'[', 20,
']', 20,
'{', 20,
'}', 20,
);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(76);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(71);
END_STATE();
case 77:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\n') ADVANCE(148);
if (lookahead == '\r') ADVANCE(36);
if (lookahead == '\\') ADVANCE(16);
if (lookahead == '_') ADVANCE(69);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(39);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(77);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '#' ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == ',' ||
lookahead == '.' ||
('[' <= lookahead && lookahead <= ']') ||
lookahead == '{' ||
lookahead == '}') ADVANCE(20);
if (lookahead != 0 &&
(lookahead < '0' || ':' < lookahead)) ADVANCE(71);
END_STATE();
case 78:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\\') ADVANCE(12);
if (lookahead == 'a') ADVANCE(81);
if ((!eof && set_contains(sym__key_segment_character_set_1, 12, lookahead))) ADVANCE(88);
END_STATE();
case 79:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\\') ADVANCE(12);
if (lookahead == 'e') ADVANCE(150);
if ((!eof && set_contains(sym__key_segment_character_set_1, 12, lookahead))) ADVANCE(88);
END_STATE();
case 80:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\\') ADVANCE(12);
if (lookahead == 'e') ADVANCE(151);
if ((!eof && set_contains(sym__key_segment_character_set_1, 12, lookahead))) ADVANCE(88);
END_STATE();
case 81:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\\') ADVANCE(12);
if (lookahead == 'l') ADVANCE(85);
if ((!eof && set_contains(sym__key_segment_character_set_1, 12, lookahead))) ADVANCE(88);
END_STATE();
case 82:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\\') ADVANCE(12);
if (lookahead == 'l') ADVANCE(149);
if ((!eof && set_contains(sym__key_segment_character_set_1, 12, lookahead))) ADVANCE(88);
END_STATE();
case 83:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\\') ADVANCE(12);
if (lookahead == 'l') ADVANCE(82);
if ((!eof && set_contains(sym__key_segment_character_set_1, 12, lookahead))) ADVANCE(88);
END_STATE();
case 84:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\\') ADVANCE(12);
if (lookahead == 'r') ADVANCE(86);
if ((!eof && set_contains(sym__key_segment_character_set_1, 12, lookahead))) ADVANCE(88);
END_STATE();
case 85:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\\') ADVANCE(12);
if (lookahead == 's') ADVANCE(80);
if ((!eof && set_contains(sym__key_segment_character_set_1, 12, lookahead))) ADVANCE(88);
END_STATE();
case 86:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\\') ADVANCE(12);
if (lookahead == 'u') ADVANCE(79);
if ((!eof && set_contains(sym__key_segment_character_set_1, 12, lookahead))) ADVANCE(88);
END_STATE();
case 87:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\\') ADVANCE(12);
if (lookahead == 'u') ADVANCE(83);
if ((!eof && set_contains(sym__key_segment_character_set_1, 12, lookahead))) ADVANCE(88);
END_STATE();
case 88:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\\') ADVANCE(12);
if ((!eof && set_contains(sym__key_segment_character_set_1, 12, lookahead))) ADVANCE(88);
END_STATE();
case 89:
ACCEPT_TOKEN(sym__key_segment);
if (lookahead == '\\') ADVANCE(46);
if ((!eof && set_contains(sym__key_segment_character_set_1, 12, lookahead))) ADVANCE(89);
END_STATE();
case 90:
ACCEPT_TOKEN(anon_sym_LBRACE_RBRACE);
END_STATE();
case 91:
ACCEPT_TOKEN(anon_sym_LBRACK_RBRACK);
END_STATE();
case 92:
ACCEPT_TOKEN(anon_sym_LPAREN_RPAREN);
END_STATE();
case 93:
ACCEPT_TOKEN(anon_sym_LPAREN_LPAREN_RPAREN_RPAREN);
END_STATE();
case 94:
ACCEPT_TOKEN(sym_open_brace);
END_STATE();
case 95:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 96:
ACCEPT_TOKEN(sym_open_bracket);
END_STATE();
case 97:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 98:
ACCEPT_TOKEN(sym_open_paren);
END_STATE();
case 99:
ACCEPT_TOKEN(sym_open_dparen);
END_STATE();
case 100:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 101:
ACCEPT_TOKEN(anon_sym_LBRACE);
if (lookahead == '\n') ADVANCE(94);
if (lookahead == '\r') ADVANCE(28);
if (lookahead == '}') ADVANCE(90);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(29);
END_STATE();
case 102:
ACCEPT_TOKEN(anon_sym_LBRACE);
if (lookahead == '}') ADVANCE(90);
END_STATE();
case 103:
ACCEPT_TOKEN(anon_sym_RBRACE2);
END_STATE();
case 104:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 105:
ACCEPT_TOKEN(anon_sym_LBRACK);
if (lookahead == '\n') ADVANCE(96);
if (lookahead == '\r') ADVANCE(26);
if (lookahead == ']') ADVANCE(91);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(27);
END_STATE();
case 106:
ACCEPT_TOKEN(anon_sym_LBRACK);
if (lookahead == ']') ADVANCE(91);
END_STATE();
case 107:
ACCEPT_TOKEN(anon_sym_RBRACK2);
END_STATE();
case 108:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 109:
ACCEPT_TOKEN(sym_escape_sequence);
END_STATE();
case 110:
ACCEPT_TOKEN(sym__inline_scalar_head);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ',' &&
lookahead != '\\' &&
lookahead != ']' &&
lookahead != '}') ADVANCE(110);
END_STATE();
case 111:
ACCEPT_TOKEN(sym__inline_scalar_text);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(111);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ',' &&
lookahead != '\\' &&
lookahead != ']' &&
lookahead != '}') ADVANCE(112);
END_STATE();
case 112:
ACCEPT_TOKEN(sym__inline_scalar_text);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ',' &&
lookahead != '\\' &&
lookahead != ']' &&
lookahead != '}') ADVANCE(112);
END_STATE();
case 113:
ACCEPT_TOKEN(sym__top_scalar_text);
END_STATE();
case 114:
ACCEPT_TOKEN(sym_multiline_content_line);
END_STATE();
case 115:
ACCEPT_TOKEN(sym__raw_scalar_text);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(115);
END_STATE();
case 116:
ACCEPT_TOKEN(sym__scalar_text);
ADVANCE_MAP(
'\n', 147,
'\r', 24,
'.', 143,
'_', 142,
'b', 140,
'o', 141,
'x', 145,
'\t', 121,
' ', 121,
'E', 139,
'e', 139,
);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(117);
if (lookahead != 0) ADVANCE(146);
END_STATE();
case 117:
ACCEPT_TOKEN(sym__scalar_text);
ADVANCE_MAP(
'\n', 147,
'\r', 24,
'.', 143,
'_', 142,
'\t', 121,
' ', 121,
'E', 139,
'e', 139,
);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(117);
if (lookahead != 0) ADVANCE(146);
END_STATE();
case 118:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == '\n') ADVANCE(147);
if (lookahead == '\r') ADVANCE(24);
if (lookahead == '_') ADVANCE(140);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(121);
if (lookahead == '0' ||
lookahead == '1') ADVANCE(118);
if (lookahead != 0) ADVANCE(146);
END_STATE();
case 119:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == '\n') ADVANCE(147);
if (lookahead == '\r') ADVANCE(24);
if (lookahead == '_') ADVANCE(141);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(121);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(119);
if (lookahead != 0) ADVANCE(146);
END_STATE();
case 120:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == '\n') ADVANCE(147);
if (lookahead == '\r') ADVANCE(24);
if (lookahead == '_') ADVANCE(145);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(121);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(120);
if (lookahead != 0) ADVANCE(146);
END_STATE();
case 121:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == '\n') ADVANCE(147);
if (lookahead == '\r') ADVANCE(24);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(121);
if (lookahead != 0) ADVANCE(146);
END_STATE();
case 122:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == '\n') ADVANCE(50);
if (lookahead == '\r') ADVANCE(30);
if (lookahead != 0) ADVANCE(122);
END_STATE();
case 123:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == '\n') ADVANCE(148);
if (lookahead == '\r') ADVANCE(36);
if (lookahead == '_') ADVANCE(143);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(125);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(139);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(123);
if (lookahead != 0) ADVANCE(146);
END_STATE();
case 124:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == '\n') ADVANCE(148);
if (lookahead == '\r') ADVANCE(36);
if (lookahead == '_') ADVANCE(144);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(125);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(124);
if (lookahead != 0) ADVANCE(146);
END_STATE();
case 125:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == '\n') ADVANCE(148);
if (lookahead == '\r') ADVANCE(36);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(125);
if (lookahead != 0) ADVANCE(146);
END_STATE();
case 126:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == '#') ADVANCE(122);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 127:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == '0') ADVANCE(116);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(117);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 128:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == ':') ADVANCE(51);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 129:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == 'a') ADVANCE(133);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 130:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == 'e') ADVANCE(150);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 131:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == 'e') ADVANCE(151);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 132:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == 'l') ADVANCE(149);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 133:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == 'l') ADVANCE(136);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 134:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == 'l') ADVANCE(132);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 135:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == 'r') ADVANCE(137);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 136:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == 's') ADVANCE(131);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 137:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == 'u') ADVANCE(130);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 138:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == 'u') ADVANCE(134);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 139:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(144);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(124);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 140:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead == '0' ||
lookahead == '1') ADVANCE(118);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 141:
ACCEPT_TOKEN(sym__scalar_text);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(119);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 142:
ACCEPT_TOKEN(sym__scalar_text);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(117);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 143:
ACCEPT_TOKEN(sym__scalar_text);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(123);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 144:
ACCEPT_TOKEN(sym__scalar_text);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(124);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 145:
ACCEPT_TOKEN(sym__scalar_text);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(120);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 146:
ACCEPT_TOKEN(sym__scalar_text);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(146);
END_STATE();
case 147:
ACCEPT_TOKEN(sym_integer);
END_STATE();
case 148:
ACCEPT_TOKEN(sym_float);
END_STATE();
case 149:
ACCEPT_TOKEN(sym_kw_null);
END_STATE();
case 150:
ACCEPT_TOKEN(sym_kw_true);
END_STATE();
case 151:
ACCEPT_TOKEN(sym_kw_false);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
default:
return false;
}
}
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0, .external_lex_state = 1},
[1] = {.lex_state = 47},
[2] = {.lex_state = 47},
[3] = {.lex_state = 47},
[4] = {.lex_state = 2},
[5] = {.lex_state = 2},
[6] = {.lex_state = 2},
[7] = {.lex_state = 2},
[8] = {.lex_state = 2},
[9] = {.lex_state = 2},
[10] = {.lex_state = 2},
[11] = {.lex_state = 5},
[12] = {.lex_state = 5},
[13] = {.lex_state = 47},
[14] = {.lex_state = 47},
[15] = {.lex_state = 47},
[16] = {.lex_state = 47},
[17] = {.lex_state = 47},
[18] = {.lex_state = 47},
[19] = {.lex_state = 47},
[20] = {.lex_state = 47},
[21] = {.lex_state = 47},
[22] = {.lex_state = 47},
[23] = {.lex_state = 47},
[24] = {.lex_state = 47},
[25] = {.lex_state = 47},
[26] = {.lex_state = 47},
[27] = {.lex_state = 47},
[28] = {.lex_state = 47},
[29] = {.lex_state = 47},
[30] = {.lex_state = 47},
[31] = {.lex_state = 47},
[32] = {.lex_state = 47},
[33] = {.lex_state = 47},
[34] = {.lex_state = 47},
[35] = {.lex_state = 47},
[36] = {.lex_state = 47},
[37] = {.lex_state = 47},
[38] = {.lex_state = 47},
[39] = {.lex_state = 47},
[40] = {.lex_state = 47},
[41] = {.lex_state = 47},
[42] = {.lex_state = 2},
[43] = {.lex_state = 2},
[44] = {.lex_state = 2},
[45] = {.lex_state = 2},
[46] = {.lex_state = 2},
[47] = {.lex_state = 2},
[48] = {.lex_state = 2},
[49] = {.lex_state = 2},
[50] = {.lex_state = 2},
[51] = {.lex_state = 2},
[52] = {.lex_state = 2},
[53] = {.lex_state = 2},
[54] = {.lex_state = 2},
[55] = {.lex_state = 2},
[56] = {.lex_state = 2},
[57] = {.lex_state = 2},
[58] = {.lex_state = 2},
[59] = {.lex_state = 2},
[60] = {.lex_state = 2},
[61] = {.lex_state = 2},
[62] = {.lex_state = 2},
[63] = {.lex_state = 2},
[64] = {.lex_state = 2},
[65] = {.lex_state = 2},
[66] = {.lex_state = 2},
[67] = {.lex_state = 2},
[68] = {.lex_state = 2},
[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 = 42},
[77] = {.lex_state = 42},
[78] = {.lex_state = 42},
[79] = {.lex_state = 42},
[80] = {.lex_state = 42},
[81] = {.lex_state = 42},
[82] = {.lex_state = 42},
[83] = {.lex_state = 44},
[84] = {.lex_state = 44},
[85] = {.lex_state = 42},
[86] = {.lex_state = 44},
[87] = {.lex_state = 44},
[88] = {.lex_state = 44},
[89] = {.lex_state = 44},
[90] = {.lex_state = 43},
[91] = {.lex_state = 43},
[92] = {.lex_state = 3},
[93] = {.lex_state = 43},
[94] = {.lex_state = 3},
[95] = {.lex_state = 3},
[96] = {.lex_state = 11, .external_lex_state = 2},
[97] = {.lex_state = 6},
[98] = {.lex_state = 11, .external_lex_state = 2},
[99] = {.lex_state = 3},
[100] = {.lex_state = 3},
[101] = {.lex_state = 11, .external_lex_state = 3},
[102] = {.lex_state = 6},
[103] = {.lex_state = 6},
[104] = {.lex_state = 6},
[105] = {.lex_state = 3},
[106] = {.lex_state = 3},
[107] = {.lex_state = 3},
[108] = {.lex_state = 3},
[109] = {.lex_state = 3},
[110] = {.lex_state = 3},
[111] = {.lex_state = 3},
[112] = {.lex_state = 3},
[113] = {.lex_state = 3},
[114] = {.lex_state = 11, .external_lex_state = 2},
[115] = {.lex_state = 3},
[116] = {.lex_state = 3},
[117] = {.lex_state = 11, .external_lex_state = 3},
[118] = {.lex_state = 3},
[119] = {.lex_state = 3},
[120] = {.lex_state = 3},
[121] = {.lex_state = 3},
[122] = {.lex_state = 3},
[123] = {.lex_state = 3},
[124] = {.lex_state = 3},
[125] = {.lex_state = 3},
[126] = {.lex_state = 3},
[127] = {.lex_state = 3},
[128] = {.lex_state = 3},
[129] = {.lex_state = 3},
[130] = {.lex_state = 3},
[131] = {.lex_state = 11, .external_lex_state = 3},
[132] = {.lex_state = 3},
[133] = {.lex_state = 3},
[134] = {.lex_state = 11, .external_lex_state = 2},
[135] = {.lex_state = 11, .external_lex_state = 3},
[136] = {.lex_state = 11, .external_lex_state = 2},
[137] = {.lex_state = 11, .external_lex_state = 2},
[138] = {.lex_state = 11, .external_lex_state = 3},
[139] = {.lex_state = 3},
[140] = {.lex_state = 11, .external_lex_state = 3},
[141] = {.lex_state = 3},
[142] = {.lex_state = 11, .external_lex_state = 3},
[143] = {.lex_state = 3},
[144] = {.lex_state = 42},
[145] = {.lex_state = 3},
[146] = {.lex_state = 11, .external_lex_state = 2},
[147] = {.lex_state = 42},
[148] = {.lex_state = 42},
[149] = {.lex_state = 42},
[150] = {.lex_state = 42},
[151] = {.lex_state = 3},
[152] = {.lex_state = 42},
[153] = {.lex_state = 42},
[154] = {.lex_state = 42},
[155] = {.lex_state = 42},
[156] = {.lex_state = 47},
[157] = {.lex_state = 42},
[158] = {.lex_state = 3},
[159] = {.lex_state = 47},
[160] = {.lex_state = 47},
[161] = {.lex_state = 47},
[162] = {.lex_state = 0, .external_lex_state = 4},
[163] = {.lex_state = 42},
[164] = {.lex_state = 42},
[165] = {.lex_state = 0, .external_lex_state = 4},
[166] = {.lex_state = 3},
[167] = {.lex_state = 47},
[168] = {.lex_state = 47},
[169] = {.lex_state = 47},
[170] = {.lex_state = 47},
[171] = {.lex_state = 3},
[172] = {.lex_state = 0, .external_lex_state = 4},
[173] = {.lex_state = 47},
[174] = {.lex_state = 3},
[175] = {.lex_state = 47},
[176] = {.lex_state = 0, .external_lex_state = 4},
[177] = {.lex_state = 47},
[178] = {.lex_state = 0, .external_lex_state = 4},
[179] = {.lex_state = 47},
[180] = {.lex_state = 47},
[181] = {.lex_state = 47},
[182] = {.lex_state = 47},
[183] = {.lex_state = 0, .external_lex_state = 5},
[184] = {.lex_state = 0, .external_lex_state = 5},
[185] = {.lex_state = 47},
[186] = {.lex_state = 0, .external_lex_state = 5},
[187] = {.lex_state = 47},
[188] = {.lex_state = 47},
[189] = {.lex_state = 47},
[190] = {.lex_state = 47},
[191] = {.lex_state = 47},
[192] = {.lex_state = 47},
[193] = {.lex_state = 47},
[194] = {.lex_state = 47},
[195] = {.lex_state = 47},
[196] = {.lex_state = 47},
[197] = {.lex_state = 47},
[198] = {.lex_state = 47},
[199] = {.lex_state = 0, .external_lex_state = 4},
[200] = {.lex_state = 47},
[201] = {.lex_state = 47},
[202] = {.lex_state = 47},
[203] = {.lex_state = 47},
[204] = {.lex_state = 47},
[205] = {.lex_state = 47},
[206] = {.lex_state = 47},
[207] = {.lex_state = 0, .external_lex_state = 5},
[208] = {.lex_state = 0, .external_lex_state = 5},
[209] = {.lex_state = 0},
[210] = {.lex_state = 42},
[211] = {.lex_state = 3},
[212] = {.lex_state = 47},
[213] = {.lex_state = 0, .external_lex_state = 5},
[214] = {.lex_state = 42},
[215] = {.lex_state = 3},
[216] = {.lex_state = 47},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[STATE(0)] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym__key_segment] = ACTIONS(1),
[sym__newline] = ACTIONS(1),
[sym_sep_raw] = ACTIONS(1),
[sym_sep_string] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[anon_sym_LBRACE_RBRACE] = ACTIONS(1),
[anon_sym_LBRACK_RBRACK] = ACTIONS(1),
[anon_sym_LPAREN_RPAREN] = ACTIONS(1),
[anon_sym_LPAREN_LPAREN_RPAREN_RPAREN] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE2] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK2] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[sym_escape_sequence] = ACTIONS(1),
[sym_multiline_content_line] = ACTIONS(1),
[sym_kw_null] = ACTIONS(1),
[sym_kw_true] = ACTIONS(1),
[sym_kw_false] = ACTIONS(1),
[sym__marker_ws] = ACTIONS(1),
[sym__strict_eol] = ACTIONS(1),
[sym__stripped_close] = ACTIONS(1),
[sym__verbatim_close] = ACTIONS(1),
},
[STATE(1)] = {
[sym_source_file] = STATE(209),
[sym__line] = STATE(3),
[sym_blank_line] = STATE(3),
[sym_object_pair] = STATE(3),
[sym_key] = STATE(159),
[sym__spaced_key] = STATE(161),
[sym_dotted_key] = STATE(161),
[sym_empty_object] = STATE(39),
[sym_empty_array] = STATE(39),
[sym_empty_paren] = STATE(39),
[sym_empty_double_paren] = STATE(39),
[sym_compound_object] = STATE(39),
[sym_compound_array] = STATE(39),
[sym_inline_object] = STATE(39),
[sym_inline_array] = STATE(39),
[sym_top_array_item] = STATE(3),
[sym_top_scalar] = STATE(39),
[sym_multiline_stripped] = STATE(39),
[sym_multiline_verbatim] = STATE(39),
[sym_keyword] = STATE(39),
[aux_sym_source_file_repeat1] = STATE(3),
[aux_sym__spaced_key_repeat1] = STATE(100),
[ts_builtin_sym_end] = ACTIONS(3),
[sym__key_segment] = ACTIONS(5),
[sym__newline] = ACTIONS(7),
[sym_comment] = ACTIONS(9),
[sym_sep_raw] = ACTIONS(11),
[anon_sym_LBRACE_RBRACE] = ACTIONS(13),
[anon_sym_LBRACK_RBRACK] = ACTIONS(15),
[anon_sym_LPAREN_RPAREN] = ACTIONS(17),
[anon_sym_LPAREN_LPAREN_RPAREN_RPAREN] = ACTIONS(19),
[sym_open_brace] = ACTIONS(21),
[sym_open_bracket] = ACTIONS(23),
[sym_open_paren] = ACTIONS(25),
[sym_open_dparen] = ACTIONS(27),
[anon_sym_LBRACE] = ACTIONS(29),
[anon_sym_LBRACK] = ACTIONS(31),
[sym__top_scalar_text] = ACTIONS(33),
[sym_integer] = ACTIONS(35),
[sym_float] = ACTIONS(35),
[sym_kw_null] = ACTIONS(37),
[sym_kw_true] = ACTIONS(37),
[sym_kw_false] = ACTIONS(37),
},
[STATE(2)] = {
[sym__line] = STATE(2),
[sym_blank_line] = STATE(2),
[sym_object_pair] = STATE(2),
[sym_key] = STATE(159),
[sym__spaced_key] = STATE(161),
[sym_dotted_key] = STATE(161),
[sym_empty_object] = STATE(39),
[sym_empty_array] = STATE(39),
[sym_empty_paren] = STATE(39),
[sym_empty_double_paren] = STATE(39),
[sym_compound_object] = STATE(39),
[sym_compound_array] = STATE(39),
[sym_inline_object] = STATE(39),
[sym_inline_array] = STATE(39),
[sym_top_array_item] = STATE(2),
[sym_top_scalar] = STATE(39),
[sym_multiline_stripped] = STATE(39),
[sym_multiline_verbatim] = STATE(39),
[sym_keyword] = STATE(39),
[aux_sym_source_file_repeat1] = STATE(2),
[aux_sym__spaced_key_repeat1] = STATE(100),
[ts_builtin_sym_end] = ACTIONS(39),
[sym__key_segment] = ACTIONS(41),
[sym__newline] = ACTIONS(44),
[sym_comment] = ACTIONS(47),
[sym_sep_raw] = ACTIONS(50),
[anon_sym_LBRACE_RBRACE] = ACTIONS(53),
[anon_sym_LBRACK_RBRACK] = ACTIONS(56),
[anon_sym_LPAREN_RPAREN] = ACTIONS(59),
[anon_sym_LPAREN_LPAREN_RPAREN_RPAREN] = ACTIONS(62),
[sym_open_brace] = ACTIONS(65),
[sym_open_bracket] = ACTIONS(68),
[sym_open_paren] = ACTIONS(71),
[sym_open_dparen] = ACTIONS(74),
[anon_sym_LBRACE] = ACTIONS(77),
[anon_sym_LBRACK] = ACTIONS(80),
[sym__top_scalar_text] = ACTIONS(83),
[sym_integer] = ACTIONS(86),
[sym_float] = ACTIONS(86),
[sym_kw_null] = ACTIONS(89),
[sym_kw_true] = ACTIONS(89),
[sym_kw_false] = ACTIONS(89),
},
[STATE(3)] = {
[sym__line] = STATE(2),
[sym_blank_line] = STATE(2),
[sym_object_pair] = STATE(2),
[sym_key] = STATE(159),
[sym__spaced_key] = STATE(161),
[sym_dotted_key] = STATE(161),
[sym_empty_object] = STATE(39),
[sym_empty_array] = STATE(39),
[sym_empty_paren] = STATE(39),
[sym_empty_double_paren] = STATE(39),
[sym_compound_object] = STATE(39),
[sym_compound_array] = STATE(39),
[sym_inline_object] = STATE(39),
[sym_inline_array] = STATE(39),
[sym_top_array_item] = STATE(2),
[sym_top_scalar] = STATE(39),
[sym_multiline_stripped] = STATE(39),
[sym_multiline_verbatim] = STATE(39),
[sym_keyword] = STATE(39),
[aux_sym_source_file_repeat1] = STATE(2),
[aux_sym__spaced_key_repeat1] = STATE(100),
[ts_builtin_sym_end] = ACTIONS(92),
[sym__key_segment] = ACTIONS(5),
[sym__newline] = ACTIONS(7),
[sym_comment] = ACTIONS(94),
[sym_sep_raw] = ACTIONS(11),
[anon_sym_LBRACE_RBRACE] = ACTIONS(13),
[anon_sym_LBRACK_RBRACK] = ACTIONS(15),
[anon_sym_LPAREN_RPAREN] = ACTIONS(17),
[anon_sym_LPAREN_LPAREN_RPAREN_RPAREN] = ACTIONS(19),
[sym_open_brace] = ACTIONS(21),
[sym_open_bracket] = ACTIONS(23),
[sym_open_paren] = ACTIONS(25),
[sym_open_dparen] = ACTIONS(27),
[anon_sym_LBRACE] = ACTIONS(29),
[anon_sym_LBRACK] = ACTIONS(31),
[sym__top_scalar_text] = ACTIONS(33),
[sym_integer] = ACTIONS(35),
[sym_float] = ACTIONS(35),
[sym_kw_null] = ACTIONS(37),
[sym_kw_true] = ACTIONS(37),
[sym_kw_false] = ACTIONS(37),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 20,
ACTIONS(96), 1,
sym__newline,
ACTIONS(98), 1,
sym_comment,
ACTIONS(100), 1,
sym_sep_raw,
ACTIONS(102), 1,
anon_sym_LBRACE_RBRACE,
ACTIONS(104), 1,
anon_sym_LBRACK_RBRACK,
ACTIONS(106), 1,
anon_sym_LPAREN_RPAREN,
ACTIONS(108), 1,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
ACTIONS(110), 1,
sym_open_brace,
ACTIONS(112), 1,
sym_open_bracket,
ACTIONS(114), 1,
anon_sym_RBRACK,
ACTIONS(116), 1,
sym_open_paren,
ACTIONS(118), 1,
sym_open_dparen,
ACTIONS(120), 1,
anon_sym_LBRACE,
ACTIONS(122), 1,
anon_sym_LBRACK,
ACTIONS(124), 1,
sym__scalar_text,
STATE(24), 1,
sym_close_bracket,
ACTIONS(126), 2,
sym_integer,
sym_float,
ACTIONS(128), 3,
sym_kw_null,
sym_kw_true,
sym_kw_false,
STATE(10), 3,
sym_blank_line,
sym_array_item,
aux_sym_compound_array_repeat1,
STATE(53), 13,
sym__value_line,
sym_empty_object,
sym_empty_array,
sym_empty_paren,
sym_empty_double_paren,
sym_compound_object,
sym_compound_array,
sym_inline_object,
sym_inline_array,
sym_multiline_stripped,
sym_multiline_verbatim,
sym_scalar,
sym_keyword,
[78] = 20,
ACTIONS(96), 1,
sym__newline,
ACTIONS(98), 1,
sym_comment,
ACTIONS(100), 1,
sym_sep_raw,
ACTIONS(102), 1,
anon_sym_LBRACE_RBRACE,
ACTIONS(104), 1,
anon_sym_LBRACK_RBRACK,
ACTIONS(106), 1,
anon_sym_LPAREN_RPAREN,
ACTIONS(108), 1,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
ACTIONS(110), 1,
sym_open_brace,
ACTIONS(112), 1,
sym_open_bracket,
ACTIONS(116), 1,
sym_open_paren,
ACTIONS(118), 1,
sym_open_dparen,
ACTIONS(120), 1,
anon_sym_LBRACE,
ACTIONS(122), 1,
anon_sym_LBRACK,
ACTIONS(124), 1,
sym__scalar_text,
ACTIONS(130), 1,
anon_sym_RBRACK,
STATE(124), 1,
sym_close_bracket,
ACTIONS(126), 2,
sym_integer,
sym_float,
ACTIONS(128), 3,
sym_kw_null,
sym_kw_true,
sym_kw_false,
STATE(10), 3,
sym_blank_line,
sym_array_item,
aux_sym_compound_array_repeat1,
STATE(53), 13,
sym__value_line,
sym_empty_object,
sym_empty_array,
sym_empty_paren,
sym_empty_double_paren,
sym_compound_object,
sym_compound_array,
sym_inline_object,
sym_inline_array,
sym_multiline_stripped,
sym_multiline_verbatim,
sym_scalar,
sym_keyword,
[156] = 20,
ACTIONS(96), 1,
sym__newline,
ACTIONS(100), 1,
sym_sep_raw,
ACTIONS(102), 1,
anon_sym_LBRACE_RBRACE,
ACTIONS(104), 1,
anon_sym_LBRACK_RBRACK,
ACTIONS(106), 1,
anon_sym_LPAREN_RPAREN,
ACTIONS(108), 1,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
ACTIONS(110), 1,
sym_open_brace,
ACTIONS(112), 1,
sym_open_bracket,
ACTIONS(116), 1,
sym_open_paren,
ACTIONS(118), 1,
sym_open_dparen,
ACTIONS(120), 1,
anon_sym_LBRACE,
ACTIONS(122), 1,
anon_sym_LBRACK,
ACTIONS(124), 1,
sym__scalar_text,
ACTIONS(132), 1,
sym_comment,
ACTIONS(134), 1,
anon_sym_RBRACK,
STATE(51), 1,
sym_close_bracket,
ACTIONS(126), 2,
sym_integer,
sym_float,
ACTIONS(128), 3,
sym_kw_null,
sym_kw_true,
sym_kw_false,
STATE(8), 3,
sym_blank_line,
sym_array_item,
aux_sym_compound_array_repeat1,
STATE(53), 13,
sym__value_line,
sym_empty_object,
sym_empty_array,
sym_empty_paren,
sym_empty_double_paren,
sym_compound_object,
sym_compound_array,
sym_inline_object,
sym_inline_array,
sym_multiline_stripped,
sym_multiline_verbatim,
sym_scalar,
sym_keyword,
[234] = 20,
ACTIONS(96), 1,
sym__newline,
ACTIONS(100), 1,
sym_sep_raw,
ACTIONS(102), 1,
anon_sym_LBRACE_RBRACE,
ACTIONS(104), 1,
anon_sym_LBRACK_RBRACK,
ACTIONS(106), 1,
anon_sym_LPAREN_RPAREN,
ACTIONS(108), 1,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
ACTIONS(110), 1,
sym_open_brace,
ACTIONS(112), 1,
sym_open_bracket,
ACTIONS(114), 1,
anon_sym_RBRACK,
ACTIONS(116), 1,
sym_open_paren,
ACTIONS(118), 1,
sym_open_dparen,
ACTIONS(120), 1,
anon_sym_LBRACE,
ACTIONS(122), 1,
anon_sym_LBRACK,
ACTIONS(124), 1,
sym__scalar_text,
ACTIONS(136), 1,
sym_comment,
STATE(38), 1,
sym_close_bracket,
ACTIONS(126), 2,
sym_integer,
sym_float,
ACTIONS(128), 3,
sym_kw_null,
sym_kw_true,
sym_kw_false,
STATE(4), 3,
sym_blank_line,
sym_array_item,
aux_sym_compound_array_repeat1,
STATE(53), 13,
sym__value_line,
sym_empty_object,
sym_empty_array,
sym_empty_paren,
sym_empty_double_paren,
sym_compound_object,
sym_compound_array,
sym_inline_object,
sym_inline_array,
sym_multiline_stripped,
sym_multiline_verbatim,
sym_scalar,
sym_keyword,
[312] = 20,
ACTIONS(96), 1,
sym__newline,
ACTIONS(98), 1,
sym_comment,
ACTIONS(100), 1,
sym_sep_raw,
ACTIONS(102), 1,
anon_sym_LBRACE_RBRACE,
ACTIONS(104), 1,
anon_sym_LBRACK_RBRACK,
ACTIONS(106), 1,
anon_sym_LPAREN_RPAREN,
ACTIONS(108), 1,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
ACTIONS(110), 1,
sym_open_brace,
ACTIONS(112), 1,
sym_open_bracket,
ACTIONS(116), 1,
sym_open_paren,
ACTIONS(118), 1,
sym_open_dparen,
ACTIONS(120), 1,
anon_sym_LBRACE,
ACTIONS(122), 1,
anon_sym_LBRACK,
ACTIONS(124), 1,
sym__scalar_text,
ACTIONS(134), 1,
anon_sym_RBRACK,
STATE(60), 1,
sym_close_bracket,
ACTIONS(126), 2,
sym_integer,
sym_float,
ACTIONS(128), 3,
sym_kw_null,
sym_kw_true,
sym_kw_false,
STATE(10), 3,
sym_blank_line,
sym_array_item,
aux_sym_compound_array_repeat1,
STATE(53), 13,
sym__value_line,
sym_empty_object,
sym_empty_array,
sym_empty_paren,
sym_empty_double_paren,
sym_compound_object,
sym_compound_array,
sym_inline_object,
sym_inline_array,
sym_multiline_stripped,
sym_multiline_verbatim,
sym_scalar,
sym_keyword,
[390] = 20,
ACTIONS(96), 1,
sym__newline,
ACTIONS(100), 1,
sym_sep_raw,
ACTIONS(102), 1,
anon_sym_LBRACE_RBRACE,
ACTIONS(104), 1,
anon_sym_LBRACK_RBRACK,
ACTIONS(106), 1,
anon_sym_LPAREN_RPAREN,
ACTIONS(108), 1,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
ACTIONS(110), 1,
sym_open_brace,
ACTIONS(112), 1,
sym_open_bracket,
ACTIONS(116), 1,
sym_open_paren,
ACTIONS(118), 1,
sym_open_dparen,
ACTIONS(120), 1,
anon_sym_LBRACE,
ACTIONS(122), 1,
anon_sym_LBRACK,
ACTIONS(124), 1,
sym__scalar_text,
ACTIONS(130), 1,
anon_sym_RBRACK,
ACTIONS(138), 1,
sym_comment,
STATE(111), 1,
sym_close_bracket,
ACTIONS(126), 2,
sym_integer,
sym_float,
ACTIONS(128), 3,
sym_kw_null,
sym_kw_true,
sym_kw_false,
STATE(5), 3,
sym_blank_line,
sym_array_item,
aux_sym_compound_array_repeat1,
STATE(53), 13,
sym__value_line,
sym_empty_object,
sym_empty_array,
sym_empty_paren,
sym_empty_double_paren,
sym_compound_object,
sym_compound_array,
sym_inline_object,
sym_inline_array,
sym_multiline_stripped,
sym_multiline_verbatim,
sym_scalar,
sym_keyword,
[468] = 19,
ACTIONS(140), 1,
sym__newline,
ACTIONS(143), 1,
sym_comment,
ACTIONS(146), 1,
sym_sep_raw,
ACTIONS(149), 1,
anon_sym_LBRACE_RBRACE,
ACTIONS(152), 1,
anon_sym_LBRACK_RBRACK,
ACTIONS(155), 1,
anon_sym_LPAREN_RPAREN,
ACTIONS(158), 1,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
ACTIONS(161), 1,
sym_open_brace,
ACTIONS(164), 1,
sym_open_bracket,
ACTIONS(167), 1,
anon_sym_RBRACK,
ACTIONS(169), 1,
sym_open_paren,
ACTIONS(172), 1,
sym_open_dparen,
ACTIONS(175), 1,
anon_sym_LBRACE,
ACTIONS(178), 1,
anon_sym_LBRACK,
ACTIONS(181), 1,
sym__scalar_text,
ACTIONS(184), 2,
sym_integer,
sym_float,
ACTIONS(187), 3,
sym_kw_null,
sym_kw_true,
sym_kw_false,
STATE(10), 3,
sym_blank_line,
sym_array_item,
aux_sym_compound_array_repeat1,
STATE(53), 13,
sym__value_line,
sym_empty_object,
sym_empty_array,
sym_empty_paren,
sym_empty_double_paren,
sym_compound_object,
sym_compound_array,
sym_inline_object,
sym_inline_array,
sym_multiline_stripped,
sym_multiline_verbatim,
sym_scalar,
sym_keyword,
[543] = 15,
ACTIONS(13), 1,
anon_sym_LBRACE_RBRACE,
ACTIONS(15), 1,
anon_sym_LBRACK_RBRACK,
ACTIONS(17), 1,
anon_sym_LPAREN_RPAREN,
ACTIONS(19), 1,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
ACTIONS(21), 1,
sym_open_brace,
ACTIONS(23), 1,
sym_open_bracket,
ACTIONS(25), 1,
sym_open_paren,
ACTIONS(27), 1,
sym_open_dparen,
ACTIONS(29), 1,
anon_sym_LBRACE,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(190), 1,
sym__newline,
ACTIONS(192), 1,
sym__scalar_text,
ACTIONS(194), 2,
sym_integer,
sym_float,
ACTIONS(37), 3,
sym_kw_null,
sym_kw_true,
sym_kw_false,
STATE(34), 14,
sym__value_line,
sym_empty_value,
sym_empty_object,
sym_empty_array,
sym_empty_paren,
sym_empty_double_paren,
sym_compound_object,
sym_compound_array,
sym_inline_object,
sym_inline_array,
sym_multiline_stripped,
sym_multiline_verbatim,
sym_scalar,
sym_keyword,
[605] = 15,
ACTIONS(196), 1,
sym__newline,
ACTIONS(198), 1,
anon_sym_LBRACE_RBRACE,
ACTIONS(200), 1,
anon_sym_LBRACK_RBRACK,
ACTIONS(202), 1,
anon_sym_LPAREN_RPAREN,
ACTIONS(204), 1,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
ACTIONS(206), 1,
sym_open_brace,
ACTIONS(208), 1,
sym_open_bracket,
ACTIONS(210), 1,
sym_open_paren,
ACTIONS(212), 1,
sym_open_dparen,
ACTIONS(214), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_LBRACK,
ACTIONS(218), 1,
sym__scalar_text,
ACTIONS(220), 2,
sym_integer,
sym_float,
ACTIONS(222), 3,
sym_kw_null,
sym_kw_true,
sym_kw_false,
STATE(105), 14,
sym__value_line,
sym_empty_value,
sym_empty_object,
sym_empty_array,
sym_empty_paren,
sym_empty_double_paren,
sym_compound_object,
sym_compound_array,
sym_inline_object,
sym_inline_array,
sym_multiline_stripped,
sym_multiline_verbatim,
sym_scalar,
sym_keyword,
[667] = 2,
ACTIONS(226), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(224), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[693] = 2,
ACTIONS(230), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(228), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[719] = 2,
ACTIONS(234), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(232), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[745] = 2,
ACTIONS(238), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(236), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[771] = 2,
ACTIONS(242), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(240), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[797] = 2,
ACTIONS(246), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(244), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[823] = 2,
ACTIONS(250), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(248), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[849] = 2,
ACTIONS(254), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(252), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[875] = 2,
ACTIONS(258), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(256), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[901] = 2,
ACTIONS(262), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(260), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[927] = 2,
ACTIONS(266), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(264), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[953] = 2,
ACTIONS(270), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(268), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[979] = 2,
ACTIONS(274), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(272), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1005] = 2,
ACTIONS(278), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(276), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1031] = 2,
ACTIONS(282), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(280), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1057] = 2,
ACTIONS(286), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(284), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1083] = 2,
ACTIONS(290), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(288), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1109] = 2,
ACTIONS(294), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(292), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1135] = 2,
ACTIONS(298), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(296), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1161] = 2,
ACTIONS(302), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(300), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1187] = 2,
ACTIONS(306), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(304), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1213] = 2,
ACTIONS(310), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(308), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1239] = 2,
ACTIONS(314), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(312), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1265] = 2,
ACTIONS(318), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(316), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1291] = 2,
ACTIONS(322), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(320), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1317] = 2,
ACTIONS(326), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(324), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1343] = 2,
ACTIONS(330), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(328), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1369] = 2,
ACTIONS(334), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(332), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1395] = 2,
ACTIONS(338), 4,
sym__key_segment,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__top_scalar_text,
ACTIONS(336), 17,
ts_builtin_sym_end,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1421] = 2,
ACTIONS(234), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(232), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1446] = 2,
ACTIONS(262), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(260), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1471] = 2,
ACTIONS(318), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(316), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1496] = 2,
ACTIONS(342), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(340), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1521] = 2,
ACTIONS(246), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(244), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1546] = 2,
ACTIONS(274), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(272), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1571] = 2,
ACTIONS(294), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(292), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1596] = 2,
ACTIONS(314), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(312), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1621] = 2,
ACTIONS(322), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(320), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1646] = 2,
ACTIONS(326), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(324), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1671] = 2,
ACTIONS(338), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(336), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1696] = 2,
ACTIONS(346), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(344), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1721] = 2,
ACTIONS(238), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(236), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1746] = 2,
ACTIONS(242), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(240), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1771] = 2,
ACTIONS(250), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(248), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1796] = 2,
ACTIONS(258), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(256), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1821] = 2,
ACTIONS(226), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(224), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1846] = 2,
ACTIONS(266), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(264), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1871] = 2,
ACTIONS(270), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(268), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1896] = 2,
ACTIONS(278), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(276), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1921] = 2,
ACTIONS(282), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(280), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1946] = 2,
ACTIONS(286), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(284), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1971] = 2,
ACTIONS(290), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(288), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[1996] = 2,
ACTIONS(298), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(296), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[2021] = 2,
ACTIONS(302), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(300), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[2046] = 2,
ACTIONS(306), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(304), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[2071] = 2,
ACTIONS(334), 3,
anon_sym_LBRACE,
anon_sym_LBRACK,
sym__scalar_text,
ACTIONS(332), 17,
sym__newline,
sym_comment,
sym_sep_raw,
anon_sym_LBRACE_RBRACE,
anon_sym_LBRACK_RBRACK,
anon_sym_LPAREN_RPAREN,
anon_sym_LPAREN_LPAREN_RPAREN_RPAREN,
sym_open_brace,
sym_open_bracket,
anon_sym_RBRACK,
sym_open_paren,
sym_open_dparen,
sym_integer,
sym_float,
sym_kw_null,
sym_kw_true,
sym_kw_false,
[2096] = 9,
ACTIONS(348), 1,
sym__key_segment,
ACTIONS(350), 1,
sym__newline,
ACTIONS(352), 1,
sym_comment,
ACTIONS(354), 1,
anon_sym_RBRACE,
STATE(37), 1,
sym_close_brace,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(160), 1,
sym_key,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
STATE(73), 3,
sym_blank_line,
sym_object_pair,
aux_sym_compound_object_repeat1,
[2127] = 9,
ACTIONS(348), 1,
sym__key_segment,
ACTIONS(350), 1,
sym__newline,
ACTIONS(356), 1,
sym_comment,
ACTIONS(358), 1,
anon_sym_RBRACE,
STATE(50), 1,
sym_close_brace,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(160), 1,
sym_key,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
STATE(71), 3,
sym_blank_line,
sym_object_pair,
aux_sym_compound_object_repeat1,
[2158] = 9,
ACTIONS(348), 1,
sym__key_segment,
ACTIONS(350), 1,
sym__newline,
ACTIONS(358), 1,
anon_sym_RBRACE,
ACTIONS(360), 1,
sym_comment,
STATE(58), 1,
sym_close_brace,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(160), 1,
sym_key,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
STATE(75), 3,
sym_blank_line,
sym_object_pair,
aux_sym_compound_object_repeat1,
[2189] = 9,
ACTIONS(348), 1,
sym__key_segment,
ACTIONS(350), 1,
sym__newline,
ACTIONS(360), 1,
sym_comment,
ACTIONS(362), 1,
anon_sym_RBRACE,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(121), 1,
sym_close_brace,
STATE(160), 1,
sym_key,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
STATE(75), 3,
sym_blank_line,
sym_object_pair,
aux_sym_compound_object_repeat1,
[2220] = 9,
ACTIONS(348), 1,
sym__key_segment,
ACTIONS(350), 1,
sym__newline,
ACTIONS(354), 1,
anon_sym_RBRACE,
ACTIONS(360), 1,
sym_comment,
STATE(13), 1,
sym_close_brace,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(160), 1,
sym_key,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
STATE(75), 3,
sym_blank_line,
sym_object_pair,
aux_sym_compound_object_repeat1,
[2251] = 9,
ACTIONS(348), 1,
sym__key_segment,
ACTIONS(350), 1,
sym__newline,
ACTIONS(362), 1,
anon_sym_RBRACE,
ACTIONS(364), 1,
sym_comment,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(110), 1,
sym_close_brace,
STATE(160), 1,
sym_key,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
STATE(72), 3,
sym_blank_line,
sym_object_pair,
aux_sym_compound_object_repeat1,
[2282] = 8,
ACTIONS(366), 1,
sym__key_segment,
ACTIONS(369), 1,
sym__newline,
ACTIONS(372), 1,
sym_comment,
ACTIONS(375), 1,
anon_sym_RBRACE,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(160), 1,
sym_key,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
STATE(75), 3,
sym_blank_line,
sym_object_pair,
aux_sym_compound_object_repeat1,
[2310] = 6,
ACTIONS(377), 1,
anon_sym_LBRACE,
ACTIONS(381), 1,
anon_sym_LBRACK,
STATE(157), 1,
sym_inline_value,
ACTIONS(379), 2,
anon_sym_RBRACE2,
anon_sym_COMMA,
ACTIONS(383), 2,
sym_escape_sequence,
sym__inline_scalar_head,
STATE(147), 3,
sym_nested_inline_object,
sym_nested_inline_array,
sym_inline_scalar,
[2333] = 7,
ACTIONS(377), 1,
anon_sym_LBRACE,
ACTIONS(381), 1,
anon_sym_LBRACK,
ACTIONS(385), 1,
anon_sym_RBRACK2,
STATE(145), 1,
sym_inline_value,
STATE(171), 1,
sym__inline_item_list,
ACTIONS(383), 2,
sym_escape_sequence,
sym__inline_scalar_head,
STATE(147), 3,
sym_nested_inline_object,
sym_nested_inline_array,
sym_inline_scalar,
[2358] = 7,
ACTIONS(377), 1,
anon_sym_LBRACE,
ACTIONS(381), 1,
anon_sym_LBRACK,
ACTIONS(387), 1,
anon_sym_RBRACK2,
STATE(145), 1,
sym_inline_value,
STATE(166), 1,
sym__inline_item_list,
ACTIONS(383), 2,
sym_escape_sequence,
sym__inline_scalar_head,
STATE(147), 3,
sym_nested_inline_object,
sym_nested_inline_array,
sym_inline_scalar,
[2383] = 7,
ACTIONS(377), 1,
anon_sym_LBRACE,
ACTIONS(381), 1,
anon_sym_LBRACK,
ACTIONS(389), 1,
anon_sym_RBRACK2,
STATE(145), 1,
sym_inline_value,
STATE(211), 1,
sym__inline_item_list,
ACTIONS(383), 2,
sym_escape_sequence,
sym__inline_scalar_head,
STATE(147), 3,
sym_nested_inline_object,
sym_nested_inline_array,
sym_inline_scalar,
[2408] = 7,
ACTIONS(377), 1,
anon_sym_LBRACE,
ACTIONS(381), 1,
anon_sym_LBRACK,
ACTIONS(391), 1,
anon_sym_RBRACK2,
STATE(145), 1,
sym_inline_value,
STATE(215), 1,
sym__inline_item_list,
ACTIONS(383), 2,
sym_escape_sequence,
sym__inline_scalar_head,
STATE(147), 3,
sym_nested_inline_object,
sym_nested_inline_array,
sym_inline_scalar,
[2433] = 6,
ACTIONS(377), 1,
anon_sym_LBRACE,
ACTIONS(381), 1,
anon_sym_LBRACK,
ACTIONS(393), 1,
anon_sym_RBRACK2,
STATE(158), 1,
sym_inline_value,
ACTIONS(383), 2,
sym_escape_sequence,
sym__inline_scalar_head,
STATE(147), 3,
sym_nested_inline_object,
sym_nested_inline_array,
sym_inline_scalar,
[2455] = 6,
ACTIONS(377), 1,
anon_sym_LBRACE,
ACTIONS(381), 1,
anon_sym_LBRACK,
ACTIONS(395), 1,
anon_sym_RBRACK2,
STATE(158), 1,
sym_inline_value,
ACTIONS(383), 2,
sym_escape_sequence,
sym__inline_scalar_head,
STATE(147), 3,
sym_nested_inline_object,
sym_nested_inline_array,
sym_inline_scalar,
[2477] = 7,
ACTIONS(348), 1,
sym__key_segment,
ACTIONS(397), 1,
anon_sym_RBRACE2,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(152), 1,
sym_inline_pair,
STATE(156), 1,
sym_key,
STATE(164), 1,
sym__inline_pair_list,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
[2500] = 7,
ACTIONS(348), 1,
sym__key_segment,
ACTIONS(399), 1,
anon_sym_RBRACE2,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(152), 1,
sym_inline_pair,
STATE(156), 1,
sym_key,
STATE(163), 1,
sym__inline_pair_list,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
[2523] = 5,
ACTIONS(377), 1,
anon_sym_LBRACE,
ACTIONS(381), 1,
anon_sym_LBRACK,
STATE(158), 1,
sym_inline_value,
ACTIONS(383), 2,
sym_escape_sequence,
sym__inline_scalar_head,
STATE(147), 3,
sym_nested_inline_object,
sym_nested_inline_array,
sym_inline_scalar,
[2542] = 7,
ACTIONS(348), 1,
sym__key_segment,
ACTIONS(401), 1,
anon_sym_RBRACE2,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(152), 1,
sym_inline_pair,
STATE(156), 1,
sym_key,
STATE(210), 1,
sym__inline_pair_list,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
[2565] = 7,
ACTIONS(348), 1,
sym__key_segment,
ACTIONS(403), 1,
anon_sym_RBRACE2,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(152), 1,
sym_inline_pair,
STATE(156), 1,
sym_key,
STATE(214), 1,
sym__inline_pair_list,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
[2588] = 6,
ACTIONS(348), 1,
sym__key_segment,
ACTIONS(405), 1,
anon_sym_RBRACE2,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(155), 1,
sym_inline_pair,
STATE(156), 1,
sym_key,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
[2608] = 6,
ACTIONS(348), 1,
sym__key_segment,
ACTIONS(407), 1,
anon_sym_RBRACE2,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(155), 1,
sym_inline_pair,
STATE(156), 1,
sym_key,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
[2628] = 4,
ACTIONS(411), 1,
sym_escape_sequence,
ACTIONS(414), 1,
sym__inline_scalar_text,
STATE(90), 1,
aux_sym_inline_scalar_repeat1,
ACTIONS(409), 3,
anon_sym_RBRACE2,
anon_sym_RBRACK2,
anon_sym_COMMA,
[2643] = 4,
ACTIONS(419), 1,
sym_escape_sequence,
ACTIONS(421), 1,
sym__inline_scalar_text,
STATE(93), 1,
aux_sym_inline_scalar_repeat1,
ACTIONS(417), 3,
anon_sym_RBRACE2,
anon_sym_RBRACK2,
anon_sym_COMMA,
[2658] = 5,
ACTIONS(348), 1,
sym__key_segment,
STATE(100), 1,
aux_sym__spaced_key_repeat1,
STATE(155), 1,
sym_inline_pair,
STATE(156), 1,
sym_key,
STATE(161), 2,
sym__spaced_key,
sym_dotted_key,
[2675] = 4,
ACTIONS(425), 1,
sym_escape_sequence,
ACTIONS(427), 1,
sym__inline_scalar_text,
STATE(90), 1,
aux_sym_inline_scalar_repeat1,
ACTIONS(423), 3,
anon_sym_RBRACE2,
anon_sym_RBRACK2,
anon_sym_COMMA,
[2690] = 4,
ACTIONS(431), 1,
sym_sep_string,
ACTIONS(433), 1,
anon_sym_DOT,
STATE(132), 1,
aux_sym_dotted_key_repeat1,
ACTIONS(429), 2,
sym_sep_raw,
sym__key_segment,
[2704] = 1,
ACTIONS(304), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2711] = 4,
ACTIONS(435), 1,
sym_multiline_content_line,
ACTIONS(437), 1,
sym__stripped_close,
STATE(61), 1,
sym_close_paren,
STATE(146), 1,
aux_sym_multiline_stripped_repeat1,
[2724] = 3,
ACTIONS(190), 1,
sym__newline,
ACTIONS(439), 1,
sym__raw_scalar_text,
STATE(34), 2,
sym_empty_value,
sym_raw_scalar,
[2735] = 4,
ACTIONS(441), 1,
sym_multiline_content_line,
ACTIONS(443), 1,
sym__stripped_close,
STATE(41), 1,
sym_close_paren,
STATE(136), 1,
aux_sym_multiline_stripped_repeat1,
[2748] = 4,
ACTIONS(445), 1,
sym_sep_raw,
ACTIONS(447), 1,
sym_sep_string,
ACTIONS(449), 1,
anon_sym_DOT,
STATE(99), 1,
aux_sym_dotted_key_repeat1,
[2761] = 4,
ACTIONS(452), 1,
sym__key_segment,
ACTIONS(454), 1,
sym_sep_raw,
ACTIONS(456), 1,
sym_sep_string,
STATE(139), 1,
aux_sym__spaced_key_repeat1,
[2774] = 4,
ACTIONS(458), 1,
sym_multiline_content_line,
ACTIONS(460), 1,
sym__verbatim_close,
STATE(16), 1,
sym_close_dparen,
STATE(131), 1,
aux_sym_multiline_stripped_repeat1,
[2787] = 3,
ACTIONS(190), 1,
sym__newline,
ACTIONS(439), 1,
sym__raw_scalar_text,
STATE(20), 2,
sym_empty_value,
sym_raw_scalar,
[2798] = 3,
ACTIONS(196), 1,
sym__newline,
ACTIONS(462), 1,
sym__raw_scalar_text,
STATE(105), 2,
sym_empty_value,
sym_raw_scalar,
[2809] = 3,
ACTIONS(464), 1,
sym__newline,
ACTIONS(466), 1,
sym__raw_scalar_text,
STATE(45), 2,
sym_empty_value,
sym_raw_scalar,
[2820] = 1,
ACTIONS(308), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2827] = 1,
ACTIONS(244), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2834] = 1,
ACTIONS(272), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2841] = 1,
ACTIONS(292), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2848] = 1,
ACTIONS(312), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2855] = 1,
ACTIONS(320), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2862] = 1,
ACTIONS(324), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2869] = 1,
ACTIONS(332), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2876] = 1,
ACTIONS(336), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2883] = 4,
ACTIONS(435), 1,
sym_multiline_content_line,
ACTIONS(468), 1,
sym__stripped_close,
STATE(125), 1,
sym_close_paren,
STATE(146), 1,
aux_sym_multiline_stripped_repeat1,
[2896] = 1,
ACTIONS(232), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2903] = 1,
ACTIONS(236), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2910] = 4,
ACTIONS(470), 1,
sym_multiline_content_line,
ACTIONS(472), 1,
sym__verbatim_close,
STATE(126), 1,
sym_close_dparen,
STATE(142), 1,
aux_sym_multiline_stripped_repeat1,
[2923] = 1,
ACTIONS(240), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2930] = 1,
ACTIONS(248), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2937] = 1,
ACTIONS(256), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2944] = 1,
ACTIONS(224), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2951] = 1,
ACTIONS(264), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2958] = 1,
ACTIONS(316), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2965] = 1,
ACTIONS(268), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2972] = 1,
ACTIONS(276), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2979] = 1,
ACTIONS(280), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2986] = 1,
ACTIONS(284), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[2993] = 1,
ACTIONS(288), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[3000] = 1,
ACTIONS(296), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[3007] = 1,
ACTIONS(300), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[3014] = 4,
ACTIONS(460), 1,
sym__verbatim_close,
ACTIONS(470), 1,
sym_multiline_content_line,
STATE(27), 1,
sym_close_dparen,
STATE(142), 1,
aux_sym_multiline_stripped_repeat1,
[3027] = 4,
ACTIONS(433), 1,
anon_sym_DOT,
ACTIONS(474), 1,
sym_sep_raw,
ACTIONS(476), 1,
sym_sep_string,
STATE(99), 1,
aux_sym_dotted_key_repeat1,
[3040] = 1,
ACTIONS(260), 4,
sym__newline,
sym_comment,
sym__key_segment,
anon_sym_RBRACE,
[3047] = 4,
ACTIONS(437), 1,
sym__stripped_close,
ACTIONS(478), 1,
sym_multiline_content_line,
STATE(52), 1,
sym_close_paren,
STATE(96), 1,
aux_sym_multiline_stripped_repeat1,
[3060] = 4,
ACTIONS(480), 1,
sym_multiline_content_line,
ACTIONS(482), 1,
sym__verbatim_close,
STATE(54), 1,
sym_close_dparen,
STATE(140), 1,
aux_sym_multiline_stripped_repeat1,
[3073] = 4,
ACTIONS(435), 1,
sym_multiline_content_line,
ACTIONS(443), 1,
sym__stripped_close,
STATE(26), 1,
sym_close_paren,
STATE(146), 1,
aux_sym_multiline_stripped_repeat1,
[3086] = 4,
ACTIONS(468), 1,
sym__stripped_close,
ACTIONS(484), 1,
sym_multiline_content_line,
STATE(113), 1,
sym_close_paren,
STATE(114), 1,
aux_sym_multiline_stripped_repeat1,
[3099] = 4,
ACTIONS(472), 1,
sym__verbatim_close,
ACTIONS(486), 1,
sym_multiline_content_line,
STATE(116), 1,
sym_close_dparen,
STATE(117), 1,
aux_sym_multiline_stripped_repeat1,
[3112] = 4,
ACTIONS(488), 1,
sym__key_segment,
ACTIONS(491), 1,
sym_sep_raw,
ACTIONS(493), 1,
sym_sep_string,
STATE(139), 1,
aux_sym__spaced_key_repeat1,
[3125] = 4,
ACTIONS(470), 1,
sym_multiline_content_line,
ACTIONS(482), 1,
sym__verbatim_close,
STATE(62), 1,
sym_close_dparen,
STATE(142), 1,
aux_sym_multiline_stripped_repeat1,
[3138] = 3,
ACTIONS(395), 1,
anon_sym_RBRACK2,
ACTIONS(495), 1,
anon_sym_COMMA,
STATE(143), 1,
aux_sym__inline_item_list_repeat1,
[3148] = 3,
ACTIONS(497), 1,
sym_multiline_content_line,
ACTIONS(500), 1,
sym__verbatim_close,
STATE(142), 1,
aux_sym_multiline_stripped_repeat1,
[3158] = 3,
ACTIONS(502), 1,
anon_sym_RBRACK2,
ACTIONS(504), 1,
anon_sym_COMMA,
STATE(143), 1,
aux_sym__inline_item_list_repeat1,
[3168] = 3,
ACTIONS(507), 1,
anon_sym_RBRACE2,
ACTIONS(509), 1,
anon_sym_COMMA,
STATE(144), 1,
aux_sym__inline_pair_list_repeat1,
[3178] = 3,
ACTIONS(512), 1,
anon_sym_RBRACK2,
ACTIONS(514), 1,
anon_sym_COMMA,
STATE(141), 1,
aux_sym__inline_item_list_repeat1,
[3188] = 3,
ACTIONS(500), 1,
sym__stripped_close,
ACTIONS(516), 1,
sym_multiline_content_line,
STATE(146), 1,
aux_sym_multiline_stripped_repeat1,
[3198] = 1,
ACTIONS(519), 3,
anon_sym_RBRACE2,
anon_sym_RBRACK2,
anon_sym_COMMA,
[3204] = 1,
ACTIONS(521), 3,
anon_sym_RBRACE2,
anon_sym_RBRACK2,
anon_sym_COMMA,
[3210] = 1,
ACTIONS(523), 3,
anon_sym_RBRACE2,
anon_sym_RBRACK2,
anon_sym_COMMA,
[3216] = 1,
ACTIONS(525), 3,
anon_sym_RBRACE2,
anon_sym_RBRACK2,
anon_sym_COMMA,
[3222] = 2,
ACTIONS(447), 1,
sym_sep_string,
ACTIONS(445), 2,
sym_sep_raw,
anon_sym_DOT,
[3230] = 3,
ACTIONS(527), 1,
anon_sym_RBRACE2,
ACTIONS(529), 1,
anon_sym_COMMA,
STATE(153), 1,
aux_sym__inline_pair_list_repeat1,
[3240] = 3,
ACTIONS(405), 1,
anon_sym_RBRACE2,
ACTIONS(531), 1,
anon_sym_COMMA,
STATE(144), 1,
aux_sym__inline_pair_list_repeat1,
[3250] = 1,
ACTIONS(533), 3,
anon_sym_RBRACE2,
anon_sym_RBRACK2,
anon_sym_COMMA,
[3256] = 1,
ACTIONS(507), 2,
anon_sym_RBRACE2,
anon_sym_COMMA,
[3261] = 2,
ACTIONS(535), 1,
sym_sep_raw,
ACTIONS(537), 1,
sym_sep_string,
[3268] = 1,
ACTIONS(539), 2,
anon_sym_RBRACE2,
anon_sym_COMMA,
[3273] = 1,
ACTIONS(502), 2,
anon_sym_RBRACK2,
anon_sym_COMMA,
[3278] = 2,
ACTIONS(541), 1,
sym_sep_raw,
ACTIONS(543), 1,
sym_sep_string,
[3285] = 2,
ACTIONS(545), 1,
sym_sep_raw,
ACTIONS(547), 1,
sym_sep_string,
[3292] = 2,
ACTIONS(549), 1,
sym_sep_raw,
ACTIONS(551), 1,
sym_sep_string,
[3299] = 1,
ACTIONS(553), 1,
sym__strict_eol,
[3303] = 1,
ACTIONS(555), 1,
anon_sym_RBRACE2,
[3307] = 1,
ACTIONS(557), 1,
anon_sym_RBRACE2,
[3311] = 1,
ACTIONS(559), 1,
sym__strict_eol,
[3315] = 1,
ACTIONS(561), 1,
anon_sym_RBRACK2,
[3319] = 1,
ACTIONS(563), 1,
sym__newline,
[3323] = 1,
ACTIONS(565), 1,
sym__newline,
[3327] = 1,
ACTIONS(567), 1,
sym__newline,
[3331] = 1,
ACTIONS(569), 1,
sym__newline,
[3335] = 1,
ACTIONS(571), 1,
anon_sym_RBRACK2,
[3339] = 1,
ACTIONS(573), 1,
sym__strict_eol,
[3343] = 1,
ACTIONS(575), 1,
sym__newline,
[3347] = 1,
ACTIONS(577), 1,
sym__key_segment,
[3351] = 1,
ACTIONS(579), 1,
sym__newline,
[3355] = 1,
ACTIONS(581), 1,
sym__strict_eol,
[3359] = 1,
ACTIONS(583), 1,
sym__newline,
[3363] = 1,
ACTIONS(585), 1,
sym__strict_eol,
[3367] = 1,
ACTIONS(587), 1,
sym__newline,
[3371] = 1,
ACTIONS(589), 1,
sym__newline,
[3375] = 1,
ACTIONS(591), 1,
sym__newline,
[3379] = 1,
ACTIONS(593), 1,
sym__newline,
[3383] = 1,
ACTIONS(595), 1,
sym__marker_ws,
[3387] = 1,
ACTIONS(597), 1,
sym__marker_ws,
[3391] = 1,
ACTIONS(599), 1,
sym__newline,
[3395] = 1,
ACTIONS(601), 1,
sym__marker_ws,
[3399] = 1,
ACTIONS(603), 1,
sym__newline,
[3403] = 1,
ACTIONS(605), 1,
sym__newline,
[3407] = 1,
ACTIONS(607), 1,
sym__newline,
[3411] = 1,
ACTIONS(609), 1,
sym__newline,
[3415] = 1,
ACTIONS(611), 1,
sym__newline,
[3419] = 1,
ACTIONS(613), 1,
sym__newline,
[3423] = 1,
ACTIONS(615), 1,
sym__newline,
[3427] = 1,
ACTIONS(617), 1,
sym__newline,
[3431] = 1,
ACTIONS(619), 1,
sym__newline,
[3435] = 1,
ACTIONS(621), 1,
sym__newline,
[3439] = 1,
ACTIONS(623), 1,
sym__newline,
[3443] = 1,
ACTIONS(625), 1,
sym__newline,
[3447] = 1,
ACTIONS(627), 1,
sym__strict_eol,
[3451] = 1,
ACTIONS(629), 1,
sym__newline,
[3455] = 1,
ACTIONS(631), 1,
sym__newline,
[3459] = 1,
ACTIONS(633), 1,
sym__newline,
[3463] = 1,
ACTIONS(635), 1,
sym__newline,
[3467] = 1,
ACTIONS(637), 1,
sym__newline,
[3471] = 1,
ACTIONS(639), 1,
sym__newline,
[3475] = 1,
ACTIONS(641), 1,
sym__newline,
[3479] = 1,
ACTIONS(643), 1,
sym__marker_ws,
[3483] = 1,
ACTIONS(645), 1,
sym__marker_ws,
[3487] = 1,
ACTIONS(647), 1,
ts_builtin_sym_end,
[3491] = 1,
ACTIONS(649), 1,
anon_sym_RBRACE2,
[3495] = 1,
ACTIONS(651), 1,
anon_sym_RBRACK2,
[3499] = 1,
ACTIONS(653), 1,
sym__newline,
[3503] = 1,
ACTIONS(655), 1,
sym__marker_ws,
[3507] = 1,
ACTIONS(657), 1,
anon_sym_RBRACE2,
[3511] = 1,
ACTIONS(659), 1,
anon_sym_RBRACK2,
[3515] = 1,
ACTIONS(661), 1,
sym__newline,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(4)] = 0,
[SMALL_STATE(5)] = 78,
[SMALL_STATE(6)] = 156,
[SMALL_STATE(7)] = 234,
[SMALL_STATE(8)] = 312,
[SMALL_STATE(9)] = 390,
[SMALL_STATE(10)] = 468,
[SMALL_STATE(11)] = 543,
[SMALL_STATE(12)] = 605,
[SMALL_STATE(13)] = 667,
[SMALL_STATE(14)] = 693,
[SMALL_STATE(15)] = 719,
[SMALL_STATE(16)] = 745,
[SMALL_STATE(17)] = 771,
[SMALL_STATE(18)] = 797,
[SMALL_STATE(19)] = 823,
[SMALL_STATE(20)] = 849,
[SMALL_STATE(21)] = 875,
[SMALL_STATE(22)] = 901,
[SMALL_STATE(23)] = 927,
[SMALL_STATE(24)] = 953,
[SMALL_STATE(25)] = 979,
[SMALL_STATE(26)] = 1005,
[SMALL_STATE(27)] = 1031,
[SMALL_STATE(28)] = 1057,
[SMALL_STATE(29)] = 1083,
[SMALL_STATE(30)] = 1109,
[SMALL_STATE(31)] = 1135,
[SMALL_STATE(32)] = 1161,
[SMALL_STATE(33)] = 1187,
[SMALL_STATE(34)] = 1213,
[SMALL_STATE(35)] = 1239,
[SMALL_STATE(36)] = 1265,
[SMALL_STATE(37)] = 1291,
[SMALL_STATE(38)] = 1317,
[SMALL_STATE(39)] = 1343,
[SMALL_STATE(40)] = 1369,
[SMALL_STATE(41)] = 1395,
[SMALL_STATE(42)] = 1421,
[SMALL_STATE(43)] = 1446,
[SMALL_STATE(44)] = 1471,
[SMALL_STATE(45)] = 1496,
[SMALL_STATE(46)] = 1521,
[SMALL_STATE(47)] = 1546,
[SMALL_STATE(48)] = 1571,
[SMALL_STATE(49)] = 1596,
[SMALL_STATE(50)] = 1621,
[SMALL_STATE(51)] = 1646,
[SMALL_STATE(52)] = 1671,
[SMALL_STATE(53)] = 1696,
[SMALL_STATE(54)] = 1721,
[SMALL_STATE(55)] = 1746,
[SMALL_STATE(56)] = 1771,
[SMALL_STATE(57)] = 1796,
[SMALL_STATE(58)] = 1821,
[SMALL_STATE(59)] = 1846,
[SMALL_STATE(60)] = 1871,
[SMALL_STATE(61)] = 1896,
[SMALL_STATE(62)] = 1921,
[SMALL_STATE(63)] = 1946,
[SMALL_STATE(64)] = 1971,
[SMALL_STATE(65)] = 1996,
[SMALL_STATE(66)] = 2021,
[SMALL_STATE(67)] = 2046,
[SMALL_STATE(68)] = 2071,
[SMALL_STATE(69)] = 2096,
[SMALL_STATE(70)] = 2127,
[SMALL_STATE(71)] = 2158,
[SMALL_STATE(72)] = 2189,
[SMALL_STATE(73)] = 2220,
[SMALL_STATE(74)] = 2251,
[SMALL_STATE(75)] = 2282,
[SMALL_STATE(76)] = 2310,
[SMALL_STATE(77)] = 2333,
[SMALL_STATE(78)] = 2358,
[SMALL_STATE(79)] = 2383,
[SMALL_STATE(80)] = 2408,
[SMALL_STATE(81)] = 2433,
[SMALL_STATE(82)] = 2455,
[SMALL_STATE(83)] = 2477,
[SMALL_STATE(84)] = 2500,
[SMALL_STATE(85)] = 2523,
[SMALL_STATE(86)] = 2542,
[SMALL_STATE(87)] = 2565,
[SMALL_STATE(88)] = 2588,
[SMALL_STATE(89)] = 2608,
[SMALL_STATE(90)] = 2628,
[SMALL_STATE(91)] = 2643,
[SMALL_STATE(92)] = 2658,
[SMALL_STATE(93)] = 2675,
[SMALL_STATE(94)] = 2690,
[SMALL_STATE(95)] = 2704,
[SMALL_STATE(96)] = 2711,
[SMALL_STATE(97)] = 2724,
[SMALL_STATE(98)] = 2735,
[SMALL_STATE(99)] = 2748,
[SMALL_STATE(100)] = 2761,
[SMALL_STATE(101)] = 2774,
[SMALL_STATE(102)] = 2787,
[SMALL_STATE(103)] = 2798,
[SMALL_STATE(104)] = 2809,
[SMALL_STATE(105)] = 2820,
[SMALL_STATE(106)] = 2827,
[SMALL_STATE(107)] = 2834,
[SMALL_STATE(108)] = 2841,
[SMALL_STATE(109)] = 2848,
[SMALL_STATE(110)] = 2855,
[SMALL_STATE(111)] = 2862,
[SMALL_STATE(112)] = 2869,
[SMALL_STATE(113)] = 2876,
[SMALL_STATE(114)] = 2883,
[SMALL_STATE(115)] = 2896,
[SMALL_STATE(116)] = 2903,
[SMALL_STATE(117)] = 2910,
[SMALL_STATE(118)] = 2923,
[SMALL_STATE(119)] = 2930,
[SMALL_STATE(120)] = 2937,
[SMALL_STATE(121)] = 2944,
[SMALL_STATE(122)] = 2951,
[SMALL_STATE(123)] = 2958,
[SMALL_STATE(124)] = 2965,
[SMALL_STATE(125)] = 2972,
[SMALL_STATE(126)] = 2979,
[SMALL_STATE(127)] = 2986,
[SMALL_STATE(128)] = 2993,
[SMALL_STATE(129)] = 3000,
[SMALL_STATE(130)] = 3007,
[SMALL_STATE(131)] = 3014,
[SMALL_STATE(132)] = 3027,
[SMALL_STATE(133)] = 3040,
[SMALL_STATE(134)] = 3047,
[SMALL_STATE(135)] = 3060,
[SMALL_STATE(136)] = 3073,
[SMALL_STATE(137)] = 3086,
[SMALL_STATE(138)] = 3099,
[SMALL_STATE(139)] = 3112,
[SMALL_STATE(140)] = 3125,
[SMALL_STATE(141)] = 3138,
[SMALL_STATE(142)] = 3148,
[SMALL_STATE(143)] = 3158,
[SMALL_STATE(144)] = 3168,
[SMALL_STATE(145)] = 3178,
[SMALL_STATE(146)] = 3188,
[SMALL_STATE(147)] = 3198,
[SMALL_STATE(148)] = 3204,
[SMALL_STATE(149)] = 3210,
[SMALL_STATE(150)] = 3216,
[SMALL_STATE(151)] = 3222,
[SMALL_STATE(152)] = 3230,
[SMALL_STATE(153)] = 3240,
[SMALL_STATE(154)] = 3250,
[SMALL_STATE(155)] = 3256,
[SMALL_STATE(156)] = 3261,
[SMALL_STATE(157)] = 3268,
[SMALL_STATE(158)] = 3273,
[SMALL_STATE(159)] = 3278,
[SMALL_STATE(160)] = 3285,
[SMALL_STATE(161)] = 3292,
[SMALL_STATE(162)] = 3299,
[SMALL_STATE(163)] = 3303,
[SMALL_STATE(164)] = 3307,
[SMALL_STATE(165)] = 3311,
[SMALL_STATE(166)] = 3315,
[SMALL_STATE(167)] = 3319,
[SMALL_STATE(168)] = 3323,
[SMALL_STATE(169)] = 3327,
[SMALL_STATE(170)] = 3331,
[SMALL_STATE(171)] = 3335,
[SMALL_STATE(172)] = 3339,
[SMALL_STATE(173)] = 3343,
[SMALL_STATE(174)] = 3347,
[SMALL_STATE(175)] = 3351,
[SMALL_STATE(176)] = 3355,
[SMALL_STATE(177)] = 3359,
[SMALL_STATE(178)] = 3363,
[SMALL_STATE(179)] = 3367,
[SMALL_STATE(180)] = 3371,
[SMALL_STATE(181)] = 3375,
[SMALL_STATE(182)] = 3379,
[SMALL_STATE(183)] = 3383,
[SMALL_STATE(184)] = 3387,
[SMALL_STATE(185)] = 3391,
[SMALL_STATE(186)] = 3395,
[SMALL_STATE(187)] = 3399,
[SMALL_STATE(188)] = 3403,
[SMALL_STATE(189)] = 3407,
[SMALL_STATE(190)] = 3411,
[SMALL_STATE(191)] = 3415,
[SMALL_STATE(192)] = 3419,
[SMALL_STATE(193)] = 3423,
[SMALL_STATE(194)] = 3427,
[SMALL_STATE(195)] = 3431,
[SMALL_STATE(196)] = 3435,
[SMALL_STATE(197)] = 3439,
[SMALL_STATE(198)] = 3443,
[SMALL_STATE(199)] = 3447,
[SMALL_STATE(200)] = 3451,
[SMALL_STATE(201)] = 3455,
[SMALL_STATE(202)] = 3459,
[SMALL_STATE(203)] = 3463,
[SMALL_STATE(204)] = 3467,
[SMALL_STATE(205)] = 3471,
[SMALL_STATE(206)] = 3475,
[SMALL_STATE(207)] = 3479,
[SMALL_STATE(208)] = 3483,
[SMALL_STATE(209)] = 3487,
[SMALL_STATE(210)] = 3491,
[SMALL_STATE(211)] = 3495,
[SMALL_STATE(212)] = 3499,
[SMALL_STATE(213)] = 3503,
[SMALL_STATE(214)] = 3507,
[SMALL_STATE(215)] = 3511,
[SMALL_STATE(216)] = 3515,
};
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}}, REDUCE(sym_source_file, 0, 0, 0),
[5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
[15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84),
[31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78),
[33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14),
[35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
[39] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
[41] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(94),
[44] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(22),
[47] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2),
[50] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(207),
[53] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(201),
[56] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(195),
[59] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(193),
[62] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(194),
[65] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(69),
[68] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(7),
[71] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(98),
[74] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(101),
[77] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(84),
[80] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(78),
[83] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(14),
[86] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(39),
[89] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(197),
[92] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
[94] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[96] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[98] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
[102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
[118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86),
[122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79),
[124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173),
[126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
[134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
[140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(43),
[143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(10),
[146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(208),
[149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(167),
[152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(168),
[155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(169),
[158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(170),
[161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(70),
[164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(6),
[167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0),
[169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(134),
[172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(135),
[175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(86),
[178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(79),
[181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(173),
[184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(53),
[187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_array_repeat1, 2, 0, 0), SHIFT_REPEAT(175),
[190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179),
[194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
[200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
[206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87),
[216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80),
[218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200),
[220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_object, 3, 0, 0),
[226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_object, 3, 0, 0),
[228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_top_scalar, 1, 0, 0),
[230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_top_scalar, 1, 0, 0),
[232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_close_dparen, 1, 0, 0),
[234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_close_dparen, 1, 0, 0),
[236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiline_verbatim, 2, 0, 0),
[238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiline_verbatim, 2, 0, 0),
[240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword, 2, 0, 0),
[242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keyword, 2, 0, 0),
[244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_object, 2, 0, 0),
[246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_object, 2, 0, 0),
[248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_value, 1, 0, 0),
[250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_value, 1, 0, 0),
[252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_top_array_item, 3, 0, 2),
[254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_top_array_item, 3, 0, 2),
[256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_close_brace, 2, 0, 0),
[258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_close_brace, 2, 0, 0),
[260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_blank_line, 1, 0, 0),
[262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_blank_line, 1, 0, 0),
[264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_close_bracket, 2, 0, 0),
[266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_close_bracket, 2, 0, 0),
[268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_array, 3, 0, 0),
[270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_array, 3, 0, 0),
[272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_array, 2, 0, 0),
[274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_array, 2, 0, 0),
[276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiline_stripped, 3, 0, 0),
[278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiline_stripped, 3, 0, 0),
[280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiline_verbatim, 3, 0, 0),
[282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiline_verbatim, 3, 0, 0),
[284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_object, 3, 0, 0),
[286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_object, 3, 0, 0),
[288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_array, 3, 0, 0),
[290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_array, 3, 0, 0),
[292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_paren, 2, 0, 0),
[294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_paren, 2, 0, 0),
[296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_scalar, 2, 0, 0),
[298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_scalar, 2, 0, 0),
[300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_object, 4, 0, 0),
[302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_object, 4, 0, 0),
[304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_array, 4, 0, 0),
[306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_array, 4, 0, 0),
[308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_pair, 4, 0, 5),
[310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_pair, 4, 0, 5),
[312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_double_paren, 2, 0, 0),
[314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_double_paren, 2, 0, 0),
[316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scalar, 2, 0, 0),
[318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scalar, 2, 0, 0),
[320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_object, 2, 0, 0),
[322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_object, 2, 0, 0),
[324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_array, 2, 0, 0),
[326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_array, 2, 0, 0),
[328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_top_array_item, 1, 0, 1),
[330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_top_array_item, 1, 0, 1),
[332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_close_paren, 1, 0, 0),
[334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_close_paren, 1, 0, 0),
[336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiline_stripped, 2, 0, 0),
[338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiline_stripped, 2, 0, 0),
[340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_item, 3, 0, 2),
[342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_item, 3, 0, 2),
[344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_item, 1, 0, 1),
[346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_item, 1, 0, 1),
[348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
[364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_object_repeat1, 2, 0, 0), SHIFT_REPEAT(94),
[369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_object_repeat1, 2, 0, 0), SHIFT_REPEAT(133),
[372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compound_object_repeat1, 2, 0, 0), SHIFT_REPEAT(75),
[375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compound_object_repeat1, 2, 0, 0),
[377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_pair, 2, 0, 3),
[381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
[389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_item_list, 3, 0, 0),
[395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_item_list, 2, 0, 0),
[397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_pair_list, 2, 0, 0),
[407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_pair_list, 3, 0, 0),
[409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_inline_scalar_repeat1, 2, 0, 0),
[411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_inline_scalar_repeat1, 2, 0, 0), SHIFT_REPEAT(90),
[414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inline_scalar_repeat1, 2, 0, 0), SHIFT_REPEAT(90),
[417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_scalar, 1, 0, 0),
[419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93),
[421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_scalar, 2, 0, 0),
[425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90),
[427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__spaced_key_repeat1, 1, 0, 0),
[431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__spaced_key_repeat1, 1, 0, 0),
[433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
[443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dotted_key_repeat1, 2, 0, 0),
[447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dotted_key_repeat1, 2, 0, 0),
[449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dotted_key_repeat1, 2, 0, 0), SHIFT_REPEAT(174),
[452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
[454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spaced_key, 1, 0, 0),
[456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spaced_key, 1, 0, 0),
[458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
[464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dotted_key, 2, 0, 0),
[476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dotted_key, 2, 0, 0),
[478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__spaced_key_repeat1, 2, 0, 0), SHIFT_REPEAT(139),
[491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__spaced_key_repeat1, 2, 0, 0),
[493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__spaced_key_repeat1, 2, 0, 0),
[495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multiline_stripped_repeat1, 2, 0, 0), SHIFT_REPEAT(142),
[500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_multiline_stripped_repeat1, 2, 0, 0),
[502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inline_item_list_repeat1, 2, 0, 0),
[504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inline_item_list_repeat1, 2, 0, 0), SHIFT_REPEAT(85),
[507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inline_pair_list_repeat1, 2, 0, 0),
[509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inline_pair_list_repeat1, 2, 0, 0), SHIFT_REPEAT(92),
[512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_item_list, 1, 0, 0),
[514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multiline_stripped_repeat1, 2, 0, 0), SHIFT_REPEAT(146),
[519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_value, 1, 0, 0),
[521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_inline_object, 2, 0, 0),
[523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_inline_object, 3, 0, 0),
[525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_inline_array, 3, 0, 0),
[527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_pair_list, 1, 0, 0),
[529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nested_inline_array, 2, 0, 0),
[535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76),
[539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_pair, 3, 0, 4),
[541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186),
[545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184),
[549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key, 1, 0, 0),
[551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_key, 1, 0, 0),
[553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
[567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[647] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
[651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
[653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
[659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
[661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
};
enum ts_external_scanner_symbol_identifiers {
ts_external_token__marker_ws = 0,
ts_external_token__strict_eol = 1,
ts_external_token__stripped_close = 2,
ts_external_token__verbatim_close = 3,
};
static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
[ts_external_token__marker_ws] = sym__marker_ws,
[ts_external_token__strict_eol] = sym__strict_eol,
[ts_external_token__stripped_close] = sym__stripped_close,
[ts_external_token__verbatim_close] = sym__verbatim_close,
};
static const bool ts_external_scanner_states[6][EXTERNAL_TOKEN_COUNT] = {
[1] = {
[ts_external_token__marker_ws] = true,
[ts_external_token__strict_eol] = true,
[ts_external_token__stripped_close] = true,
[ts_external_token__verbatim_close] = true,
},
[2] = {
[ts_external_token__stripped_close] = true,
},
[3] = {
[ts_external_token__verbatim_close] = true,
},
[4] = {
[ts_external_token__strict_eol] = true,
},
[5] = {
[ts_external_token__marker_ws] = true,
},
};
#ifdef __cplusplus
extern "C" {
#endif
void *tree_sitter_ktav_external_scanner_create(void);
void tree_sitter_ktav_external_scanner_destroy(void *);
bool tree_sitter_ktav_external_scanner_scan(void *, TSLexer *, const bool *);
unsigned tree_sitter_ktav_external_scanner_serialize(void *, char *);
void tree_sitter_ktav_external_scanner_deserialize(void *, const char *, unsigned);
#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_ktav(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,
.field_names = ts_field_names,
.field_map_slices = ts_field_map_slices,
.field_map_entries = ts_field_map_entries,
.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,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym__key_segment,
.external_scanner = {
&ts_external_scanner_states[0][0],
ts_external_scanner_symbol_map,
tree_sitter_ktav_external_scanner_create,
tree_sitter_ktav_external_scanner_destroy,
tree_sitter_ktav_external_scanner_scan,
tree_sitter_ktav_external_scanner_serialize,
tree_sitter_ktav_external_scanner_deserialize,
},
.primary_state_ids = ts_primary_state_ids,
.name = "ktav",
.max_reserved_word_set_size = 0,
.metadata = {
.major_version = 0,
.minor_version = 6,
.patch_version = 0,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif