#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 168
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 61
#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,
alias_sym_at_expression_end = 61,
alias_sym_at_expression_reference = 62,
alias_sym_at_expression_start = 63,
alias_sym_attribute_name = 64,
alias_sym_body_block_name = 65,
alias_sym_body_block_type = 66,
alias_sym_bundle_block_name = 67,
alias_sym_bundle_block_type = 68,
alias_sym_class_guarded_promise_block_attributes = 69,
alias_sym_dollar_expression_end = 70,
alias_sym_dollar_expression_start = 71,
alias_sym_parameter = 72,
alias_sym_promise_block_name = 73,
alias_sym_promise_block_type = 74,
alias_sym_promiser = 75,
alias_sym_stakeholder = 76,
};
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",
[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,
[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,
},
[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] = 20,
[31] = 19,
[32] = 32,
[33] = 24,
[34] = 22,
[35] = 21,
[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] = 44,
[61] = 61,
[62] = 59,
[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] = 102,
[116] = 104,
[117] = 117,
[118] = 118,
[119] = 119,
[120] = 120,
[121] = 121,
[122] = 122,
[123] = 123,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 133,
[134] = 134,
[135] = 133,
[136] = 132,
[137] = 137,
[138] = 138,
[139] = 139,
[140] = 140,
[141] = 141,
[142] = 142,
[143] = 143,
[144] = 144,
[145] = 145,
[146] = 146,
[147] = 147,
[148] = 148,
[149] = 149,
[150] = 150,
[151] = 137,
[152] = 152,
[153] = 153,
[154] = 143,
[155] = 155,
[156] = 145,
[157] = 148,
[158] = 150,
[159] = 159,
[160] = 160,
[161] = 152,
[162] = 160,
[163] = 163,
[164] = 164,
[165] = 165,
[166] = 166,
[167] = 167,
};
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 = 0},
[31] = {.lex_state = 0},
[32] = {.lex_state = 5},
[33] = {.lex_state = 0},
[34] = {.lex_state = 0},
[35] = {.lex_state = 0},
[36] = {.lex_state = 5},
[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 = 5},
[44] = {.lex_state = 2},
[45] = {.lex_state = 5},
[46] = {.lex_state = 5},
[47] = {.lex_state = 5},
[48] = {.lex_state = 5},
[49] = {.lex_state = 5},
[50] = {.lex_state = 5},
[51] = {.lex_state = 5},
[52] = {.lex_state = 5},
[53] = {.lex_state = 5},
[54] = {.lex_state = 5},
[55] = {.lex_state = 5},
[56] = {.lex_state = 5},
[57] = {.lex_state = 5},
[58] = {.lex_state = 5},
[59] = {.lex_state = 2},
[60] = {.lex_state = 2},
[61] = {.lex_state = 0},
[62] = {.lex_state = 2},
[63] = {.lex_state = 5},
[64] = {.lex_state = 6},
[65] = {.lex_state = 0},
[66] = {.lex_state = 0},
[67] = {.lex_state = 6},
[68] = {.lex_state = 0},
[69] = {.lex_state = 0},
[70] = {.lex_state = 0},
[71] = {.lex_state = 0},
[72] = {.lex_state = 0},
[73] = {.lex_state = 0},
[74] = {.lex_state = 0},
[75] = {.lex_state = 5},
[76] = {.lex_state = 0},
[77] = {.lex_state = 0},
[78] = {.lex_state = 0},
[79] = {.lex_state = 5},
[80] = {.lex_state = 0},
[81] = {.lex_state = 0},
[82] = {.lex_state = 6},
[83] = {.lex_state = 0},
[84] = {.lex_state = 5},
[85] = {.lex_state = 0},
[86] = {.lex_state = 5},
[87] = {.lex_state = 0},
[88] = {.lex_state = 5},
[89] = {.lex_state = 0},
[90] = {.lex_state = 0},
[91] = {.lex_state = 0},
[92] = {.lex_state = 0},
[93] = {.lex_state = 0},
[94] = {.lex_state = 0},
[95] = {.lex_state = 0},
[96] = {.lex_state = 0},
[97] = {.lex_state = 0},
[98] = {.lex_state = 0},
[99] = {.lex_state = 0},
[100] = {.lex_state = 0},
[101] = {.lex_state = 0},
[102] = {.lex_state = 2},
[103] = {.lex_state = 0},
[104] = {.lex_state = 2},
[105] = {.lex_state = 5},
[106] = {.lex_state = 0},
[107] = {.lex_state = 0},
[108] = {.lex_state = 5},
[109] = {.lex_state = 0},
[110] = {.lex_state = 0},
[111] = {.lex_state = 0},
[112] = {.lex_state = 0},
[113] = {.lex_state = 0},
[114] = {.lex_state = 0},
[115] = {.lex_state = 2},
[116] = {.lex_state = 2},
[117] = {.lex_state = 0},
[118] = {.lex_state = 0},
[119] = {.lex_state = 0},
[120] = {.lex_state = 0},
[121] = {.lex_state = 0},
[122] = {.lex_state = 0},
[123] = {.lex_state = 0},
[124] = {.lex_state = 0},
[125] = {.lex_state = 5},
[126] = {.lex_state = 0},
[127] = {.lex_state = 0},
[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},
};
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(144),
[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(152), 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(61), 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(152), 1,
sym_calling_identifier,
STATE(162), 1,
sym__value_list,
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(143), 1,
sym__value_list,
STATE(152), 1,
sym_calling_identifier,
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(152), 1,
sym_calling_identifier,
STATE(154), 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(101), 1,
sym__right_value,
STATE(152), 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(101), 1,
sym__right_value,
STATE(152), 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(161), 1,
sym_calling_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(15), 2,
anon_sym_SEMI,
anon_sym_COMMA,
STATE(61), 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(152), 1,
sym_calling_identifier,
STATE(160), 1,
sym__value_list,
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(126), 1,
sym__right_value,
STATE(152), 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(42), 1,
sym__right_value,
STATE(161), 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(101), 1,
sym__right_value,
STATE(152), 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(109), 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(109), 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(109), 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(153), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(36), 2,
sym__body_attribute,
aux_sym_body_block_body_repeat1,
STATE(88), 2,
sym_class_guarded_body_attributes,
aux_sym_body_block_body_repeat2,
[744] = 8,
ACTIONS(63), 1,
sym_identifier,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(122), 1,
anon_sym_RBRACE,
STATE(84), 1,
aux_sym_promise_block_body_repeat1,
STATE(125), 1,
sym_class_guarded_body_attributes,
STATE(153), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(40), 2,
sym__body_attribute,
aux_sym_body_block_body_repeat1,
[771] = 8,
ACTIONS(67), 1,
sym_quoted_string,
ACTIONS(124), 1,
anon_sym_RBRACE,
ACTIONS(126), 1,
sym_promise_guard,
ACTIONS(128), 1,
sym_class_guard,
STATE(15), 1,
sym_promise,
STATE(49), 1,
sym__promises,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(55), 2,
sym_class_guarded_promises,
aux_sym_bundle_section_repeat1,
[798] = 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,
[815] = 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,
[832] = 8,
ACTIONS(63), 1,
sym_identifier,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(130), 1,
anon_sym_RBRACE,
STATE(63), 1,
aux_sym_promise_block_body_repeat1,
STATE(125), 1,
sym_class_guarded_body_attributes,
STATE(153), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(28), 2,
sym__body_attribute,
aux_sym_body_block_body_repeat1,
[859] = 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,
[876] = 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,
[893] = 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,
[910] = 7,
ACTIONS(63), 1,
sym_identifier,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(132), 1,
anon_sym_RBRACE,
STATE(153), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(40), 2,
sym__body_attribute,
aux_sym_body_block_body_repeat1,
STATE(75), 2,
sym_class_guarded_body_attributes,
aux_sym_body_block_body_repeat2,
[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(95), 1,
sym_attribute,
STATE(96), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[958] = 5,
ACTIONS(63), 1,
sym_identifier,
STATE(153), 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] = 5,
ACTIONS(63), 1,
sym_identifier,
STATE(153), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(144), 2,
anon_sym_RBRACE,
sym_class_guard,
STATE(38), 2,
sym__body_attribute,
aux_sym_body_block_body_repeat1,
[996] = 5,
ACTIONS(146), 1,
sym_identifier,
STATE(153), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(149), 2,
anon_sym_RBRACE,
sym_class_guard,
STATE(40), 2,
sym__body_attribute,
aux_sym_body_block_body_repeat1,
[1015] = 6,
ACTIONS(67), 1,
sym_quoted_string,
ACTIONS(153), 1,
sym_promise_guard,
STATE(15), 1,
sym_promise,
STATE(108), 1,
sym__promises,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(151), 2,
anon_sym_RBRACE,
sym_class_guard,
[1036] = 6,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(155), 1,
anon_sym_SEMI,
ACTIONS(157), 1,
anon_sym_COMMA,
STATE(98), 1,
sym_attribute,
STATE(99), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1056] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(161), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(159), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1070] = 5,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(163), 1,
sym_qualified_identifier,
STATE(128), 1,
sym_indexed_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(157), 2,
sym__variable_reference,
sym_dollar_expression,
[1088] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(167), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(165), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1102] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(171), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(169), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1116] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(175), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(173), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1130] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(179), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(177), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1144] = 5,
ACTIONS(128), 1,
sym_class_guard,
ACTIONS(181), 1,
anon_sym_RBRACE,
ACTIONS(183), 1,
sym_promise_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(57), 2,
sym_class_guarded_promises,
aux_sym_bundle_section_repeat1,
[1162] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(187), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(185), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1176] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(191), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(189), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1190] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(195), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(193), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1204] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(199), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(197), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1218] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(203), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(201), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1232] = 5,
ACTIONS(128), 1,
sym_class_guard,
ACTIONS(181), 1,
anon_sym_RBRACE,
ACTIONS(183), 1,
sym_promise_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(58), 2,
sym_class_guarded_promises,
aux_sym_bundle_section_repeat1,
[1250] = 3,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(207), 2,
anon_sym_RBRACE,
sym_class_guard,
ACTIONS(205), 3,
sym_quoted_string,
sym_identifier,
sym_promise_guard,
[1264] = 5,
ACTIONS(128), 1,
sym_class_guard,
ACTIONS(209), 1,
anon_sym_RBRACE,
ACTIONS(211), 1,
sym_promise_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(58), 2,
sym_class_guarded_promises,
aux_sym_bundle_section_repeat1,
[1282] = 5,
ACTIONS(213), 1,
anon_sym_RBRACE,
ACTIONS(215), 1,
sym_promise_guard,
ACTIONS(217), 1,
sym_class_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(58), 2,
sym_class_guarded_promises,
aux_sym_bundle_section_repeat1,
[1300] = 5,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(163), 1,
sym_qualified_identifier,
STATE(128), 1,
sym_indexed_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(145), 2,
sym__variable_reference,
sym_dollar_expression,
[1318] = 5,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(163), 1,
sym_qualified_identifier,
STATE(128), 1,
sym_indexed_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(148), 2,
sym__variable_reference,
sym_dollar_expression,
[1336] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(220), 5,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_COMMA,
anon_sym_RPAREN,
sym_identifier,
[1348] = 5,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(163), 1,
sym_qualified_identifier,
STATE(128), 1,
sym_indexed_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(156), 2,
sym__variable_reference,
sym_dollar_expression,
[1366] = 5,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(122), 1,
anon_sym_RBRACE,
STATE(86), 1,
aux_sym_promise_block_body_repeat1,
STATE(125), 1,
sym_class_guarded_body_attributes,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1383] = 4,
ACTIONS(222), 1,
anon_sym_RBRACE,
ACTIONS(224), 1,
sym_promise_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(64), 2,
sym_bundle_section,
aux_sym_bundle_block_body_repeat1,
[1398] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(227), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1409] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(229), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1420] = 4,
ACTIONS(231), 1,
anon_sym_RBRACE,
ACTIONS(233), 1,
sym_promise_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(64), 2,
sym_bundle_section,
aux_sym_bundle_block_body_repeat1,
[1435] = 5,
ACTIONS(235), 1,
anon_sym_LBRACE,
ACTIONS(237), 1,
anon_sym_LPAREN,
STATE(77), 1,
sym_body_block_body,
STATE(118), 1,
sym_parameter_list,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1452] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(239), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1463] = 4,
ACTIONS(243), 1,
anon_sym_COMMA,
STATE(76), 1,
aux_sym__value_list_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(241), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
[1478] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(245), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1489] = 5,
ACTIONS(237), 1,
anon_sym_LPAREN,
ACTIONS(247), 1,
anon_sym_LBRACE,
STATE(85), 1,
sym_bundle_block_body,
STATE(131), 1,
sym_parameter_list,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1506] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(249), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1517] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(251), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1528] = 4,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(253), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(79), 2,
sym_class_guarded_body_attributes,
aux_sym_body_block_body_repeat2,
[1543] = 4,
ACTIONS(255), 1,
anon_sym_COMMA,
STATE(80), 1,
aux_sym__value_list_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(33), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
[1558] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(257), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1569] = 4,
ACTIONS(261), 1,
anon_sym_LBRACK,
STATE(117), 1,
sym_index,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(259), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
[1584] = 4,
ACTIONS(263), 1,
anon_sym_RBRACE,
ACTIONS(265), 1,
sym_class_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(79), 2,
sym_class_guarded_body_attributes,
aux_sym_body_block_body_repeat2,
[1599] = 4,
ACTIONS(270), 1,
anon_sym_COMMA,
STATE(80), 1,
aux_sym__value_list_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(268), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
[1614] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(273), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1625] = 4,
ACTIONS(233), 1,
sym_promise_guard,
ACTIONS(275), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(67), 2,
sym_bundle_section,
aux_sym_bundle_block_body_repeat1,
[1640] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(277), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1651] = 5,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(279), 1,
anon_sym_RBRACE,
STATE(86), 1,
aux_sym_promise_block_body_repeat1,
STATE(125), 1,
sym_class_guarded_body_attributes,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1668] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(281), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1679] = 5,
ACTIONS(283), 1,
anon_sym_RBRACE,
ACTIONS(285), 1,
sym_class_guard,
STATE(86), 1,
aux_sym_promise_block_body_repeat1,
STATE(125), 1,
sym_class_guarded_body_attributes,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1696] = 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,
[1707] = 4,
ACTIONS(120), 1,
sym_class_guard,
ACTIONS(132), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
STATE(79), 2,
sym_class_guarded_body_attributes,
aux_sym_body_block_body_repeat2,
[1722] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(290), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1733] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(292), 4,
ts_builtin_sym_end,
sym_body_block_keyword,
sym_promise_block_keyword,
sym_bundle_block_keyword,
[1744] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(294), 1,
anon_sym_SEMI,
STATE(121), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1758] = 4,
ACTIONS(296), 1,
anon_sym_SEMI,
ACTIONS(298), 1,
anon_sym_COMMA,
STATE(113), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1772] = 4,
ACTIONS(300), 1,
sym_identifier,
ACTIONS(302), 1,
anon_sym_RPAREN,
STATE(130), 1,
aux_sym_parameter_list_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1786] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(304), 1,
anon_sym_SEMI,
STATE(121), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1800] = 4,
ACTIONS(304), 1,
anon_sym_SEMI,
ACTIONS(306), 1,
anon_sym_COMMA,
STATE(112), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1814] = 4,
ACTIONS(304), 1,
anon_sym_SEMI,
ACTIONS(306), 1,
anon_sym_COMMA,
STATE(113), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1828] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(308), 1,
anon_sym_SEMI,
STATE(121), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1842] = 4,
ACTIONS(308), 1,
anon_sym_SEMI,
ACTIONS(310), 1,
anon_sym_COMMA,
STATE(107), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1856] = 4,
ACTIONS(308), 1,
anon_sym_SEMI,
ACTIONS(310), 1,
anon_sym_COMMA,
STATE(113), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1870] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(312), 1,
anon_sym_SEMI,
STATE(121), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1884] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(268), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
[1894] = 4,
ACTIONS(163), 1,
sym_qualified_identifier,
STATE(128), 1,
sym_indexed_identifier,
STATE(150), 1,
sym__variable_reference,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1908] = 4,
ACTIONS(17), 1,
anon_sym_DOLLAR,
ACTIONS(314), 1,
sym_identifier,
STATE(140), 1,
sym_dollar_expression,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1922] = 4,
ACTIONS(163), 1,
sym_qualified_identifier,
STATE(128), 1,
sym_indexed_identifier,
STATE(151), 1,
sym__variable_reference,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1936] = 3,
ACTIONS(316), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(318), 2,
anon_sym_RBRACE,
sym_class_guard,
[1948] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(320), 1,
anon_sym_SEMI,
STATE(121), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1962] = 4,
ACTIONS(320), 1,
anon_sym_SEMI,
ACTIONS(322), 1,
anon_sym_COMMA,
STATE(113), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[1976] = 3,
ACTIONS(326), 1,
sym_promise_guard,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(324), 2,
anon_sym_RBRACE,
sym_class_guard,
[1988] = 4,
ACTIONS(328), 1,
anon_sym_SEMI,
ACTIONS(330), 1,
anon_sym_COMMA,
STATE(92), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2002] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(332), 1,
anon_sym_SEMI,
STATE(121), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2016] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(334), 1,
anon_sym_SEMI,
STATE(121), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2030] = 4,
ACTIONS(334), 1,
anon_sym_SEMI,
ACTIONS(336), 1,
anon_sym_COMMA,
STATE(113), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2044] = 4,
ACTIONS(338), 1,
anon_sym_SEMI,
ACTIONS(340), 1,
anon_sym_COMMA,
STATE(113), 1,
aux_sym_promise_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2058] = 4,
ACTIONS(134), 1,
sym_identifier,
ACTIONS(296), 1,
anon_sym_SEMI,
STATE(121), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2072] = 4,
ACTIONS(163), 1,
sym_qualified_identifier,
STATE(128), 1,
sym_indexed_identifier,
STATE(158), 1,
sym__variable_reference,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2086] = 4,
ACTIONS(163), 1,
sym_qualified_identifier,
STATE(128), 1,
sym_indexed_identifier,
STATE(137), 1,
sym__variable_reference,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2100] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(343), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
[2109] = 3,
ACTIONS(235), 1,
anon_sym_LBRACE,
STATE(71), 1,
sym_body_block_body,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2120] = 3,
ACTIONS(345), 1,
anon_sym_COMMA,
ACTIONS(347), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2131] = 3,
ACTIONS(349), 1,
sym_identifier,
ACTIONS(351), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2142] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(338), 2,
anon_sym_SEMI,
anon_sym_COMMA,
[2151] = 3,
ACTIONS(353), 1,
anon_sym_LBRACE,
STATE(81), 1,
sym_promise_block_body,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2162] = 3,
ACTIONS(349), 1,
sym_identifier,
ACTIONS(355), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2173] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(357), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
[2182] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(359), 2,
anon_sym_RBRACE,
sym_class_guard,
[2191] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(361), 2,
anon_sym_SEMI,
anon_sym_COMMA,
[2200] = 3,
ACTIONS(363), 1,
anon_sym_COMMA,
ACTIONS(365), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2211] = 2,
ACTIONS(3), 2,
sym_comment,
sym_macro,
ACTIONS(259), 2,
anon_sym_RBRACE,
anon_sym_RPAREN,
[2220] = 3,
ACTIONS(134), 1,
sym_identifier,
STATE(121), 1,
sym_attribute,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2231] = 3,
ACTIONS(367), 1,
sym_identifier,
STATE(134), 1,
aux_sym_parameter_list_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2242] = 3,
ACTIONS(247), 1,
anon_sym_LBRACE,
STATE(69), 1,
sym_bundle_block_body,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2253] = 3,
ACTIONS(369), 1,
anon_sym_LBRACE,
ACTIONS(371), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2264] = 3,
ACTIONS(373), 1,
anon_sym_LBRACE,
ACTIONS(375), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2275] = 3,
ACTIONS(377), 1,
sym_identifier,
STATE(134), 1,
aux_sym_parameter_list_repeat1,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2286] = 3,
ACTIONS(380), 1,
anon_sym_LBRACE,
ACTIONS(382), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2297] = 3,
ACTIONS(384), 1,
anon_sym_LBRACE,
ACTIONS(386), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2308] = 2,
ACTIONS(388), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2316] = 2,
ACTIONS(390), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2324] = 2,
ACTIONS(349), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2332] = 2,
ACTIONS(392), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2340] = 2,
ACTIONS(394), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2348] = 2,
ACTIONS(396), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2356] = 2,
ACTIONS(398), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2364] = 2,
ACTIONS(400), 1,
ts_builtin_sym_end,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2372] = 2,
ACTIONS(402), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2380] = 2,
ACTIONS(404), 1,
anon_sym_EQ_GT,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2388] = 2,
ACTIONS(406), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2396] = 2,
ACTIONS(402), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2404] = 2,
ACTIONS(408), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2412] = 2,
ACTIONS(410), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2420] = 2,
ACTIONS(410), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2428] = 2,
ACTIONS(412), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2436] = 2,
ACTIONS(414), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2444] = 2,
ACTIONS(416), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2452] = 2,
ACTIONS(418), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2460] = 2,
ACTIONS(420), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2468] = 2,
ACTIONS(420), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2476] = 2,
ACTIONS(388), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2484] = 2,
ACTIONS(422), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2492] = 2,
ACTIONS(424), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2500] = 2,
ACTIONS(426), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2508] = 2,
ACTIONS(428), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2516] = 2,
ACTIONS(430), 1,
sym_identifier,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2524] = 2,
ACTIONS(432), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2532] = 2,
ACTIONS(434), 1,
anon_sym_COMMA,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2540] = 2,
ACTIONS(436), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_comment,
sym_macro,
[2548] = 2,
ACTIONS(438), 1,
sym_identifier,
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)] = 771,
[SMALL_STATE(30)] = 798,
[SMALL_STATE(31)] = 815,
[SMALL_STATE(32)] = 832,
[SMALL_STATE(33)] = 859,
[SMALL_STATE(34)] = 876,
[SMALL_STATE(35)] = 893,
[SMALL_STATE(36)] = 910,
[SMALL_STATE(37)] = 935,
[SMALL_STATE(38)] = 958,
[SMALL_STATE(39)] = 977,
[SMALL_STATE(40)] = 996,
[SMALL_STATE(41)] = 1015,
[SMALL_STATE(42)] = 1036,
[SMALL_STATE(43)] = 1056,
[SMALL_STATE(44)] = 1070,
[SMALL_STATE(45)] = 1088,
[SMALL_STATE(46)] = 1102,
[SMALL_STATE(47)] = 1116,
[SMALL_STATE(48)] = 1130,
[SMALL_STATE(49)] = 1144,
[SMALL_STATE(50)] = 1162,
[SMALL_STATE(51)] = 1176,
[SMALL_STATE(52)] = 1190,
[SMALL_STATE(53)] = 1204,
[SMALL_STATE(54)] = 1218,
[SMALL_STATE(55)] = 1232,
[SMALL_STATE(56)] = 1250,
[SMALL_STATE(57)] = 1264,
[SMALL_STATE(58)] = 1282,
[SMALL_STATE(59)] = 1300,
[SMALL_STATE(60)] = 1318,
[SMALL_STATE(61)] = 1336,
[SMALL_STATE(62)] = 1348,
[SMALL_STATE(63)] = 1366,
[SMALL_STATE(64)] = 1383,
[SMALL_STATE(65)] = 1398,
[SMALL_STATE(66)] = 1409,
[SMALL_STATE(67)] = 1420,
[SMALL_STATE(68)] = 1435,
[SMALL_STATE(69)] = 1452,
[SMALL_STATE(70)] = 1463,
[SMALL_STATE(71)] = 1478,
[SMALL_STATE(72)] = 1489,
[SMALL_STATE(73)] = 1506,
[SMALL_STATE(74)] = 1517,
[SMALL_STATE(75)] = 1528,
[SMALL_STATE(76)] = 1543,
[SMALL_STATE(77)] = 1558,
[SMALL_STATE(78)] = 1569,
[SMALL_STATE(79)] = 1584,
[SMALL_STATE(80)] = 1599,
[SMALL_STATE(81)] = 1614,
[SMALL_STATE(82)] = 1625,
[SMALL_STATE(83)] = 1640,
[SMALL_STATE(84)] = 1651,
[SMALL_STATE(85)] = 1668,
[SMALL_STATE(86)] = 1679,
[SMALL_STATE(87)] = 1696,
[SMALL_STATE(88)] = 1707,
[SMALL_STATE(89)] = 1722,
[SMALL_STATE(90)] = 1733,
[SMALL_STATE(91)] = 1744,
[SMALL_STATE(92)] = 1758,
[SMALL_STATE(93)] = 1772,
[SMALL_STATE(94)] = 1786,
[SMALL_STATE(95)] = 1800,
[SMALL_STATE(96)] = 1814,
[SMALL_STATE(97)] = 1828,
[SMALL_STATE(98)] = 1842,
[SMALL_STATE(99)] = 1856,
[SMALL_STATE(100)] = 1870,
[SMALL_STATE(101)] = 1884,
[SMALL_STATE(102)] = 1894,
[SMALL_STATE(103)] = 1908,
[SMALL_STATE(104)] = 1922,
[SMALL_STATE(105)] = 1936,
[SMALL_STATE(106)] = 1948,
[SMALL_STATE(107)] = 1962,
[SMALL_STATE(108)] = 1976,
[SMALL_STATE(109)] = 1988,
[SMALL_STATE(110)] = 2002,
[SMALL_STATE(111)] = 2016,
[SMALL_STATE(112)] = 2030,
[SMALL_STATE(113)] = 2044,
[SMALL_STATE(114)] = 2058,
[SMALL_STATE(115)] = 2072,
[SMALL_STATE(116)] = 2086,
[SMALL_STATE(117)] = 2100,
[SMALL_STATE(118)] = 2109,
[SMALL_STATE(119)] = 2120,
[SMALL_STATE(120)] = 2131,
[SMALL_STATE(121)] = 2142,
[SMALL_STATE(122)] = 2151,
[SMALL_STATE(123)] = 2162,
[SMALL_STATE(124)] = 2173,
[SMALL_STATE(125)] = 2182,
[SMALL_STATE(126)] = 2191,
[SMALL_STATE(127)] = 2200,
[SMALL_STATE(128)] = 2211,
[SMALL_STATE(129)] = 2220,
[SMALL_STATE(130)] = 2231,
[SMALL_STATE(131)] = 2242,
[SMALL_STATE(132)] = 2253,
[SMALL_STATE(133)] = 2264,
[SMALL_STATE(134)] = 2275,
[SMALL_STATE(135)] = 2286,
[SMALL_STATE(136)] = 2297,
[SMALL_STATE(137)] = 2308,
[SMALL_STATE(138)] = 2316,
[SMALL_STATE(139)] = 2324,
[SMALL_STATE(140)] = 2332,
[SMALL_STATE(141)] = 2340,
[SMALL_STATE(142)] = 2348,
[SMALL_STATE(143)] = 2356,
[SMALL_STATE(144)] = 2364,
[SMALL_STATE(145)] = 2372,
[SMALL_STATE(146)] = 2380,
[SMALL_STATE(147)] = 2388,
[SMALL_STATE(148)] = 2396,
[SMALL_STATE(149)] = 2404,
[SMALL_STATE(150)] = 2412,
[SMALL_STATE(151)] = 2420,
[SMALL_STATE(152)] = 2428,
[SMALL_STATE(153)] = 2436,
[SMALL_STATE(154)] = 2444,
[SMALL_STATE(155)] = 2452,
[SMALL_STATE(156)] = 2460,
[SMALL_STATE(157)] = 2468,
[SMALL_STATE(158)] = 2476,
[SMALL_STATE(159)] = 2484,
[SMALL_STATE(160)] = 2492,
[SMALL_STATE(161)] = 2500,
[SMALL_STATE(162)] = 2508,
[SMALL_STATE(163)] = 2516,
[SMALL_STATE(164)] = 2524,
[SMALL_STATE(165)] = 2532,
[SMALL_STATE(166)] = 2540,
[SMALL_STATE(167)] = 2548,
};
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(149),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[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(132),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[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(31),
[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(136),
[43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135),
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23),
[47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[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(146),
[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(149),
[76] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(163),
[79] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(167),
[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(146),
[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(87),
[120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_section, 1, 0, 0),
[126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bundle_section, 1, 0, 0),
[128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[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_body_attributes, 1, 0, 0),
[146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_body_block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(146),
[149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_body_block_body_repeat1, 2, 0, 0),
[151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_guarded_promises, 1, 0, 0),
[153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_guarded_promises, 1, 0, 0),
[155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 3, 0, 9),
[161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 3, 0, 9),
[163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_half_promise, 2, 0, 0),
[167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_half_promise, 2, 0, 0),
[169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 4, 0, 10),
[171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 4, 0, 10),
[173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 4, 0, 9),
[175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 4, 0, 9),
[177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_half_promise, 3, 0, 0),
[179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_half_promise, 3, 0, 0),
[181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_section, 2, 0, 0),
[183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bundle_section, 2, 0, 0),
[185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 5, 0, 10),
[187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 5, 0, 10),
[189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 5, 0, 9),
[191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 5, 0, 9),
[193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_half_promise, 4, 0, 0),
[195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_half_promise, 4, 0, 0),
[197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 6, 0, 10),
[199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 6, 0, 10),
[201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 7, 0, 10),
[203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 7, 0, 10),
[205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_promise, 2, 0, 9),
[207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise, 2, 0, 9),
[209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_section, 3, 0, 0),
[211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bundle_section, 3, 0, 0),
[213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_bundle_section_repeat1, 2, 0, 0),
[215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_bundle_section_repeat1, 2, 0, 0),
[217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_bundle_section_repeat1, 2, 0, 0), SHIFT_REPEAT(41),
[220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__right_value, 2, 0, 0),
[222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_bundle_block_body_repeat1, 2, 0, 0),
[224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_bundle_block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(29),
[227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_block_body, 4, 0, 0),
[229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise_block_body, 4, 0, 0),
[231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_block, 5, 0, 3),
[241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__value_list, 1, 0, 0),
[243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_block, 5, 0, 1),
[247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_block_body, 3, 0, 0),
[251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise_block_body, 2, 0, 0),
[253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_block, 4, 0, 1),
[259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_reference, 1, 0, 0),
[261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_body_block_body_repeat2, 2, 0, 0),
[265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_body_block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(39),
[268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__value_list_repeat1, 2, 0, 0),
[270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__value_list_repeat1, 2, 0, 0), SHIFT_REPEAT(12),
[273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise_block, 4, 0, 2),
[275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_promise_block_body, 3, 0, 0),
[279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_block, 4, 0, 3),
[283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_promise_block_body_repeat1, 2, 0, 0),
[285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_promise_block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(39),
[288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_block_body, 2, 0, 0),
[290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_block_body, 2, 0, 0),
[292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bundle_block_body, 3, 0, 0),
[294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__body_attribute, 2, 0, 0),
[318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__body_attribute, 2, 0, 0),
[320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_guarded_promises, 2, 0, 0),
[326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_guarded_promises, 2, 0, 0),
[328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
[330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
[336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_promise_repeat1, 2, 0, 0),
[340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_promise_repeat1, 2, 0, 0), SHIFT_REPEAT(129),
[343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexed_identifier, 2, 0, 0),
[345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 5),
[351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
[353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index, 3, 0, 0),
[359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_promise_block_body_repeat1, 1, 0, 4),
[361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 7),
[363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(165),
[380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 6),
[398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[400] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4, 0, 6),
[408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3),
[414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0),
[424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4, 0, 8),
[434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
[436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5, 0, 8),
[438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
};
#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 = 11,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif