#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 220
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 87
#define ALIAS_COUNT 0
#define TOKEN_COUNT 41
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 17
#define MAX_ALIAS_SEQUENCE_LENGTH 6
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 33
#define SUPERTYPE_COUNT 0
enum ts_symbol_identifiers {
anon_sym_COMMA = 1,
anon_sym_LBRACK = 2,
anon_sym_PIPE = 3,
anon_sym_RBRACK = 4,
anon_sym_AT = 5,
anon_sym_LPAREN = 6,
anon_sym_RPAREN = 7,
anon_sym_COLON = 8,
anon_sym_COLON_COLON = 9,
anon_sym_LBRACE = 10,
anon_sym_RBRACE = 11,
sym_symbol = 12,
anon_sym_DOT_DOT = 13,
anon_sym_DOT_DOT_DOT = 14,
anon_sym_true = 15,
anon_sym_false = 16,
sym_integer = 17,
sym_decimal = 18,
sym_hexadecimal = 19,
sym_octal = 20,
sym_measurement = 21,
anon_sym_SQUOTE = 22,
sym__single_quoted_text = 23,
anon_sym_DQUOTE = 24,
sym__double_quoted_text = 25,
anon_sym_BQUOTE = 26,
sym__backticked_text = 27,
anon_sym_BQUOTE_BQUOTE_BQUOTE = 28,
anon_sym_LF = 29,
sym__fenced_string_content = 30,
anon_sym_DASH = 31,
anon_sym_EQ = 32,
anon_sym_TILDE = 33,
anon_sym_DASH_GT = 34,
anon_sym_EQ_GT = 35,
anon_sym_TILDE_GT = 36,
anon_sym_LT_DASH = 37,
anon_sym_LT_EQ = 38,
anon_sym_LT_TILDE = 39,
sym_comment = 40,
sym_gram = 41,
sym_pattern = 42,
sym__pattern_element = 43,
sym_subject = 44,
sym_sub_pattern = 45,
sym__sub_pattern_element = 46,
sym_annotations = 47,
sym_annotation = 48,
sym__path = 49,
sym_node = 50,
sym_relationship = 51,
sym_reference = 52,
sym__identifier = 53,
sym__attributes = 54,
sym__value = 55,
sym__scalar_value = 56,
sym_array = 57,
sym_labels = 58,
sym__label = 59,
sym_record = 60,
sym_property = 61,
sym_map = 62,
sym_mapping = 63,
sym_range = 64,
sym_boolean_literal = 65,
sym__numeric_literal = 66,
sym_string_literal = 67,
sym__single_quoted_string = 68,
sym__double_quoted_string = 69,
sym__backticked_string = 70,
sym__fenced_string = 71,
sym__fenced_string_body = 72,
sym_tagged_string = 73,
sym__relationship_kind = 74,
sym_undirected_arrow = 75,
sym_right_arrow = 76,
sym_left_arrow = 77,
sym_bidirectional_arrow = 78,
aux_sym_gram_repeat1 = 79,
aux_sym_pattern_repeat1 = 80,
aux_sym_sub_pattern_repeat1 = 81,
aux_sym_annotations_repeat1 = 82,
aux_sym_array_repeat1 = 83,
aux_sym_labels_repeat1 = 84,
aux_sym_record_repeat1 = 85,
aux_sym_map_repeat1 = 86,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[anon_sym_COMMA] = ",",
[anon_sym_LBRACK] = "[",
[anon_sym_PIPE] = "|",
[anon_sym_RBRACK] = "]",
[anon_sym_AT] = "@",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[anon_sym_COLON] = ":",
[anon_sym_COLON_COLON] = "::",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[sym_symbol] = "symbol",
[anon_sym_DOT_DOT] = "..",
[anon_sym_DOT_DOT_DOT] = "...",
[anon_sym_true] = "true",
[anon_sym_false] = "false",
[sym_integer] = "integer",
[sym_decimal] = "decimal",
[sym_hexadecimal] = "hexadecimal",
[sym_octal] = "octal",
[sym_measurement] = "measurement",
[anon_sym_SQUOTE] = "'",
[sym__single_quoted_text] = "string_content",
[anon_sym_DQUOTE] = "\"",
[sym__double_quoted_text] = "string_content",
[anon_sym_BQUOTE] = "`",
[sym__backticked_text] = "string_content",
[anon_sym_BQUOTE_BQUOTE_BQUOTE] = "```",
[anon_sym_LF] = "\n",
[sym__fenced_string_content] = "string_content",
[anon_sym_DASH] = "-",
[anon_sym_EQ] = "=",
[anon_sym_TILDE] = "~",
[anon_sym_DASH_GT] = "->",
[anon_sym_EQ_GT] = "=>",
[anon_sym_TILDE_GT] = "~>",
[anon_sym_LT_DASH] = "<-",
[anon_sym_LT_EQ] = "<=",
[anon_sym_LT_TILDE] = "<~",
[sym_comment] = "comment",
[sym_gram] = "gram",
[sym_pattern] = "pattern",
[sym__pattern_element] = "_pattern_element",
[sym_subject] = "subject",
[sym_sub_pattern] = "sub_pattern",
[sym__sub_pattern_element] = "_sub_pattern_element",
[sym_annotations] = "annotations",
[sym_annotation] = "annotation",
[sym__path] = "_path",
[sym_node] = "node",
[sym_relationship] = "relationship",
[sym_reference] = "reference",
[sym__identifier] = "_identifier",
[sym__attributes] = "_attributes",
[sym__value] = "_value",
[sym__scalar_value] = "_scalar_value",
[sym_array] = "array",
[sym_labels] = "labels",
[sym__label] = "_label",
[sym_record] = "record",
[sym_property] = "property",
[sym_map] = "map",
[sym_mapping] = "mapping",
[sym_range] = "range",
[sym_boolean_literal] = "boolean_literal",
[sym__numeric_literal] = "_numeric_literal",
[sym_string_literal] = "string_literal",
[sym__single_quoted_string] = "_single_quoted_string",
[sym__double_quoted_string] = "_double_quoted_string",
[sym__backticked_string] = "_backticked_string",
[sym__fenced_string] = "_fenced_string",
[sym__fenced_string_body] = "_fenced_string_body",
[sym_tagged_string] = "tagged_string",
[sym__relationship_kind] = "_relationship_kind",
[sym_undirected_arrow] = "undirected_arrow",
[sym_right_arrow] = "right_arrow",
[sym_left_arrow] = "left_arrow",
[sym_bidirectional_arrow] = "bidirectional_arrow",
[aux_sym_gram_repeat1] = "gram_repeat1",
[aux_sym_pattern_repeat1] = "pattern_repeat1",
[aux_sym_sub_pattern_repeat1] = "sub_pattern_repeat1",
[aux_sym_annotations_repeat1] = "annotations_repeat1",
[aux_sym_array_repeat1] = "array_repeat1",
[aux_sym_labels_repeat1] = "labels_repeat1",
[aux_sym_record_repeat1] = "record_repeat1",
[aux_sym_map_repeat1] = "map_repeat1",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_PIPE] = anon_sym_PIPE,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[anon_sym_AT] = anon_sym_AT,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_COLON_COLON] = anon_sym_COLON_COLON,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[sym_symbol] = sym_symbol,
[anon_sym_DOT_DOT] = anon_sym_DOT_DOT,
[anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT,
[anon_sym_true] = anon_sym_true,
[anon_sym_false] = anon_sym_false,
[sym_integer] = sym_integer,
[sym_decimal] = sym_decimal,
[sym_hexadecimal] = sym_hexadecimal,
[sym_octal] = sym_octal,
[sym_measurement] = sym_measurement,
[anon_sym_SQUOTE] = anon_sym_SQUOTE,
[sym__single_quoted_text] = sym__single_quoted_text,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[sym__double_quoted_text] = sym__single_quoted_text,
[anon_sym_BQUOTE] = anon_sym_BQUOTE,
[sym__backticked_text] = sym__single_quoted_text,
[anon_sym_BQUOTE_BQUOTE_BQUOTE] = anon_sym_BQUOTE_BQUOTE_BQUOTE,
[anon_sym_LF] = anon_sym_LF,
[sym__fenced_string_content] = sym__single_quoted_text,
[anon_sym_DASH] = anon_sym_DASH,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_TILDE] = anon_sym_TILDE,
[anon_sym_DASH_GT] = anon_sym_DASH_GT,
[anon_sym_EQ_GT] = anon_sym_EQ_GT,
[anon_sym_TILDE_GT] = anon_sym_TILDE_GT,
[anon_sym_LT_DASH] = anon_sym_LT_DASH,
[anon_sym_LT_EQ] = anon_sym_LT_EQ,
[anon_sym_LT_TILDE] = anon_sym_LT_TILDE,
[sym_comment] = sym_comment,
[sym_gram] = sym_gram,
[sym_pattern] = sym_pattern,
[sym__pattern_element] = sym__pattern_element,
[sym_subject] = sym_subject,
[sym_sub_pattern] = sym_sub_pattern,
[sym__sub_pattern_element] = sym__sub_pattern_element,
[sym_annotations] = sym_annotations,
[sym_annotation] = sym_annotation,
[sym__path] = sym__path,
[sym_node] = sym_node,
[sym_relationship] = sym_relationship,
[sym_reference] = sym_reference,
[sym__identifier] = sym__identifier,
[sym__attributes] = sym__attributes,
[sym__value] = sym__value,
[sym__scalar_value] = sym__scalar_value,
[sym_array] = sym_array,
[sym_labels] = sym_labels,
[sym__label] = sym__label,
[sym_record] = sym_record,
[sym_property] = sym_property,
[sym_map] = sym_map,
[sym_mapping] = sym_mapping,
[sym_range] = sym_range,
[sym_boolean_literal] = sym_boolean_literal,
[sym__numeric_literal] = sym__numeric_literal,
[sym_string_literal] = sym_string_literal,
[sym__single_quoted_string] = sym__single_quoted_string,
[sym__double_quoted_string] = sym__double_quoted_string,
[sym__backticked_string] = sym__backticked_string,
[sym__fenced_string] = sym__fenced_string,
[sym__fenced_string_body] = sym__fenced_string_body,
[sym_tagged_string] = sym_tagged_string,
[sym__relationship_kind] = sym__relationship_kind,
[sym_undirected_arrow] = sym_undirected_arrow,
[sym_right_arrow] = sym_right_arrow,
[sym_left_arrow] = sym_left_arrow,
[sym_bidirectional_arrow] = sym_bidirectional_arrow,
[aux_sym_gram_repeat1] = aux_sym_gram_repeat1,
[aux_sym_pattern_repeat1] = aux_sym_pattern_repeat1,
[aux_sym_sub_pattern_repeat1] = aux_sym_sub_pattern_repeat1,
[aux_sym_annotations_repeat1] = aux_sym_annotations_repeat1,
[aux_sym_array_repeat1] = aux_sym_array_repeat1,
[aux_sym_labels_repeat1] = aux_sym_labels_repeat1,
[aux_sym_record_repeat1] = aux_sym_record_repeat1,
[aux_sym_map_repeat1] = aux_sym_map_repeat1,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_AT] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_COLON_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[sym_symbol] = {
.visible = true,
.named = true,
},
[anon_sym_DOT_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_DOT_DOT_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_true] = {
.visible = true,
.named = false,
},
[anon_sym_false] = {
.visible = true,
.named = false,
},
[sym_integer] = {
.visible = true,
.named = true,
},
[sym_decimal] = {
.visible = true,
.named = true,
},
[sym_hexadecimal] = {
.visible = true,
.named = true,
},
[sym_octal] = {
.visible = true,
.named = true,
},
[sym_measurement] = {
.visible = true,
.named = true,
},
[anon_sym_SQUOTE] = {
.visible = true,
.named = false,
},
[sym__single_quoted_text] = {
.visible = true,
.named = true,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[sym__double_quoted_text] = {
.visible = true,
.named = true,
},
[anon_sym_BQUOTE] = {
.visible = true,
.named = false,
},
[sym__backticked_text] = {
.visible = true,
.named = true,
},
[anon_sym_BQUOTE_BQUOTE_BQUOTE] = {
.visible = true,
.named = false,
},
[anon_sym_LF] = {
.visible = true,
.named = false,
},
[sym__fenced_string_content] = {
.visible = true,
.named = true,
},
[anon_sym_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_TILDE] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_GT] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_GT] = {
.visible = true,
.named = false,
},
[anon_sym_TILDE_GT] = {
.visible = true,
.named = false,
},
[anon_sym_LT_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_LT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LT_TILDE] = {
.visible = true,
.named = false,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[sym_gram] = {
.visible = true,
.named = true,
},
[sym_pattern] = {
.visible = true,
.named = true,
},
[sym__pattern_element] = {
.visible = false,
.named = true,
},
[sym_subject] = {
.visible = true,
.named = true,
},
[sym_sub_pattern] = {
.visible = true,
.named = true,
},
[sym__sub_pattern_element] = {
.visible = false,
.named = true,
},
[sym_annotations] = {
.visible = true,
.named = true,
},
[sym_annotation] = {
.visible = true,
.named = true,
},
[sym__path] = {
.visible = false,
.named = true,
},
[sym_node] = {
.visible = true,
.named = true,
},
[sym_relationship] = {
.visible = true,
.named = true,
},
[sym_reference] = {
.visible = true,
.named = true,
},
[sym__identifier] = {
.visible = false,
.named = true,
},
[sym__attributes] = {
.visible = false,
.named = true,
},
[sym__value] = {
.visible = false,
.named = true,
},
[sym__scalar_value] = {
.visible = false,
.named = true,
},
[sym_array] = {
.visible = true,
.named = true,
},
[sym_labels] = {
.visible = true,
.named = true,
},
[sym__label] = {
.visible = false,
.named = true,
},
[sym_record] = {
.visible = true,
.named = true,
},
[sym_property] = {
.visible = true,
.named = true,
},
[sym_map] = {
.visible = true,
.named = true,
},
[sym_mapping] = {
.visible = true,
.named = true,
},
[sym_range] = {
.visible = true,
.named = true,
},
[sym_boolean_literal] = {
.visible = true,
.named = true,
},
[sym__numeric_literal] = {
.visible = false,
.named = true,
},
[sym_string_literal] = {
.visible = true,
.named = true,
},
[sym__single_quoted_string] = {
.visible = false,
.named = true,
},
[sym__double_quoted_string] = {
.visible = false,
.named = true,
},
[sym__backticked_string] = {
.visible = false,
.named = true,
},
[sym__fenced_string] = {
.visible = false,
.named = true,
},
[sym__fenced_string_body] = {
.visible = false,
.named = true,
},
[sym_tagged_string] = {
.visible = true,
.named = true,
},
[sym__relationship_kind] = {
.visible = false,
.named = true,
},
[sym_undirected_arrow] = {
.visible = true,
.named = true,
},
[sym_right_arrow] = {
.visible = true,
.named = true,
},
[sym_left_arrow] = {
.visible = true,
.named = true,
},
[sym_bidirectional_arrow] = {
.visible = true,
.named = true,
},
[aux_sym_gram_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_pattern_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_sub_pattern_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_annotations_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_array_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_labels_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_record_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_map_repeat1] = {
.visible = false,
.named = false,
},
};
enum ts_field_identifiers {
field_annotations = 1,
field_attributes = 2,
field_content = 3,
field_elements = 4,
field_identifier = 5,
field_key = 6,
field_kind = 7,
field_labels = 8,
field_left = 9,
field_lower = 10,
field_pattern = 11,
field_record = 12,
field_right = 13,
field_root = 14,
field_tag = 15,
field_upper = 16,
field_value = 17,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_annotations] = "annotations",
[field_attributes] = "attributes",
[field_content] = "content",
[field_elements] = "elements",
[field_identifier] = "identifier",
[field_key] = "key",
[field_kind] = "kind",
[field_labels] = "labels",
[field_left] = "left",
[field_lower] = "lower",
[field_pattern] = "pattern",
[field_record] = "record",
[field_right] = "right",
[field_root] = "root",
[field_tag] = "tag",
[field_upper] = "upper",
[field_value] = "value",
};
static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 1},
[2] = {.index = 1, .length = 1},
[3] = {.index = 2, .length = 1},
[4] = {.index = 3, .length = 1},
[5] = {.index = 4, .length = 1},
[6] = {.index = 5, .length = 1},
[7] = {.index = 6, .length = 2},
[8] = {.index = 8, .length = 2},
[9] = {.index = 10, .length = 1},
[10] = {.index = 11, .length = 2},
[11] = {.index = 13, .length = 2},
[12] = {.index = 15, .length = 4},
[13] = {.index = 19, .length = 2},
[14] = {.index = 21, .length = 1},
[15] = {.index = 22, .length = 3},
[16] = {.index = 25, .length = 3},
[17] = {.index = 28, .length = 2},
[18] = {.index = 30, .length = 1},
[19] = {.index = 31, .length = 3},
[20] = {.index = 34, .length = 5},
[21] = {.index = 39, .length = 2},
[22] = {.index = 41, .length = 6},
[23] = {.index = 47, .length = 1},
[24] = {.index = 48, .length = 2},
[25] = {.index = 50, .length = 1},
[26] = {.index = 51, .length = 2},
[27] = {.index = 53, .length = 1},
[28] = {.index = 54, .length = 4},
[29] = {.index = 58, .length = 2},
[30] = {.index = 60, .length = 1},
[31] = {.index = 61, .length = 5},
[32] = {.index = 66, .length = 2},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_elements, 0},
[1] =
{field_root, 0},
[2] =
{field_identifier, 0},
[3] =
{field_labels, 0},
[4] =
{field_record, 0},
[5] =
{field_content, 0, .inherited = true},
[6] =
{field_elements, 0},
{field_elements, 1},
[8] =
{field_annotations, 0},
{field_elements, 1},
[10] =
{field_content, 1, .inherited = true},
[11] =
{field_identifier, 0},
{field_labels, 1},
[13] =
{field_identifier, 0},
{field_record, 1},
[15] =
{field_attributes, 1},
{field_identifier, 1, .inherited = true},
{field_labels, 1, .inherited = true},
{field_record, 1, .inherited = true},
[19] =
{field_labels, 0},
{field_record, 1},
[21] =
{field_annotations, 1},
[22] =
{field_annotations, 0},
{field_elements, 1},
{field_elements, 2},
[25] =
{field_kind, 1},
{field_left, 0},
{field_right, 2},
[28] =
{field_pattern, 1},
{field_pattern, 2},
[30] =
{field_content, 1},
[31] =
{field_identifier, 0},
{field_labels, 1},
{field_record, 2},
[34] =
{field_annotations, 1},
{field_attributes, 2},
{field_identifier, 2, .inherited = true},
{field_labels, 2, .inherited = true},
{field_record, 2, .inherited = true},
[39] =
{field_key, 0},
{field_value, 2},
[41] =
{field_attributes, 1},
{field_identifier, 1, .inherited = true},
{field_labels, 1, .inherited = true},
{field_pattern, 2},
{field_pattern, 3},
{field_record, 1, .inherited = true},
[47] =
{field_upper, 1},
[48] =
{field_key, 1},
{field_value, 3},
[50] =
{field_lower, 0},
[51] =
{field_lower, 0},
{field_upper, 2},
[53] =
{field_annotations, 2},
[54] =
{field_attributes, 2},
{field_identifier, 2, .inherited = true},
{field_labels, 2, .inherited = true},
{field_record, 2, .inherited = true},
[58] =
{field_content, 2},
{field_tag, 0},
[60] =
{field_tag, 1},
[61] =
{field_annotations, 2},
{field_attributes, 3},
{field_identifier, 3, .inherited = true},
{field_labels, 3, .inherited = true},
{field_record, 3, .inherited = true},
[66] =
{field_content, 3},
{field_tag, 1},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
};
static const uint16_t ts_non_terminal_alias_map[] = {
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 5,
[6] = 6,
[7] = 7,
[8] = 8,
[9] = 9,
[10] = 10,
[11] = 11,
[12] = 12,
[13] = 13,
[14] = 14,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 30,
[31] = 31,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 38,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 42,
[43] = 43,
[44] = 44,
[45] = 45,
[46] = 46,
[47] = 47,
[48] = 48,
[49] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 53,
[54] = 54,
[55] = 55,
[56] = 56,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 68,
[69] = 69,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 73,
[74] = 74,
[75] = 75,
[76] = 76,
[77] = 77,
[78] = 78,
[79] = 79,
[80] = 80,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 85,
[86] = 86,
[87] = 87,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 91,
[92] = 92,
[93] = 93,
[94] = 94,
[95] = 95,
[96] = 96,
[97] = 97,
[98] = 98,
[99] = 99,
[100] = 100,
[101] = 101,
[102] = 102,
[103] = 103,
[104] = 104,
[105] = 105,
[106] = 106,
[107] = 107,
[108] = 108,
[109] = 109,
[110] = 110,
[111] = 111,
[112] = 112,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 116,
[117] = 117,
[118] = 118,
[119] = 119,
[120] = 120,
[121] = 121,
[122] = 122,
[123] = 123,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 133,
[134] = 134,
[135] = 135,
[136] = 136,
[137] = 137,
[138] = 138,
[139] = 139,
[140] = 140,
[141] = 141,
[142] = 142,
[143] = 143,
[144] = 144,
[145] = 145,
[146] = 146,
[147] = 147,
[148] = 148,
[149] = 149,
[150] = 150,
[151] = 151,
[152] = 152,
[153] = 153,
[154] = 154,
[155] = 155,
[156] = 156,
[157] = 157,
[158] = 158,
[159] = 159,
[160] = 160,
[161] = 161,
[162] = 162,
[163] = 163,
[164] = 164,
[165] = 165,
[166] = 166,
[167] = 167,
[168] = 168,
[169] = 169,
[170] = 170,
[171] = 171,
[172] = 172,
[173] = 173,
[174] = 174,
[175] = 175,
[176] = 176,
[177] = 177,
[178] = 178,
[179] = 179,
[180] = 180,
[181] = 181,
[182] = 182,
[183] = 183,
[184] = 184,
[185] = 185,
[186] = 186,
[187] = 187,
[188] = 188,
[189] = 189,
[190] = 190,
[191] = 191,
[192] = 192,
[193] = 193,
[194] = 194,
[195] = 195,
[196] = 196,
[197] = 197,
[198] = 198,
[199] = 199,
[200] = 200,
[201] = 201,
[202] = 202,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 206,
[207] = 207,
[208] = 208,
[209] = 209,
[210] = 210,
[211] = 211,
[212] = 212,
[213] = 213,
[214] = 214,
[215] = 215,
[216] = 216,
[217] = 217,
[218] = 218,
[219] = 219,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(22);
ADVANCE_MAP(
'"', 62,
'\'', 57,
'(', 28,
')', 29,
',', 23,
'-', 78,
'.', 5,
'/', 8,
'0', 47,
':', 30,
'<', 4,
'=', 81,
'@', 27,
'[', 24,
']', 26,
'`', 67,
'f', 34,
't', 38,
'{', 32,
'|', 25,
'}', 33,
'~', 83,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(0);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(48);
if (('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 1:
if (lookahead == '\n') ADVANCE(73);
if (lookahead == '/') ADVANCE(8);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(1);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 2:
ADVANCE_MAP(
'"', 62,
'\'', 57,
'(', 28,
')', 29,
'-', 11,
'/', 8,
'0', 46,
':', 30,
'@', 27,
'[', 24,
']', 26,
'`', 67,
'{', 32,
'|', 25,
'}', 33,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(2);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(50);
if (('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 3:
ADVANCE_MAP(
'"', 62,
'\'', 57,
'-', 10,
'.', 7,
'/', 8,
'0', 47,
'[', 24,
'`', 67,
'f', 34,
't', 38,
'{', 32,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(3);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(48);
if (('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 4:
if (lookahead == '-') ADVANCE(87);
if (lookahead == '=') ADVANCE(88);
if (lookahead == '~') ADVANCE(89);
END_STATE();
case 5:
if (lookahead == '.') ADVANCE(42);
END_STATE();
case 6:
if (lookahead == '.') ADVANCE(43);
END_STATE();
case 7:
if (lookahead == '.') ADVANCE(6);
END_STATE();
case 8:
if (lookahead == '/') ADVANCE(95);
END_STATE();
case 9:
if (lookahead == '/') ADVANCE(76);
if (lookahead == '`') ADVANCE(15);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(75);
if (lookahead != 0) ADVANCE(77);
END_STATE();
case 10:
if (lookahead == '0') ADVANCE(49);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(48);
END_STATE();
case 11:
if (lookahead == '0') ADVANCE(46);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(50);
END_STATE();
case 12:
if (lookahead == '`') ADVANCE(72);
END_STATE();
case 13:
if (lookahead == '`') ADVANCE(72);
if (lookahead != 0) ADVANCE(77);
END_STATE();
case 14:
if (lookahead == '`') ADVANCE(20);
if (lookahead != 0) ADVANCE(77);
END_STATE();
case 15:
if (lookahead == '`') ADVANCE(13);
if (lookahead != 0) ADVANCE(77);
END_STATE();
case 16:
ADVANCE_MAP(
'"', 66,
'/', 66,
'\\', 66,
'b', 66,
'f', 66,
'n', 66,
'r', 66,
't', 66,
);
END_STATE();
case 17:
ADVANCE_MAP(
'\'', 61,
'/', 61,
'\\', 61,
'b', 61,
'f', 61,
'n', 61,
'r', 61,
't', 61,
);
END_STATE();
case 18:
ADVANCE_MAP(
'/', 70,
'\\', 70,
'`', 70,
'b', 70,
'f', 70,
'n', 70,
'r', 70,
't', 70,
);
END_STATE();
case 19:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(51);
END_STATE();
case 20:
if (lookahead != 0 &&
lookahead != '`') ADVANCE(77);
END_STATE();
case 21:
if (eof) ADVANCE(22);
ADVANCE_MAP(
'(', 28,
',', 23,
'-', 79,
'/', 8,
'<', 4,
'=', 80,
'@', 27,
'[', 24,
']', 26,
'~', 82,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(21);
END_STATE();
case 22:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 23:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 24:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 25:
ACCEPT_TOKEN(anon_sym_PIPE);
END_STATE();
case 26:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 27:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 28:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 29:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 30:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == ':') ADVANCE(31);
END_STATE();
case 31:
ACCEPT_TOKEN(anon_sym_COLON_COLON);
END_STATE();
case 32:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 33:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 34:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'a') ADVANCE(37);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 35:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'e') ADVANCE(44);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 36:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'e') ADVANCE(45);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 37:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'l') ADVANCE(39);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 38:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'r') ADVANCE(40);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 39:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 's') ADVANCE(36);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 40:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'u') ADVANCE(35);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 41:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 42:
ACCEPT_TOKEN(anon_sym_DOT_DOT);
if (lookahead == '.') ADVANCE(43);
END_STATE();
case 43:
ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT);
END_STATE();
case 44:
ACCEPT_TOKEN(anon_sym_true);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 45:
ACCEPT_TOKEN(anon_sym_false);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(41);
END_STATE();
case 46:
ACCEPT_TOKEN(sym_integer);
END_STATE();
case 47:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(19);
if (lookahead == 'x') ADVANCE(55);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(54);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(56);
END_STATE();
case 48:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(19);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(48);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(56);
END_STATE();
case 49:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(19);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(56);
END_STATE();
case 50:
ACCEPT_TOKEN(sym_integer);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(50);
END_STATE();
case 51:
ACCEPT_TOKEN(sym_decimal);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(51);
END_STATE();
case 52:
ACCEPT_TOKEN(sym_hexadecimal);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(53);
if (('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(52);
if (('G' <= lookahead && lookahead <= 'Z') ||
('g' <= lookahead && lookahead <= 'z')) ADVANCE(56);
END_STATE();
case 53:
ACCEPT_TOKEN(sym_hexadecimal);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(53);
END_STATE();
case 54:
ACCEPT_TOKEN(sym_octal);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(54);
END_STATE();
case 55:
ACCEPT_TOKEN(sym_measurement);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(53);
if (('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(52);
if (('G' <= lookahead && lookahead <= 'Z') ||
('g' <= lookahead && lookahead <= 'z')) ADVANCE(56);
END_STATE();
case 56:
ACCEPT_TOKEN(sym_measurement);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(56);
END_STATE();
case 57:
ACCEPT_TOKEN(anon_sym_SQUOTE);
END_STATE();
case 58:
ACCEPT_TOKEN(sym__single_quoted_text);
if (lookahead == '\'') ADVANCE(95);
if (lookahead == '\\') ADVANCE(93);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(58);
END_STATE();
case 59:
ACCEPT_TOKEN(sym__single_quoted_text);
if (lookahead == '/') ADVANCE(60);
if (lookahead == '\\') ADVANCE(17);
if (lookahead == '\t' ||
(0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(59);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != '\'') ADVANCE(61);
END_STATE();
case 60:
ACCEPT_TOKEN(sym__single_quoted_text);
if (lookahead == '/') ADVANCE(58);
if (lookahead == '\\') ADVANCE(17);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\'') ADVANCE(61);
END_STATE();
case 61:
ACCEPT_TOKEN(sym__single_quoted_text);
if (lookahead == '\\') ADVANCE(17);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\'') ADVANCE(61);
END_STATE();
case 62:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 63:
ACCEPT_TOKEN(sym__double_quoted_text);
if (lookahead == '"') ADVANCE(95);
if (lookahead == '\\') ADVANCE(92);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(63);
END_STATE();
case 64:
ACCEPT_TOKEN(sym__double_quoted_text);
if (lookahead == '/') ADVANCE(65);
if (lookahead == '\\') ADVANCE(16);
if (lookahead == '\t' ||
(0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(64);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != '"') ADVANCE(66);
END_STATE();
case 65:
ACCEPT_TOKEN(sym__double_quoted_text);
if (lookahead == '/') ADVANCE(63);
if (lookahead == '\\') ADVANCE(16);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '"') ADVANCE(66);
END_STATE();
case 66:
ACCEPT_TOKEN(sym__double_quoted_text);
if (lookahead == '\\') ADVANCE(16);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '"') ADVANCE(66);
END_STATE();
case 67:
ACCEPT_TOKEN(anon_sym_BQUOTE);
if (lookahead == '`') ADVANCE(12);
END_STATE();
case 68:
ACCEPT_TOKEN(sym__backticked_text);
if (lookahead == '/') ADVANCE(69);
if (lookahead == '\\') ADVANCE(18);
if (lookahead == '\t' ||
(0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(68);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != '`') ADVANCE(70);
END_STATE();
case 69:
ACCEPT_TOKEN(sym__backticked_text);
if (lookahead == '/') ADVANCE(71);
if (lookahead == '\\') ADVANCE(18);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '`') ADVANCE(70);
END_STATE();
case 70:
ACCEPT_TOKEN(sym__backticked_text);
if (lookahead == '\\') ADVANCE(18);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '`') ADVANCE(70);
END_STATE();
case 71:
ACCEPT_TOKEN(sym__backticked_text);
if (lookahead == '\\') ADVANCE(94);
if (lookahead == '`') ADVANCE(95);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(71);
END_STATE();
case 72:
ACCEPT_TOKEN(anon_sym_BQUOTE_BQUOTE_BQUOTE);
END_STATE();
case 73:
ACCEPT_TOKEN(anon_sym_LF);
if (lookahead == '\n') ADVANCE(73);
END_STATE();
case 74:
ACCEPT_TOKEN(sym__fenced_string_content);
if (lookahead == '\n') ADVANCE(77);
if (lookahead == '`') ADVANCE(91);
if (lookahead != 0) ADVANCE(74);
END_STATE();
case 75:
ACCEPT_TOKEN(sym__fenced_string_content);
if (lookahead == '/') ADVANCE(76);
if (lookahead == '`') ADVANCE(15);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(75);
if (lookahead != 0) ADVANCE(77);
END_STATE();
case 76:
ACCEPT_TOKEN(sym__fenced_string_content);
if (lookahead == '/') ADVANCE(74);
if (lookahead == '`') ADVANCE(14);
if (lookahead != 0) ADVANCE(77);
END_STATE();
case 77:
ACCEPT_TOKEN(sym__fenced_string_content);
if (lookahead == '`') ADVANCE(14);
if (lookahead != 0) ADVANCE(77);
END_STATE();
case 78:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '0') ADVANCE(49);
if (lookahead == '>') ADVANCE(84);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(48);
END_STATE();
case 79:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '>') ADVANCE(84);
END_STATE();
case 80:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 81:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '>') ADVANCE(85);
END_STATE();
case 82:
ACCEPT_TOKEN(anon_sym_TILDE);
END_STATE();
case 83:
ACCEPT_TOKEN(anon_sym_TILDE);
if (lookahead == '>') ADVANCE(86);
END_STATE();
case 84:
ACCEPT_TOKEN(anon_sym_DASH_GT);
END_STATE();
case 85:
ACCEPT_TOKEN(anon_sym_EQ_GT);
END_STATE();
case 86:
ACCEPT_TOKEN(anon_sym_TILDE_GT);
END_STATE();
case 87:
ACCEPT_TOKEN(anon_sym_LT_DASH);
END_STATE();
case 88:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 89:
ACCEPT_TOKEN(anon_sym_LT_TILDE);
END_STATE();
case 90:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\n') ADVANCE(77);
if (lookahead == '`') ADVANCE(95);
if (lookahead != 0) ADVANCE(74);
END_STATE();
case 91:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\n') ADVANCE(77);
if (lookahead == '`') ADVANCE(90);
if (lookahead != 0) ADVANCE(74);
END_STATE();
case 92:
ACCEPT_TOKEN(sym_comment);
ADVANCE_MAP(
'"', 63,
'/', 63,
'\\', 63,
'b', 63,
'f', 63,
'n', 63,
'r', 63,
't', 63,
);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(95);
END_STATE();
case 93:
ACCEPT_TOKEN(sym_comment);
ADVANCE_MAP(
'\'', 58,
'/', 58,
'\\', 58,
'b', 58,
'f', 58,
'n', 58,
'r', 58,
't', 58,
);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(95);
END_STATE();
case 94:
ACCEPT_TOKEN(sym_comment);
ADVANCE_MAP(
'/', 71,
'\\', 71,
'`', 71,
'b', 71,
'f', 71,
'n', 71,
'r', 71,
't', 71,
);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(95);
END_STATE();
case 95:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(95);
END_STATE();
default:
return false;
}
}
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[1] = {.lex_state = 0},
[2] = {.lex_state = 3},
[3] = {.lex_state = 3},
[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 = 3},
[12] = {.lex_state = 3},
[13] = {.lex_state = 3},
[14] = {.lex_state = 2},
[15] = {.lex_state = 2},
[16] = {.lex_state = 2},
[17] = {.lex_state = 2},
[18] = {.lex_state = 2},
[19] = {.lex_state = 2},
[20] = {.lex_state = 2},
[21] = {.lex_state = 2},
[22] = {.lex_state = 2},
[23] = {.lex_state = 2},
[24] = {.lex_state = 2},
[25] = {.lex_state = 21},
[26] = {.lex_state = 2},
[27] = {.lex_state = 2},
[28] = {.lex_state = 2},
[29] = {.lex_state = 0},
[30] = {.lex_state = 0},
[31] = {.lex_state = 2},
[32] = {.lex_state = 0},
[33] = {.lex_state = 2},
[34] = {.lex_state = 0},
[35] = {.lex_state = 2},
[36] = {.lex_state = 2},
[37] = {.lex_state = 21},
[38] = {.lex_state = 21},
[39] = {.lex_state = 21},
[40] = {.lex_state = 21},
[41] = {.lex_state = 0},
[42] = {.lex_state = 0},
[43] = {.lex_state = 0},
[44] = {.lex_state = 0},
[45] = {.lex_state = 0},
[46] = {.lex_state = 0},
[47] = {.lex_state = 0},
[48] = {.lex_state = 0},
[49] = {.lex_state = 0},
[50] = {.lex_state = 0},
[51] = {.lex_state = 0},
[52] = {.lex_state = 0},
[53] = {.lex_state = 0},
[54] = {.lex_state = 0},
[55] = {.lex_state = 0},
[56] = {.lex_state = 0},
[57] = {.lex_state = 0},
[58] = {.lex_state = 0},
[59] = {.lex_state = 3},
[60] = {.lex_state = 3},
[61] = {.lex_state = 0},
[62] = {.lex_state = 0},
[63] = {.lex_state = 0},
[64] = {.lex_state = 0},
[65] = {.lex_state = 0},
[66] = {.lex_state = 0},
[67] = {.lex_state = 0},
[68] = {.lex_state = 0},
[69] = {.lex_state = 0},
[70] = {.lex_state = 0},
[71] = {.lex_state = 0},
[72] = {.lex_state = 0},
[73] = {.lex_state = 0},
[74] = {.lex_state = 0},
[75] = {.lex_state = 0},
[76] = {.lex_state = 0},
[77] = {.lex_state = 0},
[78] = {.lex_state = 0},
[79] = {.lex_state = 0},
[80] = {.lex_state = 0},
[81] = {.lex_state = 0},
[82] = {.lex_state = 0},
[83] = {.lex_state = 0},
[84] = {.lex_state = 0},
[85] = {.lex_state = 0},
[86] = {.lex_state = 0},
[87] = {.lex_state = 0},
[88] = {.lex_state = 0},
[89] = {.lex_state = 0},
[90] = {.lex_state = 0},
[91] = {.lex_state = 0},
[92] = {.lex_state = 1},
[93] = {.lex_state = 0},
[94] = {.lex_state = 0},
[95] = {.lex_state = 21},
[96] = {.lex_state = 0},
[97] = {.lex_state = 0},
[98] = {.lex_state = 0},
[99] = {.lex_state = 21},
[100] = {.lex_state = 0},
[101] = {.lex_state = 0},
[102] = {.lex_state = 0},
[103] = {.lex_state = 0},
[104] = {.lex_state = 0},
[105] = {.lex_state = 0},
[106] = {.lex_state = 0},
[107] = {.lex_state = 0},
[108] = {.lex_state = 0},
[109] = {.lex_state = 0},
[110] = {.lex_state = 0},
[111] = {.lex_state = 0},
[112] = {.lex_state = 0},
[113] = {.lex_state = 0},
[114] = {.lex_state = 0},
[115] = {.lex_state = 0},
[116] = {.lex_state = 21},
[117] = {.lex_state = 1},
[118] = {.lex_state = 21},
[119] = {.lex_state = 21},
[120] = {.lex_state = 0},
[121] = {.lex_state = 0},
[122] = {.lex_state = 0},
[123] = {.lex_state = 0},
[124] = {.lex_state = 21},
[125] = {.lex_state = 21},
[126] = {.lex_state = 0},
[127] = {.lex_state = 0},
[128] = {.lex_state = 0},
[129] = {.lex_state = 0},
[130] = {.lex_state = 9},
[131] = {.lex_state = 0},
[132] = {.lex_state = 0},
[133] = {.lex_state = 0},
[134] = {.lex_state = 21},
[135] = {.lex_state = 9},
[136] = {.lex_state = 0},
[137] = {.lex_state = 21},
[138] = {.lex_state = 0},
[139] = {.lex_state = 0},
[140] = {.lex_state = 21},
[141] = {.lex_state = 0},
[142] = {.lex_state = 0},
[143] = {.lex_state = 0},
[144] = {.lex_state = 0},
[145] = {.lex_state = 0},
[146] = {.lex_state = 0},
[147] = {.lex_state = 0},
[148] = {.lex_state = 0},
[149] = {.lex_state = 0},
[150] = {.lex_state = 0},
[151] = {.lex_state = 0},
[152] = {.lex_state = 0},
[153] = {.lex_state = 0},
[154] = {.lex_state = 0},
[155] = {.lex_state = 0},
[156] = {.lex_state = 0},
[157] = {.lex_state = 0},
[158] = {.lex_state = 0},
[159] = {.lex_state = 0},
[160] = {.lex_state = 0},
[161] = {.lex_state = 64},
[162] = {.lex_state = 0},
[163] = {.lex_state = 0},
[164] = {.lex_state = 0},
[165] = {.lex_state = 0},
[166] = {.lex_state = 0},
[167] = {.lex_state = 0},
[168] = {.lex_state = 0},
[169] = {.lex_state = 0},
[170] = {.lex_state = 0},
[171] = {.lex_state = 0},
[172] = {.lex_state = 68},
[173] = {.lex_state = 0},
[174] = {.lex_state = 0},
[175] = {.lex_state = 0},
[176] = {.lex_state = 1},
[177] = {.lex_state = 0},
[178] = {.lex_state = 0},
[179] = {.lex_state = 68},
[180] = {.lex_state = 0},
[181] = {.lex_state = 0},
[182] = {.lex_state = 2},
[183] = {.lex_state = 0},
[184] = {.lex_state = 0},
[185] = {.lex_state = 0},
[186] = {.lex_state = 0},
[187] = {.lex_state = 0},
[188] = {.lex_state = 0},
[189] = {.lex_state = 0},
[190] = {.lex_state = 0},
[191] = {.lex_state = 0},
[192] = {.lex_state = 0},
[193] = {.lex_state = 0},
[194] = {.lex_state = 0},
[195] = {.lex_state = 0},
[196] = {.lex_state = 0},
[197] = {.lex_state = 0},
[198] = {.lex_state = 0},
[199] = {.lex_state = 0},
[200] = {.lex_state = 0},
[201] = {.lex_state = 0},
[202] = {.lex_state = 59},
[203] = {.lex_state = 0},
[204] = {.lex_state = 2},
[205] = {.lex_state = 0},
[206] = {.lex_state = 0},
[207] = {.lex_state = 0},
[208] = {.lex_state = 0},
[209] = {.lex_state = 0},
[210] = {.lex_state = 0},
[211] = {.lex_state = 0},
[212] = {.lex_state = 0},
[213] = {.lex_state = 0},
[214] = {.lex_state = 0},
[215] = {.lex_state = 0},
[216] = {.lex_state = 0},
[217] = {.lex_state = 0},
[218] = {.lex_state = 0},
[219] = {.lex_state = 0},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[STATE(0)] = {
[ts_builtin_sym_end] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_PIPE] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[anon_sym_AT] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_COLON_COLON] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[sym_symbol] = ACTIONS(1),
[anon_sym_DOT_DOT] = ACTIONS(1),
[anon_sym_DOT_DOT_DOT] = ACTIONS(1),
[anon_sym_true] = ACTIONS(1),
[anon_sym_false] = ACTIONS(1),
[sym_integer] = ACTIONS(1),
[sym_decimal] = ACTIONS(1),
[sym_hexadecimal] = ACTIONS(1),
[sym_octal] = ACTIONS(1),
[sym_measurement] = ACTIONS(1),
[anon_sym_SQUOTE] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[anon_sym_BQUOTE] = ACTIONS(1),
[anon_sym_BQUOTE_BQUOTE_BQUOTE] = ACTIONS(1),
[anon_sym_DASH] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_TILDE] = ACTIONS(1),
[anon_sym_DASH_GT] = ACTIONS(1),
[anon_sym_EQ_GT] = ACTIONS(1),
[anon_sym_TILDE_GT] = ACTIONS(1),
[anon_sym_LT_DASH] = ACTIONS(1),
[anon_sym_LT_EQ] = ACTIONS(1),
[anon_sym_LT_TILDE] = ACTIONS(1),
[sym_comment] = ACTIONS(3),
},
[STATE(1)] = {
[sym_gram] = STATE(160),
[sym_pattern] = STATE(29),
[sym__pattern_element] = STATE(68),
[sym_subject] = STATE(68),
[sym_annotations] = STATE(55),
[sym_annotation] = STATE(26),
[sym__path] = STATE(68),
[sym_node] = STATE(25),
[sym_relationship] = STATE(68),
[sym_record] = STATE(34),
[aux_sym_gram_repeat1] = STATE(29),
[aux_sym_annotations_repeat1] = STATE(26),
[ts_builtin_sym_end] = ACTIONS(5),
[anon_sym_LBRACK] = ACTIONS(7),
[anon_sym_AT] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(11),
[anon_sym_LBRACE] = ACTIONS(13),
[sym_comment] = ACTIONS(3),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_LBRACK,
ACTIONS(17), 1,
anon_sym_LBRACE,
ACTIONS(19), 1,
sym_symbol,
ACTIONS(21), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(35), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(72), 1,
sym__numeric_literal,
ACTIONS(23), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(27), 2,
sym_decimal,
sym_octal,
ACTIONS(25), 3,
sym_integer,
sym_hexadecimal,
sym_measurement,
STATE(157), 7,
sym__value,
sym_array,
sym_map,
sym_range,
sym_boolean_literal,
sym_string_literal,
sym_tagged_string,
[65] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_LBRACK,
ACTIONS(17), 1,
anon_sym_LBRACE,
ACTIONS(19), 1,
sym_symbol,
ACTIONS(21), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(35), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(72), 1,
sym__numeric_literal,
ACTIONS(23), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(27), 2,
sym_decimal,
sym_octal,
ACTIONS(25), 3,
sym_integer,
sym_hexadecimal,
sym_measurement,
STATE(127), 7,
sym__value,
sym_array,
sym_map,
sym_range,
sym_boolean_literal,
sym_string_literal,
sym_tagged_string,
[130] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(37), 1,
anon_sym_RBRACK,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
STATE(19), 1,
sym_annotations,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(166), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(26), 2,
sym_annotation,
aux_sym_annotations_repeat1,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[201] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(47), 1,
anon_sym_RPAREN,
STATE(17), 1,
sym_annotations,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(199), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(26), 2,
sym_annotation,
aux_sym_annotations_repeat1,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[272] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(49), 1,
anon_sym_RBRACK,
STATE(22), 1,
sym_annotations,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(152), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(26), 2,
sym_annotation,
aux_sym_annotations_repeat1,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[343] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(51), 1,
anon_sym_RBRACK,
STATE(18), 1,
sym_annotations,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(159), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(26), 2,
sym_annotation,
aux_sym_annotations_repeat1,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[414] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(53), 1,
anon_sym_RBRACK,
STATE(23), 1,
sym_annotations,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(196), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(26), 2,
sym_annotation,
aux_sym_annotations_repeat1,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[485] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(55), 1,
anon_sym_RBRACK,
STATE(21), 1,
sym_annotations,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(155), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(26), 2,
sym_annotation,
aux_sym_annotations_repeat1,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[556] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(57), 1,
anon_sym_RBRACK,
STATE(20), 1,
sym_annotations,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(201), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(26), 2,
sym_annotation,
aux_sym_annotations_repeat1,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[627] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(21), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(35), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(59), 1,
sym_symbol,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(74), 1,
sym__numeric_literal,
ACTIONS(23), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(63), 2,
sym_decimal,
sym_octal,
ACTIONS(61), 3,
sym_integer,
sym_hexadecimal,
sym_measurement,
STATE(143), 5,
sym__scalar_value,
sym_range,
sym_boolean_literal,
sym_string_literal,
sym_tagged_string,
[684] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(21), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(35), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(59), 1,
sym_symbol,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(74), 1,
sym__numeric_literal,
ACTIONS(23), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(63), 2,
sym_decimal,
sym_octal,
ACTIONS(61), 3,
sym_integer,
sym_hexadecimal,
sym_measurement,
STATE(103), 5,
sym__scalar_value,
sym_range,
sym_boolean_literal,
sym_string_literal,
sym_tagged_string,
[741] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(21), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(35), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(59), 1,
sym_symbol,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(74), 1,
sym__numeric_literal,
ACTIONS(23), 2,
anon_sym_true,
anon_sym_false,
ACTIONS(63), 2,
sym_decimal,
sym_octal,
ACTIONS(61), 3,
sym_integer,
sym_hexadecimal,
sym_measurement,
STATE(146), 5,
sym__scalar_value,
sym_range,
sym_boolean_literal,
sym_string_literal,
sym_tagged_string,
[798] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(65), 1,
anon_sym_PIPE,
ACTIONS(67), 1,
anon_sym_RBRACK,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(145), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[862] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
anon_sym_LBRACK,
ACTIONS(11), 1,
anon_sym_LPAREN,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
STATE(25), 1,
sym_node,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(170), 1,
sym_sub_pattern,
ACTIONS(69), 2,
sym_symbol,
sym_integer,
STATE(131), 2,
sym__identifier,
sym_string_literal,
STATE(110), 5,
sym_subject,
sym__sub_pattern_element,
sym__path,
sym_relationship,
sym_reference,
[917] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
anon_sym_LBRACK,
ACTIONS(11), 1,
anon_sym_LPAREN,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
STATE(25), 1,
sym_node,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(168), 1,
sym_sub_pattern,
ACTIONS(69), 2,
sym_symbol,
sym_integer,
STATE(131), 2,
sym__identifier,
sym_string_literal,
STATE(110), 5,
sym_subject,
sym__sub_pattern_element,
sym__path,
sym_relationship,
sym_reference,
[972] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(71), 1,
anon_sym_RPAREN,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(198), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[1033] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(73), 1,
anon_sym_RBRACK,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(200), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[1094] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(75), 1,
anon_sym_RBRACK,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(203), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[1155] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(77), 1,
anon_sym_RBRACK,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(151), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[1216] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79), 1,
anon_sym_RBRACK,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(162), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[1277] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(81), 1,
anon_sym_RBRACK,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(197), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[1338] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(83), 1,
anon_sym_RBRACK,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(75), 1,
sym_labels,
STATE(94), 1,
sym_record,
STATE(156), 1,
sym__attributes,
ACTIONS(43), 2,
sym_symbol,
sym_integer,
STATE(41), 2,
sym__identifier,
sym_string_literal,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
[1399] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
anon_sym_LBRACK,
ACTIONS(11), 1,
anon_sym_LPAREN,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
STATE(25), 1,
sym_node,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
ACTIONS(69), 2,
sym_symbol,
sym_integer,
STATE(131), 2,
sym__identifier,
sym_string_literal,
STATE(136), 5,
sym_subject,
sym__sub_pattern_element,
sym__path,
sym_relationship,
sym_reference,
[1451] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
anon_sym_DASH,
ACTIONS(89), 1,
anon_sym_EQ,
ACTIONS(91), 1,
anon_sym_TILDE,
ACTIONS(93), 1,
anon_sym_LT_DASH,
ACTIONS(95), 1,
anon_sym_LT_EQ,
ACTIONS(97), 1,
anon_sym_LT_TILDE,
STATE(78), 5,
sym__relationship_kind,
sym_undirected_arrow,
sym_right_arrow,
sym_left_arrow,
sym_bidirectional_arrow,
ACTIONS(85), 6,
ts_builtin_sym_end,
anon_sym_COMMA,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
[1488] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(101), 2,
anon_sym_COLON,
anon_sym_BQUOTE,
STATE(27), 2,
sym_annotation,
aux_sym_annotations_repeat1,
ACTIONS(99), 11,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
sym_symbol,
sym_integer,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
[1516] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(105), 1,
anon_sym_AT,
ACTIONS(108), 2,
anon_sym_COLON,
anon_sym_BQUOTE,
STATE(27), 2,
sym_annotation,
aux_sym_annotations_repeat1,
ACTIONS(103), 11,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
sym_symbol,
sym_integer,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
[1544] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(112), 2,
anon_sym_COLON,
anon_sym_BQUOTE,
ACTIONS(110), 12,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
sym_symbol,
sym_integer,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
[1566] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
anon_sym_LBRACK,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(11), 1,
anon_sym_LPAREN,
ACTIONS(114), 1,
ts_builtin_sym_end,
STATE(25), 1,
sym_node,
STATE(55), 1,
sym_annotations,
STATE(26), 2,
sym_annotation,
aux_sym_annotations_repeat1,
STATE(30), 2,
sym_pattern,
aux_sym_gram_repeat1,
STATE(68), 4,
sym__pattern_element,
sym_subject,
sym__path,
sym_relationship,
[1602] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(116), 1,
ts_builtin_sym_end,
ACTIONS(118), 1,
anon_sym_LBRACK,
ACTIONS(121), 1,
anon_sym_AT,
ACTIONS(124), 1,
anon_sym_LPAREN,
STATE(25), 1,
sym_node,
STATE(55), 1,
sym_annotations,
STATE(26), 2,
sym_annotation,
aux_sym_annotations_repeat1,
STATE(30), 2,
sym_pattern,
aux_sym_gram_repeat1,
STATE(68), 4,
sym__pattern_element,
sym_subject,
sym__path,
sym_relationship,
[1638] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(127), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(104), 1,
sym_mapping,
ACTIONS(129), 2,
sym_symbol,
sym_integer,
STATE(169), 2,
sym__identifier,
sym_string_literal,
[1680] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
anon_sym_LBRACK,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(11), 1,
anon_sym_LPAREN,
ACTIONS(131), 1,
ts_builtin_sym_end,
STATE(25), 1,
sym_node,
STATE(55), 1,
sym_annotations,
STATE(26), 2,
sym_annotation,
aux_sym_annotations_repeat1,
STATE(30), 2,
sym_pattern,
aux_sym_gram_repeat1,
STATE(68), 4,
sym__pattern_element,
sym_subject,
sym__path,
sym_relationship,
[1716] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(133), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(93), 1,
sym_property,
ACTIONS(135), 2,
sym_symbol,
sym_integer,
STATE(149), 2,
sym__identifier,
sym_string_literal,
[1758] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
anon_sym_LBRACK,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(11), 1,
anon_sym_LPAREN,
ACTIONS(137), 1,
ts_builtin_sym_end,
STATE(25), 1,
sym_node,
STATE(55), 1,
sym_annotations,
STATE(26), 2,
sym_annotation,
aux_sym_annotations_repeat1,
STATE(32), 2,
sym_pattern,
aux_sym_gram_repeat1,
STATE(68), 4,
sym__pattern_element,
sym_subject,
sym__path,
sym_relationship,
[1794] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(132), 1,
sym_property,
ACTIONS(135), 2,
sym_symbol,
sym_integer,
STATE(149), 2,
sym__identifier,
sym_string_literal,
[1833] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_SQUOTE,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(33), 1,
anon_sym_BQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
STATE(42), 1,
sym__backticked_string,
STATE(45), 1,
sym__single_quoted_string,
STATE(46), 1,
sym__double_quoted_string,
STATE(47), 1,
sym__fenced_string,
STATE(147), 1,
sym_mapping,
ACTIONS(129), 2,
sym_symbol,
sym_integer,
STATE(169), 2,
sym__identifier,
sym_string_literal,
[1872] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(139), 12,
ts_builtin_sym_end,
anon_sym_COMMA,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_EQ,
anon_sym_TILDE,
anon_sym_LT_DASH,
anon_sym_LT_EQ,
anon_sym_LT_TILDE,
[1890] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(141), 12,
ts_builtin_sym_end,
anon_sym_COMMA,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_EQ,
anon_sym_TILDE,
anon_sym_LT_DASH,
anon_sym_LT_EQ,
anon_sym_LT_TILDE,
[1908] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(143), 12,
ts_builtin_sym_end,
anon_sym_COMMA,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_EQ,
anon_sym_TILDE,
anon_sym_LT_DASH,
anon_sym_LT_EQ,
anon_sym_LT_TILDE,
[1926] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(145), 12,
ts_builtin_sym_end,
anon_sym_COMMA,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
anon_sym_DASH,
anon_sym_EQ,
anon_sym_TILDE,
anon_sym_LT_DASH,
anon_sym_LT_EQ,
anon_sym_LT_TILDE,
[1944] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
STATE(76), 1,
sym_labels,
STATE(90), 1,
sym_record,
STATE(50), 2,
sym__label,
aux_sym_labels_repeat1,
ACTIONS(147), 3,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
[1972] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(151), 1,
anon_sym_COLON,
ACTIONS(149), 7,
anon_sym_COMMA,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_RBRACE,
[1988] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(155), 1,
anon_sym_COLON,
ACTIONS(158), 1,
anon_sym_COLON_COLON,
STATE(43), 2,
sym__label,
aux_sym_labels_repeat1,
ACTIONS(153), 4,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_LBRACE,
[2008] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_COLON,
ACTIONS(161), 7,
anon_sym_COMMA,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_RBRACE,
[2024] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(151), 1,
anon_sym_COLON,
ACTIONS(149), 7,
anon_sym_COMMA,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_RBRACE,
[2040] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(151), 1,
anon_sym_COLON,
ACTIONS(149), 7,
anon_sym_COMMA,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_RBRACE,
[2056] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(151), 1,
anon_sym_COLON,
ACTIONS(149), 7,
anon_sym_COMMA,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_RBRACE,
[2072] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(167), 1,
anon_sym_COLON,
ACTIONS(165), 7,
anon_sym_COMMA,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_RBRACE,
[2088] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(171), 1,
anon_sym_COLON,
ACTIONS(169), 7,
anon_sym_COMMA,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_RBRACE,
[2104] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(39), 1,
anon_sym_COLON,
ACTIONS(41), 1,
anon_sym_COLON_COLON,
STATE(43), 2,
sym__label,
aux_sym_labels_repeat1,
ACTIONS(173), 4,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_LBRACE,
[2124] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(177), 1,
anon_sym_COLON,
ACTIONS(175), 7,
anon_sym_COMMA,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_RBRACE,
[2140] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(181), 1,
anon_sym_COLON,
ACTIONS(179), 7,
anon_sym_COMMA,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_RBRACE,
[2156] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(185), 1,
anon_sym_COLON,
ACTIONS(183), 7,
anon_sym_COMMA,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
anon_sym_RBRACE,
[2172] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(187), 7,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
anon_sym_RPAREN,
[2185] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
anon_sym_LBRACK,
ACTIONS(11), 1,
anon_sym_LPAREN,
STATE(25), 1,
sym_node,
STATE(61), 4,
sym__pattern_element,
sym_subject,
sym__path,
sym_relationship,
[2204] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
anon_sym_LBRACK,
ACTIONS(11), 1,
anon_sym_LPAREN,
STATE(25), 1,
sym_node,
STATE(73), 4,
sym__pattern_element,
sym_subject,
sym__path,
sym_relationship,
[2223] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(189), 7,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
anon_sym_RPAREN,
[2236] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(191), 7,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
anon_sym_RPAREN,
[2249] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(83), 1,
sym__numeric_literal,
ACTIONS(195), 2,
sym_decimal,
sym_octal,
ACTIONS(193), 3,
sym_integer,
sym_hexadecimal,
sym_measurement,
[2265] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(80), 1,
sym__numeric_literal,
ACTIONS(199), 2,
sym_decimal,
sym_octal,
ACTIONS(197), 3,
sym_integer,
sym_hexadecimal,
sym_measurement,
[2281] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(203), 1,
anon_sym_COMMA,
STATE(63), 1,
aux_sym_pattern_repeat1,
ACTIONS(201), 4,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_LPAREN,
[2297] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(203), 1,
anon_sym_COMMA,
STATE(66), 1,
aux_sym_pattern_repeat1,
ACTIONS(205), 4,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_LPAREN,
[2313] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(203), 1,
anon_sym_COMMA,
STATE(66), 1,
aux_sym_pattern_repeat1,
ACTIONS(207), 4,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_LPAREN,
[2329] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(209), 6,
ts_builtin_sym_end,
anon_sym_COMMA,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
[2341] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(211), 6,
ts_builtin_sym_end,
anon_sym_COMMA,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
[2353] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(215), 1,
anon_sym_COMMA,
STATE(66), 1,
aux_sym_pattern_repeat1,
ACTIONS(213), 4,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_LPAREN,
[2369] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(218), 6,
ts_builtin_sym_end,
anon_sym_COMMA,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
[2381] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(203), 1,
anon_sym_COMMA,
STATE(62), 1,
aux_sym_pattern_repeat1,
ACTIONS(220), 4,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_LPAREN,
[2397] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(222), 6,
ts_builtin_sym_end,
anon_sym_COMMA,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
[2409] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(224), 6,
ts_builtin_sym_end,
anon_sym_COMMA,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_AT,
anon_sym_LPAREN,
[2421] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(228), 1,
anon_sym_COLON,
ACTIONS(226), 5,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_COLON_COLON,
anon_sym_LBRACE,
[2435] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(232), 1,
anon_sym_DOT_DOT,
ACTIONS(234), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(230), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2450] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(213), 5,
ts_builtin_sym_end,
anon_sym_COMMA,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_LPAREN,
[2461] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(232), 1,
anon_sym_DOT_DOT,
ACTIONS(234), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(236), 3,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[2476] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(13), 1,
anon_sym_LBRACE,
STATE(91), 1,
sym_record,
ACTIONS(238), 3,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
[2491] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(13), 1,
anon_sym_LBRACE,
STATE(89), 1,
sym_record,
ACTIONS(240), 3,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
[2506] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(242), 4,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2516] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(11), 1,
anon_sym_LPAREN,
STATE(25), 1,
sym_node,
STATE(64), 2,
sym__path,
sym_relationship,
[2530] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(244), 1,
anon_sym_BQUOTE,
ACTIONS(236), 3,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[2542] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(246), 4,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2552] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(248), 4,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2562] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(244), 1,
anon_sym_BQUOTE,
ACTIONS(230), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2574] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(250), 4,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2584] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(252), 4,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2594] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(254), 4,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2604] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(256), 4,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2614] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(258), 1,
anon_sym_COMMA,
ACTIONS(261), 1,
anon_sym_RBRACE,
STATE(87), 1,
aux_sym_record_repeat1,
[2627] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(263), 1,
anon_sym_COMMA,
ACTIONS(266), 1,
anon_sym_RBRACE,
STATE(88), 1,
aux_sym_map_repeat1,
[2640] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(268), 3,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
[2649] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(270), 3,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
[2658] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(272), 3,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
[2667] = 4,
ACTIONS(274), 1,
sym_symbol,
ACTIONS(276), 1,
anon_sym_LF,
ACTIONS(278), 1,
sym_comment,
STATE(44), 1,
sym__fenced_string_body,
[2680] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_COMMA,
ACTIONS(282), 1,
anon_sym_RBRACE,
STATE(98), 1,
aux_sym_record_repeat1,
[2693] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(284), 3,
anon_sym_PIPE,
anon_sym_RBRACK,
anon_sym_RPAREN,
[2702] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(286), 1,
anon_sym_LBRACK,
ACTIONS(288), 1,
anon_sym_DASH,
ACTIONS(290), 1,
anon_sym_DASH_GT,
[2715] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(288), 1,
anon_sym_EQ,
ACTIONS(290), 1,
anon_sym_EQ_GT,
ACTIONS(292), 1,
anon_sym_LBRACK,
[2728] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(288), 1,
anon_sym_TILDE,
ACTIONS(290), 1,
anon_sym_TILDE_GT,
ACTIONS(294), 1,
anon_sym_LBRACK,
[2741] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(280), 1,
anon_sym_COMMA,
ACTIONS(296), 1,
anon_sym_RBRACE,
STATE(87), 1,
aux_sym_record_repeat1,
[2754] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(298), 1,
anon_sym_LBRACK,
ACTIONS(300), 1,
anon_sym_DASH,
ACTIONS(302), 1,
anon_sym_DASH_GT,
[2767] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_COMMA,
ACTIONS(307), 1,
anon_sym_RBRACK,
STATE(100), 1,
aux_sym_sub_pattern_repeat1,
[2780] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(300), 1,
anon_sym_EQ,
ACTIONS(302), 1,
anon_sym_EQ_GT,
ACTIONS(309), 1,
anon_sym_LBRACK,
[2793] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(300), 1,
anon_sym_TILDE,
ACTIONS(302), 1,
anon_sym_TILDE_GT,
ACTIONS(311), 1,
anon_sym_LBRACK,
[2806] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(313), 1,
anon_sym_COMMA,
ACTIONS(315), 1,
anon_sym_RBRACK,
STATE(107), 1,
aux_sym_array_repeat1,
[2819] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(317), 1,
anon_sym_COMMA,
ACTIONS(319), 1,
anon_sym_RBRACE,
STATE(109), 1,
aux_sym_map_repeat1,
[2832] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(321), 1,
anon_sym_COMMA,
ACTIONS(323), 1,
anon_sym_RBRACK,
STATE(100), 1,
aux_sym_sub_pattern_repeat1,
[2845] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(325), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2854] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(313), 1,
anon_sym_COMMA,
ACTIONS(327), 1,
anon_sym_RBRACK,
STATE(112), 1,
aux_sym_array_repeat1,
[2867] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(329), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2876] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(317), 1,
anon_sym_COMMA,
ACTIONS(331), 1,
anon_sym_RBRACE,
STATE(88), 1,
aux_sym_map_repeat1,
[2889] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(321), 1,
anon_sym_COMMA,
ACTIONS(333), 1,
anon_sym_RBRACK,
STATE(105), 1,
aux_sym_sub_pattern_repeat1,
[2902] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(335), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2911] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(337), 1,
anon_sym_COMMA,
ACTIONS(340), 1,
anon_sym_RBRACK,
STATE(112), 1,
aux_sym_array_repeat1,
[2924] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(342), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2933] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(344), 3,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_RBRACE,
[2942] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(346), 1,
anon_sym_TILDE,
ACTIONS(348), 1,
anon_sym_TILDE_GT,
[2952] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(350), 1,
anon_sym_DASH,
ACTIONS(352), 1,
anon_sym_DASH_GT,
[2962] = 3,
ACTIONS(276), 1,
anon_sym_LF,
ACTIONS(278), 1,
sym_comment,
STATE(44), 1,
sym__fenced_string_body,
[2972] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(354), 1,
anon_sym_DASH,
ACTIONS(356), 1,
anon_sym_DASH_GT,
[2982] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(358), 1,
anon_sym_DASH,
ACTIONS(360), 1,
anon_sym_DASH_GT,
[2992] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(354), 1,
anon_sym_EQ,
ACTIONS(356), 1,
anon_sym_EQ_GT,
[3002] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
anon_sym_EQ,
ACTIONS(364), 1,
anon_sym_EQ_GT,
[3012] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(354), 1,
anon_sym_TILDE,
ACTIONS(356), 1,
anon_sym_TILDE_GT,
[3022] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(366), 1,
anon_sym_TILDE,
ACTIONS(368), 1,
anon_sym_TILDE_GT,
[3032] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(370), 1,
anon_sym_DASH,
ACTIONS(372), 1,
anon_sym_DASH_GT,
[3042] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(374), 1,
anon_sym_DASH,
ACTIONS(376), 1,
anon_sym_DASH_GT,
[3052] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(370), 1,
anon_sym_EQ,
ACTIONS(372), 1,
anon_sym_EQ_GT,
[3062] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(378), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[3070] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(380), 1,
anon_sym_EQ,
ACTIONS(382), 1,
anon_sym_EQ_GT,
[3080] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(370), 1,
anon_sym_TILDE,
ACTIONS(372), 1,
anon_sym_TILDE_GT,
[3090] = 3,
ACTIONS(278), 1,
sym_comment,
ACTIONS(384), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(386), 1,
sym__fenced_string_content,
[3100] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(388), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[3108] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(261), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[3116] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(350), 1,
anon_sym_TILDE,
ACTIONS(352), 1,
anon_sym_TILDE_GT,
[3126] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(390), 1,
anon_sym_DASH,
ACTIONS(392), 1,
anon_sym_DASH_GT,
[3136] = 3,
ACTIONS(278), 1,
sym_comment,
ACTIONS(394), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(396), 1,
sym__fenced_string_content,
[3146] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(307), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[3154] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(398), 1,
anon_sym_DASH,
ACTIONS(400), 1,
anon_sym_DASH_GT,
[3164] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(402), 1,
anon_sym_EQ,
ACTIONS(404), 1,
anon_sym_EQ_GT,
[3174] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(406), 1,
anon_sym_TILDE,
ACTIONS(408), 1,
anon_sym_TILDE_GT,
[3184] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(410), 1,
anon_sym_DASH,
ACTIONS(412), 1,
anon_sym_DASH_GT,
[3194] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(414), 1,
anon_sym_EQ,
ACTIONS(416), 1,
anon_sym_EQ_GT,
[3204] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(418), 1,
anon_sym_TILDE,
ACTIONS(420), 1,
anon_sym_TILDE_GT,
[3214] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(340), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[3222] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(390), 1,
anon_sym_EQ,
ACTIONS(392), 1,
anon_sym_EQ_GT,
[3232] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(422), 1,
anon_sym_PIPE,
ACTIONS(424), 1,
anon_sym_RBRACK,
[3242] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(426), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[3250] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(266), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[3258] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(390), 1,
anon_sym_TILDE,
ACTIONS(392), 1,
anon_sym_TILDE_GT,
[3268] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(428), 1,
anon_sym_COLON,
ACTIONS(430), 1,
anon_sym_COLON_COLON,
[3278] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(350), 1,
anon_sym_EQ,
ACTIONS(352), 1,
anon_sym_EQ_GT,
[3288] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(432), 1,
anon_sym_RBRACK,
[3295] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(434), 1,
anon_sym_RBRACK,
[3302] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(436), 1,
anon_sym_LPAREN,
[3309] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(438), 1,
anon_sym_LPAREN,
[3316] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(440), 1,
anon_sym_RBRACK,
[3323] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(442), 1,
anon_sym_RBRACK,
[3330] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(444), 1,
anon_sym_RPAREN,
[3337] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(446), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
[3344] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 1,
anon_sym_RBRACK,
[3351] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(450), 1,
ts_builtin_sym_end,
[3358] = 2,
ACTIONS(278), 1,
sym_comment,
ACTIONS(452), 1,
sym__double_quoted_text,
[3365] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(454), 1,
anon_sym_RBRACK,
[3372] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(456), 1,
anon_sym_BQUOTE,
[3379] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(458), 1,
anon_sym_LPAREN,
[3386] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(460), 1,
anon_sym_LPAREN,
[3393] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(462), 1,
anon_sym_RBRACK,
[3400] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(464), 1,
anon_sym_LPAREN,
[3407] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(466), 1,
anon_sym_RBRACK,
[3414] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(468), 1,
anon_sym_COLON,
[3421] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(470), 1,
anon_sym_RBRACK,
[3428] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(472), 1,
anon_sym_BQUOTE,
[3435] = 2,
ACTIONS(278), 1,
sym_comment,
ACTIONS(474), 1,
sym__backticked_text,
[3442] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(476), 1,
anon_sym_LPAREN,
[3449] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(478), 1,
anon_sym_LPAREN,
[3456] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(480), 1,
anon_sym_LPAREN,
[3463] = 2,
ACTIONS(278), 1,
sym_comment,
ACTIONS(482), 1,
anon_sym_LF,
[3470] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(484), 1,
anon_sym_LPAREN,
[3477] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(486), 1,
anon_sym_LPAREN,
[3484] = 2,
ACTIONS(278), 1,
sym_comment,
ACTIONS(488), 1,
sym__backticked_text,
[3491] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(484), 1,
anon_sym_LPAREN,
[3498] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(486), 1,
anon_sym_LPAREN,
[3505] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
sym_symbol,
[3512] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(484), 1,
anon_sym_LPAREN,
[3519] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(486), 1,
anon_sym_LPAREN,
[3526] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(492), 1,
anon_sym_LPAREN,
[3533] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(494), 1,
anon_sym_LPAREN,
[3540] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(496), 1,
anon_sym_DQUOTE,
[3547] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(498), 1,
anon_sym_LPAREN,
[3554] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(500), 1,
anon_sym_LPAREN,
[3561] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(502), 1,
anon_sym_LPAREN,
[3568] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(498), 1,
anon_sym_LPAREN,
[3575] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(500), 1,
anon_sym_LPAREN,
[3582] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(504), 1,
anon_sym_LPAREN,
[3589] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(498), 1,
anon_sym_LPAREN,
[3596] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(500), 1,
anon_sym_LPAREN,
[3603] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(506), 1,
anon_sym_RBRACK,
[3610] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_RBRACK,
[3617] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(510), 1,
anon_sym_RPAREN,
[3624] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(512), 1,
anon_sym_RPAREN,
[3631] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(514), 1,
anon_sym_RBRACK,
[3638] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(516), 1,
anon_sym_RBRACK,
[3645] = 2,
ACTIONS(278), 1,
sym_comment,
ACTIONS(518), 1,
sym__single_quoted_text,
[3652] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(520), 1,
anon_sym_RBRACK,
[3659] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(522), 1,
sym_symbol,
[3666] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(524), 1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
[3673] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(526), 1,
anon_sym_LPAREN,
[3680] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(528), 1,
anon_sym_LPAREN,
[3687] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(526), 1,
anon_sym_LPAREN,
[3694] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(528), 1,
anon_sym_LPAREN,
[3701] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(526), 1,
anon_sym_LPAREN,
[3708] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(528), 1,
anon_sym_LPAREN,
[3715] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(530), 1,
anon_sym_LPAREN,
[3722] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(532), 1,
anon_sym_LPAREN,
[3729] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(530), 1,
anon_sym_LPAREN,
[3736] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(532), 1,
anon_sym_LPAREN,
[3743] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(530), 1,
anon_sym_LPAREN,
[3750] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(532), 1,
anon_sym_LPAREN,
[3757] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(534), 1,
anon_sym_SQUOTE,
[3764] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(536), 1,
anon_sym_LPAREN,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 65,
[SMALL_STATE(4)] = 130,
[SMALL_STATE(5)] = 201,
[SMALL_STATE(6)] = 272,
[SMALL_STATE(7)] = 343,
[SMALL_STATE(8)] = 414,
[SMALL_STATE(9)] = 485,
[SMALL_STATE(10)] = 556,
[SMALL_STATE(11)] = 627,
[SMALL_STATE(12)] = 684,
[SMALL_STATE(13)] = 741,
[SMALL_STATE(14)] = 798,
[SMALL_STATE(15)] = 862,
[SMALL_STATE(16)] = 917,
[SMALL_STATE(17)] = 972,
[SMALL_STATE(18)] = 1033,
[SMALL_STATE(19)] = 1094,
[SMALL_STATE(20)] = 1155,
[SMALL_STATE(21)] = 1216,
[SMALL_STATE(22)] = 1277,
[SMALL_STATE(23)] = 1338,
[SMALL_STATE(24)] = 1399,
[SMALL_STATE(25)] = 1451,
[SMALL_STATE(26)] = 1488,
[SMALL_STATE(27)] = 1516,
[SMALL_STATE(28)] = 1544,
[SMALL_STATE(29)] = 1566,
[SMALL_STATE(30)] = 1602,
[SMALL_STATE(31)] = 1638,
[SMALL_STATE(32)] = 1680,
[SMALL_STATE(33)] = 1716,
[SMALL_STATE(34)] = 1758,
[SMALL_STATE(35)] = 1794,
[SMALL_STATE(36)] = 1833,
[SMALL_STATE(37)] = 1872,
[SMALL_STATE(38)] = 1890,
[SMALL_STATE(39)] = 1908,
[SMALL_STATE(40)] = 1926,
[SMALL_STATE(41)] = 1944,
[SMALL_STATE(42)] = 1972,
[SMALL_STATE(43)] = 1988,
[SMALL_STATE(44)] = 2008,
[SMALL_STATE(45)] = 2024,
[SMALL_STATE(46)] = 2040,
[SMALL_STATE(47)] = 2056,
[SMALL_STATE(48)] = 2072,
[SMALL_STATE(49)] = 2088,
[SMALL_STATE(50)] = 2104,
[SMALL_STATE(51)] = 2124,
[SMALL_STATE(52)] = 2140,
[SMALL_STATE(53)] = 2156,
[SMALL_STATE(54)] = 2172,
[SMALL_STATE(55)] = 2185,
[SMALL_STATE(56)] = 2204,
[SMALL_STATE(57)] = 2223,
[SMALL_STATE(58)] = 2236,
[SMALL_STATE(59)] = 2249,
[SMALL_STATE(60)] = 2265,
[SMALL_STATE(61)] = 2281,
[SMALL_STATE(62)] = 2297,
[SMALL_STATE(63)] = 2313,
[SMALL_STATE(64)] = 2329,
[SMALL_STATE(65)] = 2341,
[SMALL_STATE(66)] = 2353,
[SMALL_STATE(67)] = 2369,
[SMALL_STATE(68)] = 2381,
[SMALL_STATE(69)] = 2397,
[SMALL_STATE(70)] = 2409,
[SMALL_STATE(71)] = 2421,
[SMALL_STATE(72)] = 2435,
[SMALL_STATE(73)] = 2450,
[SMALL_STATE(74)] = 2461,
[SMALL_STATE(75)] = 2476,
[SMALL_STATE(76)] = 2491,
[SMALL_STATE(77)] = 2506,
[SMALL_STATE(78)] = 2516,
[SMALL_STATE(79)] = 2530,
[SMALL_STATE(80)] = 2542,
[SMALL_STATE(81)] = 2552,
[SMALL_STATE(82)] = 2562,
[SMALL_STATE(83)] = 2574,
[SMALL_STATE(84)] = 2584,
[SMALL_STATE(85)] = 2594,
[SMALL_STATE(86)] = 2604,
[SMALL_STATE(87)] = 2614,
[SMALL_STATE(88)] = 2627,
[SMALL_STATE(89)] = 2640,
[SMALL_STATE(90)] = 2649,
[SMALL_STATE(91)] = 2658,
[SMALL_STATE(92)] = 2667,
[SMALL_STATE(93)] = 2680,
[SMALL_STATE(94)] = 2693,
[SMALL_STATE(95)] = 2702,
[SMALL_STATE(96)] = 2715,
[SMALL_STATE(97)] = 2728,
[SMALL_STATE(98)] = 2741,
[SMALL_STATE(99)] = 2754,
[SMALL_STATE(100)] = 2767,
[SMALL_STATE(101)] = 2780,
[SMALL_STATE(102)] = 2793,
[SMALL_STATE(103)] = 2806,
[SMALL_STATE(104)] = 2819,
[SMALL_STATE(105)] = 2832,
[SMALL_STATE(106)] = 2845,
[SMALL_STATE(107)] = 2854,
[SMALL_STATE(108)] = 2867,
[SMALL_STATE(109)] = 2876,
[SMALL_STATE(110)] = 2889,
[SMALL_STATE(111)] = 2902,
[SMALL_STATE(112)] = 2911,
[SMALL_STATE(113)] = 2924,
[SMALL_STATE(114)] = 2933,
[SMALL_STATE(115)] = 2942,
[SMALL_STATE(116)] = 2952,
[SMALL_STATE(117)] = 2962,
[SMALL_STATE(118)] = 2972,
[SMALL_STATE(119)] = 2982,
[SMALL_STATE(120)] = 2992,
[SMALL_STATE(121)] = 3002,
[SMALL_STATE(122)] = 3012,
[SMALL_STATE(123)] = 3022,
[SMALL_STATE(124)] = 3032,
[SMALL_STATE(125)] = 3042,
[SMALL_STATE(126)] = 3052,
[SMALL_STATE(127)] = 3062,
[SMALL_STATE(128)] = 3070,
[SMALL_STATE(129)] = 3080,
[SMALL_STATE(130)] = 3090,
[SMALL_STATE(131)] = 3100,
[SMALL_STATE(132)] = 3108,
[SMALL_STATE(133)] = 3116,
[SMALL_STATE(134)] = 3126,
[SMALL_STATE(135)] = 3136,
[SMALL_STATE(136)] = 3146,
[SMALL_STATE(137)] = 3154,
[SMALL_STATE(138)] = 3164,
[SMALL_STATE(139)] = 3174,
[SMALL_STATE(140)] = 3184,
[SMALL_STATE(141)] = 3194,
[SMALL_STATE(142)] = 3204,
[SMALL_STATE(143)] = 3214,
[SMALL_STATE(144)] = 3222,
[SMALL_STATE(145)] = 3232,
[SMALL_STATE(146)] = 3242,
[SMALL_STATE(147)] = 3250,
[SMALL_STATE(148)] = 3258,
[SMALL_STATE(149)] = 3268,
[SMALL_STATE(150)] = 3278,
[SMALL_STATE(151)] = 3288,
[SMALL_STATE(152)] = 3295,
[SMALL_STATE(153)] = 3302,
[SMALL_STATE(154)] = 3309,
[SMALL_STATE(155)] = 3316,
[SMALL_STATE(156)] = 3323,
[SMALL_STATE(157)] = 3330,
[SMALL_STATE(158)] = 3337,
[SMALL_STATE(159)] = 3344,
[SMALL_STATE(160)] = 3351,
[SMALL_STATE(161)] = 3358,
[SMALL_STATE(162)] = 3365,
[SMALL_STATE(163)] = 3372,
[SMALL_STATE(164)] = 3379,
[SMALL_STATE(165)] = 3386,
[SMALL_STATE(166)] = 3393,
[SMALL_STATE(167)] = 3400,
[SMALL_STATE(168)] = 3407,
[SMALL_STATE(169)] = 3414,
[SMALL_STATE(170)] = 3421,
[SMALL_STATE(171)] = 3428,
[SMALL_STATE(172)] = 3435,
[SMALL_STATE(173)] = 3442,
[SMALL_STATE(174)] = 3449,
[SMALL_STATE(175)] = 3456,
[SMALL_STATE(176)] = 3463,
[SMALL_STATE(177)] = 3470,
[SMALL_STATE(178)] = 3477,
[SMALL_STATE(179)] = 3484,
[SMALL_STATE(180)] = 3491,
[SMALL_STATE(181)] = 3498,
[SMALL_STATE(182)] = 3505,
[SMALL_STATE(183)] = 3512,
[SMALL_STATE(184)] = 3519,
[SMALL_STATE(185)] = 3526,
[SMALL_STATE(186)] = 3533,
[SMALL_STATE(187)] = 3540,
[SMALL_STATE(188)] = 3547,
[SMALL_STATE(189)] = 3554,
[SMALL_STATE(190)] = 3561,
[SMALL_STATE(191)] = 3568,
[SMALL_STATE(192)] = 3575,
[SMALL_STATE(193)] = 3582,
[SMALL_STATE(194)] = 3589,
[SMALL_STATE(195)] = 3596,
[SMALL_STATE(196)] = 3603,
[SMALL_STATE(197)] = 3610,
[SMALL_STATE(198)] = 3617,
[SMALL_STATE(199)] = 3624,
[SMALL_STATE(200)] = 3631,
[SMALL_STATE(201)] = 3638,
[SMALL_STATE(202)] = 3645,
[SMALL_STATE(203)] = 3652,
[SMALL_STATE(204)] = 3659,
[SMALL_STATE(205)] = 3666,
[SMALL_STATE(206)] = 3673,
[SMALL_STATE(207)] = 3680,
[SMALL_STATE(208)] = 3687,
[SMALL_STATE(209)] = 3694,
[SMALL_STATE(210)] = 3701,
[SMALL_STATE(211)] = 3708,
[SMALL_STATE(212)] = 3715,
[SMALL_STATE(213)] = 3722,
[SMALL_STATE(214)] = 3729,
[SMALL_STATE(215)] = 3736,
[SMALL_STATE(216)] = 3743,
[SMALL_STATE(217)] = 3750,
[SMALL_STATE(218)] = 3757,
[SMALL_STATE(219)] = 3764,
};
static const TSParseActionEntry ts_parse_actions[] = {
[0] = {.entry = {.count = 0, .reusable = false}},
[1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
[3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
[5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gram, 0, 0, 0),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77),
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72),
[27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179),
[35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182),
[41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
[51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79),
[61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74),
[63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
[73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[85] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__path, 1, 0, 0),
[87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[99] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotations, 1, 0, 0),
[101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotations, 1, 0, 0),
[103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0),
[105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0), SHIFT_REPEAT(204),
[108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_annotations_repeat1, 2, 0, 0),
[110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 5, 0, 24),
[112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 5, 0, 24),
[114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gram, 1, 0, 0),
[116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0),
[118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(14),
[121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(204),
[124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gram_repeat1, 2, 0, 0), SHIFT_REPEAT(5),
[127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gram, 2, 0, 2),
[133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gram, 1, 0, 2),
[139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node, 3, 0, 14),
[141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node, 3, 0, 12),
[143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node, 2, 0, 0),
[145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node, 4, 0, 20),
[147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 1, 0, 3),
[149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 1, 0, 6),
[151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 1, 0, 6),
[153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_labels_repeat1, 2, 0, 0),
[155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_labels_repeat1, 2, 0, 0), SHIFT_REPEAT(182),
[158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_labels_repeat1, 2, 0, 0), SHIFT_REPEAT(182),
[161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__fenced_string, 2, 0, 9),
[163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__fenced_string, 2, 0, 9),
[165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_quoted_string, 3, 0, 18),
[167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_quoted_string, 3, 0, 18),
[169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__double_quoted_string, 3, 0, 18),
[171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__double_quoted_string, 3, 0, 18),
[173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labels, 1, 0, 0),
[175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__fenced_string_body, 2, 0, 0),
[177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__fenced_string_body, 2, 0, 0),
[179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__fenced_string_body, 3, 0, 18),
[181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__fenced_string_body, 3, 0, 18),
[183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__backticked_string, 3, 0, 18),
[185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__backticked_string, 3, 0, 18),
[187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 3, 0, 0),
[189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 2, 0, 0),
[191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record, 4, 0, 0),
[193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83),
[195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80),
[199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 2, 0, 8),
[203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 2, 0, 7),
[207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 3, 0, 15),
[209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relationship, 3, 0, 16),
[211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subject, 4, 0, 17),
[213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pattern_repeat1, 2, 0, 0),
[215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(56),
[218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subject, 2, 0, 0),
[220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 1),
[222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subject, 5, 0, 22),
[224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subject, 3, 0, 12),
[226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__label, 2, 0, 0),
[228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__label, 2, 0, 0),
[230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__value, 1, 0, 0),
[232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59),
[234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scalar_value, 1, 0, 0),
[238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 1, 0, 4),
[240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 2, 0, 10),
[242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0),
[244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, 0, 23),
[248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, 0, 25),
[250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 3, 0, 26),
[252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_string, 4, 0, 29),
[254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_string, 4, 0, 30),
[256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tagged_string, 5, 0, 32),
[258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_repeat1, 2, 0, 0), SHIFT_REPEAT(35),
[261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_repeat1, 2, 0, 0),
[263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_repeat1, 2, 0, 0), SHIFT_REPEAT(36),
[266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_map_repeat1, 2, 0, 0),
[268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 3, 0, 19),
[270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 2, 0, 11),
[272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 2, 0, 13),
[274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176),
[276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[278] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
[280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attributes, 1, 0, 5),
[286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165),
[290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
[300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164),
[302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sub_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(24),
[307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sub_pattern_repeat1, 2, 0, 0),
[309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sub_pattern, 2, 0, 0),
[325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3, 0, 0),
[327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map, 3, 0, 0),
[331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sub_pattern, 1, 0, 0),
[335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4, 0, 0),
[337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0), SHIFT_REPEAT(11),
[340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0),
[342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map, 4, 0, 0),
[344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map, 2, 0, 0),
[346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194),
[348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153),
[352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174),
[356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177),
[360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180),
[364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183),
[368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185),
[372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188),
[376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property, 3, 0, 21),
[380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191),
[382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51),
[386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference, 1, 0, 3),
[390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190),
[392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85),
[396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
[398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206),
[400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208),
[404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210),
[408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212),
[412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214),
[416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
[418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216),
[420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217),
[422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mapping, 3, 0, 21),
[428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3),
[430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3),
[432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
[434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_left_arrow, 4, 0, 0),
[438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bidirectional_arrow, 4, 0, 0),
[440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[450] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187),
[454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_left_arrow, 2, 0, 0),
[460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undirected_arrow, 2, 0, 0),
[462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bidirectional_arrow, 2, 0, 0),
[466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171),
[476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_right_arrow, 2, 0, 0),
[478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undirected_arrow, 5, 0, 27),
[480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_right_arrow, 5, 0, 27),
[482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undirected_arrow, 5, 0, 28),
[486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_right_arrow, 5, 0, 28),
[488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163),
[490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_left_arrow, 5, 0, 27),
[494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bidirectional_arrow, 5, 0, 27),
[496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_left_arrow, 5, 0, 28),
[500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bidirectional_arrow, 5, 0, 28),
[502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undirected_arrow, 4, 0, 0),
[504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_right_arrow, 4, 0, 0),
[506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218),
[520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
[522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219),
[524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_undirected_arrow, 6, 0, 31),
[528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_right_arrow, 6, 0, 31),
[530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_left_arrow, 6, 0, 31),
[532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bidirectional_arrow, 6, 0, 31),
[534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
};
#ifdef __cplusplus
extern "C" {
#endif
#ifdef TREE_SITTER_HIDE_SYMBOLS
#define TS_PUBLIC
#elif defined(_WIN32)
#define TS_PUBLIC __declspec(dllexport)
#else
#define TS_PUBLIC __attribute__((visibility("default")))
#endif
TS_PUBLIC const TSLanguage *tree_sitter_gram(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,
.primary_state_ids = ts_primary_state_ids,
.name = "gram",
.max_reserved_word_set_size = 0,
.metadata = {
.major_version = 0,
.minor_version = 2,
.patch_version = 1,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif