#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 15
#define STATE_COUNT 170
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 62
#define ALIAS_COUNT 16
#define TOKEN_COUNT 23
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 0
#define MAX_ALIAS_SEQUENCE_LENGTH 7
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 13
#define SUPERTYPE_COUNT 0
enum ts_symbol_identifiers {
sym_identifier = 1,
sym_body_block_keyword = 2,
anon_sym_LBRACE = 3,
anon_sym_RBRACE = 4,
anon_sym_SEMI = 5,
sym_promise_block_keyword = 6,
sym_bundle_block_keyword = 7,
anon_sym_LPAREN = 8,
anon_sym_COMMA = 9,
anon_sym_RPAREN = 10,
anon_sym_DOLLAR = 11,
anon_sym_AT = 12,
anon_sym_DASH_GT = 13,
anon_sym_EQ_GT = 14,
anon_sym_LBRACK = 15,
anon_sym_RBRACK = 16,
sym_quoted_string = 17,
sym_qualified_identifier = 18,
sym_promise_guard = 19,
sym_class_guard = 20,
sym_comment = 21,
sym_macro = 22,
sym_source_file = 23,
sym__block = 24,
sym_body_block = 25,
sym_body_block_body = 26,
sym__body_attribute = 27,
sym_promise_block = 28,
sym_promise_block_body = 29,
sym_class_guarded_body_attributes = 30,
sym_bundle_block = 31,
sym_parameter_list = 32,
sym_bundle_block_body = 33,
sym_bundle_section = 34,
sym__bare_value = 35,
sym__right_value = 36,
sym__variable_reference = 37,
sym_dollar_expression = 38,
sym_at_expression = 39,
sym_calling_identifier = 40,
sym_call = 41,
sym_list = 42,
sym__value_list = 43,
sym_class_guarded_promises = 44,
sym__promises = 45,
sym_promise = 46,
sym_half_promise = 47,
sym_attribute = 48,
sym_index = 49,
sym_indexed_identifier = 50,
aux_sym_source_file_repeat1 = 51,
aux_sym_body_block_body_repeat1 = 52,
aux_sym_body_block_body_repeat2 = 53,
aux_sym_promise_block_body_repeat1 = 54,
aux_sym_parameter_list_repeat1 = 55,
aux_sym_bundle_block_body_repeat1 = 56,
aux_sym_bundle_section_repeat1 = 57,
aux_sym__value_list_repeat1 = 58,
aux_sym__promises_repeat1 = 59,
aux_sym_promise_repeat1 = 60,
aux_sym_indexed_identifier_repeat1 = 61,
alias_sym_at_expression_end = 62,
alias_sym_at_expression_reference = 63,
alias_sym_at_expression_start = 64,
alias_sym_attribute_name = 65,
alias_sym_body_block_name = 66,
alias_sym_body_block_type = 67,
alias_sym_bundle_block_name = 68,
alias_sym_bundle_block_type = 69,
alias_sym_class_guarded_promise_block_attributes = 70,
alias_sym_dollar_expression_end = 71,
alias_sym_dollar_expression_start = 72,
alias_sym_parameter = 73,
alias_sym_promise_block_name = 74,
alias_sym_promise_block_type = 75,
alias_sym_promiser = 76,
alias_sym_stakeholder = 77,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_identifier] = "identifier",
[sym_body_block_keyword] = "body_block_keyword",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[anon_sym_SEMI] = ";",
[sym_promise_block_keyword] = "promise_block_keyword",
[sym_bundle_block_keyword] = "bundle_block_keyword",
[anon_sym_LPAREN] = "(",
[anon_sym_COMMA] = ",",
[anon_sym_RPAREN] = ")",
[anon_sym_DOLLAR] = "dollar_expression_operator",
[anon_sym_AT] = "at_expression_operator",
[anon_sym_DASH_GT] = "->",
[anon_sym_EQ_GT] = "=>",
[anon_sym_LBRACK] = "[",
[anon_sym_RBRACK] = "]",
[sym_quoted_string] = "quoted_string",
[sym_qualified_identifier] = "qualified_identifier",
[sym_promise_guard] = "promise_guard",
[sym_class_guard] = "class_guard",
[sym_comment] = "comment",
[sym_macro] = "macro",
[sym_source_file] = "source_file",
[sym__block] = "_block",
[sym_body_block] = "body_block",
[sym_body_block_body] = "body_block_body",
[sym__body_attribute] = "_body_attribute",
[sym_promise_block] = "promise_block",
[sym_promise_block_body] = "promise_block_body",
[sym_class_guarded_body_attributes] = "class_guarded_body_attributes",
[sym_bundle_block] = "bundle_block",
[sym_parameter_list] = "parameter_list",
[sym_bundle_block_body] = "bundle_block_body",
[sym_bundle_section] = "bundle_section",
[sym__bare_value] = "_bare_value",
[sym__right_value] = "_right_value",
[sym__variable_reference] = "dollar_expression_reference",
[sym_dollar_expression] = "dollar_expression",
[sym_at_expression] = "at_expression",
[sym_calling_identifier] = "calling_identifier",
[sym_call] = "call",
[sym_list] = "list",
[sym__value_list] = "_value_list",
[sym_class_guarded_promises] = "class_guarded_promises",
[sym__promises] = "_promises",
[sym_promise] = "promise",
[sym_half_promise] = "half_promise",
[sym_attribute] = "attribute",
[sym_index] = "index",
[sym_indexed_identifier] = "indexed_identifier",
[aux_sym_source_file_repeat1] = "source_file_repeat1",
[aux_sym_body_block_body_repeat1] = "body_block_body_repeat1",
[aux_sym_body_block_body_repeat2] = "body_block_body_repeat2",
[aux_sym_promise_block_body_repeat1] = "promise_block_body_repeat1",
[aux_sym_parameter_list_repeat1] = "parameter_list_repeat1",
[aux_sym_bundle_block_body_repeat1] = "bundle_block_body_repeat1",
[aux_sym_bundle_section_repeat1] = "bundle_section_repeat1",
[aux_sym__value_list_repeat1] = "_value_list_repeat1",
[aux_sym__promises_repeat1] = "_promises_repeat1",
[aux_sym_promise_repeat1] = "promise_repeat1",
[aux_sym_indexed_identifier_repeat1] = "indexed_identifier_repeat1",
[alias_sym_at_expression_end] = "at_expression_end",
[alias_sym_at_expression_reference] = "at_expression_reference",
[alias_sym_at_expression_start] = "at_expression_start",
[alias_sym_attribute_name] = "attribute_name",
[alias_sym_body_block_name] = "body_block_name",
[alias_sym_body_block_type] = "body_block_type",
[alias_sym_bundle_block_name] = "bundle_block_name",
[alias_sym_bundle_block_type] = "bundle_block_type",
[alias_sym_class_guarded_promise_block_attributes] = "class_guarded_promise_block_attributes",
[alias_sym_dollar_expression_end] = "dollar_expression_end",
[alias_sym_dollar_expression_start] = "dollar_expression_start",
[alias_sym_parameter] = "parameter",
[alias_sym_promise_block_name] = "promise_block_name",
[alias_sym_promise_block_type] = "promise_block_type",
[alias_sym_promiser] = "promiser",
[alias_sym_stakeholder] = "stakeholder",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym_identifier] = sym_identifier,
[sym_body_block_keyword] = sym_body_block_keyword,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[anon_sym_SEMI] = anon_sym_SEMI,
[sym_promise_block_keyword] = sym_promise_block_keyword,
[sym_bundle_block_keyword] = sym_bundle_block_keyword,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_DOLLAR] = anon_sym_DOLLAR,
[anon_sym_AT] = anon_sym_AT,
[anon_sym_DASH_GT] = anon_sym_DASH_GT,
[anon_sym_EQ_GT] = anon_sym_EQ_GT,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[sym_quoted_string] = sym_quoted_string,
[sym_qualified_identifier] = sym_qualified_identifier,
[sym_promise_guard] = sym_promise_guard,
[sym_class_guard] = sym_class_guard,
[sym_comment] = sym_comment,
[sym_macro] = sym_macro,
[sym_source_file] = sym_source_file,
[sym__block] = sym__block,
[sym_body_block] = sym_body_block,
[sym_body_block_body] = sym_body_block_body,
[sym__body_attribute] = sym__body_attribute,
[sym_promise_block] = sym_promise_block,
[sym_promise_block_body] = sym_promise_block_body,
[sym_class_guarded_body_attributes] = sym_class_guarded_body_attributes,
[sym_bundle_block] = sym_bundle_block,
[sym_parameter_list] = sym_parameter_list,
[sym_bundle_block_body] = sym_bundle_block_body,
[sym_bundle_section] = sym_bundle_section,
[sym__bare_value] = sym__bare_value,
[sym__right_value] = sym__right_value,
[sym__variable_reference] = sym__variable_reference,
[sym_dollar_expression] = sym_dollar_expression,
[sym_at_expression] = sym_at_expression,
[sym_calling_identifier] = sym_calling_identifier,
[sym_call] = sym_call,
[sym_list] = sym_list,
[sym__value_list] = sym__value_list,
[sym_class_guarded_promises] = sym_class_guarded_promises,
[sym__promises] = sym__promises,
[sym_promise] = sym_promise,
[sym_half_promise] = sym_half_promise,
[sym_attribute] = sym_attribute,
[sym_index] = sym_index,
[sym_indexed_identifier] = sym_indexed_identifier,
[aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
[aux_sym_body_block_body_repeat1] = aux_sym_body_block_body_repeat1,
[aux_sym_body_block_body_repeat2] = aux_sym_body_block_body_repeat2,
[aux_sym_promise_block_body_repeat1] = aux_sym_promise_block_body_repeat1,
[aux_sym_parameter_list_repeat1] = aux_sym_parameter_list_repeat1,
[aux_sym_bundle_block_body_repeat1] = aux_sym_bundle_block_body_repeat1,
[aux_sym_bundle_section_repeat1] = aux_sym_bundle_section_repeat1,
[aux_sym__value_list_repeat1] = aux_sym__value_list_repeat1,
[aux_sym__promises_repeat1] = aux_sym__promises_repeat1,
[aux_sym_promise_repeat1] = aux_sym_promise_repeat1,
[aux_sym_indexed_identifier_repeat1] = aux_sym_indexed_identifier_repeat1,
[alias_sym_at_expression_end] = alias_sym_at_expression_end,
[alias_sym_at_expression_reference] = alias_sym_at_expression_reference,
[alias_sym_at_expression_start] = alias_sym_at_expression_start,
[alias_sym_attribute_name] = alias_sym_attribute_name,
[alias_sym_body_block_name] = alias_sym_body_block_name,
[alias_sym_body_block_type] = alias_sym_body_block_type,
[alias_sym_bundle_block_name] = alias_sym_bundle_block_name,
[alias_sym_bundle_block_type] = alias_sym_bundle_block_type,
[alias_sym_class_guarded_promise_block_attributes] = alias_sym_class_guarded_promise_block_attributes,
[alias_sym_dollar_expression_end] = alias_sym_dollar_expression_end,
[alias_sym_dollar_expression_start] = alias_sym_dollar_expression_start,
[alias_sym_parameter] = alias_sym_parameter,
[alias_sym_promise_block_name] = alias_sym_promise_block_name,
[alias_sym_promise_block_type] = alias_sym_promise_block_type,
[alias_sym_promiser] = alias_sym_promiser,
[alias_sym_stakeholder] = alias_sym_stakeholder,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym_identifier] = {
.visible = true,
.named = true,
},
[sym_body_block_keyword] = {
.visible = true,
.named = true,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI] = {
.visible = true,
.named = false,
},
[sym_promise_block_keyword] = {
.visible = true,
.named = true,
},
[sym_bundle_block_keyword] = {
.visible = true,
.named = true,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_DOLLAR] = {
.visible = true,
.named = true,
},
[anon_sym_AT] = {
.visible = true,
.named = true,
},
[anon_sym_DASH_GT] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_GT] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[sym_quoted_string] = {
.visible = true,
.named = true,
},
[sym_qualified_identifier] = {
.visible = true,
.named = true,
},
[sym_promise_guard] = {
.visible = true,
.named = true,
},
[sym_class_guard] = {
.visible = true,
.named = true,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[sym_macro] = {
.visible = true,
.named = true,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym__block] = {
.visible = false,
.named = true,
},
[sym_body_block] = {
.visible = true,
.named = true,
},
[sym_body_block_body] = {
.visible = true,
.named = true,
},
[sym__body_attribute] = {
.visible = false,
.named = true,
},
[sym_promise_block] = {
.visible = true,
.named = true,
},
[sym_promise_block_body] = {
.visible = true,
.named = true,
},
[sym_class_guarded_body_attributes] = {
.visible = true,
.named = true,
},
[sym_bundle_block] = {
.visible = true,
.named = true,
},
[sym_parameter_list] = {
.visible = true,
.named = true,
},
[sym_bundle_block_body] = {
.visible = true,
.named = true,
},
[sym_bundle_section] = {
.visible = true,
.named = true,
},
[sym__bare_value] = {
.visible = false,
.named = true,
},
[sym__right_value] = {
.visible = false,
.named = true,
},
[sym__variable_reference] = {
.visible = true,
.named = true,
},
[sym_dollar_expression] = {
.visible = true,
.named = true,
},
[sym_at_expression] = {
.visible = true,
.named = true,
},
[sym_calling_identifier] = {
.visible = true,
.named = true,
},
[sym_call] = {
.visible = true,
.named = true,
},
[sym_list] = {
.visible = true,
.named = true,
},
[sym__value_list] = {
.visible = false,
.named = true,
},
[sym_class_guarded_promises] = {
.visible = true,
.named = true,
},
[sym__promises] = {
.visible = false,
.named = true,
},
[sym_promise] = {
.visible = true,
.named = true,
},
[sym_half_promise] = {
.visible = true,
.named = true,
},
[sym_attribute] = {
.visible = true,
.named = true,
},
[sym_index] = {
.visible = true,
.named = true,
},
[sym_indexed_identifier] = {
.visible = true,
.named = true,
},
[aux_sym_source_file_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_body_block_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_body_block_body_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_promise_block_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_parameter_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_bundle_block_body_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_bundle_section_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__value_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__promises_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_promise_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_indexed_identifier_repeat1] = {
.visible = false,
.named = false,
},
[alias_sym_at_expression_end] = {
.visible = true,
.named = true,
},
[alias_sym_at_expression_reference] = {
.visible = true,
.named = true,
},
[alias_sym_at_expression_start] = {
.visible = true,
.named = true,
},
[alias_sym_attribute_name] = {
.visible = true,
.named = true,
},
[alias_sym_body_block_name] = {
.visible = true,
.named = true,
},
[alias_sym_body_block_type] = {
.visible = true,
.named = true,
},
[alias_sym_bundle_block_name] = {
.visible = true,
.named = true,
},
[alias_sym_bundle_block_type] = {
.visible = true,
.named = true,
},
[alias_sym_class_guarded_promise_block_attributes] = {
.visible = true,
.named = true,
},
[alias_sym_dollar_expression_end] = {
.visible = true,
.named = true,
},
[alias_sym_dollar_expression_start] = {
.visible = true,
.named = true,
},
[alias_sym_parameter] = {
.visible = true,
.named = true,
},
[alias_sym_promise_block_name] = {
.visible = true,
.named = true,
},
[alias_sym_promise_block_type] = {
.visible = true,
.named = true,
},
[alias_sym_promiser] = {
.visible = true,
.named = true,
},
[alias_sym_stakeholder] = {
.visible = true,
.named = true,
},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
[1] = {
[1] = alias_sym_body_block_type,
[2] = alias_sym_body_block_name,
},
[2] = {
[1] = alias_sym_promise_block_type,
[2] = alias_sym_promise_block_name,
},
[3] = {
[1] = alias_sym_bundle_block_type,
[2] = alias_sym_bundle_block_name,
},
[4] = {
[0] = alias_sym_class_guarded_promise_block_attributes,
},
[5] = {
[0] = alias_sym_parameter,
},
[6] = {
[1] = alias_sym_parameter,
},
[7] = {
[0] = alias_sym_attribute_name,
},
[8] = {
[2] = alias_sym_parameter,
},
[9] = {
[0] = alias_sym_promiser,
},
[10] = {
[0] = alias_sym_promiser,
[2] = alias_sym_stakeholder,
},
[11] = {
[1] = alias_sym_dollar_expression_start,
[3] = alias_sym_dollar_expression_end,
},
[12] = {
[1] = alias_sym_at_expression_start,
[2] = alias_sym_at_expression_reference,
[3] = alias_sym_at_expression_end,
},
};
static const uint16_t ts_non_terminal_alias_map[] = {
sym_class_guarded_body_attributes, 2,
sym_class_guarded_body_attributes,
alias_sym_class_guarded_promise_block_attributes,
sym__right_value, 2,
sym__right_value,
alias_sym_stakeholder,
sym__variable_reference, 2,
sym__variable_reference,
alias_sym_at_expression_reference,
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 4,
[6] = 6,
[7] = 7,
[8] = 2,
[9] = 3,
[10] = 10,
[11] = 11,
[12] = 12,
[13] = 13,
[14] = 14,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 14,
[24] = 24,
[25] = 13,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 30,
[31] = 31,
[32] = 19,
[33] = 24,
[34] = 20,
[35] = 21,
[36] = 22,
[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] = 43,
[50] = 50,
[51] = 50,
[52] = 52,
[53] = 53,
[54] = 54,
[55] = 55,
[56] = 56,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 68,
[69] = 69,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 73,
[74] = 74,
[75] = 75,
[76] = 76,
[77] = 77,
[78] = 78,
[79] = 79,
[80] = 80,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 85,
[86] = 86,
[87] = 87,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 91,
[92] = 92,
[93] = 93,
[94] = 94,
[95] = 95,
[96] = 96,
[97] = 97,
[98] = 98,
[99] = 99,
[100] = 100,
[101] = 101,
[102] = 102,
[103] = 103,
[104] = 104,
[105] = 105,
[106] = 106,
[107] = 107,
[108] = 108,
[109] = 109,
[110] = 110,
[111] = 111,
[112] = 112,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 116,
[117] = 117,
[118] = 118,
[119] = 95,
[120] = 118,
[121] = 121,
[122] = 122,
[123] = 123,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 133,
[134] = 134,
[135] = 135,
[136] = 136,
[137] = 124,
[138] = 123,
[139] = 139,
[140] = 140,
[141] = 141,
[142] = 142,
[143] = 139,
[144] = 144,
[145] = 145,
[146] = 146,
[147] = 147,
[148] = 148,
[149] = 149,
[150] = 150,
[151] = 151,
[152] = 152,
[153] = 153,
[154] = 154,
[155] = 155,
[156] = 149,
[157] = 157,
[158] = 152,
[159] = 154,
[160] = 160,
[161] = 161,
[162] = 162,
[163] = 145,
[164] = 164,
[165] = 165,
[166] = 160,
[167] = 167,
[168] = 161,
[169] = 169,
};
static const TSCharacterRange sym_class_guard_character_set_1[] = {
{'\t', '\t'}, {' ', '!'}, {'&', '&'}, {'(', ')'}, {'.', '.'}, {'0', ':'}, {'A', 'Z'}, {'_', '_'},
{'a', 'z'}, {'|', '|'},
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(31);
ADVANCE_MAP(
'"', 3,
'#', 56,
'$', 38,
'\'', 7,
'(', 35,
')', 37,
',', 36,
'-', 13,
';', 34,
'=', 14,
'@', 39,
'[', 42,
']', 43,
'`', 15,
'{', 32,
'}', 33,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(0);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(46);
END_STATE();
case 1:
if (lookahead == ' ') ADVANCE(57);
END_STATE();
case 2:
ADVANCE_MAP(
'"', 3,
'#', 56,
'$', 38,
'\'', 7,
'(', 35,
')', 37,
',', 36,
';', 34,
'@', 39,
']', 43,
'`', 15,
'{', 32,
'}', 33,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(2);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(49);
END_STATE();
case 3:
if (lookahead == '"') ADVANCE(44);
if (lookahead == '\\') ADVANCE(27);
if (lookahead != 0) ADVANCE(3);
END_STATE();
case 4:
if (lookahead == '"') ADVANCE(45);
if (lookahead == '\\') ADVANCE(29);
if (lookahead != 0) ADVANCE(4);
END_STATE();
case 5:
if (lookahead == '"') ADVANCE(4);
if (lookahead == '#') ADVANCE(56);
if (lookahead == '\'') ADVANCE(8);
if (lookahead == '@') ADVANCE(18);
if (lookahead == '`') ADVANCE(16);
if (lookahead == '}') ADVANCE(33);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(5);
if (lookahead == '!' ||
('&' <= lookahead && lookahead <= ')') ||
lookahead == '.' ||
lookahead == ':' ||
lookahead == '|') ADVANCE(12);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(48);
if (('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(47);
END_STATE();
case 6:
if (lookahead == '#') ADVANCE(56);
if (lookahead == '@') ADVANCE(18);
if (lookahead == '}') ADVANCE(33);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(6);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(11);
END_STATE();
case 7:
if (lookahead == '\'') ADVANCE(44);
if (lookahead == '\\') ADVANCE(28);
if (lookahead != 0) ADVANCE(7);
END_STATE();
case 8:
if (lookahead == '\'') ADVANCE(45);
if (lookahead == '\\') ADVANCE(30);
if (lookahead != 0) ADVANCE(8);
END_STATE();
case 9:
if (lookahead == ':') ADVANCE(55);
if (set_contains(sym_class_guard_character_set_1, 10, lookahead)) ADVANCE(12);
END_STATE();
case 10:
if (lookahead == ':') ADVANCE(54);
END_STATE();
case 11:
if (lookahead == ':') ADVANCE(52);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(11);
END_STATE();
case 12:
if (lookahead == ':') ADVANCE(9);
if (set_contains(sym_class_guard_character_set_1, 10, lookahead)) ADVANCE(12);
END_STATE();
case 13:
if (lookahead == '>') ADVANCE(40);
END_STATE();
case 14:
if (lookahead == '>') ADVANCE(41);
END_STATE();
case 15:
if (lookahead == '`') ADVANCE(44);
if (lookahead != 0) ADVANCE(15);
END_STATE();
case 16:
if (lookahead == '`') ADVANCE(45);
if (lookahead != 0) ADVANCE(16);
END_STATE();
case 17:
if (lookahead == 'd') ADVANCE(22);
END_STATE();
case 18:
if (lookahead == 'e') ADVANCE(23);
if (lookahead == 'i') ADVANCE(20);
END_STATE();
case 19:
if (lookahead == 'e') ADVANCE(57);
END_STATE();
case 20:
if (lookahead == 'f') ADVANCE(1);
END_STATE();
case 21:
if (lookahead == 'f') ADVANCE(57);
END_STATE();
case 22:
if (lookahead == 'i') ADVANCE(21);
END_STATE();
case 23:
if (lookahead == 'l') ADVANCE(24);
if (lookahead == 'n') ADVANCE(17);
END_STATE();
case 24:
if (lookahead == 's') ADVANCE(19);
END_STATE();
case 25:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(51);
END_STATE();
case 26:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(50);
END_STATE();
case 27:
if (lookahead != 0) ADVANCE(3);
END_STATE();
case 28:
if (lookahead != 0) ADVANCE(7);
END_STATE();
case 29:
if (lookahead != 0) ADVANCE(4);
END_STATE();
case 30:
if (lookahead != 0) ADVANCE(8);
END_STATE();
case 31:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 32:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 33:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 34:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 35:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 36:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 37:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 38:
ACCEPT_TOKEN(anon_sym_DOLLAR);
END_STATE();
case 39:
ACCEPT_TOKEN(anon_sym_AT);
if (lookahead == 'e') ADVANCE(23);
if (lookahead == 'i') ADVANCE(20);
END_STATE();
case 40:
ACCEPT_TOKEN(anon_sym_DASH_GT);
END_STATE();
case 41:
ACCEPT_TOKEN(anon_sym_EQ_GT);
END_STATE();
case 42:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 43:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 44:
ACCEPT_TOKEN(sym_quoted_string);
END_STATE();
case 45:
ACCEPT_TOKEN(sym_quoted_string);
if (lookahead == ':') ADVANCE(10);
END_STATE();
case 46:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '.') ADVANCE(25);
if (lookahead == ':') ADVANCE(26);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(46);
END_STATE();
case 47:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == ':') ADVANCE(53);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == '!' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == '.' ||
lookahead == '|') ADVANCE(12);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(48);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(47);
END_STATE();
case 48:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == ':') ADVANCE(9);
if (lookahead == '\t' ||
lookahead == ' ' ||
lookahead == '!' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == '.' ||
lookahead == '|') ADVANCE(12);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(48);
END_STATE();
case 49:
ACCEPT_TOKEN(sym_qualified_identifier);
if (lookahead == '.') ADVANCE(25);
if (lookahead == ':') ADVANCE(26);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(49);
END_STATE();
case 50:
ACCEPT_TOKEN(sym_qualified_identifier);
if (lookahead == '.') ADVANCE(25);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(50);
END_STATE();
case 51:
ACCEPT_TOKEN(sym_qualified_identifier);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(51);
END_STATE();
case 52:
ACCEPT_TOKEN(sym_promise_guard);
END_STATE();
case 53:
ACCEPT_TOKEN(sym_promise_guard);
if (lookahead == ':') ADVANCE(55);
if (set_contains(sym_class_guard_character_set_1, 10, lookahead)) ADVANCE(12);
END_STATE();
case 54:
ACCEPT_TOKEN(sym_class_guard);
END_STATE();
case 55:
ACCEPT_TOKEN(sym_class_guard);
if (lookahead == ':') ADVANCE(55);
if (set_contains(sym_class_guard_character_set_1, 10, lookahead)) ADVANCE(12);
END_STATE();
case 56:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(56);
END_STATE();
case 57:
ACCEPT_TOKEN(sym_macro);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(57);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (lookahead == 'b') ADVANCE(1);
if (lookahead == 'p') ADVANCE(2);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(0);
END_STATE();
case 1:
if (lookahead == 'o') ADVANCE(3);
if (lookahead == 'u') ADVANCE(4);
END_STATE();
case 2:
if (lookahead == 'r') ADVANCE(5);
END_STATE();
case 3:
if (lookahead == 'd') ADVANCE(6);
END_STATE();
case 4:
if (lookahead == 'n') ADVANCE(7);
END_STATE();
case 5:
if (lookahead == 'o') ADVANCE(8);
END_STATE();
case 6:
if (lookahead == 'y') ADVANCE(9);
END_STATE();
case 7:
if (lookahead == 'd') ADVANCE(10);
END_STATE();
case 8:
if (lookahead == 'm') ADVANCE(11);
END_STATE();
case 9:
ACCEPT_TOKEN(sym_body_block_keyword);
END_STATE();
case 10:
if (lookahead == 'l') ADVANCE(12);
END_STATE();
case 11:
if (lookahead == 'i') ADVANCE(13);
END_STATE();
case 12:
if (lookahead == 'e') ADVANCE(14);
END_STATE();
case 13:
if (lookahead == 's') ADVANCE(15);
END_STATE();
case 14:
ACCEPT_TOKEN(sym_bundle_block_keyword);
END_STATE();
case 15:
if (lookahead == 'e') ADVANCE(16);
END_STATE();
case 16:
ACCEPT_TOKEN(sym_promise_block_keyword);
END_STATE();
default:
return false;
}
}
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[1] = {.lex_state = 0},
[2] = {.lex_state = 2},
[3] = {.lex_state = 2},
[4] = {.lex_state = 2},
[5] = {.lex_state = 2},
[6] = {.lex_state = 2},
[7] = {.lex_state = 2},
[8] = {.lex_state = 0},
[9] = {.lex_state = 2},
[10] = {.lex_state = 2},
[11] = {.lex_state = 2},
[12] = {.lex_state = 2},
[13] = {.lex_state = 2},
[14] = {.lex_state = 2},
[15] = {.lex_state = 5},
[16] = {.lex_state = 0},
[17] = {.lex_state = 5},
[18] = {.lex_state = 0},
[19] = {.lex_state = 2},
[20] = {.lex_state = 2},
[21] = {.lex_state = 2},
[22] = {.lex_state = 2},
[23] = {.lex_state = 0},
[24] = {.lex_state = 2},
[25] = {.lex_state = 0},
[26] = {.lex_state = 5},
[27] = {.lex_state = 5},
[28] = {.lex_state = 5},
[29] = {.lex_state = 5},
[30] = {.lex_state = 5},
[31] = {.lex_state = 5},
[32] = {.lex_state = 0},
[33] = {.lex_state = 0},
[34] = {.lex_state = 0},
[35] = {.lex_state = 0},
[36] = {.lex_state = 0},
[37] = {.lex_state = 0},
[38] = {.lex_state = 5},
[39] = {.lex_state = 5},
[40] = {.lex_state = 5},
[41] = {.lex_state = 5},
[42] = {.lex_state = 0},
[43] = {.lex_state = 2},
[44] = {.lex_state = 5},
[45] = {.lex_state = 5},
[46] = {.lex_state = 5},
[47] = {.lex_state = 5},
[48] = {.lex_state = 5},
[49] = {.lex_state = 2},
[50] = {.lex_state = 2},
[51] = {.lex_state = 2},
[52] = {.lex_state = 5},
[53] = {.lex_state = 0},
[54] = {.lex_state = 5},
[55] = {.lex_state = 5},
[56] = {.lex_state = 5},
[57] = {.lex_state = 5},
[58] = {.lex_state = 0},
[59] = {.lex_state = 5},
[60] = {.lex_state = 5},
[61] = {.lex_state = 5},
[62] = {.lex_state = 0},
[63] = {.lex_state = 5},
[64] = {.lex_state = 0},
[65] = {.lex_state = 5},
[66] = {.lex_state = 0},
[67] = {.lex_state = 5},
[68] = {.lex_state = 0},
[69] = {.lex_state = 0},
[70] = {.lex_state = 0},
[71] = {.lex_state = 6},
[72] = {.lex_state = 0},
[73] = {.lex_state = 0},
[74] = {.lex_state = 0},
[75] = {.lex_state = 0},
[76] = {.lex_state = 6},
[77] = {.lex_state = 0},
[78] = {.lex_state = 0},
[79] = {.lex_state = 0},
[80] = {.lex_state = 0},
[81] = {.lex_state = 6},
[82] = {.lex_state = 0},
[83] = {.lex_state = 5},
[84] = {.lex_state = 0},
[85] = {.lex_state = 0},
[86] = {.lex_state = 5},
[87] = {.lex_state = 0},
[88] = {.lex_state = 0},
[89] = {.lex_state = 5},
[90] = {.lex_state = 5},
[91] = {.lex_state = 0},
[92] = {.lex_state = 5},
[93] = {.lex_state = 0},
[94] = {.lex_state = 0},
[95] = {.lex_state = 2},
[96] = {.lex_state = 0},
[97] = {.lex_state = 0},
[98] = {.lex_state = 0},
[99] = {.lex_state = 0},
[100] = {.lex_state = 0},
[101] = {.lex_state = 5},
[102] = {.lex_state = 0},
[103] = {.lex_state = 0},
[104] = {.lex_state = 0},
[105] = {.lex_state = 0},
[106] = {.lex_state = 0},
[107] = {.lex_state = 0},
[108] = {.lex_state = 0},
[109] = {.lex_state = 0},
[110] = {.lex_state = 0},
[111] = {.lex_state = 0},
[112] = {.lex_state = 0},
[113] = {.lex_state = 0},
[114] = {.lex_state = 5},
[115] = {.lex_state = 0},
[116] = {.lex_state = 0},
[117] = {.lex_state = 0},
[118] = {.lex_state = 2},
[119] = {.lex_state = 2},
[120] = {.lex_state = 2},
[121] = {.lex_state = 0},
[122] = {.lex_state = 0},
[123] = {.lex_state = 0},
[124] = {.lex_state = 0},
[125] = {.lex_state = 0},
[126] = {.lex_state = 0},
[127] = {.lex_state = 5},
[128] = {.lex_state = 0},
[129] = {.lex_state = 0},
[130] = {.lex_state = 0},
[131] = {.lex_state = 0},
[132] = {.lex_state = 0},
[133] = {.lex_state = 0},
[134] = {.lex_state = 0},
[135] = {.lex_state = 0},
[136] = {.lex_state = 0},
[137] = {.lex_state = 0},
[138] = {.lex_state = 0},
[139] = {.lex_state = 0},
[140] = {.lex_state = 0},
[141] = {.lex_state = 0},
[142] = {.lex_state = 0},
[143] = {.lex_state = 0},
[144] = {.lex_state = 0},
[145] = {.lex_state = 0},
[146] = {.lex_state = 0},
[147] = {.lex_state = 0},
[148] = {.lex_state = 0},
[149] = {.lex_state = 0},
[150] = {.lex_state = 0},
[151] = {.lex_state = 0},
[152] = {.lex_state = 0},
[153] = {.lex_state = 0},
[154] = {.lex_state = 0},
[155] = {.lex_state = 0},
[156] = {.lex_state = 0},
[157] = {.lex_state = 0},
[158] = {.lex_state = 0},
[159] = {.lex_state = 0},
[160] = {.lex_state = 0},
[161] = {.lex_state = 0},
[162] = {.lex_state = 0},
[163] = {.lex_state = 0},
[164] = {.lex_state = 0},
[165] = {.lex_state = 0},
[166] = {.lex_state = 0},
[167] = {.lex_state = 0},
[168] = {.lex_state = 0},
[169] = {.lex_state = 0},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[STATE(0)] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym_identifier] = ACTIONS(1),
[sym_body_block_keyword] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
[sym_promise_block_keyword] = ACTIONS(1),
[sym_bundle_block_keyword] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_DOLLAR] = ACTIONS(1),
[anon_sym_AT] = ACTIONS(1),
[anon_sym_DASH_GT] = ACTIONS(1),
[anon_sym_EQ_GT] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[sym_quoted_string] = ACTIONS(1),
[sym_comment] = ACTIONS(3),
[sym_macro] = ACTIONS(3),
},
[STATE(1)] = {
[sym_source_file] = STATE(169),
[sym__block] = STATE(18),
[sym_body_block] = STATE(18),
[sym_promise_block] = STATE(18),
[sym_bundle_block] = STATE(18),
[aux_sym_source_file_repeat1] = STATE(18),
[ts_builtin_sym_end] = ACTIONS(5),
[sym_body_block_keyword] = ACTIONS(7),
[sym_promise_block_keyword] = ACTIONS(9),
[sym_bundle_block_keyword] = ACTIONS(11),
[sym_comment] = ACTIONS(3),
[sym_macro] = ACTIONS(3),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 10,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(21), 1,
sym_quoted_string,
ACTIONS(23), 1,
sym_qualified_identifier,
STATE(14), 1,
sym_dollar_expression,
STATE(145), 1,
sym_calling_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(15), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RPAREN,
STATE(42), 4,
sym__bare_value,
sym_at_expression,
sym_call,
sym_list,
[38] = 12,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(23), 1,
sym_qualified_identifier,
ACTIONS(25), 1,
anon_sym_RPAREN,
ACTIONS(27), 1,
sym_quoted_string,
STATE(14), 1,
sym_dollar_expression,
STATE(70), 1,
sym__right_value,
STATE(143), 1,
sym__value_list,
STATE(145), 1,
sym_calling_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(2), 4,
sym__bare_value,
sym_at_expression,
sym_call,
sym_list,
[79] = 12,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(23), 1,
sym_qualified_identifier,
ACTIONS(27), 1,
sym_quoted_string,
ACTIONS(29), 1,
anon_sym_RBRACE,
STATE(14), 1,
sym_dollar_expression,
STATE(70), 1,
sym__right_value,
STATE(145), 1,
sym_calling_identifier,
STATE(149), 1,
sym__value_list,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(2), 4,
sym__bare_value,
sym_at_expression,
sym_call,
sym_list,
[120] = 12,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(23), 1,
sym_qualified_identifier,
ACTIONS(27), 1,
sym_quoted_string,
ACTIONS(31), 1,
anon_sym_RBRACE,
STATE(14), 1,
sym_dollar_expression,
STATE(70), 1,
sym__right_value,
STATE(145), 1,
sym_calling_identifier,
STATE(156), 1,
sym__value_list,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(2), 4,
sym__bare_value,
sym_at_expression,
sym_call,
sym_list,
[161] = 11,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(23), 1,
sym_qualified_identifier,
ACTIONS(27), 1,
sym_quoted_string,
STATE(14), 1,
sym_dollar_expression,
STATE(107), 1,
sym__right_value,
STATE(145), 1,
sym_calling_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(33), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
STATE(2), 4,
sym__bare_value,
sym_at_expression,
sym_call,
sym_list,
[200] = 11,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(23), 1,
sym_qualified_identifier,
ACTIONS(27), 1,
sym_quoted_string,
STATE(14), 1,
sym_dollar_expression,
STATE(107), 1,
sym__right_value,
STATE(145), 1,
sym_calling_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(35), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
STATE(2), 4,
sym__bare_value,
sym_at_expression,
sym_call,
sym_list,
[239] = 11,
ACTIONS(21), 1,
sym_quoted_string,
ACTIONS(37), 1,
sym_identifier,
ACTIONS(39), 1,
anon_sym_LBRACE,
ACTIONS(41), 1,
anon_sym_DOLLAR,
ACTIONS(43), 1,
anon_sym_AT,
ACTIONS(45), 1,
sym_qualified_identifier,
STATE(23), 1,
sym_dollar_expression,
STATE(163), 1,
sym_calling_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(15), 2,
anon_sym_SEMI,
anon_sym_COMMA,
STATE(42), 4,
sym__bare_value,
sym_at_expression,
sym_call,
sym_list,
[278] = 12,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(23), 1,
sym_qualified_identifier,
ACTIONS(27), 1,
sym_quoted_string,
ACTIONS(47), 1,
anon_sym_RPAREN,
STATE(14), 1,
sym_dollar_expression,
STATE(70), 1,
sym__right_value,
STATE(139), 1,
sym__value_list,
STATE(145), 1,
sym_calling_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(2), 4,
sym__bare_value,
sym_at_expression,
sym_call,
sym_list,
[319] = 10,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(23), 1,
sym_qualified_identifier,
ACTIONS(27), 1,
sym_quoted_string,
STATE(14), 1,
sym_dollar_expression,
STATE(136), 1,
sym__right_value,
STATE(145), 1,
sym_calling_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(2), 4,
sym__bare_value,
sym_at_expression,
sym_call,
sym_list,
[354] = 10,
ACTIONS(39), 1,
anon_sym_LBRACE,
ACTIONS(41), 1,
anon_sym_DOLLAR,
ACTIONS(43), 1,
anon_sym_AT,
ACTIONS(49), 1,
sym_quoted_string,
ACTIONS(51), 1,
sym_qualified_identifier,
STATE(23), 1,
sym_dollar_expression,
STATE(53), 1,
sym__right_value,
STATE(163), 1,
sym_calling_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(8), 4,
sym__bare_value,
sym_at_expression,
sym_call,
sym_list,
[389] = 10,
ACTIONS(13), 1,
anon_sym_LBRACE,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(23), 1,
sym_qualified_identifier,
ACTIONS(27), 1,
sym_quoted_string,
STATE(14), 1,
sym_dollar_expression,
STATE(107), 1,
sym__right_value,
STATE(145), 1,
sym_calling_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(2), 4,
sym__bare_value,
sym_at_expression,
sym_call,
sym_list,
[424] = 3,
ACTIONS(55), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(53), 10,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_LPAREN,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DOLLAR,
anon_sym_RBRACK,
sym_quoted_string,
sym_qualified_identifier,
[444] = 4,
ACTIONS(59), 1,
anon_sym_LPAREN,
ACTIONS(61), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(57), 8,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DOLLAR,
sym_quoted_string,
sym_qualified_identifier,
[465] = 7,
ACTIONS(63), 1,
sym_identifier,
ACTIONS(67), 1,
sym_quoted_string,
ACTIONS(69), 1,
sym_promise_guard,
STATE(115), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(65), 2,
anon_sym_RBRACE,
sym_class_guard,
STATE(17), 3,
sym_promise,
sym_half_promise,
aux_sym__promises_repeat1,
[491] = 6,
ACTIONS(71), 1,
ts_builtin_sym_end,
ACTIONS(73), 1,
sym_body_block_keyword,
ACTIONS(76), 1,
sym_promise_block_keyword,
ACTIONS(79), 1,
sym_bundle_block_keyword,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(16), 5,
sym__block,
sym_body_block,
sym_promise_block,
sym_bundle_block,
aux_sym_source_file_repeat1,
[515] = 7,
ACTIONS(63), 1,
sym_identifier,
ACTIONS(67), 1,
sym_quoted_string,
ACTIONS(84), 1,
sym_promise_guard,
STATE(115), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(82), 2,
anon_sym_RBRACE,
sym_class_guard,
STATE(26), 3,
sym_promise,
sym_half_promise,
aux_sym__promises_repeat1,
[541] = 6,
ACTIONS(7), 1,
sym_body_block_keyword,
ACTIONS(9), 1,
sym_promise_block_keyword,
ACTIONS(11), 1,
sym_bundle_block_keyword,
ACTIONS(86), 1,
ts_builtin_sym_end,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(16), 5,
sym__block,
sym_body_block,
sym_promise_block,
sym_bundle_block,
aux_sym_source_file_repeat1,
[565] = 3,
ACTIONS(90), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(88), 8,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DOLLAR,
sym_quoted_string,
sym_qualified_identifier,
[583] = 3,
ACTIONS(94), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(92), 8,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DOLLAR,
sym_quoted_string,
sym_qualified_identifier,
[601] = 3,
ACTIONS(98), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(96), 8,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DOLLAR,
sym_quoted_string,
sym_qualified_identifier,
[619] = 3,
ACTIONS(102), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(100), 8,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DOLLAR,
sym_quoted_string,
sym_qualified_identifier,
[637] = 4,
ACTIONS(59), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(61), 3,
anon_sym_AT,
sym_identifier,
sym_qualified_identifier,
ACTIONS(57), 5,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_DOLLAR,
sym_quoted_string,
[657] = 3,
ACTIONS(106), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(104), 8,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_DOLLAR,
sym_quoted_string,
sym_qualified_identifier,
[675] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(55), 3,
anon_sym_AT,
sym_identifier,
sym_qualified_identifier,
ACTIONS(53), 6,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_LPAREN,
anon_sym_COMMA,
anon_sym_DOLLAR,
sym_quoted_string,
[693] = 7,
ACTIONS(108), 1,
sym_identifier,
ACTIONS(113), 1,
sym_quoted_string,
ACTIONS(116), 1,
sym_promise_guard,
STATE(115), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(111), 2,
anon_sym_RBRACE,
sym_class_guard,
STATE(26), 3,
sym_promise,
sym_half_promise,
aux_sym__promises_repeat1,
[719] = 7,
ACTIONS(63), 1,
sym_identifier,
ACTIONS(118), 1,
anon_sym_RBRACE,
ACTIONS(120), 1,
sym_class_guard,
STATE(155), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(28), 2,
sym__body_attribute,
aux_sym_body_block_body_repeat1,
STATE(83), 2,
sym_class_guarded_body_attributes,
aux_sym_body_block_body_repeat2,
[744] = 7,
ACTIONS(63), 1,
sym_identifier,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(122), 1,
anon_sym_RBRACE,
STATE(155), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(40), 2,
sym__body_attribute,
aux_sym_body_block_body_repeat1,
STATE(89), 2,
sym_class_guarded_body_attributes,
aux_sym_body_block_body_repeat2,
[769] = 8,
ACTIONS(63), 1,
sym_identifier,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(124), 1,
anon_sym_RBRACE,
STATE(92), 1,
aux_sym_promise_block_body_repeat1,
STATE(127), 1,
sym_class_guarded_body_attributes,
STATE(155), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(40), 2,
sym__body_attribute,
aux_sym_body_block_body_repeat1,
[796] = 8,
ACTIONS(67), 1,
sym_quoted_string,
ACTIONS(126), 1,
anon_sym_RBRACE,
ACTIONS(128), 1,
sym_promise_guard,
ACTIONS(130), 1,
sym_class_guard,
STATE(15), 1,
sym_promise,
STATE(44), 1,
sym__promises,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(45), 2,
sym_class_guarded_promises,
aux_sym_bundle_section_repeat1,
[823] = 8,
ACTIONS(63), 1,
sym_identifier,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(132), 1,
anon_sym_RBRACE,
STATE(86), 1,
aux_sym_promise_block_body_repeat1,
STATE(127), 1,
sym_class_guarded_body_attributes,
STATE(155), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(29), 2,
sym__body_attribute,
aux_sym_body_block_body_repeat1,
[850] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(90), 3,
anon_sym_AT,
sym_identifier,
sym_qualified_identifier,
ACTIONS(88), 5,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_DOLLAR,
sym_quoted_string,
[867] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(106), 3,
anon_sym_AT,
sym_identifier,
sym_qualified_identifier,
ACTIONS(104), 5,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_DOLLAR,
sym_quoted_string,
[884] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(94), 3,
anon_sym_AT,
sym_identifier,
sym_qualified_identifier,
ACTIONS(92), 5,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_DOLLAR,
sym_quoted_string,
[901] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(98), 3,
anon_sym_AT,
sym_identifier,
sym_qualified_identifier,
ACTIONS(96), 5,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_DOLLAR,
sym_quoted_string,
[918] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(102), 3,
anon_sym_AT,
sym_identifier,
sym_qualified_identifier,
ACTIONS(100), 5,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_DOLLAR,
sym_quoted_string,
[935] = 7,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(136), 1,
anon_sym_SEMI,
ACTIONS(138), 1,
anon_sym_COMMA,
ACTIONS(140), 1,
anon_sym_DASH_GT,
STATE(110), 1,
sym_attribute,
STATE(113), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[958] = 5,
ACTIONS(63), 1,
sym_identifier,
STATE(155), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(142), 2,
anon_sym_RBRACE,
sym_class_guard,
STATE(40), 2,
sym__body_attribute,
aux_sym_body_block_body_repeat1,
[977] = 6,
ACTIONS(67), 1,
sym_quoted_string,
ACTIONS(146), 1,
sym_promise_guard,
STATE(15), 1,
sym_promise,
STATE(114), 1,
sym__promises,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(144), 2,
anon_sym_RBRACE,
sym_class_guard,
[998] = 5,
ACTIONS(148), 1,
sym_identifier,
STATE(155), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(151), 2,
anon_sym_RBRACE,
sym_class_guard,
STATE(40), 2,
sym__body_attribute,
aux_sym_body_block_body_repeat1,
[1017] = 5,
ACTIONS(63), 1,
sym_identifier,
STATE(155), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(153), 2,
anon_sym_RBRACE,
sym_class_guard,
STATE(38), 2,
sym__body_attribute,
aux_sym_body_block_body_repeat1,
[1036] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(155), 5,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RPAREN,
sym_identifier,
[1048] = 5,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(157), 1,
sym_qualified_identifier,
STATE(125), 1,
sym_indexed_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(158), 2,
sym__variable_reference,
sym_dollar_expression,
[1066] = 5,
ACTIONS(130), 1,
sym_class_guard,
ACTIONS(159), 1,
anon_sym_RBRACE,
ACTIONS(161), 1,
sym_promise_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(47), 2,
sym_class_guarded_promises,
aux_sym_bundle_section_repeat1,
[1084] = 5,
ACTIONS(130), 1,
sym_class_guard,
ACTIONS(159), 1,
anon_sym_RBRACE,
ACTIONS(161), 1,
sym_promise_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(48), 2,
sym_class_guarded_promises,
aux_sym_bundle_section_repeat1,
[1102] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(165), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(163), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1116] = 5,
ACTIONS(130), 1,
sym_class_guard,
ACTIONS(167), 1,
anon_sym_RBRACE,
ACTIONS(169), 1,
sym_promise_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(48), 2,
sym_class_guarded_promises,
aux_sym_bundle_section_repeat1,
[1134] = 5,
ACTIONS(171), 1,
anon_sym_RBRACE,
ACTIONS(173), 1,
sym_promise_guard,
ACTIONS(175), 1,
sym_class_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(48), 2,
sym_class_guarded_promises,
aux_sym_bundle_section_repeat1,
[1152] = 5,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(157), 1,
sym_qualified_identifier,
STATE(125), 1,
sym_indexed_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(152), 2,
sym__variable_reference,
sym_dollar_expression,
[1170] = 5,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(157), 1,
sym_qualified_identifier,
STATE(125), 1,
sym_indexed_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(154), 2,
sym__variable_reference,
sym_dollar_expression,
[1188] = 5,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(157), 1,
sym_qualified_identifier,
STATE(125), 1,
sym_indexed_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(159), 2,
sym__variable_reference,
sym_dollar_expression,
[1206] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(180), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(178), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1220] = 6,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(182), 1,
anon_sym_SEMI,
ACTIONS(184), 1,
anon_sym_COMMA,
STATE(103), 1,
sym_attribute,
STATE(104), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1240] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(188), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(186), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1254] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(192), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(190), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1268] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(196), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(194), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1282] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(200), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(198), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1296] = 4,
ACTIONS(204), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(202), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
STATE(62), 2,
sym_index,
aux_sym_indexed_identifier_repeat1,
[1312] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(208), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(206), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1326] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(212), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(210), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1340] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(216), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(214), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1354] = 4,
ACTIONS(204), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(218), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
STATE(64), 2,
sym_index,
aux_sym_indexed_identifier_repeat1,
[1370] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(222), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(220), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1384] = 4,
ACTIONS(226), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(224), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
STATE(64), 2,
sym_index,
aux_sym_indexed_identifier_repeat1,
[1400] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(231), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(229), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1414] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(233), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1425] = 5,
ACTIONS(235), 1,
anon_sym_RBRACE,
ACTIONS(237), 1,
sym_class_guard,
STATE(67), 1,
aux_sym_promise_block_body_repeat1,
STATE(127), 1,
sym_class_guarded_body_attributes,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1442] = 4,
ACTIONS(204), 1,
anon_sym_LBRACK,
STATE(58), 1,
sym_index,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(240), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
[1457] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(242), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1468] = 4,
ACTIONS(246), 1,
anon_sym_COMMA,
STATE(84), 1,
aux_sym__value_list_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(244), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
[1483] = 4,
ACTIONS(248), 1,
anon_sym_RBRACE,
ACTIONS(250), 1,
sym_promise_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(71), 2,
sym_bundle_section,
aux_sym_bundle_block_body_repeat1,
[1498] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(253), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1509] = 4,
ACTIONS(257), 1,
anon_sym_COMMA,
STATE(73), 1,
aux_sym__value_list_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(255), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
[1524] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(260), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1535] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(262), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1546] = 4,
ACTIONS(264), 1,
anon_sym_RBRACE,
ACTIONS(266), 1,
sym_promise_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(81), 2,
sym_bundle_section,
aux_sym_bundle_block_body_repeat1,
[1561] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(268), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1572] = 5,
ACTIONS(270), 1,
anon_sym_LBRACE,
ACTIONS(272), 1,
anon_sym_LPAREN,
STATE(80), 1,
sym_bundle_block_body,
STATE(132), 1,
sym_parameter_list,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1589] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(274), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1600] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(276), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1611] = 4,
ACTIONS(266), 1,
sym_promise_guard,
ACTIONS(278), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(71), 2,
sym_bundle_section,
aux_sym_bundle_block_body_repeat1,
[1626] = 5,
ACTIONS(272), 1,
anon_sym_LPAREN,
ACTIONS(280), 1,
anon_sym_LBRACE,
STATE(66), 1,
sym_body_block_body,
STATE(133), 1,
sym_parameter_list,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1643] = 4,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(122), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(90), 2,
sym_class_guarded_body_attributes,
aux_sym_body_block_body_repeat2,
[1658] = 4,
ACTIONS(282), 1,
anon_sym_COMMA,
STATE(73), 1,
aux_sym__value_list_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(33), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
[1673] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(284), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1684] = 5,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(124), 1,
anon_sym_RBRACE,
STATE(67), 1,
aux_sym_promise_block_body_repeat1,
STATE(127), 1,
sym_class_guarded_body_attributes,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1701] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(286), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1712] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(288), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1723] = 4,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(290), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(90), 2,
sym_class_guarded_body_attributes,
aux_sym_body_block_body_repeat2,
[1738] = 4,
ACTIONS(292), 1,
anon_sym_RBRACE,
ACTIONS(294), 1,
sym_class_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(90), 2,
sym_class_guarded_body_attributes,
aux_sym_body_block_body_repeat2,
[1753] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(297), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1764] = 5,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(299), 1,
anon_sym_RBRACE,
STATE(67), 1,
aux_sym_promise_block_body_repeat1,
STATE(127), 1,
sym_class_guarded_body_attributes,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1781] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(301), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1792] = 4,
ACTIONS(303), 1,
anon_sym_SEMI,
ACTIONS(305), 1,
anon_sym_COMMA,
STATE(98), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1806] = 4,
ACTIONS(157), 1,
sym_qualified_identifier,
STATE(125), 1,
sym_indexed_identifier,
STATE(161), 1,
sym__variable_reference,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1820] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(307), 1,
anon_sym_SEMI,
STATE(122), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1834] = 4,
ACTIONS(307), 1,
anon_sym_SEMI,
ACTIONS(309), 1,
anon_sym_COMMA,
STATE(98), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1848] = 4,
ACTIONS(311), 1,
anon_sym_SEMI,
ACTIONS(313), 1,
anon_sym_COMMA,
STATE(98), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1862] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(303), 1,
anon_sym_SEMI,
STATE(122), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1876] = 4,
ACTIONS(316), 1,
sym_identifier,
ACTIONS(318), 1,
anon_sym_RPAREN,
STATE(121), 1,
aux_sym_parameter_list_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1890] = 3,
ACTIONS(320), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(322), 2,
anon_sym_RBRACE,
sym_class_guard,
[1902] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(324), 1,
anon_sym_SEMI,
STATE(122), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1916] = 4,
ACTIONS(324), 1,
anon_sym_SEMI,
ACTIONS(326), 1,
anon_sym_COMMA,
STATE(112), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1930] = 4,
ACTIONS(324), 1,
anon_sym_SEMI,
ACTIONS(326), 1,
anon_sym_COMMA,
STATE(98), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1944] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(328), 1,
anon_sym_SEMI,
STATE(122), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1958] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(330), 1,
anon_sym_SEMI,
STATE(122), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1972] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(255), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
[1982] = 4,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(332), 1,
sym_identifier,
STATE(140), 1,
sym_dollar_expression,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1996] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(334), 1,
anon_sym_SEMI,
STATE(122), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2010] = 4,
ACTIONS(334), 1,
anon_sym_SEMI,
ACTIONS(336), 1,
anon_sym_COMMA,
STATE(97), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2024] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(338), 1,
anon_sym_SEMI,
STATE(122), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2038] = 4,
ACTIONS(338), 1,
anon_sym_SEMI,
ACTIONS(340), 1,
anon_sym_COMMA,
STATE(98), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2052] = 4,
ACTIONS(334), 1,
anon_sym_SEMI,
ACTIONS(336), 1,
anon_sym_COMMA,
STATE(98), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2066] = 3,
ACTIONS(344), 1,
sym_promise_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(342), 2,
anon_sym_RBRACE,
sym_class_guard,
[2078] = 4,
ACTIONS(346), 1,
anon_sym_SEMI,
ACTIONS(348), 1,
anon_sym_COMMA,
STATE(94), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2092] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(350), 1,
anon_sym_SEMI,
STATE(122), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2106] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(352), 3,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_LBRACK,
[2116] = 4,
ACTIONS(157), 1,
sym_qualified_identifier,
STATE(125), 1,
sym_indexed_identifier,
STATE(166), 1,
sym__variable_reference,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2130] = 4,
ACTIONS(157), 1,
sym_qualified_identifier,
STATE(125), 1,
sym_indexed_identifier,
STATE(168), 1,
sym__variable_reference,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2144] = 4,
ACTIONS(157), 1,
sym_qualified_identifier,
STATE(125), 1,
sym_indexed_identifier,
STATE(160), 1,
sym__variable_reference,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2158] = 3,
ACTIONS(354), 1,
sym_identifier,
STATE(134), 1,
aux_sym_parameter_list_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2169] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(311), 2,
anon_sym_SEMI,
anon_sym_COMMA,
[2178] = 3,
ACTIONS(356), 1,
anon_sym_LBRACE,
ACTIONS(358), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2189] = 3,
ACTIONS(360), 1,
anon_sym_LBRACE,
ACTIONS(362), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2200] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(240), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
[2209] = 3,
ACTIONS(364), 1,
anon_sym_COMMA,
ACTIONS(366), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2220] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(368), 2,
anon_sym_RBRACE,
sym_class_guard,
[2229] = 3,
ACTIONS(370), 1,
sym_identifier,
ACTIONS(372), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2240] = 3,
ACTIONS(370), 1,
sym_identifier,
ACTIONS(374), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2251] = 3,
ACTIONS(376), 1,
anon_sym_LBRACE,
STATE(75), 1,
sym_promise_block_body,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2262] = 3,
ACTIONS(378), 1,
anon_sym_COMMA,
ACTIONS(380), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2273] = 3,
ACTIONS(270), 1,
anon_sym_LBRACE,
STATE(72), 1,
sym_bundle_block_body,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2284] = 3,
ACTIONS(280), 1,
anon_sym_LBRACE,
STATE(93), 1,
sym_body_block_body,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2295] = 3,
ACTIONS(382), 1,
sym_identifier,
STATE(134), 1,
aux_sym_parameter_list_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2306] = 3,
ACTIONS(134), 1,
sym_identifier,
STATE(122), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2317] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(385), 2,
anon_sym_SEMI,
anon_sym_COMMA,
[2326] = 3,
ACTIONS(387), 1,
anon_sym_LBRACE,
ACTIONS(389), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2337] = 3,
ACTIONS(391), 1,
anon_sym_LBRACE,
ACTIONS(393), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2348] = 2,
ACTIONS(395), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2356] = 2,
ACTIONS(397), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2364] = 2,
ACTIONS(399), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2372] = 2,
ACTIONS(401), 1,
anon_sym_COMMA,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2380] = 2,
ACTIONS(403), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2388] = 2,
ACTIONS(405), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2396] = 2,
ACTIONS(407), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2404] = 2,
ACTIONS(409), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2412] = 2,
ACTIONS(411), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2420] = 2,
ACTIONS(413), 1,
anon_sym_EQ_GT,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2428] = 2,
ACTIONS(415), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2436] = 2,
ACTIONS(417), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2444] = 2,
ACTIONS(419), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2452] = 2,
ACTIONS(421), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2460] = 2,
ACTIONS(423), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2468] = 2,
ACTIONS(421), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2476] = 2,
ACTIONS(425), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2484] = 2,
ACTIONS(427), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2492] = 2,
ACTIONS(429), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2500] = 2,
ACTIONS(431), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2508] = 2,
ACTIONS(431), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2516] = 2,
ACTIONS(433), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2524] = 2,
ACTIONS(433), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2532] = 2,
ACTIONS(435), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2540] = 2,
ACTIONS(437), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2548] = 2,
ACTIONS(439), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2556] = 2,
ACTIONS(370), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2564] = 2,
ACTIONS(441), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2572] = 2,
ACTIONS(443), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2580] = 2,
ACTIONS(441), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2588] = 2,
ACTIONS(445), 1,
ts_builtin_sym_end,
ACTIONS(3), 2,
sym_comment,
sym_macro,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 38,
[SMALL_STATE(4)] = 79,
[SMALL_STATE(5)] = 120,
[SMALL_STATE(6)] = 161,
[SMALL_STATE(7)] = 200,
[SMALL_STATE(8)] = 239,
[SMALL_STATE(9)] = 278,
[SMALL_STATE(10)] = 319,
[SMALL_STATE(11)] = 354,
[SMALL_STATE(12)] = 389,
[SMALL_STATE(13)] = 424,
[SMALL_STATE(14)] = 444,
[SMALL_STATE(15)] = 465,
[SMALL_STATE(16)] = 491,
[SMALL_STATE(17)] = 515,
[SMALL_STATE(18)] = 541,
[SMALL_STATE(19)] = 565,
[SMALL_STATE(20)] = 583,
[SMALL_STATE(21)] = 601,
[SMALL_STATE(22)] = 619,
[SMALL_STATE(23)] = 637,
[SMALL_STATE(24)] = 657,
[SMALL_STATE(25)] = 675,
[SMALL_STATE(26)] = 693,
[SMALL_STATE(27)] = 719,
[SMALL_STATE(28)] = 744,
[SMALL_STATE(29)] = 769,
[SMALL_STATE(30)] = 796,
[SMALL_STATE(31)] = 823,
[SMALL_STATE(32)] = 850,
[SMALL_STATE(33)] = 867,
[SMALL_STATE(34)] = 884,
[SMALL_STATE(35)] = 901,
[SMALL_STATE(36)] = 918,
[SMALL_STATE(37)] = 935,
[SMALL_STATE(38)] = 958,
[SMALL_STATE(39)] = 977,
[SMALL_STATE(40)] = 998,
[SMALL_STATE(41)] = 1017,
[SMALL_STATE(42)] = 1036,
[SMALL_STATE(43)] = 1048,
[SMALL_STATE(44)] = 1066,
[SMALL_STATE(45)] = 1084,
[SMALL_STATE(46)] = 1102,
[SMALL_STATE(47)] = 1116,
[SMALL_STATE(48)] = 1134,
[SMALL_STATE(49)] = 1152,
[SMALL_STATE(50)] = 1170,
[SMALL_STATE(51)] = 1188,
[SMALL_STATE(52)] = 1206,
[SMALL_STATE(53)] = 1220,
[SMALL_STATE(54)] = 1240,
[SMALL_STATE(55)] = 1254,
[SMALL_STATE(56)] = 1268,
[SMALL_STATE(57)] = 1282,
[SMALL_STATE(58)] = 1296,
[SMALL_STATE(59)] = 1312,
[SMALL_STATE(60)] = 1326,
[SMALL_STATE(61)] = 1340,
[SMALL_STATE(62)] = 1354,
[SMALL_STATE(63)] = 1370,
[SMALL_STATE(64)] = 1384,
[SMALL_STATE(65)] = 1400,
[SMALL_STATE(66)] = 1414,
[SMALL_STATE(67)] = 1425,
[SMALL_STATE(68)] = 1442,
[SMALL_STATE(69)] = 1457,
[SMALL_STATE(70)] = 1468,
[SMALL_STATE(71)] = 1483,
[SMALL_STATE(72)] = 1498,
[SMALL_STATE(73)] = 1509,
[SMALL_STATE(74)] = 1524,
[SMALL_STATE(75)] = 1535,
[SMALL_STATE(76)] = 1546,
[SMALL_STATE(77)] = 1561,
[SMALL_STATE(78)] = 1572,
[SMALL_STATE(79)] = 1589,
[SMALL_STATE(80)] = 1600,
[SMALL_STATE(81)] = 1611,
[SMALL_STATE(82)] = 1626,
[SMALL_STATE(83)] = 1643,
[SMALL_STATE(84)] = 1658,
[SMALL_STATE(85)] = 1673,
[SMALL_STATE(86)] = 1684,
[SMALL_STATE(87)] = 1701,
[SMALL_STATE(88)] = 1712,
[SMALL_STATE(89)] = 1723,
[SMALL_STATE(90)] = 1738,
[SMALL_STATE(91)] = 1753,
[SMALL_STATE(92)] = 1764,
[SMALL_STATE(93)] = 1781,
[SMALL_STATE(94)] = 1792,
[SMALL_STATE(95)] = 1806,
[SMALL_STATE(96)] = 1820,
[SMALL_STATE(97)] = 1834,
[SMALL_STATE(98)] = 1848,
[SMALL_STATE(99)] = 1862,
[SMALL_STATE(100)] = 1876,
[SMALL_STATE(101)] = 1890,
[SMALL_STATE(102)] = 1902,
[SMALL_STATE(103)] = 1916,
[SMALL_STATE(104)] = 1930,
[SMALL_STATE(105)] = 1944,
[SMALL_STATE(106)] = 1958,
[SMALL_STATE(107)] = 1972,
[SMALL_STATE(108)] = 1982,
[SMALL_STATE(109)] = 1996,
[SMALL_STATE(110)] = 2010,
[SMALL_STATE(111)] = 2024,
[SMALL_STATE(112)] = 2038,
[SMALL_STATE(113)] = 2052,
[SMALL_STATE(114)] = 2066,
[SMALL_STATE(115)] = 2078,
[SMALL_STATE(116)] = 2092,
[SMALL_STATE(117)] = 2106,
[SMALL_STATE(118)] = 2116,
[SMALL_STATE(119)] = 2130,
[SMALL_STATE(120)] = 2144,
[SMALL_STATE(121)] = 2158,
[SMALL_STATE(122)] = 2169,
[SMALL_STATE(123)] = 2178,
[SMALL_STATE(124)] = 2189,
[SMALL_STATE(125)] = 2200,
[SMALL_STATE(126)] = 2209,
[SMALL_STATE(127)] = 2220,
[SMALL_STATE(128)] = 2229,
[SMALL_STATE(129)] = 2240,
[SMALL_STATE(130)] = 2251,
[SMALL_STATE(131)] = 2262,
[SMALL_STATE(132)] = 2273,
[SMALL_STATE(133)] = 2284,
[SMALL_STATE(134)] = 2295,
[SMALL_STATE(135)] = 2306,
[SMALL_STATE(136)] = 2317,
[SMALL_STATE(137)] = 2326,
[SMALL_STATE(138)] = 2337,
[SMALL_STATE(139)] = 2348,
[SMALL_STATE(140)] = 2356,
[SMALL_STATE(141)] = 2364,
[SMALL_STATE(142)] = 2372,
[SMALL_STATE(143)] = 2380,
[SMALL_STATE(144)] = 2388,
[SMALL_STATE(145)] = 2396,
[SMALL_STATE(146)] = 2404,
[SMALL_STATE(147)] = 2412,
[SMALL_STATE(148)] = 2420,
[SMALL_STATE(149)] = 2428,
[SMALL_STATE(150)] = 2436,
[SMALL_STATE(151)] = 2444,
[SMALL_STATE(152)] = 2452,
[SMALL_STATE(153)] = 2460,
[SMALL_STATE(154)] = 2468,
[SMALL_STATE(155)] = 2476,
[SMALL_STATE(156)] = 2484,
[SMALL_STATE(157)] = 2492,
[SMALL_STATE(158)] = 2500,
[SMALL_STATE(159)] = 2508,
[SMALL_STATE(160)] = 2516,
[SMALL_STATE(161)] = 2524,
[SMALL_STATE(162)] = 2532,
[SMALL_STATE(163)] = 2540,
[SMALL_STATE(164)] = 2548,
[SMALL_STATE(165)] = 2556,
[SMALL_STATE(166)] = 2564,
[SMALL_STATE(167)] = 2572,
[SMALL_STATE(168)] = 2580,
[SMALL_STATE(169)] = 2588,
};
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, 0, 0),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[15] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_value, 1, 0, 0),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[33] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__value_list, 2, 0, 0),
[35] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__value_list, 3, 0, 0),
[37] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__right_value, 1, 0, 0),
[39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
[41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138),
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23),
[47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
[51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[53] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dollar_expression, 4, 0, 11),
[55] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dollar_expression, 4, 0, 11),
[57] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bare_value, 1, 0, 0),
[59] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_calling_identifier, 1, 0, 0),
[61] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bare_value, 1, 0, 0),
[63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148),
[65] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__promises, 1, 0, 0),
[67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37),
[69] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__promises, 1, 0, 0),
[71] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
[73] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(147),
[76] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(151),
[79] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(146),
[82] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__promises, 2, 0, 0),
[84] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__promises, 2, 0, 0),
[86] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
[88] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2, 0, 0),
[90] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2, 0, 0),
[92] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 3, 0, 0),
[94] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 3, 0, 0),
[96] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, 0, 0),
[98] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, 0, 0),
[100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 4, 0, 0),
[102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 4, 0, 0),
[104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_at_expression, 4, 0, 12),
[106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_at_expression, 4, 0, 12),
[108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__promises_repeat1, 2, 0, 0), SHIFT_REPEAT(148),
[111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__promises_repeat1, 2, 0, 0),
[113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__promises_repeat1, 2, 0, 0), SHIFT_REPEAT(37),
[116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__promises_repeat1, 2, 0, 0),
[118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_section, 1, 0, 0),
[128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bundle_section, 1, 0, 0),
[130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_guarded_body_attributes, 2, 0, 0),
[144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_guarded_promises, 1, 0, 0),
[146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_guarded_promises, 1, 0, 0),
[148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_body_block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(148),
[151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_body_block_body_repeat1, 2, 0, 0),
[153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_guarded_body_attributes, 1, 0, 0),
[155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_value, 2, 0, 0),
[157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_section, 2, 0, 0),
[161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bundle_section, 2, 0, 0),
[163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 2, 0, 9),
[165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 2, 0, 9),
[167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_section, 3, 0, 0),
[169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bundle_section, 3, 0, 0),
[171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_bundle_section_repeat1, 2, 0, 0),
[173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_bundle_section_repeat1, 2, 0, 0),
[175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_bundle_section_repeat1, 2, 0, 0), SHIFT_REPEAT(39),
[178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 3, 0, 9),
[180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 3, 0, 9),
[182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_half_promise, 2, 0, 0),
[188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_half_promise, 2, 0, 0),
[190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 4, 0, 10),
[192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 4, 0, 10),
[194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 4, 0, 9),
[196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 4, 0, 9),
[198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_half_promise, 3, 0, 0),
[200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_half_promise, 3, 0, 0),
[202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexed_identifier, 2, 0, 0),
[204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 5, 0, 10),
[208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 5, 0, 10),
[210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 5, 0, 9),
[212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 5, 0, 9),
[214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_half_promise, 4, 0, 0),
[216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_half_promise, 4, 0, 0),
[218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexed_identifier, 3, 0, 0),
[220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 6, 0, 10),
[222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 6, 0, 10),
[224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_indexed_identifier_repeat1, 2, 0, 0),
[226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indexed_identifier_repeat1, 2, 0, 0), SHIFT_REPEAT(108),
[229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 7, 0, 10),
[231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 7, 0, 10),
[233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_block, 4, 0, 1),
[235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_promise_block_body_repeat1, 2, 0, 0),
[237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_promise_block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(41),
[240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_reference, 1, 0, 0),
[242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_block_body, 3, 0, 0),
[244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__value_list, 1, 0, 0),
[246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_bundle_block_body_repeat1, 2, 0, 0),
[250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_bundle_block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(30),
[253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_block, 5, 0, 3),
[255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__value_list_repeat1, 2, 0, 0),
[257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__value_list_repeat1, 2, 0, 0), SHIFT_REPEAT(12),
[260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_block_body, 4, 0, 0),
[262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise_block, 4, 0, 2),
[264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise_block_body, 4, 0, 0),
[270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise_block_body, 2, 0, 0),
[276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_block, 4, 0, 3),
[278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_block_body, 2, 0, 0),
[286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_block_body, 3, 0, 0),
[288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_block_body, 2, 0, 0),
[290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_body_block_body_repeat2, 2, 0, 0),
[294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_body_block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(41),
[297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise_block_body, 3, 0, 0),
[299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_block, 5, 0, 1),
[303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_promise_repeat1, 2, 0, 0),
[313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_promise_repeat1, 2, 0, 0), SHIFT_REPEAT(135),
[316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
[320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__body_attribute, 2, 0, 0),
[322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__body_attribute, 2, 0, 0),
[324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_guarded_promises, 2, 0, 0),
[344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_guarded_promises, 2, 0, 0),
[346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index, 3, 0, 0),
[354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_promise_block_body_repeat1, 1, 0, 4),
[370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 5),
[372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(142),
[385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 7),
[387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4, 0, 6),
[407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3),
[409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
[411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 6),
[419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0),
[437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5, 0, 8),
[441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4, 0, 8),
[445] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
};
#ifdef __cplusplus
extern "C" {
#endif
#ifdef TREE_SITTER_HIDE_SYMBOLS
#define TS_PUBLIC
#elif defined(_WIN32)
#define TS_PUBLIC __declspec(dllexport)
#else
#define TS_PUBLIC __attribute__((visibility("default")))
#endif
TS_PUBLIC const TSLanguage *tree_sitter_cfengine(void) {
static const TSLanguage language = {
.abi_version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.supertype_count = SUPERTYPE_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = (const void*)ts_lex_modes,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym_identifier,
.primary_state_ids = ts_primary_state_ids,
.name = "cfengine",
.max_reserved_word_set_size = 0,
.metadata = {
.major_version = 1,
.minor_version = 1,
.patch_version = 12,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif