#include <tree_sitter/parser.h>
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 14
#define STATE_COUNT 121
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 77
#define ALIAS_COUNT 2
#define TOKEN_COUNT 45
#define EXTERNAL_TOKEN_COUNT 3
#define FIELD_COUNT 8
#define MAX_ALIAS_SEQUENCE_LENGTH 6
#define PRODUCTION_ID_COUNT 7
enum {
sym_symbol = 1,
anon_sym_LPAREN = 2,
anon_sym_RPAREN = 3,
anon_sym_LBRACK = 4,
anon_sym_RBRACK = 5,
sym_keyword = 6,
sym_integer = 7,
sym_float = 8,
anon_sym_true = 9,
anon_sym_false = 10,
anon_sym_DQUOTE = 11,
anon_sym_SQUOTE = 12,
anon_sym_BQUOTE = 13,
anon_sym_DOLLAR_LBRACE = 14,
anon_sym_RBRACE = 15,
aux_sym__escape_sequence_token1 = 16,
sym_escape_sequence = 17,
anon_sym_LBRACE = 18,
anon_sym_COMMA = 19,
anon_sym_COLON = 20,
anon_sym_QMARK_DOT = 21,
anon_sym_DOT = 22,
anon_sym_PLUS = 23,
anon_sym_DASH = 24,
anon_sym_STAR = 25,
anon_sym_SLASH = 26,
anon_sym_PERCENT = 27,
anon_sym_AMP_AMP = 28,
anon_sym_PIPE_PIPE = 29,
anon_sym_EQ_EQ = 30,
anon_sym_BANG_EQ = 31,
anon_sym_EQ_TILDE = 32,
anon_sym_GT_EQ = 33,
anon_sym_LT_EQ = 34,
anon_sym_GT = 35,
anon_sym_LT = 36,
anon_sym_QMARK_COLON = 37,
anon_sym_BANG = 38,
anon_sym_QMARK = 39,
sym_ident = 40,
sym_comment = 41,
sym__unescaped_single_quote_string_fragment = 42,
sym__unescaped_double_quote_string_fragment = 43,
sym__unescaped_backtick_string_fragment = 44,
sym_source_file = 45,
sym_ast_block = 46,
sym_list = 47,
sym_array = 48,
sym_literal = 49,
sym_number = 50,
sym_boolean = 51,
sym_string = 52,
sym_string_interpolation = 53,
sym__escape_sequence = 54,
sym_expr = 55,
sym_simplexpr = 56,
sym_json_array = 57,
sym_json_object = 58,
sym_json_access = 59,
sym_json_safe_access = 60,
sym_json_dot_access = 61,
sym_json_safe_dot_access = 62,
sym_function_call = 63,
sym_binary_expression = 64,
sym_unary_expression = 65,
sym_ternary_expression = 66,
sym_parenthesized_expression = 67,
aux_sym_source_file_repeat1 = 68,
aux_sym_string_repeat1 = 69,
aux_sym_string_repeat2 = 70,
aux_sym_string_repeat3 = 71,
aux_sym_string_repeat4 = 72,
aux_sym_string_repeat5 = 73,
aux_sym_string_repeat6 = 74,
aux_sym_json_array_repeat1 = 75,
aux_sym_json_object_repeat1 = 76,
alias_sym_index = 77,
alias_sym_string_lit_fragment = 78,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_symbol] = "symbol",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[anon_sym_LBRACK] = "[",
[anon_sym_RBRACK] = "]",
[sym_keyword] = "keyword",
[sym_integer] = "integer",
[sym_float] = "float",
[anon_sym_true] = "true",
[anon_sym_false] = "false",
[anon_sym_DQUOTE] = "\"",
[anon_sym_SQUOTE] = "'",
[anon_sym_BQUOTE] = "`",
[anon_sym_DOLLAR_LBRACE] = "${",
[anon_sym_RBRACE] = "}",
[aux_sym__escape_sequence_token1] = "_escape_sequence_token1",
[sym_escape_sequence] = "escape_sequence",
[anon_sym_LBRACE] = "{",
[anon_sym_COMMA] = ",",
[anon_sym_COLON] = ":",
[anon_sym_QMARK_DOT] = "\?.",
[anon_sym_DOT] = ".",
[anon_sym_PLUS] = "+",
[anon_sym_DASH] = "-",
[anon_sym_STAR] = "*",
[anon_sym_SLASH] = "/",
[anon_sym_PERCENT] = "%",
[anon_sym_AMP_AMP] = "&&",
[anon_sym_PIPE_PIPE] = "||",
[anon_sym_EQ_EQ] = "==",
[anon_sym_BANG_EQ] = "!=",
[anon_sym_EQ_TILDE] = "=~",
[anon_sym_GT_EQ] = ">=",
[anon_sym_LT_EQ] = "<=",
[anon_sym_GT] = ">",
[anon_sym_LT] = "<",
[anon_sym_QMARK_COLON] = "\?:",
[anon_sym_BANG] = "!",
[anon_sym_QMARK] = "\?",
[sym_ident] = "ident",
[sym_comment] = "comment",
[sym__unescaped_single_quote_string_fragment] = "_unescaped_single_quote_string_fragment",
[sym__unescaped_double_quote_string_fragment] = "_unescaped_double_quote_string_fragment",
[sym__unescaped_backtick_string_fragment] = "_unescaped_backtick_string_fragment",
[sym_source_file] = "source_file",
[sym_ast_block] = "ast_block",
[sym_list] = "list",
[sym_array] = "array",
[sym_literal] = "literal",
[sym_number] = "number",
[sym_boolean] = "boolean",
[sym_string] = "string",
[sym_string_interpolation] = "string_interpolation",
[sym__escape_sequence] = "_escape_sequence",
[sym_expr] = "expr",
[sym_simplexpr] = "simplexpr",
[sym_json_array] = "json_array",
[sym_json_object] = "json_object",
[sym_json_access] = "json_access",
[sym_json_safe_access] = "json_safe_access",
[sym_json_dot_access] = "json_dot_access",
[sym_json_safe_dot_access] = "json_safe_dot_access",
[sym_function_call] = "function_call",
[sym_binary_expression] = "binary_expression",
[sym_unary_expression] = "unary_expression",
[sym_ternary_expression] = "ternary_expression",
[sym_parenthesized_expression] = "parenthesized_expression",
[aux_sym_source_file_repeat1] = "source_file_repeat1",
[aux_sym_string_repeat1] = "string_repeat1",
[aux_sym_string_repeat2] = "string_repeat2",
[aux_sym_string_repeat3] = "string_repeat3",
[aux_sym_string_repeat4] = "string_repeat4",
[aux_sym_string_repeat5] = "string_repeat5",
[aux_sym_string_repeat6] = "string_repeat6",
[aux_sym_json_array_repeat1] = "json_array_repeat1",
[aux_sym_json_object_repeat1] = "json_object_repeat1",
[alias_sym_index] = "index",
[alias_sym_string_lit_fragment] = "string_lit_fragment",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym_symbol] = sym_symbol,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[sym_keyword] = sym_keyword,
[sym_integer] = sym_integer,
[sym_float] = sym_float,
[anon_sym_true] = anon_sym_true,
[anon_sym_false] = anon_sym_false,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[anon_sym_SQUOTE] = anon_sym_SQUOTE,
[anon_sym_BQUOTE] = anon_sym_BQUOTE,
[anon_sym_DOLLAR_LBRACE] = anon_sym_DOLLAR_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[aux_sym__escape_sequence_token1] = aux_sym__escape_sequence_token1,
[sym_escape_sequence] = sym_escape_sequence,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_QMARK_DOT] = anon_sym_QMARK_DOT,
[anon_sym_DOT] = anon_sym_DOT,
[anon_sym_PLUS] = anon_sym_PLUS,
[anon_sym_DASH] = anon_sym_DASH,
[anon_sym_STAR] = anon_sym_STAR,
[anon_sym_SLASH] = anon_sym_SLASH,
[anon_sym_PERCENT] = anon_sym_PERCENT,
[anon_sym_AMP_AMP] = anon_sym_AMP_AMP,
[anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE,
[anon_sym_EQ_EQ] = anon_sym_EQ_EQ,
[anon_sym_BANG_EQ] = anon_sym_BANG_EQ,
[anon_sym_EQ_TILDE] = anon_sym_EQ_TILDE,
[anon_sym_GT_EQ] = anon_sym_GT_EQ,
[anon_sym_LT_EQ] = anon_sym_LT_EQ,
[anon_sym_GT] = anon_sym_GT,
[anon_sym_LT] = anon_sym_LT,
[anon_sym_QMARK_COLON] = anon_sym_QMARK_COLON,
[anon_sym_BANG] = anon_sym_BANG,
[anon_sym_QMARK] = anon_sym_QMARK,
[sym_ident] = sym_ident,
[sym_comment] = sym_comment,
[sym__unescaped_single_quote_string_fragment] = sym__unescaped_single_quote_string_fragment,
[sym__unescaped_double_quote_string_fragment] = sym__unescaped_double_quote_string_fragment,
[sym__unescaped_backtick_string_fragment] = sym__unescaped_backtick_string_fragment,
[sym_source_file] = sym_source_file,
[sym_ast_block] = sym_ast_block,
[sym_list] = sym_list,
[sym_array] = sym_array,
[sym_literal] = sym_literal,
[sym_number] = sym_number,
[sym_boolean] = sym_boolean,
[sym_string] = sym_string,
[sym_string_interpolation] = sym_string_interpolation,
[sym__escape_sequence] = sym__escape_sequence,
[sym_expr] = sym_expr,
[sym_simplexpr] = sym_simplexpr,
[sym_json_array] = sym_json_array,
[sym_json_object] = sym_json_object,
[sym_json_access] = sym_json_access,
[sym_json_safe_access] = sym_json_safe_access,
[sym_json_dot_access] = sym_json_dot_access,
[sym_json_safe_dot_access] = sym_json_safe_dot_access,
[sym_function_call] = sym_function_call,
[sym_binary_expression] = sym_binary_expression,
[sym_unary_expression] = sym_unary_expression,
[sym_ternary_expression] = sym_ternary_expression,
[sym_parenthesized_expression] = sym_parenthesized_expression,
[aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
[aux_sym_string_repeat1] = aux_sym_string_repeat1,
[aux_sym_string_repeat2] = aux_sym_string_repeat2,
[aux_sym_string_repeat3] = aux_sym_string_repeat3,
[aux_sym_string_repeat4] = aux_sym_string_repeat4,
[aux_sym_string_repeat5] = aux_sym_string_repeat5,
[aux_sym_string_repeat6] = aux_sym_string_repeat6,
[aux_sym_json_array_repeat1] = aux_sym_json_array_repeat1,
[aux_sym_json_object_repeat1] = aux_sym_json_object_repeat1,
[alias_sym_index] = alias_sym_index,
[alias_sym_string_lit_fragment] = alias_sym_string_lit_fragment,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym_symbol] = {
.visible = true,
.named = true,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[sym_keyword] = {
.visible = true,
.named = true,
},
[sym_integer] = {
.visible = true,
.named = true,
},
[sym_float] = {
.visible = true,
.named = true,
},
[anon_sym_true] = {
.visible = true,
.named = false,
},
[anon_sym_false] = {
.visible = true,
.named = false,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[anon_sym_SQUOTE] = {
.visible = true,
.named = false,
},
[anon_sym_BQUOTE] = {
.visible = true,
.named = false,
},
[anon_sym_DOLLAR_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[aux_sym__escape_sequence_token1] = {
.visible = false,
.named = false,
},
[sym_escape_sequence] = {
.visible = true,
.named = true,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_QMARK_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS] = {
.visible = true,
.named = false,
},
[anon_sym_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_STAR] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH] = {
.visible = true,
.named = false,
},
[anon_sym_PERCENT] = {
.visible = true,
.named = false,
},
[anon_sym_AMP_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_BANG_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_TILDE] = {
.visible = true,
.named = false,
},
[anon_sym_GT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_GT] = {
.visible = true,
.named = false,
},
[anon_sym_LT] = {
.visible = true,
.named = false,
},
[anon_sym_QMARK_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_BANG] = {
.visible = true,
.named = false,
},
[anon_sym_QMARK] = {
.visible = true,
.named = false,
},
[sym_ident] = {
.visible = true,
.named = true,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[sym__unescaped_single_quote_string_fragment] = {
.visible = false,
.named = true,
},
[sym__unescaped_double_quote_string_fragment] = {
.visible = false,
.named = true,
},
[sym__unescaped_backtick_string_fragment] = {
.visible = false,
.named = true,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym_ast_block] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_list] = {
.visible = true,
.named = true,
},
[sym_array] = {
.visible = true,
.named = true,
},
[sym_literal] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_number] = {
.visible = true,
.named = true,
},
[sym_boolean] = {
.visible = true,
.named = true,
},
[sym_string] = {
.visible = true,
.named = true,
},
[sym_string_interpolation] = {
.visible = true,
.named = true,
},
[sym__escape_sequence] = {
.visible = false,
.named = true,
},
[sym_expr] = {
.visible = true,
.named = true,
},
[sym_simplexpr] = {
.visible = true,
.named = true,
},
[sym_json_array] = {
.visible = true,
.named = true,
},
[sym_json_object] = {
.visible = true,
.named = true,
},
[sym_json_access] = {
.visible = true,
.named = true,
},
[sym_json_safe_access] = {
.visible = true,
.named = true,
},
[sym_json_dot_access] = {
.visible = true,
.named = true,
},
[sym_json_safe_dot_access] = {
.visible = true,
.named = true,
},
[sym_function_call] = {
.visible = true,
.named = true,
},
[sym_binary_expression] = {
.visible = true,
.named = true,
},
[sym_unary_expression] = {
.visible = true,
.named = true,
},
[sym_ternary_expression] = {
.visible = true,
.named = true,
},
[sym_parenthesized_expression] = {
.visible = true,
.named = true,
},
[aux_sym_source_file_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_string_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_string_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_string_repeat3] = {
.visible = false,
.named = false,
},
[aux_sym_string_repeat4] = {
.visible = false,
.named = false,
},
[aux_sym_string_repeat5] = {
.visible = false,
.named = false,
},
[aux_sym_string_repeat6] = {
.visible = false,
.named = false,
},
[aux_sym_json_array_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_json_object_repeat1] = {
.visible = false,
.named = false,
},
[alias_sym_index] = {
.visible = true,
.named = true,
},
[alias_sym_string_lit_fragment] = {
.visible = true,
.named = true,
},
};
enum {
field_alternative = 1,
field_argument = 2,
field_condition = 3,
field_consequence = 4,
field_left = 5,
field_name = 6,
field_operator = 7,
field_right = 8,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_alternative] = "alternative",
[field_argument] = "argument",
[field_condition] = "condition",
[field_consequence] = "consequence",
[field_left] = "left",
[field_name] = "name",
[field_operator] = "operator",
[field_right] = "right",
};
static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[2] = {.index = 0, .length = 2},
[3] = {.index = 2, .length = 1},
[5] = {.index = 3, .length = 3},
[6] = {.index = 6, .length = 3},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_argument, 1},
{field_operator, 0},
[2] =
{field_name, 0},
[3] =
{field_left, 0},
{field_operator, 1},
{field_right, 2},
[6] =
{field_alternative, 4},
{field_condition, 0},
{field_consequence, 2},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
[1] = {
[0] = alias_sym_string_lit_fragment,
},
[4] = {
[2] = alias_sym_index,
},
};
static const uint16_t ts_non_terminal_alias_map[] = {
aux_sym_string_repeat1, 2,
aux_sym_string_repeat1,
alias_sym_string_lit_fragment,
aux_sym_string_repeat3, 2,
aux_sym_string_repeat3,
alias_sym_string_lit_fragment,
aux_sym_string_repeat5, 2,
aux_sym_string_repeat5,
alias_sym_string_lit_fragment,
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] = 7,
[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] = 7,
[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] = 66,
[68] = 68,
[69] = 69,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 66,
[74] = 74,
[75] = 75,
[76] = 76,
[77] = 28,
[78] = 31,
[79] = 29,
[80] = 80,
[81] = 81,
[82] = 82,
[83] = 30,
[84] = 84,
[85] = 26,
[86] = 86,
[87] = 87,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 91,
[92] = 92,
[93] = 93,
[94] = 94,
[95] = 90,
[96] = 91,
[97] = 88,
[98] = 94,
[99] = 93,
[100] = 92,
[101] = 101,
[102] = 102,
[103] = 103,
[104] = 104,
[105] = 105,
[106] = 106,
[107] = 107,
[108] = 108,
[109] = 108,
[110] = 110,
[111] = 108,
[112] = 112,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 116,
[117] = 117,
[118] = 118,
[119] = 119,
[120] = 120,
};
static inline bool sym_symbol_character_set_1(int32_t c) {
return (c < '('
? (c < '\r'
? (c < '\t'
? c == 0
: c <= '\n')
: (c <= '\r' || c == ' '))
: (c <= ')' || (c < '{'
? (c < ']'
? c == '['
: c <= ']')
: (c <= '{' || c == '}'))));
}
static inline bool sym_escape_sequence_character_set_1(int32_t c) {
return (c < 'a'
? (c < '?'
? (c < '\''
? c == '"'
: c <= '\'')
: (c <= '?' || c == '\\'))
: (c <= 'b' || (c < 'r'
? (c < 'n'
? c == 'f'
: c <= 'n')
: (c <= 'r' || (c >= 't' && c <= 'v')))));
}
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(19);
if (lookahead == '!') ADVANCE(91);
if (lookahead == '"') ADVANCE(49);
if (lookahead == '$') ADVANCE(7);
if (lookahead == '%') ADVANCE(73);
if (lookahead == '&') ADVANCE(3);
if (lookahead == '\'') ADVANCE(50);
if (lookahead == '(') ADVANCE(20);
if (lookahead == ')') ADVANCE(21);
if (lookahead == '*') ADVANCE(70);
if (lookahead == '+') ADVANCE(66);
if (lookahead == ',') ADVANCE(59);
if (lookahead == '-') ADVANCE(68);
if (lookahead == '.') ADVANCE(64);
if (lookahead == '/') ADVANCE(72);
if (lookahead == ':') ADVANCE(60);
if (lookahead == ';') ADVANCE(102);
if (lookahead == '<') ADVANCE(86);
if (lookahead == '=') ADVANCE(4);
if (lookahead == '>') ADVANCE(84);
if (lookahead == '?') ADVANCE(92);
if (lookahead == '[') ADVANCE(22);
if (lookahead == '\\') ADVANCE(6);
if (lookahead == ']') ADVANCE(23);
if (lookahead == '`') ADVANCE(51);
if (lookahead == 'f') ADVANCE(25);
if (lookahead == 't') ADVANCE(33);
if (lookahead == '{') ADVANCE(58);
if (lookahead == '|') ADVANCE(9);
if (lookahead == '}') ADVANCE(53);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(17)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(41);
if (('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(39);
END_STATE();
case 1:
if (lookahead == '!') ADVANCE(90);
if (lookahead == '"') ADVANCE(49);
if (lookahead == '\'') ADVANCE(50);
if (lookahead == '(') ADVANCE(20);
if (lookahead == ')') ADVANCE(21);
if (lookahead == '+') ADVANCE(65);
if (lookahead == '-') ADVANCE(67);
if (lookahead == ';') ADVANCE(102);
if (lookahead == '[') ADVANCE(22);
if (lookahead == ']') ADVANCE(23);
if (lookahead == '`') ADVANCE(51);
if (lookahead == 'f') ADVANCE(94);
if (lookahead == 't') ADVANCE(98);
if (lookahead == '{') ADVANCE(58);
if (lookahead == '}') ADVANCE(53);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(1)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(41);
if (('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(101);
END_STATE();
case 2:
if (lookahead == '!') ADVANCE(5);
if (lookahead == '%') ADVANCE(73);
if (lookahead == '&') ADVANCE(3);
if (lookahead == '(') ADVANCE(20);
if (lookahead == ')') ADVANCE(21);
if (lookahead == '*') ADVANCE(69);
if (lookahead == '+') ADVANCE(65);
if (lookahead == ',') ADVANCE(59);
if (lookahead == '-') ADVANCE(67);
if (lookahead == '.') ADVANCE(63);
if (lookahead == '/') ADVANCE(71);
if (lookahead == ':') ADVANCE(60);
if (lookahead == ';') ADVANCE(102);
if (lookahead == '<') ADVANCE(87);
if (lookahead == '=') ADVANCE(4);
if (lookahead == '>') ADVANCE(85);
if (lookahead == '?') ADVANCE(93);
if (lookahead == '[') ADVANCE(22);
if (lookahead == ']') ADVANCE(23);
if (lookahead == '|') ADVANCE(9);
if (lookahead == '}') ADVANCE(53);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(2)
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(101);
END_STATE();
case 3:
if (lookahead == '&') ADVANCE(74);
END_STATE();
case 4:
if (lookahead == '=') ADVANCE(76);
if (lookahead == '~') ADVANCE(79);
END_STATE();
case 5:
if (lookahead == '=') ADVANCE(77);
END_STATE();
case 6:
if (lookahead == 'u') ADVANCE(8);
if (lookahead == 'x') ADVANCE(15);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(55);
if (sym_escape_sequence_character_set_1(lookahead)) ADVANCE(56);
if (lookahead != 0) ADVANCE(54);
END_STATE();
case 7:
if (lookahead == '{') ADVANCE(52);
END_STATE();
case 8:
if (lookahead == '{') ADVANCE(14);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(12);
END_STATE();
case 9:
if (lookahead == '|') ADVANCE(75);
END_STATE();
case 10:
if (lookahead == '}') ADVANCE(56);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(10);
END_STATE();
case 11:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(42);
END_STATE();
case 12:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(15);
END_STATE();
case 13:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(56);
END_STATE();
case 14:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(10);
END_STATE();
case 15:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(13);
END_STATE();
case 16:
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
lookahead != ')' &&
lookahead != ']' &&
lookahead != '}') ADVANCE(24);
END_STATE();
case 17:
if (eof) ADVANCE(19);
if (lookahead == '!') ADVANCE(91);
if (lookahead == '"') ADVANCE(49);
if (lookahead == '$') ADVANCE(7);
if (lookahead == '%') ADVANCE(73);
if (lookahead == '&') ADVANCE(3);
if (lookahead == '\'') ADVANCE(50);
if (lookahead == '(') ADVANCE(20);
if (lookahead == ')') ADVANCE(21);
if (lookahead == '*') ADVANCE(70);
if (lookahead == '+') ADVANCE(66);
if (lookahead == ',') ADVANCE(59);
if (lookahead == '-') ADVANCE(68);
if (lookahead == '.') ADVANCE(64);
if (lookahead == '/') ADVANCE(72);
if (lookahead == ':') ADVANCE(60);
if (lookahead == ';') ADVANCE(102);
if (lookahead == '<') ADVANCE(86);
if (lookahead == '=') ADVANCE(4);
if (lookahead == '>') ADVANCE(84);
if (lookahead == '?') ADVANCE(92);
if (lookahead == '[') ADVANCE(22);
if (lookahead == ']') ADVANCE(23);
if (lookahead == '`') ADVANCE(51);
if (lookahead == 'f') ADVANCE(25);
if (lookahead == 't') ADVANCE(33);
if (lookahead == '{') ADVANCE(58);
if (lookahead == '|') ADVANCE(9);
if (lookahead == '}') ADVANCE(53);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(17)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(41);
if (('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(39);
END_STATE();
case 18:
if (eof) ADVANCE(19);
if (lookahead == '"') ADVANCE(49);
if (lookahead == '\'') ADVANCE(50);
if (lookahead == '(') ADVANCE(20);
if (lookahead == ')') ADVANCE(21);
if (lookahead == ':') ADVANCE(16);
if (lookahead == ';') ADVANCE(102);
if (lookahead == '[') ADVANCE(22);
if (lookahead == ']') ADVANCE(23);
if (lookahead == '`') ADVANCE(51);
if (lookahead == 'f') ADVANCE(26);
if (lookahead == 't') ADVANCE(34);
if (lookahead == '{') ADVANCE(58);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(18)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(41);
if (lookahead == '!' ||
lookahead == '*' ||
lookahead == '+' ||
('-' <= lookahead && lookahead <= '<') ||
lookahead == '>' ||
lookahead == '?' ||
('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(40);
END_STATE();
case 19:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 20:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 21:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 22:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 23:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 24:
ACCEPT_TOKEN(sym_keyword);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
lookahead != ')' &&
lookahead != ']' &&
lookahead != '}') ADVANCE(24);
END_STATE();
case 25:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'a') ADVANCE(31);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(39);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 26:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'a') ADVANCE(32);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 27:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'e') ADVANCE(43);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(39);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 28:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'e') ADVANCE(46);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(39);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 29:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'e') ADVANCE(45);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 30:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'e') ADVANCE(48);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 31:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'l') ADVANCE(35);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(39);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 32:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'l') ADVANCE(36);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 33:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'r') ADVANCE(37);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(39);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 34:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'r') ADVANCE(38);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 35:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 's') ADVANCE(28);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(39);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 36:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 's') ADVANCE(30);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 37:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'u') ADVANCE(27);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(39);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 38:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == 'u') ADVANCE(29);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 39:
ACCEPT_TOKEN(sym_symbol);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(39);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 40:
ACCEPT_TOKEN(sym_symbol);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 41:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(11);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(41);
END_STATE();
case 42:
ACCEPT_TOKEN(sym_float);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(42);
END_STATE();
case 43:
ACCEPT_TOKEN(anon_sym_true);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(39);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 44:
ACCEPT_TOKEN(anon_sym_true);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(101);
END_STATE();
case 45:
ACCEPT_TOKEN(anon_sym_true);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 46:
ACCEPT_TOKEN(anon_sym_false);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(39);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 47:
ACCEPT_TOKEN(anon_sym_false);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(101);
END_STATE();
case 48:
ACCEPT_TOKEN(anon_sym_false);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 49:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 50:
ACCEPT_TOKEN(anon_sym_SQUOTE);
END_STATE();
case 51:
ACCEPT_TOKEN(anon_sym_BQUOTE);
END_STATE();
case 52:
ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE);
END_STATE();
case 53:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 54:
ACCEPT_TOKEN(aux_sym__escape_sequence_token1);
END_STATE();
case 55:
ACCEPT_TOKEN(aux_sym__escape_sequence_token1);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(57);
END_STATE();
case 56:
ACCEPT_TOKEN(sym_escape_sequence);
END_STATE();
case 57:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(56);
END_STATE();
case 58:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 59:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 60:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 61:
ACCEPT_TOKEN(anon_sym_QMARK_DOT);
END_STATE();
case 62:
ACCEPT_TOKEN(anon_sym_QMARK_DOT);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 63:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 64:
ACCEPT_TOKEN(anon_sym_DOT);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 65:
ACCEPT_TOKEN(anon_sym_PLUS);
END_STATE();
case 66:
ACCEPT_TOKEN(anon_sym_PLUS);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 67:
ACCEPT_TOKEN(anon_sym_DASH);
END_STATE();
case 68:
ACCEPT_TOKEN(anon_sym_DASH);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 69:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 70:
ACCEPT_TOKEN(anon_sym_STAR);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 71:
ACCEPT_TOKEN(anon_sym_SLASH);
END_STATE();
case 72:
ACCEPT_TOKEN(anon_sym_SLASH);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 73:
ACCEPT_TOKEN(anon_sym_PERCENT);
END_STATE();
case 74:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
END_STATE();
case 75:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
END_STATE();
case 76:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
END_STATE();
case 77:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
END_STATE();
case 78:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 79:
ACCEPT_TOKEN(anon_sym_EQ_TILDE);
END_STATE();
case 80:
ACCEPT_TOKEN(anon_sym_GT_EQ);
END_STATE();
case 81:
ACCEPT_TOKEN(anon_sym_GT_EQ);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 82:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 83:
ACCEPT_TOKEN(anon_sym_LT_EQ);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 84:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(81);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 85:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(80);
END_STATE();
case 86:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '=') ADVANCE(83);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 87:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '=') ADVANCE(82);
END_STATE();
case 88:
ACCEPT_TOKEN(anon_sym_QMARK_COLON);
END_STATE();
case 89:
ACCEPT_TOKEN(anon_sym_QMARK_COLON);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 90:
ACCEPT_TOKEN(anon_sym_BANG);
END_STATE();
case 91:
ACCEPT_TOKEN(anon_sym_BANG);
if (lookahead == '=') ADVANCE(78);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 92:
ACCEPT_TOKEN(anon_sym_QMARK);
if (lookahead == '.') ADVANCE(62);
if (lookahead == ':') ADVANCE(89);
if (!sym_symbol_character_set_1(lookahead)) ADVANCE(40);
END_STATE();
case 93:
ACCEPT_TOKEN(anon_sym_QMARK);
if (lookahead == '.') ADVANCE(61);
if (lookahead == ':') ADVANCE(88);
END_STATE();
case 94:
ACCEPT_TOKEN(sym_ident);
if (lookahead == 'a') ADVANCE(97);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(101);
END_STATE();
case 95:
ACCEPT_TOKEN(sym_ident);
if (lookahead == 'e') ADVANCE(44);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(101);
END_STATE();
case 96:
ACCEPT_TOKEN(sym_ident);
if (lookahead == 'e') ADVANCE(47);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(101);
END_STATE();
case 97:
ACCEPT_TOKEN(sym_ident);
if (lookahead == 'l') ADVANCE(99);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(101);
END_STATE();
case 98:
ACCEPT_TOKEN(sym_ident);
if (lookahead == 'r') ADVANCE(100);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(101);
END_STATE();
case 99:
ACCEPT_TOKEN(sym_ident);
if (lookahead == 's') ADVANCE(96);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(101);
END_STATE();
case 100:
ACCEPT_TOKEN(sym_ident);
if (lookahead == 'u') ADVANCE(95);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(101);
END_STATE();
case 101:
ACCEPT_TOKEN(sym_ident);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(101);
END_STATE();
case 102:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(102);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
default:
return false;
}
}
static const TSLexMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0, .external_lex_state = 1},
[1] = {.lex_state = 18},
[2] = {.lex_state = 1},
[3] = {.lex_state = 1},
[4] = {.lex_state = 1},
[5] = {.lex_state = 1},
[6] = {.lex_state = 1},
[7] = {.lex_state = 1},
[8] = {.lex_state = 1},
[9] = {.lex_state = 1},
[10] = {.lex_state = 1},
[11] = {.lex_state = 1},
[12] = {.lex_state = 1},
[13] = {.lex_state = 1},
[14] = {.lex_state = 1},
[15] = {.lex_state = 1},
[16] = {.lex_state = 1},
[17] = {.lex_state = 1},
[18] = {.lex_state = 1},
[19] = {.lex_state = 1},
[20] = {.lex_state = 1},
[21] = {.lex_state = 1},
[22] = {.lex_state = 1},
[23] = {.lex_state = 1},
[24] = {.lex_state = 1},
[25] = {.lex_state = 2},
[26] = {.lex_state = 2},
[27] = {.lex_state = 2},
[28] = {.lex_state = 2},
[29] = {.lex_state = 2},
[30] = {.lex_state = 2},
[31] = {.lex_state = 2},
[32] = {.lex_state = 2},
[33] = {.lex_state = 2},
[34] = {.lex_state = 2},
[35] = {.lex_state = 2},
[36] = {.lex_state = 2},
[37] = {.lex_state = 2},
[38] = {.lex_state = 2},
[39] = {.lex_state = 2},
[40] = {.lex_state = 2},
[41] = {.lex_state = 18},
[42] = {.lex_state = 2},
[43] = {.lex_state = 2},
[44] = {.lex_state = 2},
[45] = {.lex_state = 2},
[46] = {.lex_state = 2},
[47] = {.lex_state = 2},
[48] = {.lex_state = 2},
[49] = {.lex_state = 2},
[50] = {.lex_state = 2},
[51] = {.lex_state = 2},
[52] = {.lex_state = 2},
[53] = {.lex_state = 2},
[54] = {.lex_state = 2},
[55] = {.lex_state = 2},
[56] = {.lex_state = 2},
[57] = {.lex_state = 2},
[58] = {.lex_state = 18},
[59] = {.lex_state = 2},
[60] = {.lex_state = 18},
[61] = {.lex_state = 18},
[62] = {.lex_state = 18},
[63] = {.lex_state = 18},
[64] = {.lex_state = 2},
[65] = {.lex_state = 2},
[66] = {.lex_state = 2},
[67] = {.lex_state = 2},
[68] = {.lex_state = 2},
[69] = {.lex_state = 2},
[70] = {.lex_state = 2},
[71] = {.lex_state = 2},
[72] = {.lex_state = 2},
[73] = {.lex_state = 2},
[74] = {.lex_state = 2},
[75] = {.lex_state = 18},
[76] = {.lex_state = 18},
[77] = {.lex_state = 18},
[78] = {.lex_state = 18},
[79] = {.lex_state = 18},
[80] = {.lex_state = 18},
[81] = {.lex_state = 18},
[82] = {.lex_state = 18},
[83] = {.lex_state = 18},
[84] = {.lex_state = 18},
[85] = {.lex_state = 18},
[86] = {.lex_state = 0, .external_lex_state = 2},
[87] = {.lex_state = 0, .external_lex_state = 3},
[88] = {.lex_state = 0, .external_lex_state = 4},
[89] = {.lex_state = 0, .external_lex_state = 4},
[90] = {.lex_state = 0, .external_lex_state = 3},
[91] = {.lex_state = 0, .external_lex_state = 2},
[92] = {.lex_state = 0, .external_lex_state = 3},
[93] = {.lex_state = 0, .external_lex_state = 4},
[94] = {.lex_state = 0, .external_lex_state = 2},
[95] = {.lex_state = 0, .external_lex_state = 3},
[96] = {.lex_state = 0, .external_lex_state = 2},
[97] = {.lex_state = 0, .external_lex_state = 4},
[98] = {.lex_state = 0, .external_lex_state = 2},
[99] = {.lex_state = 0, .external_lex_state = 4},
[100] = {.lex_state = 0, .external_lex_state = 3},
[101] = {.lex_state = 0, .external_lex_state = 3},
[102] = {.lex_state = 0, .external_lex_state = 3},
[103] = {.lex_state = 0, .external_lex_state = 4},
[104] = {.lex_state = 0, .external_lex_state = 2},
[105] = {.lex_state = 0, .external_lex_state = 2},
[106] = {.lex_state = 0, .external_lex_state = 4},
[107] = {.lex_state = 0, .external_lex_state = 3},
[108] = {.lex_state = 0, .external_lex_state = 3},
[109] = {.lex_state = 0, .external_lex_state = 2},
[110] = {.lex_state = 0, .external_lex_state = 2},
[111] = {.lex_state = 0, .external_lex_state = 4},
[112] = {.lex_state = 0, .external_lex_state = 4},
[113] = {.lex_state = 0},
[114] = {.lex_state = 0},
[115] = {.lex_state = 0},
[116] = {.lex_state = 0},
[117] = {.lex_state = 0},
[118] = {.lex_state = 2},
[119] = {.lex_state = 0},
[120] = {.lex_state = 2},
};
enum {
ts_external_token__unescaped_single_quote_string_fragment = 0,
ts_external_token__unescaped_double_quote_string_fragment = 1,
ts_external_token__unescaped_backtick_string_fragment = 2,
};
static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
[ts_external_token__unescaped_single_quote_string_fragment] = sym__unescaped_single_quote_string_fragment,
[ts_external_token__unescaped_double_quote_string_fragment] = sym__unescaped_double_quote_string_fragment,
[ts_external_token__unescaped_backtick_string_fragment] = sym__unescaped_backtick_string_fragment,
};
static const bool ts_external_scanner_states[5][EXTERNAL_TOKEN_COUNT] = {
[1] = {
[ts_external_token__unescaped_single_quote_string_fragment] = true,
[ts_external_token__unescaped_double_quote_string_fragment] = true,
[ts_external_token__unescaped_backtick_string_fragment] = true,
},
[2] = {
[ts_external_token__unescaped_backtick_string_fragment] = true,
},
[3] = {
[ts_external_token__unescaped_single_quote_string_fragment] = true,
},
[4] = {
[ts_external_token__unescaped_double_quote_string_fragment] = true,
},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[0] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym_symbol] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[sym_integer] = ACTIONS(1),
[sym_float] = ACTIONS(1),
[anon_sym_true] = ACTIONS(1),
[anon_sym_false] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[anon_sym_SQUOTE] = ACTIONS(1),
[anon_sym_BQUOTE] = ACTIONS(1),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[aux_sym__escape_sequence_token1] = ACTIONS(1),
[sym_escape_sequence] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_QMARK_DOT] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[anon_sym_PLUS] = ACTIONS(1),
[anon_sym_DASH] = ACTIONS(1),
[anon_sym_STAR] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_PERCENT] = ACTIONS(1),
[anon_sym_AMP_AMP] = ACTIONS(1),
[anon_sym_PIPE_PIPE] = ACTIONS(1),
[anon_sym_EQ_EQ] = ACTIONS(1),
[anon_sym_BANG_EQ] = ACTIONS(1),
[anon_sym_EQ_TILDE] = ACTIONS(1),
[anon_sym_GT_EQ] = ACTIONS(1),
[anon_sym_LT_EQ] = ACTIONS(1),
[anon_sym_GT] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(1),
[anon_sym_QMARK_COLON] = ACTIONS(1),
[anon_sym_BANG] = ACTIONS(1),
[anon_sym_QMARK] = ACTIONS(1),
[sym_ident] = ACTIONS(1),
[sym_comment] = ACTIONS(3),
[sym__unescaped_single_quote_string_fragment] = ACTIONS(1),
[sym__unescaped_double_quote_string_fragment] = ACTIONS(1),
[sym__unescaped_backtick_string_fragment] = ACTIONS(1),
},
[1] = {
[sym_source_file] = STATE(119),
[sym_ast_block] = STATE(60),
[sym_list] = STATE(82),
[sym_array] = STATE(82),
[sym_literal] = STATE(82),
[sym_number] = STATE(79),
[sym_boolean] = STATE(79),
[sym_string] = STATE(82),
[sym_expr] = STATE(82),
[aux_sym_source_file_repeat1] = STATE(60),
[ts_builtin_sym_end] = ACTIONS(5),
[sym_symbol] = ACTIONS(7),
[anon_sym_LPAREN] = ACTIONS(9),
[anon_sym_LBRACK] = ACTIONS(11),
[sym_keyword] = ACTIONS(13),
[sym_integer] = ACTIONS(15),
[sym_float] = ACTIONS(17),
[anon_sym_true] = ACTIONS(19),
[anon_sym_false] = ACTIONS(19),
[anon_sym_DQUOTE] = ACTIONS(21),
[anon_sym_SQUOTE] = ACTIONS(23),
[anon_sym_BQUOTE] = ACTIONS(25),
[anon_sym_LBRACE] = ACTIONS(27),
[sym_comment] = ACTIONS(3),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(33), 1,
anon_sym_RBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(55), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[65] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
ACTIONS(53), 1,
anon_sym_RPAREN,
STATE(59), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[130] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
ACTIONS(55), 1,
anon_sym_RBRACE,
STATE(69), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[195] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(50), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[257] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(74), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[319] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(66), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[381] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(67), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[443] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(48), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[505] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(64), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[567] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(71), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[629] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(68), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[691] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(34), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[753] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(72), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[815] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(57), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[877] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(56), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[939] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(49), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[1001] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(65), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[1063] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(52), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[1125] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(51), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[1187] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(73), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[1249] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(70), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[1311] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(47), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[1373] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(29), 1,
anon_sym_LPAREN,
ACTIONS(31), 1,
anon_sym_LBRACK,
ACTIONS(35), 1,
sym_integer,
ACTIONS(37), 1,
sym_float,
ACTIONS(41), 1,
anon_sym_DQUOTE,
ACTIONS(43), 1,
anon_sym_SQUOTE,
ACTIONS(45), 1,
anon_sym_BQUOTE,
ACTIONS(47), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
sym_ident,
STATE(46), 1,
sym_simplexpr,
ACTIONS(39), 2,
anon_sym_true,
anon_sym_false,
STATE(29), 2,
sym_number,
sym_boolean,
ACTIONS(49), 3,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
STATE(39), 13,
sym_literal,
sym_string,
sym_json_array,
sym_json_object,
sym_json_access,
sym_json_safe_access,
sym_json_dot_access,
sym_json_safe_dot_access,
sym_function_call,
sym_binary_expression,
sym_unary_expression,
sym_ternary_expression,
sym_parenthesized_expression,
[1435] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 1,
anon_sym_LPAREN,
ACTIONS(61), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(59), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1470] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(65), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(63), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1502] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(67), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1534] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(73), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(71), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1566] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(75), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1598] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(81), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(79), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1630] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(85), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(83), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1662] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(89), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(87), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1694] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(93), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(91), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1726] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
ACTIONS(95), 5,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
[1778] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(121), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(119), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1810] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(125), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(123), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1842] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(129), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(127), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1874] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(133), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(131), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1906] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(61), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(59), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1938] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(137), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(135), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[1970] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(141), 1,
sym_symbol,
ACTIONS(144), 1,
anon_sym_LPAREN,
ACTIONS(147), 1,
anon_sym_LBRACK,
ACTIONS(150), 1,
sym_keyword,
ACTIONS(153), 1,
sym_integer,
ACTIONS(156), 1,
sym_float,
ACTIONS(162), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(168), 1,
anon_sym_BQUOTE,
ACTIONS(171), 1,
anon_sym_LBRACE,
ACTIONS(159), 2,
anon_sym_true,
anon_sym_false,
STATE(41), 2,
sym_ast_block,
aux_sym_source_file_repeat1,
STATE(79), 2,
sym_number,
sym_boolean,
ACTIONS(139), 3,
ts_builtin_sym_end,
anon_sym_RPAREN,
anon_sym_RBRACK,
STATE(82), 5,
sym_list,
sym_array,
sym_literal,
sym_string,
sym_expr,
[2028] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(176), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(174), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[2060] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(180), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(178), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[2092] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(184), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(182), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[2124] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(188), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(186), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[2156] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(192), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(190), 18,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[2194] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(196), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(194), 13,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[2236] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(196), 1,
anon_sym_QMARK,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(194), 11,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_QMARK_COLON,
[2282] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(196), 1,
anon_sym_QMARK,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
ACTIONS(194), 6,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_PIPE_PIPE,
[2332] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(196), 1,
anon_sym_QMARK,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
ACTIONS(194), 8,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_COLON,
[2380] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(196), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(194), 18,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[2418] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(196), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(194), 15,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[2458] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(200), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(198), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[2490] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(204), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_QMARK,
ACTIONS(202), 21,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_QMARK_DOT,
anon_sym_DOT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_QMARK_COLON,
[2522] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(206), 1,
anon_sym_RBRACK,
ACTIONS(208), 1,
anon_sym_COMMA,
STATE(117), 1,
aux_sym_json_array_repeat1,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[2576] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
ACTIONS(210), 3,
anon_sym_RPAREN,
anon_sym_RBRACK,
anon_sym_COMMA,
[2626] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(212), 1,
anon_sym_RBRACE,
ACTIONS(214), 1,
anon_sym_COMMA,
STATE(115), 1,
aux_sym_json_object_repeat1,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[2680] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
sym_symbol,
ACTIONS(9), 1,
anon_sym_LPAREN,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(13), 1,
sym_keyword,
ACTIONS(15), 1,
sym_integer,
ACTIONS(17), 1,
sym_float,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_SQUOTE,
ACTIONS(25), 1,
anon_sym_BQUOTE,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(216), 1,
anon_sym_RBRACK,
ACTIONS(19), 2,
anon_sym_true,
anon_sym_false,
STATE(41), 2,
sym_ast_block,
aux_sym_source_file_repeat1,
STATE(79), 2,
sym_number,
sym_boolean,
STATE(82), 5,
sym_list,
sym_array,
sym_literal,
sym_string,
sym_expr,
[2736] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(208), 1,
anon_sym_COMMA,
ACTIONS(218), 1,
anon_sym_RPAREN,
STATE(116), 1,
aux_sym_json_array_repeat1,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[2790] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
sym_symbol,
ACTIONS(9), 1,
anon_sym_LPAREN,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(13), 1,
sym_keyword,
ACTIONS(15), 1,
sym_integer,
ACTIONS(17), 1,
sym_float,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_SQUOTE,
ACTIONS(25), 1,
anon_sym_BQUOTE,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(220), 1,
ts_builtin_sym_end,
ACTIONS(19), 2,
anon_sym_true,
anon_sym_false,
STATE(41), 2,
sym_ast_block,
aux_sym_source_file_repeat1,
STATE(79), 2,
sym_number,
sym_boolean,
STATE(82), 5,
sym_list,
sym_array,
sym_literal,
sym_string,
sym_expr,
[2846] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
sym_symbol,
ACTIONS(9), 1,
anon_sym_LPAREN,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(13), 1,
sym_keyword,
ACTIONS(15), 1,
sym_integer,
ACTIONS(17), 1,
sym_float,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_SQUOTE,
ACTIONS(25), 1,
anon_sym_BQUOTE,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(222), 1,
anon_sym_RBRACK,
ACTIONS(19), 2,
anon_sym_true,
anon_sym_false,
STATE(58), 2,
sym_ast_block,
aux_sym_source_file_repeat1,
STATE(79), 2,
sym_number,
sym_boolean,
STATE(82), 5,
sym_list,
sym_array,
sym_literal,
sym_string,
sym_expr,
[2902] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
sym_symbol,
ACTIONS(9), 1,
anon_sym_LPAREN,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(13), 1,
sym_keyword,
ACTIONS(15), 1,
sym_integer,
ACTIONS(17), 1,
sym_float,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_SQUOTE,
ACTIONS(25), 1,
anon_sym_BQUOTE,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(224), 1,
anon_sym_RPAREN,
ACTIONS(19), 2,
anon_sym_true,
anon_sym_false,
STATE(41), 2,
sym_ast_block,
aux_sym_source_file_repeat1,
STATE(79), 2,
sym_number,
sym_boolean,
STATE(82), 5,
sym_list,
sym_array,
sym_literal,
sym_string,
sym_expr,
[2958] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
sym_symbol,
ACTIONS(9), 1,
anon_sym_LPAREN,
ACTIONS(11), 1,
anon_sym_LBRACK,
ACTIONS(13), 1,
sym_keyword,
ACTIONS(15), 1,
sym_integer,
ACTIONS(17), 1,
sym_float,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_SQUOTE,
ACTIONS(25), 1,
anon_sym_BQUOTE,
ACTIONS(27), 1,
anon_sym_LBRACE,
ACTIONS(226), 1,
anon_sym_RPAREN,
ACTIONS(19), 2,
anon_sym_true,
anon_sym_false,
STATE(62), 2,
sym_ast_block,
aux_sym_source_file_repeat1,
STATE(79), 2,
sym_number,
sym_boolean,
STATE(82), 5,
sym_list,
sym_array,
sym_literal,
sym_string,
sym_expr,
[3014] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(228), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[3063] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(230), 1,
anon_sym_RBRACK,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[3111] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(232), 1,
anon_sym_RBRACE,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[3159] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(234), 1,
anon_sym_RBRACE,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[3207] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(236), 1,
anon_sym_COLON,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[3255] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(238), 1,
anon_sym_COLON,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[3303] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(240), 1,
anon_sym_RPAREN,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[3351] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(242), 1,
anon_sym_RBRACE,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[3399] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(244), 1,
anon_sym_RBRACK,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[3447] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(246), 1,
anon_sym_RBRACE,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[3495] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LBRACK,
ACTIONS(99), 1,
anon_sym_QMARK_DOT,
ACTIONS(101), 1,
anon_sym_DOT,
ACTIONS(109), 1,
anon_sym_PIPE_PIPE,
ACTIONS(117), 1,
anon_sym_QMARK,
ACTIONS(248), 1,
anon_sym_COLON,
ACTIONS(103), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(107), 2,
anon_sym_AMP_AMP,
anon_sym_QMARK_COLON,
ACTIONS(113), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(115), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(105), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(111), 3,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
[3543] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(252), 4,
sym_symbol,
sym_integer,
anon_sym_true,
anon_sym_false,
ACTIONS(250), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
sym_keyword,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
anon_sym_BQUOTE,
anon_sym_LBRACE,
[3566] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(256), 4,
sym_symbol,
sym_integer,
anon_sym_true,
anon_sym_false,
ACTIONS(254), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
sym_keyword,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
anon_sym_BQUOTE,
anon_sym_LBRACE,
[3589] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(73), 4,
sym_symbol,
sym_integer,
anon_sym_true,
anon_sym_false,
ACTIONS(71), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
sym_keyword,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
anon_sym_BQUOTE,
anon_sym_LBRACE,
[3612] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(85), 4,
sym_symbol,
sym_integer,
anon_sym_true,
anon_sym_false,
ACTIONS(83), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
sym_keyword,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
anon_sym_BQUOTE,
anon_sym_LBRACE,
[3635] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(77), 4,
sym_symbol,
sym_integer,
anon_sym_true,
anon_sym_false,
ACTIONS(75), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
sym_keyword,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
anon_sym_BQUOTE,
anon_sym_LBRACE,
[3658] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(260), 4,
sym_symbol,
sym_integer,
anon_sym_true,
anon_sym_false,
ACTIONS(258), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
sym_keyword,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
anon_sym_BQUOTE,
anon_sym_LBRACE,
[3681] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(264), 4,
sym_symbol,
sym_integer,
anon_sym_true,
anon_sym_false,
ACTIONS(262), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
sym_keyword,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
anon_sym_BQUOTE,
anon_sym_LBRACE,
[3704] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(268), 4,
sym_symbol,
sym_integer,
anon_sym_true,
anon_sym_false,
ACTIONS(266), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
sym_keyword,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
anon_sym_BQUOTE,
anon_sym_LBRACE,
[3727] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(81), 4,
sym_symbol,
sym_integer,
anon_sym_true,
anon_sym_false,
ACTIONS(79), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
sym_keyword,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
anon_sym_BQUOTE,
anon_sym_LBRACE,
[3750] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(272), 4,
sym_symbol,
sym_integer,
anon_sym_true,
anon_sym_false,
ACTIONS(270), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
sym_keyword,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
anon_sym_BQUOTE,
anon_sym_LBRACE,
[3773] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(65), 4,
sym_symbol,
sym_integer,
anon_sym_true,
anon_sym_false,
ACTIONS(63), 11,
ts_builtin_sym_end,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACK,
anon_sym_RBRACK,
sym_keyword,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
anon_sym_BQUOTE,
anon_sym_LBRACE,
[3796] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(274), 1,
anon_sym_BQUOTE,
ACTIONS(276), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(282), 1,
sym__unescaped_backtick_string_fragment,
STATE(104), 1,
aux_sym_string_repeat5,
STATE(110), 1,
sym__escape_sequence,
ACTIONS(279), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(86), 2,
sym_string_interpolation,
aux_sym_string_repeat6,
[3823] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(285), 1,
anon_sym_SQUOTE,
ACTIONS(287), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(293), 1,
sym__unescaped_single_quote_string_fragment,
STATE(101), 1,
aux_sym_string_repeat3,
STATE(107), 1,
sym__escape_sequence,
ACTIONS(290), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(87), 2,
sym_string_interpolation,
aux_sym_string_repeat4,
[3850] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(296), 1,
anon_sym_DQUOTE,
ACTIONS(298), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(302), 1,
sym__unescaped_double_quote_string_fragment,
STATE(103), 1,
aux_sym_string_repeat1,
STATE(112), 1,
sym__escape_sequence,
ACTIONS(300), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(99), 2,
sym_string_interpolation,
aux_sym_string_repeat2,
[3877] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_DQUOTE,
ACTIONS(306), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(312), 1,
sym__unescaped_double_quote_string_fragment,
STATE(103), 1,
aux_sym_string_repeat1,
STATE(112), 1,
sym__escape_sequence,
ACTIONS(309), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(89), 2,
sym_string_interpolation,
aux_sym_string_repeat2,
[3904] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(296), 1,
anon_sym_SQUOTE,
ACTIONS(315), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(319), 1,
sym__unescaped_single_quote_string_fragment,
STATE(101), 1,
aux_sym_string_repeat3,
STATE(107), 1,
sym__escape_sequence,
ACTIONS(317), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(100), 2,
sym_string_interpolation,
aux_sym_string_repeat4,
[3931] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(321), 1,
anon_sym_BQUOTE,
ACTIONS(323), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(327), 1,
sym__unescaped_backtick_string_fragment,
STATE(104), 1,
aux_sym_string_repeat5,
STATE(110), 1,
sym__escape_sequence,
ACTIONS(325), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(86), 2,
sym_string_interpolation,
aux_sym_string_repeat6,
[3958] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(315), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(319), 1,
sym__unescaped_single_quote_string_fragment,
ACTIONS(321), 1,
anon_sym_SQUOTE,
STATE(101), 1,
aux_sym_string_repeat3,
STATE(107), 1,
sym__escape_sequence,
ACTIONS(317), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(87), 2,
sym_string_interpolation,
aux_sym_string_repeat4,
[3985] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(298), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(302), 1,
sym__unescaped_double_quote_string_fragment,
ACTIONS(321), 1,
anon_sym_DQUOTE,
STATE(103), 1,
aux_sym_string_repeat1,
STATE(112), 1,
sym__escape_sequence,
ACTIONS(300), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(89), 2,
sym_string_interpolation,
aux_sym_string_repeat2,
[4012] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(323), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(327), 1,
sym__unescaped_backtick_string_fragment,
ACTIONS(329), 1,
anon_sym_BQUOTE,
STATE(104), 1,
aux_sym_string_repeat5,
STATE(110), 1,
sym__escape_sequence,
ACTIONS(325), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(91), 2,
sym_string_interpolation,
aux_sym_string_repeat6,
[4039] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(315), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(319), 1,
sym__unescaped_single_quote_string_fragment,
ACTIONS(329), 1,
anon_sym_SQUOTE,
STATE(101), 1,
aux_sym_string_repeat3,
STATE(107), 1,
sym__escape_sequence,
ACTIONS(317), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(92), 2,
sym_string_interpolation,
aux_sym_string_repeat4,
[4066] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(323), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(327), 1,
sym__unescaped_backtick_string_fragment,
ACTIONS(331), 1,
anon_sym_BQUOTE,
STATE(104), 1,
aux_sym_string_repeat5,
STATE(110), 1,
sym__escape_sequence,
ACTIONS(325), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(86), 2,
sym_string_interpolation,
aux_sym_string_repeat6,
[4093] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(298), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(302), 1,
sym__unescaped_double_quote_string_fragment,
ACTIONS(329), 1,
anon_sym_DQUOTE,
STATE(103), 1,
aux_sym_string_repeat1,
STATE(112), 1,
sym__escape_sequence,
ACTIONS(300), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(93), 2,
sym_string_interpolation,
aux_sym_string_repeat2,
[4120] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(296), 1,
anon_sym_BQUOTE,
ACTIONS(323), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(327), 1,
sym__unescaped_backtick_string_fragment,
STATE(104), 1,
aux_sym_string_repeat5,
STATE(110), 1,
sym__escape_sequence,
ACTIONS(325), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(96), 2,
sym_string_interpolation,
aux_sym_string_repeat6,
[4147] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(298), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(302), 1,
sym__unescaped_double_quote_string_fragment,
ACTIONS(331), 1,
anon_sym_DQUOTE,
STATE(103), 1,
aux_sym_string_repeat1,
STATE(112), 1,
sym__escape_sequence,
ACTIONS(300), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(89), 2,
sym_string_interpolation,
aux_sym_string_repeat2,
[4174] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(315), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(319), 1,
sym__unescaped_single_quote_string_fragment,
ACTIONS(331), 1,
anon_sym_SQUOTE,
STATE(101), 1,
aux_sym_string_repeat3,
STATE(107), 1,
sym__escape_sequence,
ACTIONS(317), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(87), 2,
sym_string_interpolation,
aux_sym_string_repeat4,
[4201] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(338), 1,
sym__unescaped_single_quote_string_fragment,
STATE(102), 1,
aux_sym_string_repeat3,
STATE(107), 1,
sym__escape_sequence,
ACTIONS(333), 2,
anon_sym_SQUOTE,
anon_sym_DOLLAR_LBRACE,
ACTIONS(335), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
[4222] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(346), 1,
sym__unescaped_single_quote_string_fragment,
STATE(102), 1,
aux_sym_string_repeat3,
STATE(107), 1,
sym__escape_sequence,
ACTIONS(341), 2,
anon_sym_SQUOTE,
anon_sym_DOLLAR_LBRACE,
ACTIONS(343), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
[4243] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(354), 1,
sym__unescaped_double_quote_string_fragment,
STATE(106), 1,
aux_sym_string_repeat1,
STATE(112), 1,
sym__escape_sequence,
ACTIONS(349), 2,
anon_sym_DQUOTE,
anon_sym_DOLLAR_LBRACE,
ACTIONS(351), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
[4264] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
sym__unescaped_backtick_string_fragment,
STATE(105), 1,
aux_sym_string_repeat5,
STATE(110), 1,
sym__escape_sequence,
ACTIONS(357), 2,
anon_sym_BQUOTE,
anon_sym_DOLLAR_LBRACE,
ACTIONS(359), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
[4285] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(370), 1,
sym__unescaped_backtick_string_fragment,
STATE(105), 1,
aux_sym_string_repeat5,
STATE(110), 1,
sym__escape_sequence,
ACTIONS(365), 2,
anon_sym_BQUOTE,
anon_sym_DOLLAR_LBRACE,
ACTIONS(367), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
[4306] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(378), 1,
sym__unescaped_double_quote_string_fragment,
STATE(106), 1,
aux_sym_string_repeat1,
STATE(112), 1,
sym__escape_sequence,
ACTIONS(373), 2,
anon_sym_DQUOTE,
anon_sym_DOLLAR_LBRACE,
ACTIONS(375), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
[4327] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(383), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
ACTIONS(381), 3,
sym__unescaped_single_quote_string_fragment,
anon_sym_SQUOTE,
anon_sym_DOLLAR_LBRACE,
[4340] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(387), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
ACTIONS(385), 3,
sym__unescaped_single_quote_string_fragment,
anon_sym_SQUOTE,
anon_sym_DOLLAR_LBRACE,
[4353] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(387), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
ACTIONS(385), 3,
sym__unescaped_backtick_string_fragment,
anon_sym_BQUOTE,
anon_sym_DOLLAR_LBRACE,
[4366] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(391), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
ACTIONS(389), 3,
sym__unescaped_backtick_string_fragment,
anon_sym_BQUOTE,
anon_sym_DOLLAR_LBRACE,
[4379] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(387), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
ACTIONS(385), 3,
sym__unescaped_double_quote_string_fragment,
anon_sym_DQUOTE,
anon_sym_DOLLAR_LBRACE,
[4392] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(395), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
ACTIONS(393), 3,
sym__unescaped_double_quote_string_fragment,
anon_sym_DQUOTE,
anon_sym_DOLLAR_LBRACE,
[4405] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(397), 1,
anon_sym_COMMA,
STATE(113), 1,
aux_sym_json_array_repeat1,
ACTIONS(210), 2,
anon_sym_RPAREN,
anon_sym_RBRACK,
[4419] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(400), 1,
anon_sym_RBRACE,
ACTIONS(402), 1,
anon_sym_COMMA,
STATE(114), 1,
aux_sym_json_object_repeat1,
[4432] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(214), 1,
anon_sym_COMMA,
ACTIONS(405), 1,
anon_sym_RBRACE,
STATE(114), 1,
aux_sym_json_object_repeat1,
[4445] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(208), 1,
anon_sym_COMMA,
ACTIONS(407), 1,
anon_sym_RPAREN,
STATE(113), 1,
aux_sym_json_array_repeat1,
[4458] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(208), 1,
anon_sym_COMMA,
ACTIONS(409), 1,
anon_sym_RBRACK,
STATE(113), 1,
aux_sym_json_array_repeat1,
[4471] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(411), 1,
anon_sym_LBRACK,
ACTIONS(413), 1,
sym_ident,
[4481] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(415), 1,
ts_builtin_sym_end,
[4488] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(417), 1,
sym_ident,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 65,
[SMALL_STATE(4)] = 130,
[SMALL_STATE(5)] = 195,
[SMALL_STATE(6)] = 257,
[SMALL_STATE(7)] = 319,
[SMALL_STATE(8)] = 381,
[SMALL_STATE(9)] = 443,
[SMALL_STATE(10)] = 505,
[SMALL_STATE(11)] = 567,
[SMALL_STATE(12)] = 629,
[SMALL_STATE(13)] = 691,
[SMALL_STATE(14)] = 753,
[SMALL_STATE(15)] = 815,
[SMALL_STATE(16)] = 877,
[SMALL_STATE(17)] = 939,
[SMALL_STATE(18)] = 1001,
[SMALL_STATE(19)] = 1063,
[SMALL_STATE(20)] = 1125,
[SMALL_STATE(21)] = 1187,
[SMALL_STATE(22)] = 1249,
[SMALL_STATE(23)] = 1311,
[SMALL_STATE(24)] = 1373,
[SMALL_STATE(25)] = 1435,
[SMALL_STATE(26)] = 1470,
[SMALL_STATE(27)] = 1502,
[SMALL_STATE(28)] = 1534,
[SMALL_STATE(29)] = 1566,
[SMALL_STATE(30)] = 1598,
[SMALL_STATE(31)] = 1630,
[SMALL_STATE(32)] = 1662,
[SMALL_STATE(33)] = 1694,
[SMALL_STATE(34)] = 1726,
[SMALL_STATE(35)] = 1778,
[SMALL_STATE(36)] = 1810,
[SMALL_STATE(37)] = 1842,
[SMALL_STATE(38)] = 1874,
[SMALL_STATE(39)] = 1906,
[SMALL_STATE(40)] = 1938,
[SMALL_STATE(41)] = 1970,
[SMALL_STATE(42)] = 2028,
[SMALL_STATE(43)] = 2060,
[SMALL_STATE(44)] = 2092,
[SMALL_STATE(45)] = 2124,
[SMALL_STATE(46)] = 2156,
[SMALL_STATE(47)] = 2194,
[SMALL_STATE(48)] = 2236,
[SMALL_STATE(49)] = 2282,
[SMALL_STATE(50)] = 2332,
[SMALL_STATE(51)] = 2380,
[SMALL_STATE(52)] = 2418,
[SMALL_STATE(53)] = 2458,
[SMALL_STATE(54)] = 2490,
[SMALL_STATE(55)] = 2522,
[SMALL_STATE(56)] = 2576,
[SMALL_STATE(57)] = 2626,
[SMALL_STATE(58)] = 2680,
[SMALL_STATE(59)] = 2736,
[SMALL_STATE(60)] = 2790,
[SMALL_STATE(61)] = 2846,
[SMALL_STATE(62)] = 2902,
[SMALL_STATE(63)] = 2958,
[SMALL_STATE(64)] = 3014,
[SMALL_STATE(65)] = 3063,
[SMALL_STATE(66)] = 3111,
[SMALL_STATE(67)] = 3159,
[SMALL_STATE(68)] = 3207,
[SMALL_STATE(69)] = 3255,
[SMALL_STATE(70)] = 3303,
[SMALL_STATE(71)] = 3351,
[SMALL_STATE(72)] = 3399,
[SMALL_STATE(73)] = 3447,
[SMALL_STATE(74)] = 3495,
[SMALL_STATE(75)] = 3543,
[SMALL_STATE(76)] = 3566,
[SMALL_STATE(77)] = 3589,
[SMALL_STATE(78)] = 3612,
[SMALL_STATE(79)] = 3635,
[SMALL_STATE(80)] = 3658,
[SMALL_STATE(81)] = 3681,
[SMALL_STATE(82)] = 3704,
[SMALL_STATE(83)] = 3727,
[SMALL_STATE(84)] = 3750,
[SMALL_STATE(85)] = 3773,
[SMALL_STATE(86)] = 3796,
[SMALL_STATE(87)] = 3823,
[SMALL_STATE(88)] = 3850,
[SMALL_STATE(89)] = 3877,
[SMALL_STATE(90)] = 3904,
[SMALL_STATE(91)] = 3931,
[SMALL_STATE(92)] = 3958,
[SMALL_STATE(93)] = 3985,
[SMALL_STATE(94)] = 4012,
[SMALL_STATE(95)] = 4039,
[SMALL_STATE(96)] = 4066,
[SMALL_STATE(97)] = 4093,
[SMALL_STATE(98)] = 4120,
[SMALL_STATE(99)] = 4147,
[SMALL_STATE(100)] = 4174,
[SMALL_STATE(101)] = 4201,
[SMALL_STATE(102)] = 4222,
[SMALL_STATE(103)] = 4243,
[SMALL_STATE(104)] = 4264,
[SMALL_STATE(105)] = 4285,
[SMALL_STATE(106)] = 4306,
[SMALL_STATE(107)] = 4327,
[SMALL_STATE(108)] = 4340,
[SMALL_STATE(109)] = 4353,
[SMALL_STATE(110)] = 4366,
[SMALL_STATE(111)] = 4379,
[SMALL_STATE(112)] = 4392,
[SMALL_STATE(113)] = 4405,
[SMALL_STATE(114)] = 4419,
[SMALL_STATE(115)] = 4432,
[SMALL_STATE(116)] = 4445,
[SMALL_STATE(117)] = 4458,
[SMALL_STATE(118)] = 4471,
[SMALL_STATE(119)] = 4481,
[SMALL_STATE(120)] = 4488,
};
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_source_file, 0),
[7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31),
[37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30),
[41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25),
[53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3),
[59] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simplexpr, 1),
[61] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simplexpr, 1),
[63] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3),
[65] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3),
[67] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 4),
[69] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 4),
[71] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2),
[73] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2),
[75] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1),
[77] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1),
[79] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1),
[81] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1),
[83] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 1),
[85] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 1),
[87] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3),
[89] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3),
[91] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 6),
[93] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 6),
[95] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 6),
[97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
[109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23),
[117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6),
[119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_safe_access, 5),
[121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_safe_access, 5),
[123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 5, .production_id = 3),
[125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 5, .production_id = 3),
[127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 5),
[129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 5),
[131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 2),
[133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 2),
[135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3, .production_id = 3),
[137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3, .production_id = 3),
[139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2),
[141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(82),
[144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(63),
[147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(61),
[150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(82),
[153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(78),
[156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(78),
[159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(83),
[162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(88),
[165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(90),
[168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(98),
[171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(11),
[174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_access, 4),
[176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_access, 4),
[178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 4, .production_id = 3),
[180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4, .production_id = 3),
[182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_safe_dot_access, 3, .production_id = 4),
[184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_safe_dot_access, 3, .production_id = 4),
[186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_array, 3),
[188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_array, 3),
[190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 2),
[192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 2),
[194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 5),
[196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 5),
[198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_dot_access, 3, .production_id = 4),
[200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_dot_access, 3, .production_id = 4),
[202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_json_object, 2),
[204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_json_object, 2),
[206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
[208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_json_array_repeat1, 2),
[212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
[214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1),
[222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_json_object_repeat1, 4),
[230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3),
[252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3),
[254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2),
[256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2),
[258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2),
[260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2),
[262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr, 3),
[264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr, 3),
[266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ast_block, 1),
[268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ast_block, 1),
[270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3),
[272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3),
[274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat6, 2),
[276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat6, 2), SHIFT_REPEAT(7),
[279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat6, 2), SHIFT_REPEAT(110),
[282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat6, 2), SHIFT_REPEAT(110),
[285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat4, 2),
[287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat4, 2), SHIFT_REPEAT(8),
[290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat4, 2), SHIFT_REPEAT(107),
[293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat4, 2), SHIFT_REPEAT(107),
[296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112),
[302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2),
[306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(21),
[309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(112),
[312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(112),
[315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
[317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107),
[319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110),
[327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat4, 1, .production_id = 1),
[335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat4, 1, .production_id = 1), SHIFT(107),
[338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat4, 1, .production_id = 1), SHIFT(107),
[341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat3, 2),
[343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat3, 2), SHIFT_REPEAT(107),
[346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat3, 2), SHIFT_REPEAT(107),
[349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 1, .production_id = 1),
[351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 1, .production_id = 1), SHIFT(112),
[354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 1, .production_id = 1), SHIFT(112),
[357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat6, 1, .production_id = 1),
[359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat6, 1, .production_id = 1), SHIFT(110),
[362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat6, 1, .production_id = 1), SHIFT(110),
[365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat5, 2),
[367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat5, 2), SHIFT_REPEAT(110),
[370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat5, 2), SHIFT_REPEAT(110),
[373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2),
[375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(112),
[378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(112),
[381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat3, 1),
[383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat3, 1),
[385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 3),
[387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 3),
[389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat5, 1),
[391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat5, 1),
[393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1),
[395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1),
[397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_json_array_repeat1, 2), SHIFT_REPEAT(16),
[400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_json_object_repeat1, 2),
[402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_json_object_repeat1, 2), SHIFT_REPEAT(12),
[405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[415] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
};
#ifdef __cplusplus
extern "C" {
#endif
void *tree_sitter_yuck_external_scanner_create(void);
void tree_sitter_yuck_external_scanner_destroy(void *);
bool tree_sitter_yuck_external_scanner_scan(void *, TSLexer *, const bool *);
unsigned tree_sitter_yuck_external_scanner_serialize(void *, char *);
void tree_sitter_yuck_external_scanner_deserialize(void *, const char *, unsigned);
#ifdef _WIN32
#define extern __declspec(dllexport)
#endif
extern const TSLanguage *tree_sitter_yuck(void) {
static const TSLanguage language = {
.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,
.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 = ts_lex_modes,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym_symbol,
.external_scanner = {
&ts_external_scanner_states[0][0],
ts_external_scanner_symbol_map,
tree_sitter_yuck_external_scanner_create,
tree_sitter_yuck_external_scanner_destroy,
tree_sitter_yuck_external_scanner_scan,
tree_sitter_yuck_external_scanner_serialize,
tree_sitter_yuck_external_scanner_deserialize,
},
.primary_state_ids = ts_primary_state_ids,
};
return &language;
}
#ifdef __cplusplus
}
#endif