#include #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 13 #define STATE_COUNT 257 #define LARGE_STATE_COUNT 2 #define SYMBOL_COUNT 68 #define ALIAS_COUNT 0 #define TOKEN_COUNT 30 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 4 #define MAX_ALIAS_SEQUENCE_LENGTH 14 #define PRODUCTION_ID_COUNT 5 enum { sym_space = 1, sym_newline = 2, sym_identifier = 3, sym_integer = 4, sym__escape_identity = 5, anon_sym_BSLASHt = 6, anon_sym_BSLASHr = 7, anon_sym_BSLASHn = 8, sym__escape_semicolon = 9, aux_sym_variable_token1 = 10, anon_sym_DOLLAR_LBRACE = 11, anon_sym_RBRACE = 12, anon_sym_DOLLARENV_LBRACE = 13, anon_sym_DOLLARCACHE_LBRACE = 14, anon_sym_LBRACK = 15, anon_sym_EQ = 16, aux_sym_bracket_content_token1 = 17, anon_sym_RBRACK = 18, anon_sym_DQUOTE = 19, aux_sym_quoted_element_token1 = 20, anon_sym_BSLASH = 21, aux_sym_unquoted_argument_token1 = 22, anon_sym_foreach = 23, anon_sym_LPAREN = 24, anon_sym_RPAREN = 25, anon_sym_endforeach = 26, anon_sym_b = 27, anon_sym_c = 28, anon_sym_RANGE = 29, sym_source_file = 30, sym_line_ending = 31, sym_seperation = 32, sym_escape_sequence = 33, sym__escape_encoded = 34, sym_variable = 35, sym_variable_ref = 36, sym_normal_var = 37, sym_env_var = 38, sym_cache_var = 39, sym_argument = 40, sym_bracket_argument = 41, sym__bracket_open = 42, sym_bracket_content = 43, sym__bracket_close = 44, sym_quoted_argument = 45, sym_quoted_element = 46, sym_unquoted_argument = 47, sym_arguments = 48, sym__seperated_arguments = 49, sym_foreach_loop = 50, sym_foreach_items = 51, sym_foreach_lists_items = 52, sym_foreach_zip_lists = 53, sym_foreach_range = 54, sym_foreach_range_stop = 55, sym_foreach_range_full = 56, sym_normal_command = 57, sym_command_invocation = 58, aux_sym_source_file_repeat1 = 59, aux_sym_variable_repeat1 = 60, aux_sym__bracket_open_repeat1 = 61, aux_sym_bracket_content_repeat1 = 62, aux_sym_quoted_element_repeat1 = 63, aux_sym_unquoted_argument_repeat1 = 64, aux_sym_arguments_repeat1 = 65, aux_sym__seperated_arguments_repeat1 = 66, aux_sym_foreach_loop_repeat1 = 67, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_space] = "space", [sym_newline] = "newline", [sym_identifier] = "identifier", [sym_integer] = "integer", [sym__escape_identity] = "_escape_identity", [anon_sym_BSLASHt] = "\\t", [anon_sym_BSLASHr] = "\\r", [anon_sym_BSLASHn] = "\\n", [sym__escape_semicolon] = "_escape_semicolon", [aux_sym_variable_token1] = "variable_token1", [anon_sym_DOLLAR_LBRACE] = "${", [anon_sym_RBRACE] = "}", [anon_sym_DOLLARENV_LBRACE] = "$ENV{", [anon_sym_DOLLARCACHE_LBRACE] = "$CACHE{", [anon_sym_LBRACK] = "[", [anon_sym_EQ] = "=", [aux_sym_bracket_content_token1] = "bracket_content_token1", [anon_sym_RBRACK] = "]", [anon_sym_DQUOTE] = "\"", [aux_sym_quoted_element_token1] = "quoted_element_token1", [anon_sym_BSLASH] = "\\", [aux_sym_unquoted_argument_token1] = "unquoted_argument_token1", [anon_sym_foreach] = "foreach", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [anon_sym_endforeach] = "endforeach", [anon_sym_b] = "b", [anon_sym_c] = "c", [anon_sym_RANGE] = "RANGE", [sym_source_file] = "source_file", [sym_line_ending] = "line_ending", [sym_seperation] = "seperation", [sym_escape_sequence] = "escape_sequence", [sym__escape_encoded] = "_escape_encoded", [sym_variable] = "variable", [sym_variable_ref] = "variable_ref", [sym_normal_var] = "normal_var", [sym_env_var] = "env_var", [sym_cache_var] = "cache_var", [sym_argument] = "argument", [sym_bracket_argument] = "bracket_argument", [sym__bracket_open] = "_bracket_open", [sym_bracket_content] = "bracket_content", [sym__bracket_close] = "_bracket_close", [sym_quoted_argument] = "quoted_argument", [sym_quoted_element] = "quoted_element", [sym_unquoted_argument] = "unquoted_argument", [sym_arguments] = "arguments", [sym__seperated_arguments] = "_seperated_arguments", [sym_foreach_loop] = "foreach_loop", [sym_foreach_items] = "foreach_items", [sym_foreach_lists_items] = "foreach_lists_items", [sym_foreach_zip_lists] = "foreach_zip_lists", [sym_foreach_range] = "foreach_range", [sym_foreach_range_stop] = "foreach_range_stop", [sym_foreach_range_full] = "foreach_range_full", [sym_normal_command] = "normal_command", [sym_command_invocation] = "command_invocation", [aux_sym_source_file_repeat1] = "source_file_repeat1", [aux_sym_variable_repeat1] = "variable_repeat1", [aux_sym__bracket_open_repeat1] = "_bracket_open_repeat1", [aux_sym_bracket_content_repeat1] = "bracket_content_repeat1", [aux_sym_quoted_element_repeat1] = "quoted_element_repeat1", [aux_sym_unquoted_argument_repeat1] = "unquoted_argument_repeat1", [aux_sym_arguments_repeat1] = "arguments_repeat1", [aux_sym__seperated_arguments_repeat1] = "_seperated_arguments_repeat1", [aux_sym_foreach_loop_repeat1] = "foreach_loop_repeat1", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_space] = sym_space, [sym_newline] = sym_newline, [sym_identifier] = sym_identifier, [sym_integer] = sym_integer, [sym__escape_identity] = sym__escape_identity, [anon_sym_BSLASHt] = anon_sym_BSLASHt, [anon_sym_BSLASHr] = anon_sym_BSLASHr, [anon_sym_BSLASHn] = anon_sym_BSLASHn, [sym__escape_semicolon] = sym__escape_semicolon, [aux_sym_variable_token1] = aux_sym_variable_token1, [anon_sym_DOLLAR_LBRACE] = anon_sym_DOLLAR_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_DOLLARENV_LBRACE] = anon_sym_DOLLARENV_LBRACE, [anon_sym_DOLLARCACHE_LBRACE] = anon_sym_DOLLARCACHE_LBRACE, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_EQ] = anon_sym_EQ, [aux_sym_bracket_content_token1] = aux_sym_bracket_content_token1, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_DQUOTE] = anon_sym_DQUOTE, [aux_sym_quoted_element_token1] = aux_sym_quoted_element_token1, [anon_sym_BSLASH] = anon_sym_BSLASH, [aux_sym_unquoted_argument_token1] = aux_sym_unquoted_argument_token1, [anon_sym_foreach] = anon_sym_foreach, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_endforeach] = anon_sym_endforeach, [anon_sym_b] = anon_sym_b, [anon_sym_c] = anon_sym_c, [anon_sym_RANGE] = anon_sym_RANGE, [sym_source_file] = sym_source_file, [sym_line_ending] = sym_line_ending, [sym_seperation] = sym_seperation, [sym_escape_sequence] = sym_escape_sequence, [sym__escape_encoded] = sym__escape_encoded, [sym_variable] = sym_variable, [sym_variable_ref] = sym_variable_ref, [sym_normal_var] = sym_normal_var, [sym_env_var] = sym_env_var, [sym_cache_var] = sym_cache_var, [sym_argument] = sym_argument, [sym_bracket_argument] = sym_bracket_argument, [sym__bracket_open] = sym__bracket_open, [sym_bracket_content] = sym_bracket_content, [sym__bracket_close] = sym__bracket_close, [sym_quoted_argument] = sym_quoted_argument, [sym_quoted_element] = sym_quoted_element, [sym_unquoted_argument] = sym_unquoted_argument, [sym_arguments] = sym_arguments, [sym__seperated_arguments] = sym__seperated_arguments, [sym_foreach_loop] = sym_foreach_loop, [sym_foreach_items] = sym_foreach_items, [sym_foreach_lists_items] = sym_foreach_lists_items, [sym_foreach_zip_lists] = sym_foreach_zip_lists, [sym_foreach_range] = sym_foreach_range, [sym_foreach_range_stop] = sym_foreach_range_stop, [sym_foreach_range_full] = sym_foreach_range_full, [sym_normal_command] = sym_normal_command, [sym_command_invocation] = sym_command_invocation, [aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1, [aux_sym_variable_repeat1] = aux_sym_variable_repeat1, [aux_sym__bracket_open_repeat1] = aux_sym__bracket_open_repeat1, [aux_sym_bracket_content_repeat1] = aux_sym_bracket_content_repeat1, [aux_sym_quoted_element_repeat1] = aux_sym_quoted_element_repeat1, [aux_sym_unquoted_argument_repeat1] = aux_sym_unquoted_argument_repeat1, [aux_sym_arguments_repeat1] = aux_sym_arguments_repeat1, [aux_sym__seperated_arguments_repeat1] = aux_sym__seperated_arguments_repeat1, [aux_sym_foreach_loop_repeat1] = aux_sym_foreach_loop_repeat1, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_space] = { .visible = true, .named = true, }, [sym_newline] = { .visible = true, .named = true, }, [sym_identifier] = { .visible = true, .named = true, }, [sym_integer] = { .visible = true, .named = true, }, [sym__escape_identity] = { .visible = false, .named = true, }, [anon_sym_BSLASHt] = { .visible = true, .named = false, }, [anon_sym_BSLASHr] = { .visible = true, .named = false, }, [anon_sym_BSLASHn] = { .visible = true, .named = false, }, [sym__escape_semicolon] = { .visible = false, .named = true, }, [aux_sym_variable_token1] = { .visible = false, .named = false, }, [anon_sym_DOLLAR_LBRACE] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_DOLLARENV_LBRACE] = { .visible = true, .named = false, }, [anon_sym_DOLLARCACHE_LBRACE] = { .visible = true, .named = false, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [aux_sym_bracket_content_token1] = { .visible = false, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [anon_sym_DQUOTE] = { .visible = true, .named = false, }, [aux_sym_quoted_element_token1] = { .visible = false, .named = false, }, [anon_sym_BSLASH] = { .visible = true, .named = false, }, [aux_sym_unquoted_argument_token1] = { .visible = false, .named = false, }, [anon_sym_foreach] = { .visible = true, .named = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [anon_sym_endforeach] = { .visible = true, .named = false, }, [anon_sym_b] = { .visible = true, .named = false, }, [anon_sym_c] = { .visible = true, .named = false, }, [anon_sym_RANGE] = { .visible = true, .named = false, }, [sym_source_file] = { .visible = true, .named = true, }, [sym_line_ending] = { .visible = true, .named = true, }, [sym_seperation] = { .visible = true, .named = true, }, [sym_escape_sequence] = { .visible = true, .named = true, }, [sym__escape_encoded] = { .visible = false, .named = true, }, [sym_variable] = { .visible = true, .named = true, }, [sym_variable_ref] = { .visible = true, .named = true, }, [sym_normal_var] = { .visible = true, .named = true, }, [sym_env_var] = { .visible = true, .named = true, }, [sym_cache_var] = { .visible = true, .named = true, }, [sym_argument] = { .visible = true, .named = true, }, [sym_bracket_argument] = { .visible = true, .named = true, }, [sym__bracket_open] = { .visible = false, .named = true, }, [sym_bracket_content] = { .visible = true, .named = true, }, [sym__bracket_close] = { .visible = false, .named = true, }, [sym_quoted_argument] = { .visible = true, .named = true, }, [sym_quoted_element] = { .visible = true, .named = true, }, [sym_unquoted_argument] = { .visible = true, .named = true, }, [sym_arguments] = { .visible = true, .named = true, }, [sym__seperated_arguments] = { .visible = false, .named = true, }, [sym_foreach_loop] = { .visible = true, .named = true, }, [sym_foreach_items] = { .visible = true, .named = true, }, [sym_foreach_lists_items] = { .visible = true, .named = true, }, [sym_foreach_zip_lists] = { .visible = true, .named = true, }, [sym_foreach_range] = { .visible = true, .named = true, }, [sym_foreach_range_stop] = { .visible = true, .named = true, }, [sym_foreach_range_full] = { .visible = true, .named = true, }, [sym_normal_command] = { .visible = true, .named = true, }, [sym_command_invocation] = { .visible = true, .named = true, }, [aux_sym_source_file_repeat1] = { .visible = false, .named = false, }, [aux_sym_variable_repeat1] = { .visible = false, .named = false, }, [aux_sym__bracket_open_repeat1] = { .visible = false, .named = false, }, [aux_sym_bracket_content_repeat1] = { .visible = false, .named = false, }, [aux_sym_quoted_element_repeat1] = { .visible = false, .named = false, }, [aux_sym_unquoted_argument_repeat1] = { .visible = false, .named = false, }, [aux_sym_arguments_repeat1] = { .visible = false, .named = false, }, [aux_sym__seperated_arguments_repeat1] = { .visible = false, .named = false, }, [aux_sym_foreach_loop_repeat1] = { .visible = false, .named = false, }, }; enum { field_loop_var = 1, field_start = 2, field_step = 3, field_stop = 4, }; static const char * const ts_field_names[] = { [0] = NULL, [field_loop_var] = "loop_var", [field_start] = "start", [field_step] = "step", [field_stop] = "stop", }; static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [1] = {.index = 0, .length = 1}, [2] = {.index = 1, .length = 2}, [3] = {.index = 3, .length = 3}, [4] = {.index = 6, .length = 4}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_loop_var, 0}, [1] = {field_loop_var, 0}, {field_stop, 4}, [3] = {field_loop_var, 0}, {field_start, 4}, {field_stop, 6}, [6] = {field_loop_var, 0}, {field_start, 4}, {field_step, 8}, {field_stop, 6}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, }; static const uint16_t ts_non_terminal_alias_map[] = { 0, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(27); if (lookahead == '"') ADVANCE(72); if (lookahead == '$') ADVANCE(11); if (lookahead == '(') ADVANCE(85); if (lookahead == ')') ADVANCE(86); if (lookahead == ';') ADVANCE(61); if (lookahead == '=') ADVANCE(68); if (lookahead == '[') ADVANCE(67); if (lookahead == '\\') ADVANCE(76); if (lookahead == ']') ADVANCE(71); if (lookahead == 'b') ADVANCE(89); if (lookahead == 'c') ADVANCE(91); if (lookahead == '}') ADVANCE(64); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0) if (lookahead == '+' || ('-' <= lookahead && lookahead <= '9')) ADVANCE(62); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 1: if (lookahead == '\t') ADVANCE(28); if (lookahead == '\n') ADVANCE(34); if (lookahead == '\r') ADVANCE(78); if (lookahead == ' ') ADVANCE(28); if (lookahead == '"') ADVANCE(72); if (lookahead == '$') ADVANCE(83); if (lookahead == ')') ADVANCE(86); if (lookahead == ';') ADVANCE(61); if (lookahead == 'R') ADVANCE(82); if (lookahead == '[') ADVANCE(67); if (lookahead == '\\') ADVANCE(22); if (lookahead != 0 && lookahead != '#' && lookahead != '(') ADVANCE(77); END_STATE(); case 2: if (lookahead == '\t') ADVANCE(29); if (lookahead == '\n') ADVANCE(35); if (lookahead == '\r') ADVANCE(79); if (lookahead == ' ') ADVANCE(29); if (lookahead == '"') ADVANCE(72); if (lookahead == '$') ADVANCE(83); if (lookahead == ')') ADVANCE(86); if (lookahead == ';') ADVANCE(61); if (lookahead == '[') ADVANCE(67); if (lookahead == '\\') ADVANCE(22); if (lookahead != 0 && lookahead != '#' && lookahead != '(') ADVANCE(77); END_STATE(); case 3: if (lookahead == '\t') ADVANCE(30); if (lookahead == '\n') ADVANCE(36); if (lookahead == '\r') ADVANCE(80); if (lookahead == ' ') ADVANCE(30); if (lookahead == '$') ADVANCE(83); if (lookahead == ')') ADVANCE(86); if (lookahead == ';') ADVANCE(61); if (lookahead == '\\') ADVANCE(22); if (lookahead != 0 && lookahead != '"' && lookahead != '#' && lookahead != '(') ADVANCE(77); END_STATE(); case 4: if (lookahead == '\t') ADVANCE(31); if (lookahead == '\n') ADVANCE(37); if (lookahead == '\r') ADVANCE(81); if (lookahead == ' ') ADVANCE(31); if (lookahead == '"') ADVANCE(72); if (lookahead == '$') ADVANCE(83); if (lookahead == ')') ADVANCE(86); if (lookahead == ';') ADVANCE(61); if (lookahead == '[') ADVANCE(67); if (lookahead == '\\') ADVANCE(22); if (lookahead == '+' || ('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(62); if (lookahead != 0 && lookahead != '#' && lookahead != '(') ADVANCE(77); END_STATE(); case 5: if (lookahead == '\n') ADVANCE(38); if (lookahead == '\r') SKIP(5) if (lookahead == '(') ADVANCE(85); if (lookahead == ')') ADVANCE(86); if (lookahead == ';') ADVANCE(61); if (lookahead == '\\') ADVANCE(22); if (lookahead == 'b') ADVANCE(88); if (lookahead == 'c') ADVANCE(90); if (lookahead == '\t' || lookahead == ' ') ADVANCE(32); if (lookahead == '+' || ('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(62); END_STATE(); case 6: if (lookahead == '\n') ADVANCE(38); if (lookahead == '\r') SKIP(6) if (lookahead == '\t' || lookahead == ' ') ADVANCE(32); if (lookahead == '+' || lookahead == '-') ADVANCE(25); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(56); END_STATE(); case 7: if (lookahead == '\n') ADVANCE(39); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(7) END_STATE(); case 8: if (lookahead == '"') ADVANCE(72); if (lookahead == '$') ADVANCE(75); if (lookahead == ';') ADVANCE(61); if (lookahead == '\\') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(74); if (lookahead != 0) ADVANCE(73); END_STATE(); case 9: if (lookahead == ')') ADVANCE(86); if (lookahead == ';') ADVANCE(61); if (lookahead == '\\') ADVANCE(22); if (lookahead == '}') ADVANCE(64); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(9) if (lookahead == '+' || ('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(62); END_STATE(); case 10: if (lookahead == 'A') ADVANCE(12); END_STATE(); case 11: if (lookahead == 'C') ADVANCE(10); if (lookahead == 'E') ADVANCE(17); if (lookahead == '{') ADVANCE(63); END_STATE(); case 12: if (lookahead == 'C') ADVANCE(16); END_STATE(); case 13: if (lookahead == 'E') ADVANCE(92); END_STATE(); case 14: if (lookahead == 'E') ADVANCE(24); END_STATE(); case 15: if (lookahead == 'G') ADVANCE(13); END_STATE(); case 16: if (lookahead == 'H') ADVANCE(14); END_STATE(); case 17: if (lookahead == 'N') ADVANCE(19); END_STATE(); case 18: if (lookahead == 'N') ADVANCE(15); END_STATE(); case 19: if (lookahead == 'V') ADVANCE(23); END_STATE(); case 20: if (lookahead == ']') ADVANCE(71); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(70); if (lookahead != 0) ADVANCE(69); END_STATE(); case 21: if (lookahead == 'e') ADVANCE(50); if (lookahead == 'f') ADVANCE(51); if (lookahead == '\t' || lookahead == ' ') ADVANCE(33); if (lookahead == '\n' || lookahead == '\r') SKIP(21) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 22: if (lookahead == 'n') ADVANCE(60); if (lookahead == 'r') ADVANCE(59); if (lookahead == 't') ADVANCE(58); if (lookahead != 0 && (lookahead < '0' || '9' < lookahead) && lookahead != ';' && (lookahead < 'A' || 'Z' < lookahead) && (lookahead < 'a' || 'z' < lookahead)) ADVANCE(57); END_STATE(); case 23: if (lookahead == '{') ADVANCE(65); END_STATE(); case 24: if (lookahead == '{') ADVANCE(66); END_STATE(); case 25: if (lookahead == '+' || lookahead == '-') ADVANCE(25); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(56); END_STATE(); case 26: if (eof) ADVANCE(27); if (lookahead == '(') ADVANCE(85); if (lookahead == 'f') ADVANCE(51); if (lookahead == '\t' || lookahead == ' ') ADVANCE(33); if (lookahead == '\n' || lookahead == '\r') SKIP(26) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 27: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 28: ACCEPT_TOKEN(sym_space); if (lookahead == '\t') ADVANCE(28); if (lookahead == '\n') ADVANCE(34); if (lookahead == '\r') ADVANCE(78); if (lookahead == ' ') ADVANCE(28); END_STATE(); case 29: ACCEPT_TOKEN(sym_space); if (lookahead == '\t') ADVANCE(29); if (lookahead == '\n') ADVANCE(35); if (lookahead == '\r') ADVANCE(79); if (lookahead == ' ') ADVANCE(29); END_STATE(); case 30: ACCEPT_TOKEN(sym_space); if (lookahead == '\t') ADVANCE(30); if (lookahead == '\n') ADVANCE(36); if (lookahead == '\r') ADVANCE(80); if (lookahead == ' ') ADVANCE(30); END_STATE(); case 31: ACCEPT_TOKEN(sym_space); if (lookahead == '\t') ADVANCE(31); if (lookahead == '\n') ADVANCE(37); if (lookahead == '\r') ADVANCE(81); if (lookahead == ' ') ADVANCE(31); END_STATE(); case 32: ACCEPT_TOKEN(sym_space); if (lookahead == '\n') ADVANCE(38); if (lookahead == '\t' || lookahead == ' ') ADVANCE(32); END_STATE(); case 33: ACCEPT_TOKEN(sym_space); if (lookahead == '\t' || lookahead == ' ') ADVANCE(33); END_STATE(); case 34: ACCEPT_TOKEN(sym_newline); if (lookahead == '\t') ADVANCE(28); if (lookahead == '\n') ADVANCE(34); if (lookahead == '\r') ADVANCE(78); if (lookahead == ' ') ADVANCE(28); END_STATE(); case 35: ACCEPT_TOKEN(sym_newline); if (lookahead == '\t') ADVANCE(29); if (lookahead == '\n') ADVANCE(35); if (lookahead == '\r') ADVANCE(79); if (lookahead == ' ') ADVANCE(29); END_STATE(); case 36: ACCEPT_TOKEN(sym_newline); if (lookahead == '\t') ADVANCE(30); if (lookahead == '\n') ADVANCE(36); if (lookahead == '\r') ADVANCE(80); if (lookahead == ' ') ADVANCE(30); END_STATE(); case 37: ACCEPT_TOKEN(sym_newline); if (lookahead == '\t') ADVANCE(31); if (lookahead == '\n') ADVANCE(37); if (lookahead == '\r') ADVANCE(81); if (lookahead == ' ') ADVANCE(31); END_STATE(); case 38: ACCEPT_TOKEN(sym_newline); if (lookahead == '\n') ADVANCE(38); if (lookahead == '\t' || lookahead == ' ') ADVANCE(32); END_STATE(); case 39: ACCEPT_TOKEN(sym_newline); if (lookahead == '\n') ADVANCE(39); END_STATE(); case 40: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'a') ADVANCE(42); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 41: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'a') ADVANCE(43); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 42: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'c') ADVANCE(48); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 43: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'c') ADVANCE(49); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 44: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'd') ADVANCE(47); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 45: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') ADVANCE(40); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 46: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') ADVANCE(41); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 47: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'f') ADVANCE(52); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 48: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'h') ADVANCE(84); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 49: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'h') ADVANCE(87); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 50: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'n') ADVANCE(44); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 51: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'o') ADVANCE(53); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 52: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'o') ADVANCE(54); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 53: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'r') ADVANCE(45); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 54: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'r') ADVANCE(46); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 55: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 56: ACCEPT_TOKEN(sym_integer); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(56); END_STATE(); case 57: ACCEPT_TOKEN(sym__escape_identity); END_STATE(); case 58: ACCEPT_TOKEN(anon_sym_BSLASHt); END_STATE(); case 59: ACCEPT_TOKEN(anon_sym_BSLASHr); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_BSLASHn); END_STATE(); case 61: ACCEPT_TOKEN(sym__escape_semicolon); END_STATE(); case 62: ACCEPT_TOKEN(aux_sym_variable_token1); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); END_STATE(); case 64: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 65: ACCEPT_TOKEN(anon_sym_DOLLARENV_LBRACE); END_STATE(); case 66: ACCEPT_TOKEN(anon_sym_DOLLARCACHE_LBRACE); END_STATE(); case 67: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 68: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 69: ACCEPT_TOKEN(aux_sym_bracket_content_token1); END_STATE(); case 70: ACCEPT_TOKEN(aux_sym_bracket_content_token1); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(70); if (lookahead != 0 && lookahead != ']') ADVANCE(69); END_STATE(); case 71: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 73: ACCEPT_TOKEN(aux_sym_quoted_element_token1); END_STATE(); case 74: ACCEPT_TOKEN(aux_sym_quoted_element_token1); if (lookahead == '$') ADVANCE(75); if (lookahead == ';') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(74); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(73); END_STATE(); case 75: ACCEPT_TOKEN(aux_sym_quoted_element_token1); if (lookahead == 'C') ADVANCE(10); if (lookahead == 'E') ADVANCE(17); if (lookahead == '{') ADVANCE(63); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_BSLASH); if (lookahead == 'n') ADVANCE(60); if (lookahead == 'r') ADVANCE(59); if (lookahead == 't') ADVANCE(58); if (lookahead != 0 && (lookahead < '0' || '9' < lookahead) && lookahead != ';' && (lookahead < 'A' || 'Z' < lookahead) && (lookahead < 'a' || 'z' < lookahead)) ADVANCE(57); END_STATE(); case 77: ACCEPT_TOKEN(aux_sym_unquoted_argument_token1); END_STATE(); case 78: ACCEPT_TOKEN(aux_sym_unquoted_argument_token1); if (lookahead == '\t') ADVANCE(28); if (lookahead == '\n') ADVANCE(34); if (lookahead == '\r') ADVANCE(78); if (lookahead == ' ') ADVANCE(28); if (lookahead == '$') ADVANCE(83); if (lookahead == ';') ADVANCE(61); if (lookahead == 'R') ADVANCE(82); if (lookahead == '[') ADVANCE(67); if (lookahead != 0 && lookahead != '"' && lookahead != '#' && lookahead != '(' && lookahead != ')' && lookahead != '\\') ADVANCE(77); END_STATE(); case 79: ACCEPT_TOKEN(aux_sym_unquoted_argument_token1); if (lookahead == '\t') ADVANCE(29); if (lookahead == '\n') ADVANCE(35); if (lookahead == '\r') ADVANCE(79); if (lookahead == ' ') ADVANCE(29); if (lookahead == '$') ADVANCE(83); if (lookahead == ';') ADVANCE(61); if (lookahead == '[') ADVANCE(67); if (lookahead != 0 && lookahead != '"' && lookahead != '#' && lookahead != '(' && lookahead != ')' && lookahead != '\\') ADVANCE(77); END_STATE(); case 80: ACCEPT_TOKEN(aux_sym_unquoted_argument_token1); if (lookahead == '\t') ADVANCE(30); if (lookahead == '\n') ADVANCE(36); if (lookahead == '\r') ADVANCE(80); if (lookahead == ' ') ADVANCE(30); if (lookahead == '$') ADVANCE(83); if (lookahead == ';') ADVANCE(61); if (lookahead != 0 && lookahead != '"' && lookahead != '#' && lookahead != '(' && lookahead != ')' && lookahead != '\\') ADVANCE(77); END_STATE(); case 81: ACCEPT_TOKEN(aux_sym_unquoted_argument_token1); if (lookahead == '\t') ADVANCE(31); if (lookahead == '\n') ADVANCE(37); if (lookahead == '\r') ADVANCE(81); if (lookahead == ' ') ADVANCE(31); if (lookahead == '$') ADVANCE(83); if (lookahead == ';') ADVANCE(61); if (lookahead == '[') ADVANCE(67); if (lookahead == '+' || ('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(62); if (lookahead != 0 && lookahead != '"' && lookahead != '#' && lookahead != '(' && lookahead != ')' && lookahead != '\\') ADVANCE(77); END_STATE(); case 82: ACCEPT_TOKEN(aux_sym_unquoted_argument_token1); if (lookahead == 'A') ADVANCE(18); END_STATE(); case 83: ACCEPT_TOKEN(aux_sym_unquoted_argument_token1); if (lookahead == 'C') ADVANCE(10); if (lookahead == 'E') ADVANCE(17); if (lookahead == '{') ADVANCE(63); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_foreach); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_endforeach); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_b); END_STATE(); case 89: ACCEPT_TOKEN(anon_sym_b); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_c); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_c); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(55); END_STATE(); case 92: ACCEPT_TOKEN(anon_sym_RANGE); END_STATE(); default: return false; } } static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, [1] = {.lex_state = 26}, [2] = {.lex_state = 1}, [3] = {.lex_state = 2}, [4] = {.lex_state = 2}, [5] = {.lex_state = 2}, [6] = {.lex_state = 2}, [7] = {.lex_state = 2}, [8] = {.lex_state = 2}, [9] = {.lex_state = 2}, [10] = {.lex_state = 2}, [11] = {.lex_state = 2}, [12] = {.lex_state = 2}, [13] = {.lex_state = 2}, [14] = {.lex_state = 2}, [15] = {.lex_state = 2}, [16] = {.lex_state = 2}, [17] = {.lex_state = 5}, [18] = {.lex_state = 5}, [19] = {.lex_state = 5}, [20] = {.lex_state = 5}, [21] = {.lex_state = 5}, [22] = {.lex_state = 5}, [23] = {.lex_state = 5}, [24] = {.lex_state = 5}, [25] = {.lex_state = 5}, [26] = {.lex_state = 5}, [27] = {.lex_state = 5}, [28] = {.lex_state = 5}, [29] = {.lex_state = 3}, [30] = {.lex_state = 8}, [31] = {.lex_state = 3}, [32] = {.lex_state = 1}, [33] = {.lex_state = 8}, [34] = {.lex_state = 4}, [35] = {.lex_state = 8}, [36] = {.lex_state = 4}, [37] = {.lex_state = 2}, [38] = {.lex_state = 1}, [39] = {.lex_state = 1}, [40] = {.lex_state = 4}, [41] = {.lex_state = 2}, [42] = {.lex_state = 2}, [43] = {.lex_state = 5}, [44] = {.lex_state = 3}, [45] = {.lex_state = 3}, [46] = {.lex_state = 3}, [47] = {.lex_state = 3}, [48] = {.lex_state = 3}, [49] = {.lex_state = 9}, [50] = {.lex_state = 5}, [51] = {.lex_state = 9}, [52] = {.lex_state = 9}, [53] = {.lex_state = 8}, [54] = {.lex_state = 9}, [55] = {.lex_state = 9}, [56] = {.lex_state = 8}, [57] = {.lex_state = 9}, [58] = {.lex_state = 8}, [59] = {.lex_state = 9}, [60] = {.lex_state = 9}, [61] = {.lex_state = 9}, [62] = {.lex_state = 9}, [63] = {.lex_state = 8}, [64] = {.lex_state = 9}, [65] = {.lex_state = 9}, [66] = {.lex_state = 9}, [67] = {.lex_state = 5}, [68] = {.lex_state = 8}, [69] = {.lex_state = 9}, [70] = {.lex_state = 8}, [71] = {.lex_state = 9}, [72] = {.lex_state = 9}, [73] = {.lex_state = 9}, [74] = {.lex_state = 9}, [75] = {.lex_state = 9}, [76] = {.lex_state = 9}, [77] = {.lex_state = 9}, [78] = {.lex_state = 9}, [79] = {.lex_state = 21}, [80] = {.lex_state = 21}, [81] = {.lex_state = 21}, [82] = {.lex_state = 26}, [83] = {.lex_state = 21}, [84] = {.lex_state = 21}, [85] = {.lex_state = 21}, [86] = {.lex_state = 21}, [87] = {.lex_state = 26}, [88] = {.lex_state = 21}, [89] = {.lex_state = 21}, [90] = {.lex_state = 21}, [91] = {.lex_state = 21}, [92] = {.lex_state = 21}, [93] = {.lex_state = 21}, [94] = {.lex_state = 21}, [95] = {.lex_state = 21}, [96] = {.lex_state = 21}, [97] = {.lex_state = 21}, [98] = {.lex_state = 5}, [99] = {.lex_state = 9}, [100] = {.lex_state = 5}, [101] = {.lex_state = 5}, [102] = {.lex_state = 5}, [103] = {.lex_state = 5}, [104] = {.lex_state = 5}, [105] = {.lex_state = 5}, [106] = {.lex_state = 5}, [107] = {.lex_state = 5}, [108] = {.lex_state = 5}, [109] = {.lex_state = 5}, [110] = {.lex_state = 5}, [111] = {.lex_state = 6}, [112] = {.lex_state = 5}, [113] = {.lex_state = 5}, [114] = {.lex_state = 5}, [115] = {.lex_state = 5}, [116] = {.lex_state = 5}, [117] = {.lex_state = 5}, [118] = {.lex_state = 6}, [119] = {.lex_state = 5}, [120] = {.lex_state = 5}, [121] = {.lex_state = 5}, [122] = {.lex_state = 5}, [123] = {.lex_state = 5}, [124] = {.lex_state = 5}, [125] = {.lex_state = 5}, [126] = {.lex_state = 5}, [127] = {.lex_state = 5}, [128] = {.lex_state = 6}, [129] = {.lex_state = 5}, [130] = {.lex_state = 5}, [131] = {.lex_state = 5}, [132] = {.lex_state = 6}, [133] = {.lex_state = 5}, [134] = {.lex_state = 5}, [135] = {.lex_state = 5}, [136] = {.lex_state = 5}, [137] = {.lex_state = 5}, [138] = {.lex_state = 5}, [139] = {.lex_state = 5}, [140] = {.lex_state = 21}, [141] = {.lex_state = 21}, [142] = {.lex_state = 21}, [143] = {.lex_state = 21}, [144] = {.lex_state = 21}, [145] = {.lex_state = 21}, [146] = {.lex_state = 26}, [147] = {.lex_state = 21}, [148] = {.lex_state = 20}, [149] = {.lex_state = 5}, [150] = {.lex_state = 21}, [151] = {.lex_state = 21}, [152] = {.lex_state = 21}, [153] = {.lex_state = 21}, [154] = {.lex_state = 21}, [155] = {.lex_state = 26}, [156] = {.lex_state = 21}, [157] = {.lex_state = 0}, [158] = {.lex_state = 26}, [159] = {.lex_state = 21}, [160] = {.lex_state = 26}, [161] = {.lex_state = 26}, [162] = {.lex_state = 26}, [163] = {.lex_state = 26}, [164] = {.lex_state = 21}, [165] = {.lex_state = 21}, [166] = {.lex_state = 21}, [167] = {.lex_state = 21}, [168] = {.lex_state = 26}, [169] = {.lex_state = 21}, [170] = {.lex_state = 21}, [171] = {.lex_state = 21}, [172] = {.lex_state = 21}, [173] = {.lex_state = 21}, [174] = {.lex_state = 21}, [175] = {.lex_state = 26}, [176] = {.lex_state = 26}, [177] = {.lex_state = 26}, [178] = {.lex_state = 26}, [179] = {.lex_state = 26}, [180] = {.lex_state = 26}, [181] = {.lex_state = 26}, [182] = {.lex_state = 26}, [183] = {.lex_state = 21}, [184] = {.lex_state = 26}, [185] = {.lex_state = 6}, [186] = {.lex_state = 0}, [187] = {.lex_state = 5}, [188] = {.lex_state = 5}, [189] = {.lex_state = 5}, [190] = {.lex_state = 0}, [191] = {.lex_state = 5}, [192] = {.lex_state = 5}, [193] = {.lex_state = 26}, [194] = {.lex_state = 20}, [195] = {.lex_state = 0}, [196] = {.lex_state = 5}, [197] = {.lex_state = 26}, [198] = {.lex_state = 26}, [199] = {.lex_state = 26}, [200] = {.lex_state = 5}, [201] = {.lex_state = 6}, [202] = {.lex_state = 26}, [203] = {.lex_state = 26}, [204] = {.lex_state = 26}, [205] = {.lex_state = 20}, [206] = {.lex_state = 5}, [207] = {.lex_state = 26}, [208] = {.lex_state = 0}, [209] = {.lex_state = 0}, [210] = {.lex_state = 20}, [211] = {.lex_state = 20}, [212] = {.lex_state = 0}, [213] = {.lex_state = 0}, [214] = {.lex_state = 0}, [215] = {.lex_state = 0}, [216] = {.lex_state = 0}, [217] = {.lex_state = 0}, [218] = {.lex_state = 0}, [219] = {.lex_state = 0}, [220] = {.lex_state = 0}, [221] = {.lex_state = 0}, [222] = {.lex_state = 0}, [223] = {.lex_state = 0}, [224] = {.lex_state = 0}, [225] = {.lex_state = 0}, [226] = {.lex_state = 0}, [227] = {.lex_state = 0}, [228] = {.lex_state = 0}, [229] = {.lex_state = 0}, [230] = {.lex_state = 0}, [231] = {.lex_state = 0}, [232] = {.lex_state = 0}, [233] = {.lex_state = 0}, [234] = {.lex_state = 0}, [235] = {.lex_state = 0}, [236] = {.lex_state = 0}, [237] = {.lex_state = 0}, [238] = {.lex_state = 0}, [239] = {.lex_state = 0}, [240] = {.lex_state = 0}, [241] = {.lex_state = 0}, [242] = {.lex_state = 0}, [243] = {.lex_state = 0}, [244] = {.lex_state = 0}, [245] = {.lex_state = 0}, [246] = {.lex_state = 0}, [247] = {.lex_state = 0}, [248] = {.lex_state = 0}, [249] = {.lex_state = 0}, [250] = {.lex_state = 7}, [251] = {.lex_state = 0}, [252] = {.lex_state = 0}, [253] = {.lex_state = 0}, [254] = {.lex_state = 0}, [255] = {.lex_state = 0}, [256] = {.lex_state = 0}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [sym__escape_identity] = ACTIONS(1), [anon_sym_BSLASHt] = ACTIONS(1), [anon_sym_BSLASHr] = ACTIONS(1), [anon_sym_BSLASHn] = ACTIONS(1), [sym__escape_semicolon] = ACTIONS(1), [aux_sym_variable_token1] = ACTIONS(1), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_DOLLARENV_LBRACE] = ACTIONS(1), [anon_sym_DOLLARCACHE_LBRACE] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_DQUOTE] = ACTIONS(1), [anon_sym_BSLASH] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_b] = ACTIONS(1), [anon_sym_c] = ACTIONS(1), }, [1] = { [sym_source_file] = STATE(251), [sym_foreach_loop] = STATE(158), [sym_normal_command] = STATE(158), [sym_command_invocation] = STATE(87), [aux_sym_source_file_repeat1] = STATE(87), [aux_sym_foreach_loop_repeat1] = STATE(160), [ts_builtin_sym_end] = ACTIONS(3), [sym_space] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [anon_sym_foreach] = ACTIONS(9), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 20, ACTIONS(11), 1, sym_space, ACTIONS(13), 1, sym_newline, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(29), 1, anon_sym_RPAREN, ACTIONS(31), 1, anon_sym_RANGE, STATE(39), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(239), 1, sym_arguments, STATE(32), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [72] = 19, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(37), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(224), 1, sym_arguments, STATE(4), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [141] = 19, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(39), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(248), 1, sym_arguments, STATE(37), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [210] = 19, ACTIONS(11), 1, sym_space, ACTIONS(13), 1, sym_newline, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(41), 1, anon_sym_RPAREN, STATE(39), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(222), 1, sym_arguments, STATE(2), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [279] = 19, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(39), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(248), 1, sym_arguments, STATE(7), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [348] = 19, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(43), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(241), 1, sym_arguments, STATE(37), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [417] = 19, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(45), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(219), 1, sym_arguments, STATE(15), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [486] = 19, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(47), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(237), 1, sym_arguments, STATE(10), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [555] = 19, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(45), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(219), 1, sym_arguments, STATE(37), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [624] = 19, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(43), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(241), 1, sym_arguments, STATE(13), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [693] = 19, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(49), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(240), 1, sym_arguments, STATE(14), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [762] = 19, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(51), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(236), 1, sym_arguments, STATE(37), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [831] = 19, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(53), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(213), 1, sym_arguments, STATE(37), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [900] = 19, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(49), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(100), 1, sym_argument, STATE(148), 1, sym__bracket_open, STATE(240), 1, sym_arguments, STATE(37), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [969] = 16, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(23), 1, anon_sym_LBRACK, ACTIONS(25), 1, anon_sym_DQUOTE, ACTIONS(27), 1, aux_sym_unquoted_argument_token1, STATE(41), 1, sym_line_ending, STATE(44), 1, sym__escape_encoded, STATE(148), 1, sym__bracket_open, STATE(188), 1, sym_argument, STATE(37), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, ACTIONS(55), 3, sym_space, sym_newline, anon_sym_RPAREN, STATE(29), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, STATE(200), 3, sym_bracket_argument, sym_quoted_argument, sym_unquoted_argument, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1031] = 13, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(63), 1, aux_sym_variable_token1, ACTIONS(65), 1, anon_sym_b, ACTIONS(67), 1, anon_sym_c, STATE(5), 1, sym_variable, STATE(40), 1, sym__escape_encoded, STATE(50), 1, sym_line_ending, STATE(22), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(36), 2, sym_escape_sequence, aux_sym_variable_repeat1, STATE(255), 2, sym_foreach_range_stop, sym_foreach_range_full, STATE(238), 4, sym_foreach_items, sym_foreach_lists_items, sym_foreach_zip_lists, sym_foreach_range, ACTIONS(61), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1081] = 13, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(63), 1, aux_sym_variable_token1, ACTIONS(65), 1, anon_sym_b, ACTIONS(67), 1, anon_sym_c, STATE(5), 1, sym_variable, STATE(40), 1, sym__escape_encoded, STATE(50), 1, sym_line_ending, STATE(26), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(36), 2, sym_escape_sequence, aux_sym_variable_repeat1, STATE(255), 2, sym_foreach_range_stop, sym_foreach_range_full, STATE(243), 4, sym_foreach_items, sym_foreach_lists_items, sym_foreach_zip_lists, sym_foreach_range, ACTIONS(61), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1131] = 13, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(63), 1, aux_sym_variable_token1, ACTIONS(65), 1, anon_sym_b, ACTIONS(67), 1, anon_sym_c, STATE(5), 1, sym_variable, STATE(40), 1, sym__escape_encoded, STATE(50), 1, sym_line_ending, STATE(28), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(36), 2, sym_escape_sequence, aux_sym_variable_repeat1, STATE(255), 2, sym_foreach_range_stop, sym_foreach_range_full, STATE(233), 4, sym_foreach_items, sym_foreach_lists_items, sym_foreach_zip_lists, sym_foreach_range, ACTIONS(61), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1181] = 13, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(63), 1, aux_sym_variable_token1, ACTIONS(65), 1, anon_sym_b, ACTIONS(67), 1, anon_sym_c, STATE(5), 1, sym_variable, STATE(40), 1, sym__escape_encoded, STATE(50), 1, sym_line_ending, STATE(36), 2, sym_escape_sequence, aux_sym_variable_repeat1, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(255), 2, sym_foreach_range_stop, sym_foreach_range_full, STATE(246), 4, sym_foreach_items, sym_foreach_lists_items, sym_foreach_zip_lists, sym_foreach_range, ACTIONS(61), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1231] = 13, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(63), 1, aux_sym_variable_token1, ACTIONS(65), 1, anon_sym_b, ACTIONS(67), 1, anon_sym_c, STATE(5), 1, sym_variable, STATE(40), 1, sym__escape_encoded, STATE(50), 1, sym_line_ending, STATE(36), 2, sym_escape_sequence, aux_sym_variable_repeat1, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(255), 2, sym_foreach_range_stop, sym_foreach_range_full, STATE(233), 4, sym_foreach_items, sym_foreach_lists_items, sym_foreach_zip_lists, sym_foreach_range, ACTIONS(61), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1281] = 13, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(63), 1, aux_sym_variable_token1, ACTIONS(65), 1, anon_sym_b, ACTIONS(67), 1, anon_sym_c, STATE(5), 1, sym_variable, STATE(40), 1, sym__escape_encoded, STATE(50), 1, sym_line_ending, STATE(36), 2, sym_escape_sequence, aux_sym_variable_repeat1, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(255), 2, sym_foreach_range_stop, sym_foreach_range_full, STATE(234), 4, sym_foreach_items, sym_foreach_lists_items, sym_foreach_zip_lists, sym_foreach_range, ACTIONS(61), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1331] = 13, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(63), 1, aux_sym_variable_token1, ACTIONS(65), 1, anon_sym_b, ACTIONS(67), 1, anon_sym_c, STATE(5), 1, sym_variable, STATE(40), 1, sym__escape_encoded, STATE(50), 1, sym_line_ending, STATE(20), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(36), 2, sym_escape_sequence, aux_sym_variable_repeat1, STATE(255), 2, sym_foreach_range_stop, sym_foreach_range_full, STATE(245), 4, sym_foreach_items, sym_foreach_lists_items, sym_foreach_zip_lists, sym_foreach_range, ACTIONS(61), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1381] = 13, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(63), 1, aux_sym_variable_token1, ACTIONS(65), 1, anon_sym_b, ACTIONS(67), 1, anon_sym_c, STATE(5), 1, sym_variable, STATE(40), 1, sym__escape_encoded, STATE(50), 1, sym_line_ending, STATE(36), 2, sym_escape_sequence, aux_sym_variable_repeat1, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(255), 2, sym_foreach_range_stop, sym_foreach_range_full, STATE(245), 4, sym_foreach_items, sym_foreach_lists_items, sym_foreach_zip_lists, sym_foreach_range, ACTIONS(61), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1431] = 13, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(63), 1, aux_sym_variable_token1, ACTIONS(65), 1, anon_sym_b, ACTIONS(67), 1, anon_sym_c, STATE(5), 1, sym_variable, STATE(40), 1, sym__escape_encoded, STATE(50), 1, sym_line_ending, STATE(24), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(36), 2, sym_escape_sequence, aux_sym_variable_repeat1, STATE(255), 2, sym_foreach_range_stop, sym_foreach_range_full, STATE(244), 4, sym_foreach_items, sym_foreach_lists_items, sym_foreach_zip_lists, sym_foreach_range, ACTIONS(61), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1481] = 13, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(63), 1, aux_sym_variable_token1, ACTIONS(65), 1, anon_sym_b, ACTIONS(67), 1, anon_sym_c, STATE(5), 1, sym_variable, STATE(40), 1, sym__escape_encoded, STATE(50), 1, sym_line_ending, STATE(36), 2, sym_escape_sequence, aux_sym_variable_repeat1, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(255), 2, sym_foreach_range_stop, sym_foreach_range_full, STATE(244), 4, sym_foreach_items, sym_foreach_lists_items, sym_foreach_zip_lists, sym_foreach_range, ACTIONS(61), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1531] = 13, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(63), 1, aux_sym_variable_token1, ACTIONS(65), 1, anon_sym_b, ACTIONS(67), 1, anon_sym_c, STATE(5), 1, sym_variable, STATE(40), 1, sym__escape_encoded, STATE(50), 1, sym_line_ending, STATE(21), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(36), 2, sym_escape_sequence, aux_sym_variable_repeat1, STATE(255), 2, sym_foreach_range_stop, sym_foreach_range_full, STATE(254), 4, sym_foreach_items, sym_foreach_lists_items, sym_foreach_zip_lists, sym_foreach_range, ACTIONS(61), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1581] = 13, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(63), 1, aux_sym_variable_token1, ACTIONS(65), 1, anon_sym_b, ACTIONS(67), 1, anon_sym_c, STATE(5), 1, sym_variable, STATE(40), 1, sym__escape_encoded, STATE(50), 1, sym_line_ending, STATE(36), 2, sym_escape_sequence, aux_sym_variable_repeat1, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(255), 2, sym_foreach_range_stop, sym_foreach_range_full, STATE(238), 4, sym_foreach_items, sym_foreach_lists_items, sym_foreach_zip_lists, sym_foreach_range, ACTIONS(61), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1631] = 9, ACTIONS(17), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(19), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(21), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(71), 1, aux_sym_unquoted_argument_token1, STATE(44), 1, sym__escape_encoded, ACTIONS(69), 3, sym_space, sym_newline, anon_sym_RPAREN, STATE(31), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, ACTIONS(15), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1669] = 11, ACTIONS(75), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(77), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(79), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(81), 1, anon_sym_DQUOTE, ACTIONS(83), 1, aux_sym_quoted_element_token1, ACTIONS(85), 1, anon_sym_BSLASH, STATE(56), 1, sym__escape_encoded, STATE(256), 1, sym_quoted_element, STATE(35), 3, sym_escape_sequence, sym_variable_ref, aux_sym_quoted_element_repeat1, STATE(53), 3, sym_normal_var, sym_env_var, sym_cache_var, ACTIONS(73), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1711] = 9, ACTIONS(92), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(95), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(98), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(101), 1, aux_sym_unquoted_argument_token1, STATE(44), 1, sym__escape_encoded, ACTIONS(87), 3, sym_space, sym_newline, anon_sym_RPAREN, STATE(31), 3, sym_escape_sequence, sym_variable_ref, aux_sym_unquoted_argument_repeat1, STATE(45), 3, sym_normal_var, sym_env_var, sym_cache_var, ACTIONS(89), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1749] = 5, ACTIONS(104), 1, sym_space, ACTIONS(107), 1, sym_newline, STATE(39), 1, sym_line_ending, STATE(32), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, ACTIONS(110), 13, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_LBRACK, anon_sym_DQUOTE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, anon_sym_RANGE, [1778] = 10, ACTIONS(115), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(118), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(121), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(124), 1, anon_sym_DQUOTE, ACTIONS(126), 1, aux_sym_quoted_element_token1, ACTIONS(129), 1, anon_sym_BSLASH, STATE(56), 1, sym__escape_encoded, STATE(33), 3, sym_escape_sequence, sym_variable_ref, aux_sym_quoted_element_repeat1, STATE(53), 3, sym_normal_var, sym_env_var, sym_cache_var, ACTIONS(112), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1817] = 5, ACTIONS(137), 1, aux_sym_variable_token1, STATE(40), 1, sym__escape_encoded, STATE(34), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(134), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, ACTIONS(132), 9, sym_space, sym_newline, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_LBRACK, anon_sym_DQUOTE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, [1846] = 10, ACTIONS(75), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(77), 1, anon_sym_DOLLARENV_LBRACE, ACTIONS(79), 1, anon_sym_DOLLARCACHE_LBRACE, ACTIONS(85), 1, anon_sym_BSLASH, ACTIONS(140), 1, anon_sym_DQUOTE, ACTIONS(142), 1, aux_sym_quoted_element_token1, STATE(56), 1, sym__escape_encoded, STATE(33), 3, sym_escape_sequence, sym_variable_ref, aux_sym_quoted_element_repeat1, STATE(53), 3, sym_normal_var, sym_env_var, sym_cache_var, ACTIONS(73), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [1885] = 4, ACTIONS(146), 1, aux_sym_variable_token1, STATE(40), 1, sym__escape_encoded, STATE(34), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(144), 14, sym_space, sym_newline, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_LBRACK, anon_sym_DQUOTE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, [1912] = 5, ACTIONS(148), 1, sym_space, ACTIONS(151), 1, sym_newline, STATE(41), 1, sym_line_ending, STATE(37), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, ACTIONS(110), 12, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_LBRACK, anon_sym_DQUOTE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, [1940] = 1, ACTIONS(154), 15, sym_space, sym_newline, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_LBRACK, anon_sym_DQUOTE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, anon_sym_RANGE, [1958] = 1, ACTIONS(156), 15, sym_space, sym_newline, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_LBRACK, anon_sym_DQUOTE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, anon_sym_RANGE, [1976] = 1, ACTIONS(158), 15, sym_space, sym_newline, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, aux_sym_variable_token1, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_LBRACK, anon_sym_DQUOTE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, [1994] = 1, ACTIONS(156), 14, sym_space, sym_newline, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_LBRACK, anon_sym_DQUOTE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, [2011] = 1, ACTIONS(154), 14, sym_space, sym_newline, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_LBRACK, anon_sym_DQUOTE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, [2028] = 5, ACTIONS(160), 1, sym_space, ACTIONS(163), 1, sym_newline, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, ACTIONS(110), 9, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, aux_sym_variable_token1, anon_sym_LPAREN, anon_sym_b, anon_sym_c, [2053] = 1, ACTIONS(158), 12, sym_space, sym_newline, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, [2068] = 1, ACTIONS(166), 12, sym_space, sym_newline, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, [2083] = 1, ACTIONS(168), 12, sym_space, sym_newline, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, [2098] = 1, ACTIONS(170), 12, sym_space, sym_newline, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, [2113] = 1, ACTIONS(172), 12, sym_space, sym_newline, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, aux_sym_unquoted_argument_token1, anon_sym_RPAREN, [2128] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(178), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(226), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2152] = 1, ACTIONS(156), 11, sym_space, sym_newline, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, aux_sym_variable_token1, anon_sym_LPAREN, anon_sym_b, anon_sym_c, [2166] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(180), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(225), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2190] = 5, ACTIONS(182), 1, aux_sym_variable_token1, STATE(99), 1, sym__escape_encoded, ACTIONS(184), 2, anon_sym_RBRACE, anon_sym_RPAREN, STATE(60), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2212] = 1, ACTIONS(166), 11, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_DQUOTE, aux_sym_quoted_element_token1, anon_sym_BSLASH, [2226] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(186), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(212), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2250] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(188), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(235), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2274] = 1, ACTIONS(158), 11, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_DQUOTE, aux_sym_quoted_element_token1, anon_sym_BSLASH, [2288] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(190), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(218), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2312] = 1, ACTIONS(172), 11, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_DQUOTE, aux_sym_quoted_element_token1, anon_sym_BSLASH, [2326] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(192), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(229), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2350] = 5, ACTIONS(197), 1, aux_sym_variable_token1, STATE(99), 1, sym__escape_encoded, ACTIONS(200), 2, anon_sym_RBRACE, anon_sym_RPAREN, STATE(60), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(194), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2372] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(202), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(220), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2396] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(204), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(223), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2420] = 1, ACTIONS(124), 11, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_DQUOTE, aux_sym_quoted_element_token1, anon_sym_BSLASH, [2434] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(206), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(214), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2458] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(208), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(216), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2482] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(210), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(217), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2506] = 1, ACTIONS(154), 11, sym_space, sym_newline, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, aux_sym_variable_token1, anon_sym_LPAREN, anon_sym_b, anon_sym_c, [2520] = 1, ACTIONS(168), 11, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_DQUOTE, aux_sym_quoted_element_token1, anon_sym_BSLASH, [2534] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(212), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(215), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2558] = 1, ACTIONS(170), 11, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLARENV_LBRACE, anon_sym_DOLLARCACHE_LBRACE, anon_sym_DQUOTE, aux_sym_quoted_element_token1, anon_sym_BSLASH, [2572] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(214), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(232), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2596] = 6, ACTIONS(176), 1, aux_sym_variable_token1, ACTIONS(216), 1, anon_sym_RPAREN, STATE(99), 1, sym__escape_encoded, STATE(228), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2620] = 5, ACTIONS(176), 1, aux_sym_variable_token1, STATE(99), 1, sym__escape_encoded, STATE(230), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2641] = 5, ACTIONS(176), 1, aux_sym_variable_token1, STATE(99), 1, sym__escape_encoded, STATE(253), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2662] = 5, ACTIONS(176), 1, aux_sym_variable_token1, STATE(99), 1, sym__escape_encoded, STATE(252), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2683] = 5, ACTIONS(176), 1, aux_sym_variable_token1, STATE(99), 1, sym__escape_encoded, STATE(227), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2704] = 5, ACTIONS(176), 1, aux_sym_variable_token1, STATE(99), 1, sym__escape_encoded, STATE(249), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2725] = 5, ACTIONS(176), 1, aux_sym_variable_token1, STATE(99), 1, sym__escape_encoded, STATE(231), 1, sym_variable, STATE(52), 2, sym_escape_sequence, aux_sym_variable_repeat1, ACTIONS(174), 5, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, [2746] = 7, ACTIONS(218), 1, sym_space, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(224), 1, anon_sym_endforeach, STATE(151), 1, aux_sym_foreach_loop_repeat1, STATE(95), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [2770] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(226), 1, sym_space, ACTIONS(228), 1, anon_sym_endforeach, STATE(143), 1, aux_sym_foreach_loop_repeat1, STATE(86), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [2794] = 7, ACTIONS(230), 1, sym_space, ACTIONS(233), 1, sym_identifier, ACTIONS(236), 1, anon_sym_foreach, ACTIONS(239), 1, anon_sym_endforeach, STATE(176), 1, aux_sym_foreach_loop_repeat1, STATE(81), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [2818] = 7, ACTIONS(241), 1, ts_builtin_sym_end, ACTIONS(243), 1, sym_space, ACTIONS(246), 1, sym_identifier, ACTIONS(249), 1, anon_sym_foreach, STATE(160), 1, aux_sym_foreach_loop_repeat1, STATE(82), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(158), 2, sym_foreach_loop, sym_normal_command, [2842] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(252), 1, sym_space, ACTIONS(254), 1, anon_sym_endforeach, STATE(140), 1, aux_sym_foreach_loop_repeat1, STATE(81), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [2866] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(256), 1, sym_space, ACTIONS(258), 1, anon_sym_endforeach, STATE(141), 1, aux_sym_foreach_loop_repeat1, STATE(83), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [2890] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(256), 1, sym_space, ACTIONS(258), 1, anon_sym_endforeach, STATE(141), 1, aux_sym_foreach_loop_repeat1, STATE(81), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [2914] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(260), 1, sym_space, ACTIONS(262), 1, anon_sym_endforeach, STATE(145), 1, aux_sym_foreach_loop_repeat1, STATE(81), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [2938] = 7, ACTIONS(5), 1, sym_space, ACTIONS(7), 1, sym_identifier, ACTIONS(9), 1, anon_sym_foreach, ACTIONS(264), 1, ts_builtin_sym_end, STATE(160), 1, aux_sym_foreach_loop_repeat1, STATE(82), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(158), 2, sym_foreach_loop, sym_normal_command, [2962] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(260), 1, sym_space, ACTIONS(262), 1, anon_sym_endforeach, STATE(145), 1, aux_sym_foreach_loop_repeat1, STATE(94), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [2986] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(266), 1, sym_space, ACTIONS(268), 1, anon_sym_endforeach, STATE(144), 1, aux_sym_foreach_loop_repeat1, STATE(81), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [3010] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(270), 1, sym_space, ACTIONS(272), 1, anon_sym_endforeach, STATE(142), 1, aux_sym_foreach_loop_repeat1, STATE(85), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [3034] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(274), 1, sym_space, ACTIONS(276), 1, anon_sym_endforeach, STATE(147), 1, aux_sym_foreach_loop_repeat1, STATE(89), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [3058] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(270), 1, sym_space, ACTIONS(272), 1, anon_sym_endforeach, STATE(142), 1, aux_sym_foreach_loop_repeat1, STATE(81), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [3082] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(274), 1, sym_space, ACTIONS(276), 1, anon_sym_endforeach, STATE(147), 1, aux_sym_foreach_loop_repeat1, STATE(81), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [3106] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(278), 1, sym_space, ACTIONS(280), 1, anon_sym_endforeach, STATE(152), 1, aux_sym_foreach_loop_repeat1, STATE(81), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [3130] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(282), 1, sym_space, ACTIONS(284), 1, anon_sym_endforeach, STATE(150), 1, aux_sym_foreach_loop_repeat1, STATE(81), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [3154] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(278), 1, sym_space, ACTIONS(280), 1, anon_sym_endforeach, STATE(152), 1, aux_sym_foreach_loop_repeat1, STATE(93), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [3178] = 7, ACTIONS(220), 1, sym_identifier, ACTIONS(222), 1, anon_sym_foreach, ACTIONS(282), 1, sym_space, ACTIONS(284), 1, anon_sym_endforeach, STATE(150), 1, aux_sym_foreach_loop_repeat1, STATE(92), 2, sym_command_invocation, aux_sym_source_file_repeat1, STATE(183), 2, sym_foreach_loop, sym_normal_command, [3202] = 6, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(286), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(16), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(101), 2, sym__seperated_arguments, aux_sym_arguments_repeat1, [3223] = 1, ACTIONS(288), 8, sym__escape_identity, anon_sym_BSLASHt, anon_sym_BSLASHr, anon_sym_BSLASHn, sym__escape_semicolon, aux_sym_variable_token1, anon_sym_RBRACE, anon_sym_RPAREN, [3234] = 6, ACTIONS(33), 1, sym_space, ACTIONS(35), 1, sym_newline, ACTIONS(290), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(16), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(98), 2, sym__seperated_arguments, aux_sym_arguments_repeat1, [3255] = 6, ACTIONS(292), 1, sym_space, ACTIONS(295), 1, sym_newline, ACTIONS(298), 1, anon_sym_RPAREN, STATE(41), 1, sym_line_ending, STATE(16), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, STATE(101), 2, sym__seperated_arguments, aux_sym_arguments_repeat1, [3276] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(300), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3293] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(302), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(138), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3310] = 5, ACTIONS(304), 1, sym_space, ACTIONS(306), 1, sym_newline, ACTIONS(308), 1, anon_sym_RPAREN, STATE(201), 1, sym_line_ending, STATE(118), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3327] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(310), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(115), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3344] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(312), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(108), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3361] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(314), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3378] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(316), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3395] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(318), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(102), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3412] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(318), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3429] = 5, ACTIONS(304), 1, sym_space, ACTIONS(306), 1, sym_newline, ACTIONS(320), 1, sym_integer, STATE(201), 1, sym_line_ending, STATE(128), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3446] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(322), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(127), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3463] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(324), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(121), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3480] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(326), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(107), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3497] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(322), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3514] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(328), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3531] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(330), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(124), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3548] = 5, ACTIONS(304), 1, sym_space, ACTIONS(306), 1, sym_newline, ACTIONS(332), 1, sym_integer, STATE(201), 1, sym_line_ending, STATE(128), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3565] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(334), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3582] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(300), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(119), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3599] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(336), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3616] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(336), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(129), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3633] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(338), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(131), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3650] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(326), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3667] = 5, ACTIONS(304), 1, sym_space, ACTIONS(306), 1, sym_newline, ACTIONS(340), 1, anon_sym_RPAREN, STATE(201), 1, sym_line_ending, STATE(132), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3684] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(324), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3701] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(342), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3718] = 5, ACTIONS(110), 1, sym_integer, ACTIONS(344), 1, sym_space, ACTIONS(347), 1, sym_newline, STATE(201), 1, sym_line_ending, STATE(128), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3735] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(350), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3752] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(350), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(136), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3769] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(302), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3786] = 5, ACTIONS(304), 1, sym_space, ACTIONS(306), 1, sym_newline, ACTIONS(352), 1, sym_integer, STATE(201), 1, sym_line_ending, STATE(128), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3803] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(354), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(110), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3820] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(354), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3837] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(356), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(134), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3854] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(358), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3871] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(358), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(116), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3888] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(356), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(43), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3905] = 5, ACTIONS(57), 1, sym_space, ACTIONS(59), 1, sym_newline, ACTIONS(316), 1, anon_sym_LPAREN, STATE(50), 1, sym_line_ending, STATE(126), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [3922] = 5, ACTIONS(360), 1, sym_space, ACTIONS(362), 1, sym_identifier, ACTIONS(364), 1, anon_sym_foreach, ACTIONS(366), 1, anon_sym_endforeach, STATE(153), 1, aux_sym_foreach_loop_repeat1, [3938] = 5, ACTIONS(254), 1, anon_sym_endforeach, ACTIONS(360), 1, sym_space, ACTIONS(362), 1, sym_identifier, ACTIONS(364), 1, anon_sym_foreach, STATE(153), 1, aux_sym_foreach_loop_repeat1, [3954] = 5, ACTIONS(258), 1, anon_sym_endforeach, ACTIONS(360), 1, sym_space, ACTIONS(362), 1, sym_identifier, ACTIONS(364), 1, anon_sym_foreach, STATE(153), 1, aux_sym_foreach_loop_repeat1, [3970] = 5, ACTIONS(262), 1, anon_sym_endforeach, ACTIONS(360), 1, sym_space, ACTIONS(362), 1, sym_identifier, ACTIONS(364), 1, anon_sym_foreach, STATE(153), 1, aux_sym_foreach_loop_repeat1, [3986] = 5, ACTIONS(360), 1, sym_space, ACTIONS(362), 1, sym_identifier, ACTIONS(364), 1, anon_sym_foreach, ACTIONS(368), 1, anon_sym_endforeach, STATE(153), 1, aux_sym_foreach_loop_repeat1, [4002] = 5, ACTIONS(280), 1, anon_sym_endforeach, ACTIONS(360), 1, sym_space, ACTIONS(362), 1, sym_identifier, ACTIONS(364), 1, anon_sym_foreach, STATE(153), 1, aux_sym_foreach_loop_repeat1, [4018] = 3, ACTIONS(370), 1, sym_space, STATE(146), 1, aux_sym_foreach_loop_repeat1, ACTIONS(373), 3, sym_identifier, anon_sym_foreach, anon_sym_LPAREN, [4030] = 5, ACTIONS(268), 1, anon_sym_endforeach, ACTIONS(360), 1, sym_space, ACTIONS(362), 1, sym_identifier, ACTIONS(364), 1, anon_sym_foreach, STATE(153), 1, aux_sym_foreach_loop_repeat1, [4046] = 5, ACTIONS(375), 1, aux_sym_bracket_content_token1, ACTIONS(377), 1, anon_sym_RBRACK, STATE(205), 1, aux_sym_bracket_content_repeat1, STATE(206), 1, sym__bracket_close, STATE(209), 1, sym_bracket_content, [4062] = 4, ACTIONS(304), 1, sym_space, ACTIONS(306), 1, sym_newline, STATE(201), 1, sym_line_ending, STATE(111), 2, sym_seperation, aux_sym__seperated_arguments_repeat1, [4076] = 5, ACTIONS(272), 1, anon_sym_endforeach, ACTIONS(360), 1, sym_space, ACTIONS(362), 1, sym_identifier, ACTIONS(364), 1, anon_sym_foreach, STATE(153), 1, aux_sym_foreach_loop_repeat1, [4092] = 5, ACTIONS(284), 1, anon_sym_endforeach, ACTIONS(360), 1, sym_space, ACTIONS(362), 1, sym_identifier, ACTIONS(364), 1, anon_sym_foreach, STATE(153), 1, aux_sym_foreach_loop_repeat1, [4108] = 5, ACTIONS(276), 1, anon_sym_endforeach, ACTIONS(360), 1, sym_space, ACTIONS(362), 1, sym_identifier, ACTIONS(364), 1, anon_sym_foreach, STATE(153), 1, aux_sym_foreach_loop_repeat1, [4124] = 3, ACTIONS(379), 1, sym_space, STATE(153), 1, aux_sym_foreach_loop_repeat1, ACTIONS(373), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4136] = 2, ACTIONS(382), 1, sym_space, ACTIONS(384), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4145] = 2, ACTIONS(386), 2, ts_builtin_sym_end, sym_space, ACTIONS(388), 2, sym_identifier, anon_sym_foreach, [4154] = 2, ACTIONS(386), 1, sym_space, ACTIONS(388), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4163] = 3, ACTIONS(392), 1, anon_sym_EQ, STATE(157), 1, aux_sym__bracket_open_repeat1, ACTIONS(390), 2, anon_sym_LBRACK, anon_sym_RBRACK, [4174] = 2, ACTIONS(395), 2, ts_builtin_sym_end, sym_space, ACTIONS(397), 2, sym_identifier, anon_sym_foreach, [4183] = 2, ACTIONS(399), 1, sym_space, ACTIONS(401), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4192] = 4, ACTIONS(403), 1, sym_space, ACTIONS(405), 1, sym_identifier, ACTIONS(407), 1, anon_sym_foreach, STATE(146), 1, aux_sym_foreach_loop_repeat1, [4205] = 2, ACTIONS(409), 2, ts_builtin_sym_end, sym_space, ACTIONS(411), 2, sym_identifier, anon_sym_foreach, [4214] = 2, ACTIONS(413), 2, ts_builtin_sym_end, sym_space, ACTIONS(415), 2, sym_identifier, anon_sym_foreach, [4223] = 2, ACTIONS(417), 2, ts_builtin_sym_end, sym_space, ACTIONS(419), 2, sym_identifier, anon_sym_foreach, [4232] = 2, ACTIONS(409), 1, sym_space, ACTIONS(411), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4241] = 2, ACTIONS(413), 1, sym_space, ACTIONS(415), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4250] = 2, ACTIONS(417), 1, sym_space, ACTIONS(419), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4259] = 2, ACTIONS(421), 1, sym_space, ACTIONS(423), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4268] = 2, ACTIONS(421), 2, ts_builtin_sym_end, sym_space, ACTIONS(423), 2, sym_identifier, anon_sym_foreach, [4277] = 2, ACTIONS(425), 1, sym_space, ACTIONS(427), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4286] = 2, ACTIONS(429), 1, sym_space, ACTIONS(431), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4295] = 2, ACTIONS(433), 1, sym_space, ACTIONS(435), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4304] = 2, ACTIONS(437), 1, sym_space, ACTIONS(439), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4313] = 2, ACTIONS(441), 1, sym_space, ACTIONS(443), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4322] = 2, ACTIONS(445), 1, sym_space, ACTIONS(447), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4331] = 2, ACTIONS(382), 2, ts_builtin_sym_end, sym_space, ACTIONS(384), 2, sym_identifier, anon_sym_foreach, [4340] = 4, ACTIONS(362), 1, sym_identifier, ACTIONS(364), 1, anon_sym_foreach, ACTIONS(403), 1, sym_space, STATE(146), 1, aux_sym_foreach_loop_repeat1, [4353] = 2, ACTIONS(425), 2, ts_builtin_sym_end, sym_space, ACTIONS(427), 2, sym_identifier, anon_sym_foreach, [4362] = 2, ACTIONS(429), 2, ts_builtin_sym_end, sym_space, ACTIONS(431), 2, sym_identifier, anon_sym_foreach, [4371] = 2, ACTIONS(433), 2, ts_builtin_sym_end, sym_space, ACTIONS(435), 2, sym_identifier, anon_sym_foreach, [4380] = 2, ACTIONS(437), 2, ts_builtin_sym_end, sym_space, ACTIONS(439), 2, sym_identifier, anon_sym_foreach, [4389] = 2, ACTIONS(399), 2, ts_builtin_sym_end, sym_space, ACTIONS(401), 2, sym_identifier, anon_sym_foreach, [4398] = 2, ACTIONS(441), 2, ts_builtin_sym_end, sym_space, ACTIONS(443), 2, sym_identifier, anon_sym_foreach, [4407] = 2, ACTIONS(395), 1, sym_space, ACTIONS(397), 3, sym_identifier, anon_sym_foreach, anon_sym_endforeach, [4416] = 2, ACTIONS(445), 2, ts_builtin_sym_end, sym_space, ACTIONS(447), 2, sym_identifier, anon_sym_foreach, [4425] = 1, ACTIONS(154), 3, sym_space, sym_newline, sym_integer, [4431] = 3, ACTIONS(449), 1, anon_sym_LBRACK, ACTIONS(451), 1, anon_sym_EQ, STATE(195), 1, aux_sym__bracket_open_repeat1, [4441] = 1, ACTIONS(453), 3, sym_space, sym_newline, anon_sym_RPAREN, [4447] = 1, ACTIONS(455), 3, sym_space, sym_newline, anon_sym_RPAREN, [4453] = 1, ACTIONS(457), 3, sym_space, sym_newline, anon_sym_RPAREN, [4459] = 3, ACTIONS(459), 1, anon_sym_EQ, ACTIONS(461), 1, anon_sym_RBRACK, STATE(157), 1, aux_sym__bracket_open_repeat1, [4469] = 1, ACTIONS(463), 3, sym_space, sym_newline, anon_sym_RPAREN, [4475] = 1, ACTIONS(465), 3, sym_space, sym_newline, anon_sym_RPAREN, [4481] = 3, ACTIONS(403), 1, sym_space, ACTIONS(467), 1, anon_sym_LPAREN, STATE(146), 1, aux_sym_foreach_loop_repeat1, [4491] = 3, ACTIONS(469), 1, aux_sym_bracket_content_token1, ACTIONS(472), 1, anon_sym_RBRACK, STATE(194), 1, aux_sym_bracket_content_repeat1, [4501] = 3, ACTIONS(459), 1, anon_sym_EQ, ACTIONS(474), 1, anon_sym_LBRACK, STATE(157), 1, aux_sym__bracket_open_repeat1, [4511] = 1, ACTIONS(476), 3, sym_space, sym_newline, anon_sym_RPAREN, [4517] = 3, ACTIONS(403), 1, sym_space, ACTIONS(478), 1, anon_sym_LPAREN, STATE(146), 1, aux_sym_foreach_loop_repeat1, [4527] = 3, ACTIONS(480), 1, sym_space, ACTIONS(482), 1, anon_sym_LPAREN, STATE(197), 1, aux_sym_foreach_loop_repeat1, [4537] = 3, ACTIONS(484), 1, sym_space, ACTIONS(486), 1, anon_sym_LPAREN, STATE(193), 1, aux_sym_foreach_loop_repeat1, [4547] = 1, ACTIONS(488), 3, sym_space, sym_newline, anon_sym_RPAREN, [4553] = 1, ACTIONS(156), 3, sym_space, sym_newline, sym_integer, [4559] = 3, ACTIONS(403), 1, sym_space, ACTIONS(490), 1, anon_sym_LPAREN, STATE(146), 1, aux_sym_foreach_loop_repeat1, [4569] = 3, ACTIONS(467), 1, anon_sym_LPAREN, ACTIONS(492), 1, sym_space, STATE(202), 1, aux_sym_foreach_loop_repeat1, [4579] = 3, ACTIONS(478), 1, anon_sym_LPAREN, ACTIONS(494), 1, sym_space, STATE(207), 1, aux_sym_foreach_loop_repeat1, [4589] = 3, ACTIONS(496), 1, aux_sym_bracket_content_token1, ACTIONS(498), 1, anon_sym_RBRACK, STATE(194), 1, aux_sym_bracket_content_repeat1, [4599] = 1, ACTIONS(500), 3, sym_space, sym_newline, anon_sym_RPAREN, [4605] = 3, ACTIONS(403), 1, sym_space, ACTIONS(502), 1, anon_sym_LPAREN, STATE(146), 1, aux_sym_foreach_loop_repeat1, [4615] = 3, ACTIONS(504), 1, anon_sym_EQ, ACTIONS(506), 1, anon_sym_RBRACK, STATE(190), 1, aux_sym__bracket_open_repeat1, [4625] = 2, ACTIONS(508), 1, anon_sym_RBRACK, STATE(191), 1, sym__bracket_close, [4632] = 2, ACTIONS(510), 1, aux_sym_bracket_content_token1, ACTIONS(512), 1, anon_sym_RBRACK, [4639] = 2, ACTIONS(514), 1, aux_sym_bracket_content_token1, ACTIONS(516), 1, anon_sym_RBRACK, [4646] = 1, ACTIONS(188), 1, anon_sym_RPAREN, [4650] = 1, ACTIONS(518), 1, anon_sym_RPAREN, [4654] = 1, ACTIONS(208), 1, anon_sym_RPAREN, [4658] = 1, ACTIONS(520), 1, anon_sym_RPAREN, [4662] = 1, ACTIONS(210), 1, anon_sym_RPAREN, [4666] = 1, ACTIONS(522), 1, anon_sym_RPAREN, [4670] = 1, ACTIONS(212), 1, anon_sym_RPAREN, [4674] = 1, ACTIONS(524), 1, anon_sym_RPAREN, [4678] = 1, ACTIONS(190), 1, anon_sym_RPAREN, [4682] = 1, ACTIONS(526), 1, anon_sym_RPAREN, [4686] = 1, ACTIONS(528), 1, anon_sym_RPAREN, [4690] = 1, ACTIONS(202), 1, anon_sym_RPAREN, [4694] = 1, ACTIONS(530), 1, anon_sym_RPAREN, [4698] = 1, ACTIONS(186), 1, anon_sym_RPAREN, [4702] = 1, ACTIONS(204), 1, anon_sym_RPAREN, [4706] = 1, ACTIONS(532), 1, anon_sym_RBRACE, [4710] = 1, ACTIONS(178), 1, anon_sym_RPAREN, [4714] = 1, ACTIONS(180), 1, anon_sym_RPAREN, [4718] = 1, ACTIONS(534), 1, anon_sym_RBRACE, [4722] = 1, ACTIONS(536), 1, anon_sym_RBRACE, [4726] = 1, ACTIONS(216), 1, anon_sym_RPAREN, [4730] = 1, ACTIONS(538), 1, anon_sym_RPAREN, [4734] = 1, ACTIONS(540), 1, anon_sym_RPAREN, [4738] = 1, ACTIONS(206), 1, anon_sym_RPAREN, [4742] = 1, ACTIONS(542), 1, anon_sym_RPAREN, [4746] = 1, ACTIONS(544), 1, anon_sym_RPAREN, [4750] = 1, ACTIONS(546), 1, anon_sym_RPAREN, [4754] = 1, ACTIONS(548), 1, anon_sym_RPAREN, [4758] = 1, ACTIONS(550), 1, anon_sym_RPAREN, [4762] = 1, ACTIONS(552), 1, anon_sym_RPAREN, [4766] = 1, ACTIONS(554), 1, anon_sym_RPAREN, [4770] = 1, ACTIONS(556), 1, anon_sym_RPAREN, [4774] = 1, ACTIONS(558), 1, anon_sym_RPAREN, [4778] = 1, ACTIONS(560), 1, anon_sym_RPAREN, [4782] = 1, ACTIONS(562), 1, anon_sym_RPAREN, [4786] = 1, ACTIONS(564), 1, anon_sym_RPAREN, [4790] = 1, ACTIONS(566), 1, anon_sym_RPAREN, [4794] = 1, ACTIONS(568), 1, anon_sym_RBRACE, [4798] = 1, ACTIONS(570), 1, sym_newline, [4802] = 1, ACTIONS(572), 1, ts_builtin_sym_end, [4806] = 1, ACTIONS(574), 1, anon_sym_RBRACE, [4810] = 1, ACTIONS(576), 1, anon_sym_RBRACE, [4814] = 1, ACTIONS(578), 1, anon_sym_RPAREN, [4818] = 1, ACTIONS(580), 1, anon_sym_RPAREN, [4822] = 1, ACTIONS(582), 1, anon_sym_DQUOTE, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2)] = 0, [SMALL_STATE(3)] = 72, [SMALL_STATE(4)] = 141, [SMALL_STATE(5)] = 210, [SMALL_STATE(6)] = 279, [SMALL_STATE(7)] = 348, [SMALL_STATE(8)] = 417, [SMALL_STATE(9)] = 486, [SMALL_STATE(10)] = 555, [SMALL_STATE(11)] = 624, [SMALL_STATE(12)] = 693, [SMALL_STATE(13)] = 762, [SMALL_STATE(14)] = 831, [SMALL_STATE(15)] = 900, [SMALL_STATE(16)] = 969, [SMALL_STATE(17)] = 1031, [SMALL_STATE(18)] = 1081, [SMALL_STATE(19)] = 1131, [SMALL_STATE(20)] = 1181, [SMALL_STATE(21)] = 1231, [SMALL_STATE(22)] = 1281, [SMALL_STATE(23)] = 1331, [SMALL_STATE(24)] = 1381, [SMALL_STATE(25)] = 1431, [SMALL_STATE(26)] = 1481, [SMALL_STATE(27)] = 1531, [SMALL_STATE(28)] = 1581, [SMALL_STATE(29)] = 1631, [SMALL_STATE(30)] = 1669, [SMALL_STATE(31)] = 1711, [SMALL_STATE(32)] = 1749, [SMALL_STATE(33)] = 1778, [SMALL_STATE(34)] = 1817, [SMALL_STATE(35)] = 1846, [SMALL_STATE(36)] = 1885, [SMALL_STATE(37)] = 1912, [SMALL_STATE(38)] = 1940, [SMALL_STATE(39)] = 1958, [SMALL_STATE(40)] = 1976, [SMALL_STATE(41)] = 1994, [SMALL_STATE(42)] = 2011, [SMALL_STATE(43)] = 2028, [SMALL_STATE(44)] = 2053, [SMALL_STATE(45)] = 2068, [SMALL_STATE(46)] = 2083, [SMALL_STATE(47)] = 2098, [SMALL_STATE(48)] = 2113, [SMALL_STATE(49)] = 2128, [SMALL_STATE(50)] = 2152, [SMALL_STATE(51)] = 2166, [SMALL_STATE(52)] = 2190, [SMALL_STATE(53)] = 2212, [SMALL_STATE(54)] = 2226, [SMALL_STATE(55)] = 2250, [SMALL_STATE(56)] = 2274, [SMALL_STATE(57)] = 2288, [SMALL_STATE(58)] = 2312, [SMALL_STATE(59)] = 2326, [SMALL_STATE(60)] = 2350, [SMALL_STATE(61)] = 2372, [SMALL_STATE(62)] = 2396, [SMALL_STATE(63)] = 2420, [SMALL_STATE(64)] = 2434, [SMALL_STATE(65)] = 2458, [SMALL_STATE(66)] = 2482, [SMALL_STATE(67)] = 2506, [SMALL_STATE(68)] = 2520, [SMALL_STATE(69)] = 2534, [SMALL_STATE(70)] = 2558, [SMALL_STATE(71)] = 2572, [SMALL_STATE(72)] = 2596, [SMALL_STATE(73)] = 2620, [SMALL_STATE(74)] = 2641, [SMALL_STATE(75)] = 2662, [SMALL_STATE(76)] = 2683, [SMALL_STATE(77)] = 2704, [SMALL_STATE(78)] = 2725, [SMALL_STATE(79)] = 2746, [SMALL_STATE(80)] = 2770, [SMALL_STATE(81)] = 2794, [SMALL_STATE(82)] = 2818, [SMALL_STATE(83)] = 2842, [SMALL_STATE(84)] = 2866, [SMALL_STATE(85)] = 2890, [SMALL_STATE(86)] = 2914, [SMALL_STATE(87)] = 2938, [SMALL_STATE(88)] = 2962, [SMALL_STATE(89)] = 2986, [SMALL_STATE(90)] = 3010, [SMALL_STATE(91)] = 3034, [SMALL_STATE(92)] = 3058, [SMALL_STATE(93)] = 3082, [SMALL_STATE(94)] = 3106, [SMALL_STATE(95)] = 3130, [SMALL_STATE(96)] = 3154, [SMALL_STATE(97)] = 3178, [SMALL_STATE(98)] = 3202, [SMALL_STATE(99)] = 3223, [SMALL_STATE(100)] = 3234, [SMALL_STATE(101)] = 3255, [SMALL_STATE(102)] = 3276, [SMALL_STATE(103)] = 3293, [SMALL_STATE(104)] = 3310, [SMALL_STATE(105)] = 3327, [SMALL_STATE(106)] = 3344, [SMALL_STATE(107)] = 3361, [SMALL_STATE(108)] = 3378, [SMALL_STATE(109)] = 3395, [SMALL_STATE(110)] = 3412, [SMALL_STATE(111)] = 3429, [SMALL_STATE(112)] = 3446, [SMALL_STATE(113)] = 3463, [SMALL_STATE(114)] = 3480, [SMALL_STATE(115)] = 3497, [SMALL_STATE(116)] = 3514, [SMALL_STATE(117)] = 3531, [SMALL_STATE(118)] = 3548, [SMALL_STATE(119)] = 3565, [SMALL_STATE(120)] = 3582, [SMALL_STATE(121)] = 3599, [SMALL_STATE(122)] = 3616, [SMALL_STATE(123)] = 3633, [SMALL_STATE(124)] = 3650, [SMALL_STATE(125)] = 3667, [SMALL_STATE(126)] = 3684, [SMALL_STATE(127)] = 3701, [SMALL_STATE(128)] = 3718, [SMALL_STATE(129)] = 3735, [SMALL_STATE(130)] = 3752, [SMALL_STATE(131)] = 3769, [SMALL_STATE(132)] = 3786, [SMALL_STATE(133)] = 3803, [SMALL_STATE(134)] = 3820, [SMALL_STATE(135)] = 3837, [SMALL_STATE(136)] = 3854, [SMALL_STATE(137)] = 3871, [SMALL_STATE(138)] = 3888, [SMALL_STATE(139)] = 3905, [SMALL_STATE(140)] = 3922, [SMALL_STATE(141)] = 3938, [SMALL_STATE(142)] = 3954, [SMALL_STATE(143)] = 3970, [SMALL_STATE(144)] = 3986, [SMALL_STATE(145)] = 4002, [SMALL_STATE(146)] = 4018, [SMALL_STATE(147)] = 4030, [SMALL_STATE(148)] = 4046, [SMALL_STATE(149)] = 4062, [SMALL_STATE(150)] = 4076, [SMALL_STATE(151)] = 4092, [SMALL_STATE(152)] = 4108, [SMALL_STATE(153)] = 4124, [SMALL_STATE(154)] = 4136, [SMALL_STATE(155)] = 4145, [SMALL_STATE(156)] = 4154, [SMALL_STATE(157)] = 4163, [SMALL_STATE(158)] = 4174, [SMALL_STATE(159)] = 4183, [SMALL_STATE(160)] = 4192, [SMALL_STATE(161)] = 4205, [SMALL_STATE(162)] = 4214, [SMALL_STATE(163)] = 4223, [SMALL_STATE(164)] = 4232, [SMALL_STATE(165)] = 4241, [SMALL_STATE(166)] = 4250, [SMALL_STATE(167)] = 4259, [SMALL_STATE(168)] = 4268, [SMALL_STATE(169)] = 4277, [SMALL_STATE(170)] = 4286, [SMALL_STATE(171)] = 4295, [SMALL_STATE(172)] = 4304, [SMALL_STATE(173)] = 4313, [SMALL_STATE(174)] = 4322, [SMALL_STATE(175)] = 4331, [SMALL_STATE(176)] = 4340, [SMALL_STATE(177)] = 4353, [SMALL_STATE(178)] = 4362, [SMALL_STATE(179)] = 4371, [SMALL_STATE(180)] = 4380, [SMALL_STATE(181)] = 4389, [SMALL_STATE(182)] = 4398, [SMALL_STATE(183)] = 4407, [SMALL_STATE(184)] = 4416, [SMALL_STATE(185)] = 4425, [SMALL_STATE(186)] = 4431, [SMALL_STATE(187)] = 4441, [SMALL_STATE(188)] = 4447, [SMALL_STATE(189)] = 4453, [SMALL_STATE(190)] = 4459, [SMALL_STATE(191)] = 4469, [SMALL_STATE(192)] = 4475, [SMALL_STATE(193)] = 4481, [SMALL_STATE(194)] = 4491, [SMALL_STATE(195)] = 4501, [SMALL_STATE(196)] = 4511, [SMALL_STATE(197)] = 4517, [SMALL_STATE(198)] = 4527, [SMALL_STATE(199)] = 4537, [SMALL_STATE(200)] = 4547, [SMALL_STATE(201)] = 4553, [SMALL_STATE(202)] = 4559, [SMALL_STATE(203)] = 4569, [SMALL_STATE(204)] = 4579, [SMALL_STATE(205)] = 4589, [SMALL_STATE(206)] = 4599, [SMALL_STATE(207)] = 4605, [SMALL_STATE(208)] = 4615, [SMALL_STATE(209)] = 4625, [SMALL_STATE(210)] = 4632, [SMALL_STATE(211)] = 4639, [SMALL_STATE(212)] = 4646, [SMALL_STATE(213)] = 4650, [SMALL_STATE(214)] = 4654, [SMALL_STATE(215)] = 4658, [SMALL_STATE(216)] = 4662, [SMALL_STATE(217)] = 4666, [SMALL_STATE(218)] = 4670, [SMALL_STATE(219)] = 4674, [SMALL_STATE(220)] = 4678, [SMALL_STATE(221)] = 4682, [SMALL_STATE(222)] = 4686, [SMALL_STATE(223)] = 4690, [SMALL_STATE(224)] = 4694, [SMALL_STATE(225)] = 4698, [SMALL_STATE(226)] = 4702, [SMALL_STATE(227)] = 4706, [SMALL_STATE(228)] = 4710, [SMALL_STATE(229)] = 4714, [SMALL_STATE(230)] = 4718, [SMALL_STATE(231)] = 4722, [SMALL_STATE(232)] = 4726, [SMALL_STATE(233)] = 4730, [SMALL_STATE(234)] = 4734, [SMALL_STATE(235)] = 4738, [SMALL_STATE(236)] = 4742, [SMALL_STATE(237)] = 4746, [SMALL_STATE(238)] = 4750, [SMALL_STATE(239)] = 4754, [SMALL_STATE(240)] = 4758, [SMALL_STATE(241)] = 4762, [SMALL_STATE(242)] = 4766, [SMALL_STATE(243)] = 4770, [SMALL_STATE(244)] = 4774, [SMALL_STATE(245)] = 4778, [SMALL_STATE(246)] = 4782, [SMALL_STATE(247)] = 4786, [SMALL_STATE(248)] = 4790, [SMALL_STATE(249)] = 4794, [SMALL_STATE(250)] = 4798, [SMALL_STATE(251)] = 4802, [SMALL_STATE(252)] = 4806, [SMALL_STATE(253)] = 4810, [SMALL_STATE(254)] = 4814, [SMALL_STATE(255)] = 4818, [SMALL_STATE(256)] = 4822, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0), [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39), [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30), [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), [29] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_items, 2, .production_id = 1), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), [41] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_items, 1, .production_id = 1), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), [55] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__seperated_arguments, 1), [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), [69] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted_argument, 1), [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), [87] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unquoted_argument_repeat1, 2), [89] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unquoted_argument_repeat1, 2), SHIFT_REPEAT(44), [92] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unquoted_argument_repeat1, 2), SHIFT_REPEAT(76), [95] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unquoted_argument_repeat1, 2), SHIFT_REPEAT(73), [98] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unquoted_argument_repeat1, 2), SHIFT_REPEAT(78), [101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unquoted_argument_repeat1, 2), SHIFT_REPEAT(31), [104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__seperated_arguments_repeat1, 2), SHIFT_REPEAT(39), [107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__seperated_arguments_repeat1, 2), SHIFT_REPEAT(38), [110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__seperated_arguments_repeat1, 2), [112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_quoted_element_repeat1, 2), SHIFT_REPEAT(56), [115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_quoted_element_repeat1, 2), SHIFT_REPEAT(74), [118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_quoted_element_repeat1, 2), SHIFT_REPEAT(75), [121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_quoted_element_repeat1, 2), SHIFT_REPEAT(77), [124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_quoted_element_repeat1, 2), [126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_quoted_element_repeat1, 2), SHIFT_REPEAT(33), [129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_quoted_element_repeat1, 2), SHIFT_REPEAT(250), [132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_repeat1, 2), [134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_repeat1, 2), SHIFT_REPEAT(40), [137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_repeat1, 2), SHIFT_REPEAT(34), [140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_element, 1), [142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33), [144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable, 1), [146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__seperated_arguments_repeat1, 2), SHIFT_REPEAT(41), [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__seperated_arguments_repeat1, 2), SHIFT_REPEAT(42), [154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_line_ending, 1), [156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_seperation, 1), [158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_escape_sequence, 1), [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__seperated_arguments_repeat1, 2), SHIFT_REPEAT(50), [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__seperated_arguments_repeat1, 2), SHIFT_REPEAT(67), [166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_ref, 1), [168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cache_var, 3), [170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_env_var, 3), [172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_var, 3), [174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), [176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), [178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), [180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), [182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), [184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable, 1), [186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), [188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), [190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), [192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_repeat1, 2), SHIFT_REPEAT(99), [197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_repeat1, 2), SHIFT_REPEAT(60), [200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_repeat1, 2), [202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), [204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), [206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), [210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), [212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), [214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), [216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), [218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), [220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), [222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), [224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), [228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), [230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(176), [233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(198), [236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(117), [239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), [241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), [243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(160), [246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(199), [249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(105), [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), [254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), [256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), [258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), [260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), [262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), [264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), [266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), [268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), [270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), [272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), [280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), [282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), [286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2), [288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_sequence, 1), [290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 1), [292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_arguments_repeat1, 2), SHIFT_REPEAT(41), [295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_arguments_repeat1, 2), SHIFT_REPEAT(42), [298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_arguments_repeat1, 2), [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), [302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), [306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), [308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_range_stop, 5, .production_id = 2), [310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27), [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23), [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), [318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), [320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), [322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19), [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), [326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25), [328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), [330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18), [332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), [334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), [336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), [338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), [340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_range_full, 7, .production_id = 3), [342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17), [344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__seperated_arguments_repeat1, 2), SHIFT_REPEAT(201), [347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__seperated_arguments_repeat1, 2), SHIFT_REPEAT(185), [350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), [352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), [354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), [356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), [362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), [366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), [368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), [370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_foreach_loop_repeat1, 2), SHIFT_REPEAT(146), [373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_foreach_loop_repeat1, 2), [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), [379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_foreach_loop_repeat1, 2), SHIFT_REPEAT(153), [382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_loop, 8), [384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_loop, 8), [386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_normal_command, 3), [388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_command, 3), [390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__bracket_open_repeat1, 2), [392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__bracket_open_repeat1, 2), SHIFT_REPEAT(157), [395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_invocation, 1), [397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_invocation, 1), [399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_normal_command, 4), [401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_command, 4), [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), [409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_normal_command, 5), [411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_command, 5), [413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_normal_command, 6), [415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_command, 6), [417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_loop, 7), [419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_loop, 7), [421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_normal_command, 7), [423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_normal_command, 7), [425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_loop, 9), [427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_loop, 9), [429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_loop, 10), [431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_loop, 10), [433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_loop, 11), [435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_loop, 11), [437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_loop, 12), [439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_loop, 12), [441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_loop, 13), [443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_loop, 13), [445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_loop, 14), [447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_loop, 14), [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), [453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_argument, 3), [455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__seperated_arguments, 2), [457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bracket_close, 2), [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), [463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bracket_argument, 3), [465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_argument, 2), [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), [469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_bracket_content_repeat1, 2), SHIFT_REPEAT(194), [472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_bracket_content_repeat1, 2), [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), [476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bracket_close, 3), [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), [486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), [488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument, 1), [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12), [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), [498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bracket_content, 1), [500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bracket_argument, 2), [502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), [510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bracket_open, 3), [512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bracket_open, 3), [514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__bracket_open, 2), [516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__bracket_open, 2), [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), [526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_range_full, 9, .production_id = 4), [528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_items, 2, .production_id = 1), [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), [538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), [546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_items, 3, .production_id = 1), [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), [554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_lists_items, 1), [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_zip_lists, 1), [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), [568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), [572] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), [580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_range, 1), [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), }; #ifdef __cplusplus extern "C" { #endif #ifdef _WIN32 #define extern __declspec(dllexport) #endif extern const TSLanguage *tree_sitter_cmake(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, .external_token_count = EXTERNAL_TOKEN_COUNT, .state_count = STATE_COUNT, .large_state_count = LARGE_STATE_COUNT, .production_id_count = PRODUCTION_ID_COUNT, .field_count = FIELD_COUNT, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .parse_table = &ts_parse_table[0][0], .small_parse_table = ts_small_parse_table, .small_parse_table_map = ts_small_parse_table_map, .parse_actions = ts_parse_actions, .symbol_names = ts_symbol_names, .field_names = ts_field_names, .field_map_slices = ts_field_map_slices, .field_map_entries = ts_field_map_entries, .symbol_metadata = ts_symbol_metadata, .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], .lex_modes = ts_lex_modes, .lex_fn = ts_lex, }; return &language; } #ifdef __cplusplus } #endif